

/* Start:/bitrix/templates/dpk_new/css/reset.css?16105312763452*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}a,audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}*,body{margin:0}*,legend{padding:0}*,:active,:focus,:hover,:visited{outline:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.clearfix:after,.clearfix:before{content:" ";display:table}.flex-center,.flex-start{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box}.clearfix:after{clear:both}.flex-center{display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;-moz-box-pack:center;justify-content:center}.flex-start{display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;-moz-box-pack:start;justify-content:flex-start}.flex-around,.flex-end{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box}.flex-end{display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;-moz-box-pack:end;justify-content:flex-end}.flex-around{display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.flex-between{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;-moz-box-pack:justify;justify-content:space-between}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-vertical_center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-moz-box-align:center;align-items:center}ul>li{list-style:none}ul{padding-left:0}

/* End */


/* Start:/bitrix/templates/dpk_new/css/libs/jquery.formstyler.css?16105312762169*/
.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;
	right: 0;
	bottom: 0;
	left: 0;
	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:/bitrix/templates/dpk_new/css/libs/jquery.formstyler.theme.css?161053127610731*/
.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 {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	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-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: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	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%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.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 {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.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:/bitrix/templates/dpk_new/css/libs/magnific-popup.css?16105312766951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/dpk_new/css/libs/slick.css?15070529691776*/
/* 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:/bitrix/templates/dpk_new/css/libs/slick-theme.css?16105312763166*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/dpk_new/css/libs/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
	font-display: swap;

    src: url('/bitrix/templates/dpk_new/css/libs/./fonts/slick.eot');
    src: url('/bitrix/templates/dpk_new/css/libs/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/dpk_new/css/libs/./fonts/slick.woff') format('woff'), url('/bitrix/templates/dpk_new/css/libs/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/dpk_new/css/libs/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/dpk_new/css/unify-globals.css?1679874610406733*/
@charset "UTF-8";
/*------------------------------------
  Globals
------------------------------------*/
/* Text */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
.g-pull-50x-up {
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
}

.g-pull-50x-bottom {
  -webkit-transform: translateY(51%);
          transform: translateY(51%);
}

.g-pull-50x-left {
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}

.g-pull-50x-right {
  -webkit-transform: translateX(51%);
          transform: translateX(51%);
}

/* Link overlay */
/*------------------------------------
  Background Attachment
------------------------------------*/
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
.g-bg-gray-light-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), #f7f7f7);
}

/* White v1 */
.g-bg-white-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}

/* Linear Gradients
------------------------------------*/
/* Gray Gradient */
.g-bg-gray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg, #fff, #dbdbdb);
}

/* Blue Pink Gradient */
.g-bg-bluepink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}

/* Blue Gradient */
.g-bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}

.g-bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e);
}

.g-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}

.g-bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}

.g-bg-blue-lineargradient-v5 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0050c2, #5180fa);
}

/* Orange Gradient */
.g-bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}

.g-bg-orange-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f5cd21, #c22821);
}

/* Yellow Gradient */
.g-bg-yellow-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f59b00, #f5d400);
}

/* Dark Purple Gradient */
.g-bg-darkpurple-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0b011d, #330c3c);
}

/* Blue Gray Gradient */
.g-bg-bluegray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1d253c, #3e4757);
}

/* Pink Gradient */
.g-bg-pink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #b6003b, #ed1261);
}

/* Pink-v2 Gradient */
.g-bg-pink-lineargradient-v2 {
  background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
  background-repeat: no-repeat;
}

/* Red Gradient */
.g-bg-red-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #d70417, #9f041b);
}

/* Black Gradient */
.g-bg-black-gradient-opacity-v1,
.g-bg-black-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
}

/* Green Gradient */
.g-bg-green-gradient-opacity-v1,
.g-bg-green-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Pink Light Gradient */
.g-bg-pink-gradient-opacity-v1,
.g-bg-pink-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Cyan Gradient */
.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #b7ebf6, rgba(228, 97, 210, 0.7));
}

/* Primary Gradient */
.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #72c02c, rgba(51, 152, 220, 0.7));
}

/* Gray Gradient */
.g-bg-gray-gradient-opacity-v1,
.g-bg-gray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
.g-bg-white-gradient-opacity-v2,
.g-bg-white-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
.g-bg-white-gradient-opacity-v3,
.g-bg-white-gradient-opacity-v3--after::after {
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
.g-bg-white-gradient-opacity-v4,
.g-bg-white-gradient-opacity-v4--after::after {
  background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
.g-bg-white-gradient-opacity-v5,
.g-bg-white-gradient-opacity-v5--after::after {
  background-image: linear-gradient(to right, white 47%, rgba(255, 255, 255, 0) 75%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
.g-bg-bluegray-gradient-opacity-v1,
.g-bg-bluegray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
.g-bg-bluegray-gradient-opacity-v2,
.g-bg-bluegray-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
.g-bg-bluegray-gradient-opacity-v3,
.g-bg-bluegray-gradient-opacity-v3--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, rgba(107, 125, 224, 0.85), #2a2734);
}

/* Secondary Gradient v1 */
.g-bg-secondary-gradient-v1,
.g-bg-secondary-gradient-v1--after::after {
  background-image: linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background-repeat: repeat-x;
}

/* Secondary Gradient v2 */
.g-bg-secondary-gradient-v2,
.g-bg-secondary-gradient-v2--after::after {
  background-image: linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background-repeat: repeat-x;
}

/* Radial Gradients (Ellipse)
------------------------------------*/
/* Lightblue Gradient */
.g-bg-lightblue-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%, #d6e2ee);
  background-repeat: no-repeat;
}

/* Gray Gradient */
.g-bg-gray-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%, #bbb);
  background-repeat: no-repeat;
}

/* Gray Gradient */
.g-bg-graylight-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
  background-repeat: no-repeat;
}

/*  Radial Gradients (Circle)
------------------------------------*/
/* Lightblue Gradient */
.g-bg-lightblue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
  background-repeat: no-repeat;
}

/* Blue Gradient */
.g-bg-blue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
  background-repeat: no-repeat;
}

/* Dark Gray Gradient */
.g-bg-darkgray-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
  background-repeat: no-repeat;
}

.g-bg-blue-radialgradient-circle-endless {
  background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
}

.g-bg-gray-verticalstripes-endless {
  background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px);
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
.g-bg-main {
  background-color: #fff !important;
}

/* Main Secondary */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* Primary Colors */
.g-bg-primary {
  background-color: #72c02c !important;
}

.g-bg-primary--hover:hover {
  background-color: #72c02c !important;
}

.u-block-hover:hover .g-bg-primary--hover {
  background-color: #72c02c;
}

.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #72c02c !important;
}

.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #72c02c !important;
}

.g-parent.active .g-bg-primary--parent-active {
  background-color: #72c02c !important;
}

.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #72c02c !important;
}

.g-bg-primary-dark-v1 {
  background-color: #6db82a !important;
}

.g-bg-primary-dark-v2 {
  background-color: #66ab27 !important;
}

.g-bg-primary-dark-v3 {
  background-color: #599722 !important;
}

.g-bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

.g-bg-primary-opacity-0_2 {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_3 {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

.active .g-bg-primary-opacity-0_3--active {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_4 {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_6 {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_8 {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* Black Colors */
.g-bg-black {
  background-color: #000 !important;
}

.g-bg-black--hover:hover {
  background-color: #000 !important;
}

.g-bg-black--after::after {
  background-color: #000 !important;
}

.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--hover--after:hover::after {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.g-bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.g-bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.g-bg-black-opacity-0_9--hover:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.u-block-hover:hover .g-bg-black--hover {
  background-color: #000 !important;
}

/* White Colors */
.g-bg-white {
  background-color: #fff !important;
}

.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

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

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

.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
  background-color: rgba(255, 255, 255, 0) !important;
}

.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--after::after {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
  background-color: #f7f7f7 !important;
}

/* Transparent */
.g-bg-transparent {
  background-color: transparent !important;
}

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

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

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

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
.g-bg-beige {
  background-color: #e5e1de !important;
}

/* Color Green */
.g-bg-green {
  background-color: #72c02c !important;
}

.g-bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

.g-bg-green--hover:hover {
  background-color: #72c02c !important;
}

/* Color Blue */
.g-bg-blue {
  background-color: #3398dc !important;
}

.g-bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important;
}

.g-bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important;
}

.g-bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important;
}

.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Light Blue */
.g-bg-lightblue {
  background-color: #edf2f8 !important;
}

.g-bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important;
}

.g-bg-lightblue-v1 {
  background-color: #d6e2ee !important;
}

.g-bg-lightblue-v1-opacity-0_1 {
  background-color: rgba(214, 226, 238, 0.1) !important;
}

/* Color Dark Blue */
.g-bg-darkblue {
  background-color: #009 !important;
}

.g-bg-darkblue-opacity-0_1 {
  background-color: rgba(0, 0, 153, 0.1) !important;
}

/* Color Indigo */
.g-bg-indigo {
  background-color: #4263a3 !important;
}

.g-bg-indigo-opacity-0_1 {
  background-color: rgba(66, 99, 163, 0.1) !important;
}

/* Color Red */
.g-bg-red {
  background-color: #f00 !important;
}

.g-bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

.g-bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.g-bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

.g-bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

/* Color Light Red */
.g-bg-lightred {
  background-color: #e64b3b !important;
}

.g-bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important;
}

.g-bg-lightred--hover:hover {
  background-color: #e64b3b !important;
}

/* Color Dark Red */
.g-bg-darkred {
  background-color: #a10f2b !important;
}

.g-bg-darkred-opacity-0_1 {
  background-color: rgba(161, 15, 43, 0.1) !important;
}

/* Color Purple */
.g-bg-purple {
  background-color: #9a69cb !important;
}

.g-bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}

.g-bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important;
}

.g-bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

.g-bg-purple-opacity-0_9--after::after {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

.g-bg-purple--hover:hover {
  background-color: #9a69cb !important;
}

/* Color Dark Purple */
.g-bg-darkpurple {
  background-color: #6639b6 !important;
}

.g-bg-darkpurple-opacity-0_1 {
  background-color: rgba(102, 57, 182, 0.1) !important;
}

/* Color Pink */
.g-bg-pink {
  background-color: #e81c62 !important;
}

.g-bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important;
}

.g-bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important;
}

.g-bg-pink--hover:hover {
  background-color: #e81c62 !important;
}

.g-bg-pink--before::after, .g-bg-pink--after::after {
  background-color: #e81c62 !important;
}

.g-bg-pink--before--hover:hover::after, .g-bg-pink--after--hover:hover::after {
  background-color: #e81c62 !important;
}

/* Color Orange */
.g-bg-orange {
  background-color: #e57d20 !important;
}

.g-bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important;
}

.g-bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important;
}

.g-bg-orange--hover:hover {
  background-color: #e57d20 !important;
}

/* Color Deep Orange */
.g-bg-deeporange {
  background-color: #fe541e !important;
}

.g-bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important;
}

.g-bg-deeporange--hover:hover {
  background-color: #fe541e !important;
}

/* Color Yellow */
.g-bg-yellow {
  background-color: #ebc71d !important;
}

.g-bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important;
}

.g-bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important;
}

.g-bg-yellow--hover:hover {
  background-color: #ebc71d !important;
}

/* Color Aqua */
.g-bg-aqua {
  background-color: #29d6e6 !important;
}

.g-bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important;
}

.g-bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important;
}

.g-bg-aqua--hover:hover {
  background-color: #29d6e6 !important;
}

/* Color Cyan */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

.g-bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}

.g-bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

.g-bg-cyan-opacity-0_9--after::after {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}

/* Color Teal */
.g-bg-teal {
  background-color: #18ba9b !important;
}

.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}

.g-bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

.g-bg-teal-opacity-0_9--after::after {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

/* Color Brown */
.g-bg-brown {
  background-color: #9c8061 !important;
}

.g-bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important;
}

.g-bg-brown--hover:hover {
  background-color: #9c8061 !important;
}

/* Color Blue Gray */
.g-bg-bluegray {
  background-color: #585f69 !important;
}

.g-bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important;
}

.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
  background-color: rgba(88, 95, 105, 0.2) !important;
}

.g-bg-bluegray-opacity-0_3--before::before, .g-bg-bluegray-opacity-0_3--after::after {
  background-color: rgba(88, 95, 105, 0.3) !important;
}

.g-bg-bluegray-opacity-0_5, .g-bg-bluegray-opacity-0_5--after::after {
  background-color: rgba(88, 95, 105, 0.5) !important;
}

.g-bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important;
}

.g-bg-bluegray--hover:hover {
  background-color: #585f69 !important;
}

.g-grayscale-100x {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.g-parent:hover .g-grayscale-0--parent-hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

.g-grayscale-0--hover:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

@media (min-width: 576px) {
  .g-bg-transparent--sm {
    background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .g-bg-transparent--md {
    background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .g-bg-transparent--lg {
    background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .g-bg-transparent--xl {
    background-color: transparent !important;
  }
}

/*------------------------------------
  Background Colors Extended
------------------------------------*/
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #72c02c !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
.g-bg-facebook {
  background-color: #3b5998;
}

.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
  background-color: #344e86 !important;
}

/* Twitter */
.g-bg-twitter {
  background-color: #00acee;
}

.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
  background-color: #009ad5 !important;
}

/* Skype */
.g-bg-skype {
  background-color: #00aff0;
}

.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
  background-color: #009cd7 !important;
}

/* Pinterest */
.g-bg-pinterest {
  background-color: #c8232c;
}

.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
  background-color: #b21f27 !important;
}

/* Vine */
.g-bg-vine {
  background-color: #00bf8f;
}

.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
  background-color: #00a67c !important;
}

/* Youtube */
.g-bg-youtube {
  background-color: #c4302b;
}

.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
  background-color: #af2b26 !important;
}

/* Google plus */
.g-bg-google-plus {
  background-color: #dd4b39;
}

.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
  background-color: #d73925 !important;
}

/* Dribbble */
.g-bg-dribbble {
  background-color: #ea4c89;
}

.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
  background-color: #e7357a !important;
}

/* VK */
.g-bg-vk {
  background-color: #2b587a;
}

.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
  background-color: #244a67 !important;
}

/* Linkedin */
.g-bg-linkedin {
  background-color: #0e76a8;
}

.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
  background-color: #0c6590 !important;
}

/* Instagram */
.g-bg-instagram {
  background-color: #3f729b;
}

.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
  background-color: #386589 !important;
}

/*------------------------------------
  Images Grid
------------------------------------*/
.g-bg-grid-v1--before::before {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/wave.png);
}

.g-bg-grid-v2--before::after {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/tile-left.png);
}

.g-bg-grid-v3--before::after {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/tile-right.png);
}

.g-bg-grid-v4--before::after {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/diagonal-left.png);
}

.g-bg-grid-v5--before::after {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/diagonal-right.png);
}

.g-bg-grid-v6--before::after {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/zigzag-left.png);
}

.g-bg-grid-v7--before::after {
  background-image: url(/bitrix/templates/dpk_new/css/../img/bg/grid/zigzag-right.png);
}

/*------------------------------------
  Covers
------------------------------------*/
.g-bg-cover {
  position: relative;
}

.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.g-bg-cover-v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Patterns
------------------------------------*/
.g-bg-pattern-green {
  background-image: url("/bitrix/templates/dpk_new/css/../img/bg/pattern--green.png");
}

/*------------------------------------
  Background Position
------------------------------------*/
.g-bg-pos-center {
  background-position: center;
}

.g-bg-pos-left-center {
  background-position: left center;
}

.g-bg-pos-top-left {
  background-position: top left;
}

.g-bg-pos-top-right {
  background-position: top right;
}

.g-bg-pos-top-center {
  background-position: top center;
}

.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
.g-bg-size-cover {
  background-size: cover !important;
}

.g-bg-size-100x {
  background-size: 100% !important;
}

.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

.g-bg-size-120x {
  background-size: 120% !important;
}

.g-bg-size-120x--hover {
  background-size: 120% !important;
}

.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
.g-fill-primary {
  fill: #72c02c !important;
}

.g-fill-primary path,
.g-fill-primary polygon {
  fill: #72c02c !important;
}

.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #72c02c !important;
}

*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: #72c02c !important;
}

.g-fill-white {
  fill: #fff !important;
}

.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

.g-fill-white--opened-menu:not(.collapsed) path,
.g-fill-white--opened-menu:not(.collapsed) polygon {
  fill: #fff !important;
}

*:not(.collapsed) > .g-fill-white--parent-opened-menu path,
*:not(.collapsed) > .g-fill-white--parent-opened-menu polygon {
  fill: #fff !important;
}

.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

*:hover > * > .g-fill-white--hover-parent svg path,
*:hover > * > .g-fill-white--hover-parent svg polygon {
  fill: #fff !important;
}

.g-fill-main {
  fill: #555 !important;
}

.g-fill-main path,
.g-fill-main polygon {
  fill: #555 !important;
}

.g-fill-main--opened-menu:not(.collapsed) path,
.g-fill-main--opened-menu:not(.collapsed) polygon {
  fill: #555 !important;
}

*:not(.collapsed) > .g-fill-main--parent-opened-menu path,
*:not(.collapsed) > .g-fill-main--parent-opened-menu polygon {
  fill: #555 !important;
}

.g-fill-main--hover:hover path,
.g-fill-main--hover:hover polygon {
  fill: #555 !important;
}

*:hover > * > .g-fill-main--hover-parent svg path,
*:hover > * > .g-fill-main--hover-parent svg polygon {
  fill: #fff !important;
}

.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

.g-fill-gray-light-v4--hover:hover path,
.g-fill-gray-light-v4--hover:hover polygon {
  fill: #eee !important;
}

*:hover > * > .g-fill-gray-light-v4--hover-parent svg path,
*:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
  fill: #eee !important;
}

.g-fill-red path,
.g-fill-red polygon {
  fill: #f00 !important;
}

.g-fill-red--hover:hover path,
.g-fill-red--hover:hover polygon {
  fill: #f00 !important;
}

*:hover > * > .g-fill-red--hover-parent path,
*:hover > * > .g-fill-red--hover-parent polygon {
  fill: #f00 !important;
}

*:hover > .g-fill-red--parent-hover path,
*:hover > .g-fill-red--parent-hover polygon {
  fill: #f00 !important;
}

*:hover > * > * > .g-fill-red--parent-parent-parent-hover path,
*:hover > * > * > .g-fill-red--parent-parent-parent-hover polygon {
  fill: #f00 !important;
}

/*------------------------------------
  Borders Default (solid)
------------------------------------*/
.g-brd-none {
  /* P */
  border: none !important;
}

.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

.g-brd-around {
  border: solid 1px transparent !important;
}

.g-brd-top {
  border-top: solid 1px transparent !important;
}

.g-brd-right {
  border-right: solid 1px transparent !important;
}

.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

.g-brd-left {
  border-left: solid 1px transparent !important;
}

.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 768px) {
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 992px) {
  /* P */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }
  .g-brd-left-none--lg {
    border-left: none !important;
  }
  .g-brd-x--lg {
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
  }
  .g-brd-none--lg {
    border: none !important;
  }
}

/*------------------------------------
  Borders None
------------------------------------*/
.g-brd-around-none {
  border-width: 0 !important;
}

.g-brd-y-none {
  border-top: none !important;
  border-bottom: none !important;
}

.g-brd-top-none {
  border-top: none !important;
}

.g-brd-bottom-none {
  border-bottom: none !important;
}

.g-brd-x-none {
  border-left: none !important;
  border-right: none !important;
}

.g-brd-left-none {
  border-left: none !important;
}

.g-brd-right-none {
  border-right: none !important;
}

@media (min-width: 576px) {
  .g-brd-around-none--sm {
    border-width: 0 !important;
  }
  .g-brd-y-none--sm {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--sm {
    border-top: none !important;
  }
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }
  .g-brd-x-none--sm {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--sm {
    border-left: none !important;
  }
  .g-brd-right-none--sm {
    border-right: none !important;
  }
}

@media (min-width: 768px) {
  .g-brd-around-none--md {
    border-width: 0 !important;
  }
  .g-brd-y-none--md {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--md {
    border-top: none !important;
  }
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }
  .g-brd-x-none--md {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--md {
    border-left: none !important;
  }
  .g-brd-right-none--md {
    border-right: none !important;
  }
}

@media (min-width: 992px) {
  .g-brd-around-none--lg {
    border-width: 0 !important;
  }
  .g-brd-y-none--lg {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--lg {
    border-top: none !important;
  }
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }
  .g-brd-x-none--lg {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--lg {
    border-left: none !important;
  }
  .g-brd-right-none--lg {
    border-right: none !important;
  }
}

@media (min-width: 1200px) {
  .g-brd-around-none--xl {
    border-width: 0 !important;
  }
  .g-brd-y-none--xl {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--xl {
    border-top: none !important;
  }
  .g-brd-bottom-none--xl {
    border-bottom: none !important;
  }
  .g-brd-x-none--xl {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--xl {
    border-left: none !important;
  }
  .g-brd-right-none--xl {
    border-right: none !important;
  }
}

/*------------------------------------
  Border Style
------------------------------------*/
.g-brd-style-solid {
  border-style: solid !important;
}

.g-brd-style-dashed {
  border-style: dashed !important;
}

.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
.rounded-0 {
  border-radius: 0 !important;
}

.g-rounded-50x {
  border-radius: 50%;
}

.g-rounded-1 {
  border-radius: 1px !important;
}

.g-rounded-2 {
  border-radius: 2px !important;
}

.g-rounded-3 {
  border-radius: 3px !important;
}

.g-rounded-4 {
  border-radius: 4px !important;
}

.g-rounded-5 {
  border-radius: 5px !important;
}

.g-rounded-6 {
  border-radius: 6px !important;
}

.g-rounded-7 {
  border-radius: 7px !important;
}

.g-rounded-10 {
  border-radius: 10px !important;
}

.g-rounded-15 {
  border-radius: 15px !important;
}

.g-rounded-20 {
  border-radius: 20px !important;
}

.g-rounded-25 {
  border-radius: 25px !important;
}

.g-rounded-30 {
  border-radius: 30px !important;
}

.g-rounded-50 {
  border-radius: 50px !important;
}

.g-rounded-100 {
  border-radius: 100px !important;
}

.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
.g-rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* Rounded Right */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.g-rounded-right-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.g-rounded-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.g-rounded-right-20 {
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.g-rounded-right-25 {
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.g-rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* Rounded Bottom */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.g-rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* Rounded Left */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.g-rounded-left-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.g-rounded-left-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.g-rounded-left-20 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.g-rounded-left-25 {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.g-rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

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

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

@media (min-width: 768px) {
  .g-rounded-0--md {
    border-radius: 0 !important;
  }
  .g-rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .g-rounded-right-0--md {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  .g-rounded-left-5--lg-up {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .g-rounded-right-5--lg-up {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

/*------------------------------------
  Borders Default (dashed)
------------------------------------*/
.g-brd-around--dashed {
  border: dashed 1px transparent;
}

.g-brd-top--dashed {
  border-top: dashed 1px transparent;
}

.g-brd-bottom--dashed {
  border-bottom: dashed 1px transparent;
}

.g-brd-right--dashed {
  border-right: dashed 1px transparent;
}

.g-brd-left--dashed {
  border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
  .g-brd-around--dashed--sm {
    border: dashed 1px transparent;
  }
  .g-brd-top--dashed--sm {
    border-top: dashed 1px transparent;
  }
  .g-brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent;
  }
  .g-brd-right--dashed--sm {
    border-right: dashed 1px transparent;
  }
  .g-brd-left--dashed--sm {
    border-left: dashed 1px transparent;
  }
}

@media (min-width: 768px) {
  .g-brd-around--dashed--md {
    border: dashed 1px transparent;
  }
  .g-brd-top--dashed--md {
    border-top: dashed 1px transparent;
  }
  .g-brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent;
  }
  .g-brd-right--dashed--md {
    border-right: dashed 1px transparent;
  }
  .g-brd-left--dashed--md {
    border-left: dashed 1px transparent;
  }
}

/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
.g-brd-around--dotted {
  border: dotted 1px transparent;
}

.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}

.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}

.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}

.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}

@media (min-width: 768px) {
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}

/*------------------------------------
  Border Width
------------------------------------*/
.g-brd-0 {
  border-width: 0 !important;
}

.g-brd-1 {
  border-width: 1px !important;
}

.g-brd-2 {
  border-width: 2px !important;
}

.g-brd-3 {
  border-width: 3px !important;
}

.g-brd-3--before::before {
  border-width: 3px !important;
}

.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

.g-brd-4 {
  border-width: 4px !important;
}

.g-brd-5 {
  border-width: 5px !important;
}

.g-brd-6 {
  border-width: 6px !important;
}

.g-brd-7 {
  border-width: 7px !important;
}

.g-brd-10 {
  border-width: 10px !important;
}

.g-brd-12 {
  border-width: 12px !important;
}

.g-brd-top-0 {
  border-top-width: 0 !important;
}

.g-brd-top-2 {
  border-top-width: 2px !important;
}

.g-brd-top-3 {
  border-top-width: 3px !important;
}

.g-brd-top-5 {
  border-top-width: 5px !important;
}

.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

.g-brd-left-0 {
  border-left-width: 0 !important;
}

.g-brd-left-1 {
  border-left-width: 1px !important;
}

.g-brd-left-2 {
  border-left-width: 2px !important;
}

.g-brd-left-3 {
  border-left-width: 3px !important;
}

.g-brd-left-4 {
  border-left-width: 4px !important;
}

.g-brd-right-0 {
  border-right-width: 0 !important;
}

.g-brd-right-1 {
  border-right-width: 1px !important;
}

.g-brd-right-2 {
  border-right-width: 2px !important;
}

.g-brd-right-3 {
  border-right-width: 3px !important;
}

.g-brd-right-4 {
  border-right-width: 4px !important;
}

@media (min-width: 768px) {
  .g-brd-0--md {
    border-width: 0 !important;
  }
  .g-brd-1--md {
    border-width: 1px !important;
  }
  .g-brd-2--md {
    border-width: 2px !important;
  }
  .g-brd-3--md {
    border-width: 3px !important;
  }
  .g-brd-4--md {
    border-width: 4px !important;
  }
  .g-brd-5--md {
    border-width: 5px !important;
  }
  .g-brd-6--md {
    border-width: 6px !important;
  }
  .g-brd-10--md {
    border-width: 10px !important;
  }
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}

@media (min-width: 992px) {
  .g-brd-0--lg {
    border-width: 0 !important;
  }
  .g-brd-1--lg {
    border-width: 1px !important;
  }
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
.g-brd-primary {
  border-color: #72c02c !important;
}

.g-brd-primary--before::before {
  border-color: #72c02c !important;
}

.g-brd-primary--before--active.active::before {
  border-color: #72c02c !important;
}

.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #72c02c !important;
}

.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #72c02c !important;
}

*:hover > .g-brd-primary--hover-parent {
  border-color: #72c02c !important;
}

.g-brd-primary-opacity-0_3 {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-opacity-0_3--hover:hover, .g-brd-primary-opacity-0_3--active.active {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-dark-dark-v1 {
  border-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v1--hover:hover, .g-brd-primary-dark-dark-v1--active.active {
  border-color: #6db82a !important;
}

*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v2 {
  border-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2--hover:hover, .g-brd-primary-dark-dark-v2--active.active {
  border-color: #66ab27 !important;
}

*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v3 {
  border-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3--hover:hover, .g-brd-primary-dark-dark-v3--active.active {
  border-color: #599722 !important;
}

*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important;
}

.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* Main Colors */
.g-brd-main {
  border-color: #555 !important;
}

.g-brd-main--hover:hover {
  border-color: #555 !important;
}

/* Black Colors */
.g-brd-black {
  border-color: #000 !important;
}

.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

.g-brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

/* White Colors */
.g-brd-white {
  border-color: #fff !important;
}

.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

*:hover > .g-brd-white-opacity-0_1--hover-parent {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2--hover:hover, .g-brd-white-opacity-0_2--active.active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

*:hover > .g-brd-white-opacity-0_2--hover-parent {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3--hover:hover, .g-brd-white-opacity-0_3--active.active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

*:hover > .g-brd-white-opacity-0_3--hover-parent {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4--hover:hover, .g-brd-white-opacity-0_4--active.active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

*:hover > .g-brd-white-opacity-0_4--hover-parent {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5--hover:hover, .g-brd-white-opacity-0_5--active.active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

*:hover > .g-brd-white-opacity-0_5--hover-parent {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6--hover:hover, .g-brd-white-opacity-0_6--active.active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

*:hover > .g-brd-white-opacity-0_6--hover-parent {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.g-brd-white-opacity-0_8--hover:hover, .g-brd-white-opacity-0_8--active.active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

*:hover > .g-brd-white-opacity-0_8--hover-parent {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Gray Colors */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

.g-brd-gray-dark-v1--hover:hover, .g-brd-gray-dark-v1--active.active {
  border-color: #111 !important;
}

*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

.g-brd-gray-dark-v2--hover:hover, .g-brd-gray-dark-v2--active.active {
  border-color: #333 !important;
}

*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

.g-brd-gray-dark-v3--hover:hover, .g-brd-gray-dark-v3--active.active {
  border-color: #555 !important;
}

*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

.g-brd-gray-dark-v4--hover:hover, .g-brd-gray-dark-v4--active.active {
  border-color: #777 !important;
}

*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

.g-brd-gray-dark-v5--hover:hover, .g-brd-gray-dark-v5--active.active {
  border-color: #999 !important;
}

*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

.g-brd-gray-light-v1--hover:hover, .g-brd-gray-light-v1--focus:focus, .g-brd-gray-light-v1--active.active {
  border-color: #bbb !important;
}

*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--hover:hover, .g-brd-gray-light-v2--active.active {
  border-color: #ccc !important;
}

*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

.g-brd-gray-light-v3--hover:hover, .g-brd-gray-light-v3--active.active, .g-brd-gray-light-v3--focus:focus {
  border-color: #ddd !important;
}

*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
  border-color: #eee !important;
}

*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important;
}

*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
.g-brd-transparent {
  border-color: transparent !important;
}

.g-brd-transparent--before::before {
  border-color: transparent !important;
}

.g-brd-transparent--after::after {
  border-color: transparent !important;
}

.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
.g-brd-green {
  border-color: #72c02c !important;
}

.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
.g-brd-blue {
  border-color: #3398dc !important;
}

.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

.g-brd-blue-opacity-0_1 {
  border-color: rgba(51, 152, 220, 0.1) !important;
}

/* Color Light Blue */
.g-brd-lightblue {
  border-color: #edf2f8 !important;
}

.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
  border-color: #edf2f8 !important;
}

*:hover > .g-brd-lightblue--hover-parent {
  border-color: #edf2f8 !important;
}

.g-brd-lightblue-v1 {
  border-color: #d6e2ee !important;
}

.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important;
}

*:hover > .g-brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important;
}

/* Color Dark Blue */
.g-brd-darkblue {
  border-color: #009 !important;
}

.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
  border-color: #009 !important;
}

*:hover > .g-brd-darkblue--hover-parent {
  border-color: #009 !important;
}

/* Color Indigo */
.g-brd-indigo {
  border-color: #4263a3 !important;
}

.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
  border-color: #4263a3 !important;
}

*:hover > .g-brd-indigo--hover-parent {
  border-color: #4263a3 !important;
}

/* Color Red */
.g-brd-red {
  border-color: #f00 !important;
}

.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Light Red */
.g-brd-lightred {
  border-color: #e64b3b !important;
}

.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
  border-color: #e64b3b !important;
}

*:hover > .g-brd-lightred--hover-parent {
  border-color: #e64b3b !important;
}

/* Color Dark Red */
.g-brd-darkred {
  border-color: #a10f2b !important;
}

.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
  border-color: #a10f2b !important;
}

*:hover > .g-brd-darkred--hover-parent {
  border-color: #a10f2b !important;
}

/* Color Purple */
.g-brd-purple {
  border-color: #9a69cb !important;
}

.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

.g-brd-purple-opacity-0_1 {
  border-color: rgba(154, 105, 203, 0.1) !important;
}

/* Color Dark Purple */
.g-brd-darkpurple {
  border-color: #6639b6 !important;
}

.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
  border-color: #6639b6 !important;
}

*:hover > .g-brd-darkpurple--hover-parent {
  border-color: #6639b6 !important;
}

/* Color Pink */
.g-brd-pink {
  border-color: #dd095e !important;
}

.g-brd-pink--hover:hover, .g-brd-pink--active.active {
  border-color: #dd095e !important;
}

*:hover > .g-brd-pink--hover-parent {
  border-color: #dd095e !important;
}

/* Color Orange */
.g-brd-orange {
  border-color: #e57d20 !important;
}

.g-brd-orange--hover:hover, .g-brd-orange--active.active {
  border-color: #e57d20 !important;
}

*:hover > .g-brd-orange--hover-parent {
  border-color: #e57d20 !important;
}

/* Color Deep Orange */
.g-brd-deeporange {
  border-color: #fe541e !important;
}

.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
  border-color: #fe541e !important;
}

*:hover > .g-brd-deeporange--hover-parent {
  border-color: #fe541e !important;
}

/* Color Yellow */
.g-brd-yellow {
  border-color: #ebc71d !important;
}

.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
  border-color: #ebc71d !important;
}

*:hover > .g-brd-yellow--hover-parent {
  border-color: #ebc71d !important;
}

/* Color Aqua */
.g-brd-aqua {
  border-color: #29d6e6 !important;
}

.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
  border-color: #29d6e6 !important;
}

*:hover > .g-brd-aqua--hover-parent {
  border-color: #29d6e6 !important;
}

/* Color Cyan */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
.g-brd-teal {
  border-color: #18ba9b !important;
}

.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color Brown */
.g-brd-brown {
  border-color: #9c8061 !important;
}

.g-brd-brown--hover:hover, .g-brd-brown--active.active {
  border-color: #9c8061 !important;
}

*:hover > .g-brd-brown--hover-parent {
  border-color: #9c8061 !important;
}

/* Color Blue Gray */
.g-brd-bluegray {
  border-color: #585f69 !important;
}

.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
  border-color: #585f69 !important;
}

*:hover > .g-brd-bluegray--hover-parent {
  border-color: #585f69 !important;
}

/* Primary Colors */
.g-brd-primary-top {
  border-top-color: #72c02c !important;
}

.g-brd-primary-top--before::before {
  border-top-color: #72c02c !important;
}

.g-brd-primary-bottom {
  border-bottom-color: #72c02c !important;
}

.g-brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important;
}

.g-brd-primary-left {
  border-left-color: #72c02c !important;
}

.g-brd-primary-left--before:before {
  border-left-color: #72c02c !important;
}

.g-brd-primary-right {
  border-right-color: #72c02c !important;
}

.g-brd-primary-right--before:before {
  border-right-color: #72c02c !important;
}

.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important;
}

/* Black Colors */
.g-brd-black-top {
  border-top-color: #000 !important;
}

.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

.g-brd-black-left {
  border-left-color: #000 !important;
}

.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
.g-brd-white-top {
  border-top-color: #fff !important;
}

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

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

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

.g-brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-right {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

.g-brd-transparent-left {
  border-left-color: transparent !important;
}

.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
.g-brd-green-top {
  border-top-color: #72c02c !important;
}

.g-brd-green-bottom {
  border-bottom-color: #72c02c !important;
}

.g-brd-green-left {
  border-left-color: #72c02c !important;
}

.g-brd-green-right {
  border-right-color: #72c02c !important;
}

/* Color Blue */
.g-brd-blue-top {
  border-top-color: #3398dc !important;
}

.g-brd-blue-bottom {
  border-bottom-color: #3398dc !important;
}

.g-brd-blue-left {
  border-left-color: #3398dc !important;
}

.g-brd-blue-right {
  border-right-color: #3398dc !important;
}

/* Color Light Blue */
.g-brd-lightblue-top {
  border-top-color: #edf2f8 !important;
}

.g-brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important;
}

.g-brd-lightblue-left {
  border-left-color: #edf2f8 !important;
}

.g-brd-lightblue-right {
  border-right-color: #edf2f8 !important;
}

.g-brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important;
}

.g-brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important;
}

.g-brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important;
}

.g-brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important;
}

/* Color Dark Blue */
.g-brd-darkblue-top {
  border-top-color: #009 !important;
}

.g-brd-darkblue-bottom {
  border-bottom-color: #009 !important;
}

.g-brd-darkblue-left {
  border-left-color: #009 !important;
}

.g-brd-darkblue-right {
  border-right-color: #009 !important;
}

/* Color Indigo */
.g-brd-indigo-top {
  border-top-color: #4263a3 !important;
}

.g-brd-indigo-bottom {
  border-bottom-color: #4263a3 !important;
}

.g-brd-indigo-left {
  border-left-color: #4263a3 !important;
}

.g-brd-indigo-right {
  border-right-color: #4263a3 !important;
}

/* Color Red */
.g-brd-red-top {
  border-top-color: #f00 !important;
}

.g-brd-red-bottom {
  border-bottom-color: #f00 !important;
}

.g-brd-red-left {
  border-left-color: #f00 !important;
}

.g-brd-red-right {
  border-right-color: #f00 !important;
}

/* Color Light Red */
.g-brd-lightred-top {
  border-top-color: #e64b3b !important;
}

.g-brd-lightred-bottom {
  border-bottom-color: #e64b3b !important;
}

.g-brd-lightred-left {
  border-left-color: #e64b3b !important;
}

.g-brd-lightred-right {
  border-right-color: #e64b3b !important;
}

/* Color Dark Red */
.g-brd-darkred-top {
  border-top-color: #a10f2b !important;
}

.g-brd-darkred-bottom {
  border-bottom-color: #a10f2b !important;
}

.g-brd-darkred-left {
  border-left-color: #a10f2b !important;
}

.g-brd-darkred-right {
  border-right-color: #a10f2b !important;
}

/* Color Purple */
.g-brd-purple-top {
  border-top-color: #9a69cb !important;
}

.g-brd-purple-bottom {
  border-bottom-color: #9a69cb !important;
}

.g-brd-purple-left {
  border-left-color: #9a69cb !important;
}

.g-brd-purple-right {
  border-right-color: #9a69cb !important;
}

/* Color Dark Purple */
.g-brd-darkpurple-top {
  border-top-color: #6639b6 !important;
}

.g-brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important;
}

.g-brd-darkpurple-left {
  border-left-color: #6639b6 !important;
}

.g-brd-darkpurple-right {
  border-right-color: #6639b6 !important;
}

/* Color Pink */
.g-brd-pink-top {
  border-top-color: #e81c62 !important;
}

.g-brd-pink-bottom {
  border-bottom-color: #e81c62 !important;
}

.g-brd-pink-left {
  border-left-color: #e81c62 !important;
}

.g-brd-pink-right {
  border-right-color: #e81c62 !important;
}

/* Color Orange */
.g-brd-orange-top {
  border-top-color: #e57d20 !important;
}

.g-brd-orange-bottom {
  border-bottom-color: #e57d20 !important;
}

.g-brd-orange-left {
  border-left-color: #e57d20 !important;
}

.g-brd-orange-right {
  border-right-color: #e57d20 !important;
}

/* Color Deep Orange */
.g-brd-deeporange-top {
  border-top-color: #fe541e !important;
}

.g-brd-deeporange-bottom {
  border-bottom-color: #fe541e !important;
}

.g-brd-deeporange-left {
  border-left-color: #fe541e !important;
}

.g-brd-deeporange-right {
  border-right-color: #fe541e !important;
}

/* Color Yellow */
.g-brd-yellow-top {
  border-top-color: #ebc71d !important;
}

.g-brd-yellow-bottom {
  border-bottom-color: #ebc71d !important;
}

.g-brd-yellow-left {
  border-left-color: #ebc71d !important;
}

.g-brd-yellow-right {
  border-right-color: #ebc71d !important;
}

/* Color Aqua */
.g-brd-aqua-top {
  border-top-color: #29d6e6 !important;
}

.g-brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important;
}

.g-brd-aqua-left {
  border-left-color: #29d6e6 !important;
}

.g-brd-aqua-right {
  border-right-color: #29d6e6 !important;
}

/* Color Cyan */
.g-brd-cyan-top {
  border-top-color: #00bed6 !important;
}

.g-brd-cyan-bottom {
  border-bottom-color: #00bed6 !important;
}

.g-brd-cyan-left {
  border-left-color: #00bed6 !important;
}

.g-brd-cyan-right {
  border-right-color: #00bed6 !important;
}

/* Color Teal */
.g-brd-teal-top {
  border-top-color: #18ba9b !important;
}

.g-brd-teal-bottom {
  border-bottom-color: #18ba9b !important;
}

.g-brd-teal-left {
  border-left-color: #18ba9b !important;
}

.g-brd-teal-right {
  border-right-color: #18ba9b !important;
}

/* Color Brown */
.g-brd-brown-top {
  border-top-color: #9c8061 !important;
}

.g-brd-brown-bottom {
  border-bottom-color: #9c8061 !important;
}

.g-brd-brown-left {
  border-left-color: #9c8061 !important;
}

.g-brd-brown-right {
  border-right-color: #9c8061 !important;
}

/* Color Blue Gray */
.g-brd-bluegray-top {
  border-top-color: #585f69 !important;
}

.g-brd-bluegray-bottom {
  border-bottom-color: #585f69 !important;
}

.g-brd-bluegray-left {
  border-left-color: #585f69 !important;
}

.g-brd-bluegray-right {
  border-right-color: #585f69 !important;
}

/* O */
.g-brd-primary-top--hover:hover {
  border-top-color: #72c02c !important;
}

.g-brd-primary-top--hover:hover::after {
  border-top-color: #72c02c;
}

.g-brd-primary-top--active.active {
  border-top-color: #72c02c !important;
}

.g-brd-primary-top--active.active::after {
  border-top-color: #72c02c;
}

.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important;
}

.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c;
}

.g-brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important;
}

.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c;
}

.g-brd-pinterest {
  border-color: #c8232c !important;
}

.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
.g-brd-facebook {
  border-color: #3b5998;
}

.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
.g-brd-twitter {
  border-color: #00acee;
}

.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
.g-brd-skype {
  border-color: #00aff0;
}

.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
.g-brd-pinterest {
  border-color: #c8232c;
}

.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
.g-brd-vine {
  border-color: #00bf8f;
}

.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
.g-brd-youtube {
  border-color: #c4302b;
}

.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
.g-brd-google-plus {
  border-color: #dd4b39;
}

.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
.g-brd-dribbble {
  border-color: #ea4c89;
}

.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
.g-brd-vk {
  border-color: #2b587a;
}

.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
.g-brd-linkedin {
  border-color: #0e76a8;
}

.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
.g-brd-instagram {
  border-color: #3f729b;
}

.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
.g-brd-cyan-gradient-opacity-v1 {
  -o-border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
     border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image-slice: 1;
}

/*------------------------------------
  Typography Font Family
------------------------------------*/
.g-font-secondary {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
.g-font-size-default {
  font-size: 1rem !important;
}

.g-font-size-70x {
  font-size: 70% !important;
}

.g-font-size-75x {
  font-size: 75% !important;
}

.g-font-size-80x {
  font-size: 80% !important;
}

.g-font-size-85x {
  font-size: 85% !important;
}

.g-font-size-90x {
  font-size: 90% !important;
}

.g-font-size-95x {
  font-size: 95% !important;
}

.g-font-size-0 {
  font-size: 0;
}

.g-font-size-5 {
  font-size: 0.35714rem !important;
}

.g-font-size-8 {
  font-size: 0.57143rem !important;
}

.g-font-size-9 {
  font-size: 0.64286rem !important;
}

.g-font-size-10 {
  font-size: 0.71429rem !important;
}

.g-font-size-11 {
  font-size: 0.78571rem !important;
}

.g-font-size-12 {
  font-size: 0.85714rem !important;
}

.g-font-size-13 {
  font-size: 0.92857rem !important;
}

.g-font-size-14 {
  font-size: 1rem !important;
}

.g-font-size-15 {
  font-size: 1.07143rem !important;
}

.g-font-size-16 {
  font-size: 1.14286rem !important;
}

.g-font-size-17 {
  font-size: 1.21429rem !important;
}

.g-font-size-18 {
  font-size: 1.28571rem !important;
}

.g-font-size-20 {
  font-size: 1.42857rem !important;
}

.g-font-size-22 {
  font-size: 1.57143rem !important;
}

.g-font-size-23 {
  font-size: 1.64286rem !important;
}

.g-font-size-24 {
  font-size: 1.71429rem !important;
}

.g-font-size-25 {
  font-size: 1.78571rem !important;
}

.g-font-size-26 {
  font-size: 1.85714rem !important;
}

.g-font-size-27 {
  font-size: 1.92857rem !important;
}

.g-font-size-28 {
  font-size: 2rem !important;
}

.g-font-size-30 {
  font-size: 2.14286rem !important;
}

.g-font-size-32 {
  font-size: 2.28571rem !important;
}

.g-font-size-33 {
  font-size: 2.35714rem !important;
}

.g-font-size-35 {
  font-size: 2.5rem !important;
}

.g-font-size-36 {
  font-size: 2.57143rem !important;
}

.g-font-size-38 {
  font-size: 2.71429rem !important;
}

.g-font-size-40 {
  font-size: 2.85714rem !important;
}

.g-font-size-42 {
  font-size: 3rem !important;
}

.g-font-size-45 {
  font-size: 3.21429rem !important;
}

.g-font-size-46 {
  font-size: 3.28571rem !important;
}

.g-font-size-48 {
  font-size: 3.42857rem !important;
}

.g-font-size-50 {
  font-size: 3.57143rem !important;
}

.g-font-size-55 {
  font-size: 3.92857rem !important;
}

.g-font-size-56 {
  font-size: 4rem !important;
}

.g-font-size-60 {
  font-size: 4.28571rem !important;
}

.g-font-size-65 {
  font-size: 4.64286rem !important;
}

.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

.g-font-size-75 {
  font-size: 5.35714rem !important;
}

.g-font-size-76 {
  font-size: 5.42857rem !important;
}

.g-font-size-80 {
  font-size: 5.71429rem !important;
}

.g-font-size-86 {
  font-size: 6.14286rem !important;
}

.g-font-size-90 {
  font-size: 6.42857rem !important;
}

.g-font-size-120 {
  font-size: 8.57143rem !important;
}

.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}

@media (min-width: 768px) {
  .g-font-size-default--md {
    font-size: 1rem !important;
  }
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }
  .g-font-size-28--md {
    font-size: 2rem !important;
  }
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }
  .g-font-size-56--md {
    font-size: 4rem !important;
  }
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }
  .g-font-size-70--md {
    font-size: 5rem !important;
  }
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}

@media (min-width: 992px) {
  .g-font-size-default--lg {
    font-size: 1rem !important;
  }
  .g-font-size-16--lg {
    font-size: 1.14286rem !important;
  }
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }
  .g-font-size-32--lg {
    font-size: 2.28571rem !important;
  }
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }
  .g-font-size-42--lg {
    font-size: 3rem !important;
  }
  .g-font-size-60--lg {
    font-size: 4.28571rem !important;
  }
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}

@media (min-width: 1200px) {
  .g-font-size-17--xl {
    font-size: 1.21429rem !important;
  }
}

@media (max-width: 575px) {
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}

/*------------------------------------
  Typography Font Weight
------------------------------------*/
.g-font-weight-100 {
  font-weight: 100 !important;
}

.g-font-weight-200 {
  font-weight: 200 !important;
}

.g-font-weight-300 {
  font-weight: 300 !important;
}

.g-font-weight-400 {
  font-weight: 400 !important;
}

.g-font-weight-500 {
  font-weight: 500 !important;
}

.g-font-weight-600 {
  font-weight: 600 !important;
}

.g-font-weight-700 {
  font-weight: 700 !important;
}

.g-font-weight-800 {
  font-weight: 800 !important;
}

.g-font-weight-900 {
  font-weight: 900 !important;
}

@media (min-width: 768px) {
  .g-font-weight-100--md {
    font-weight: 100 !important;
  }
  .g-font-weight-200--md {
    font-weight: 200 !important;
  }
  .g-font-weight-300--md {
    font-weight: 300 !important;
  }
  .g-font-weight-400--md {
    font-weight: 400 !important;
  }
  .g-font-weight-500--md {
    font-weight: 500 !important;
  }
  .g-font-weight-600--md {
    font-weight: 600 !important;
  }
  .g-font-weight-700--md {
    font-weight: 700 !important;
  }
  .g-font-weight-800--md {
    font-weight: 800 !important;
  }
  .g-font-weight-900--md {
    font-weight: 900 !important;
  }
}

/*------------------------------------
  Typography Text Transform
------------------------------------*/
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
.g-text-underline {
  text-decoration: underline;
}

.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

.g-letter-spacing-0 {
  letter-spacing: 0px;
}

.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
.g-line-height-0 {
  line-height: 0 !important;
}

.g-line-height-0_7 {
  line-height: .7 !important;
}

.g-line-height-0_8 {
  line-height: .8 !important;
}

.g-line-height-0_9 {
  line-height: .9 !important;
}

.g-line-height-1 {
  line-height: 1 !important;
}

.g-line-height-1_1 {
  line-height: 1.1 !important;
}

.g-line-height-1_2 {
  line-height: 1.2 !important;
}

.g-line-height-1_3 {
  line-height: 1.3 !important;
}

.g-line-height-1_4 {
  line-height: 1.4 !important;
}

.g-line-height-1_5 {
  line-height: 1.5 !important;
}

.g-line-height-1_6 {
  line-height: 1.6 !important;
}

.g-line-height-1_8 {
  line-height: 1.8 !important;
}

.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
.g-font-style-normal {
  font-style: normal;
}

.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
.g-list-style-none {
  list-style-type: none;
}

.g-list-style-circle {
  list-style-type: circle;
}

.g-list-style-disc {
  list-style-type: disc;
}

.g-list-style-square {
  list-style-type: square;
}

.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
.u-quote-v1::before {
  content: "\“";
  font-size: 36px;
  line-height: 0.75em;
  text-align: center;
  font-weight: 600;
  display: block;
}

.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
.g-pos-rel {
  position: relative !important;
}

.g-pos-abs {
  position: absolute !important;
}

.g-pos-stc {
  position: static !important;
}

.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 576px) {
  .g-pos-rel--sm {
    position: relative !important;
  }
  .g-pos-fix--sm {
    position: fixed !important;
  }
  .g-pos-abs--sm {
    position: absolute !important;
  }
  .g-pos-stc--sm {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .g-pos-rel--md {
    position: relative !important;
  }
  .g-pos-fix--md {
    position: fixed !important;
  }
  .g-pos-abs--md {
    position: absolute !important;
  }
  .g-pos-stc--sm {
    position: static !important;
  }
}

@media (min-width: 992px) {
  .g-pos-rel--lg {
    position: relative !important;
  }
  .g-pos-fix--lg {
    position: fixed !important;
  }
  .g-pos-abs--lg {
    position: absolute !important;
  }
  .g-pos-stc--lg {
    position: static !important;
  }
}

/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
.g-top-auto {
  /* P */
  top: auto;
}

.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

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

.g-top-0--hover:hover {
  top: 0 !important;
}

.g-parent:hover .g-top-0--parent-hover {
  top: 0 !important;
}

.g-top-1 {
  top: 0.07143rem;
}

.g-top-2 {
  top: 0.14286rem;
}

.g-top-3 {
  top: 0.21429rem;
}

.g-top-5 {
  top: 0.35714rem !important;
}

.g-top-7 {
  top: 0.5rem !important;
}

.g-top-10 {
  top: 0.71429rem !important;
}

.g-top-12 {
  top: 0.85714rem !important;
}

.g-top-15 {
  top: 1.07143rem;
}

.g-top-18 {
  top: 1.28571rem;
}

.g-top-20 {
  top: 1.42857rem;
}

.g-top-25 {
  top: 1.78571rem;
}

.g-top-30 {
  top: 2.14286rem;
}

.g-top-35 {
  top: 2.5rem;
}

.g-top-55 {
  top: 3.92857rem;
}

.g-top-65 {
  top: 4.64286rem;
}

.g-top-100 {
  top: 7.14286rem;
}

.g-top-15x {
  top: 15%;
}

.g-top-20x {
  top: 20%;
}

.g-top-25x {
  top: 25%;
}

.g-top-30x {
  top: 30%;
}

.g-top-35x {
  top: 35%;
}

.g-top-50x {
  top: 50%;
}

.g-top-100x {
  top: 100%;
}

/* Top Minis */
.g-top-minus-1 {
  top: -0.07143rem;
}

.g-top-minus-2 {
  top: -0.14286rem;
}

.g-top-minus-3 {
  top: -0.21429rem !important;
}

.g-top-minus-4 {
  top: -0.28571rem;
}

.g-top-minus-5 {
  top: -0.35714rem;
}

.g-top-minus-6 {
  top: -0.42857rem;
}

.g-top-minus-8 {
  top: -0.57143rem;
}

.g-top-minus-10 {
  top: -0.71429rem;
}

.g-top-minus-15 {
  top: -1.07143rem;
}

.g-top-minus-20 {
  top: -1.42857rem;
}

.g-top-minus-30 {
  top: -2.14286rem;
}

.g-top-minus-35 {
  top: -2.5rem;
}

.g-top-minus-40 {
  top: -2.85714rem;
}

.g-top-minus-70 {
  top: -5rem;
}

.g-top-minus-120 {
  top: -8.57143rem;
}

.g-top-minus-25x {
  top: -25%;
}

.g-top-minus-80x {
  top: -80%;
}

/* Left */
.g-left-auto {
  /* P */
  left: auto !important;
}

.g-left-0 {
  left: 0;
}

.g-left-0--hover:hover {
  left: 0;
}

.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

.g-left-2 {
  left: 0.14286rem;
}

.g-left-5 {
  left: 0.35714rem;
}

.g-left-10 {
  left: 0.71429rem;
}

.g-left-15 {
  left: 1.07143rem !important;
}

.g-left-20 {
  left: 1.42857rem;
}

.g-left-30 {
  left: 2.14286rem;
}

.g-left-40 {
  left: 2.85714rem;
  /* O */
}

.g-left-45 {
  left: 3.21429rem;
  /* P */
}

.g-left-75 {
  left: 5.35714rem;
}

.g-left-110 {
  left: 7.85714rem;
}

.g-left-130 {
  left: 9.28571rem;
}

.g-left-200 {
  left: 14.28571rem;
}

.g-left-15x {
  left: 15%;
}

.g-left-35x {
  left: 35%;
}

.g-left-50x {
  left: 50%;
}

.g-left-100x {
  left: 100%;
}

/* Left Minus */
.g-left-minus-3 {
  left: -0.21429rem;
}

.g-left-minus-6 {
  left: -0.42857rem;
}

.g-left-minus-7 {
  left: -0.5rem;
}

.g-left-minus-10 {
  left: -0.71429rem;
}

.g-left-minus-15 {
  left: -1.07143rem;
}

.g-left-minus-20 {
  left: -1.42857rem;
}

.g-left-minus-25 {
  left: -1.78571rem;
}

.g-left-minus-30 {
  left: -2.14286rem;
}

.g-left-minus-40 {
  left: -2.85714rem;
}

.g-left-minus-50 {
  left: -3.57143rem;
}

.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
.g-right-auto {
  /* P */
  right: auto;
}

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

.g-right-0--hover:hover {
  right: 0 !important;
}

.g-parent:hover .g-right-0--parent-hover {
  right: 0 !important;
}

.g-right-5 {
  right: 0.35714rem !important;
}

.g-right-7 {
  right: 0.5rem !important;
}

.g-right-10 {
  right: 0.71429rem !important;
}

.g-right-12 {
  right: 0.85714rem !important;
}

.g-right-14 {
  right: 1rem !important;
}

.g-right-15 {
  right: 1.07143rem !important;
}

.g-right-20 {
  right: 1.42857rem;
}

.g-right-30 {
  right: 2.14286rem;
}

.g-right-40 {
  right: 2.85714rem;
}

.g-right-45 {
  right: 3.21429rem;
  /* P */
}

.g-right-55 {
  right: 3.92857rem;
  /* O */
}

.g-right-65 {
  right: 4.64286rem;
}

.g-right-100 {
  right: 7.14286rem;
}

.g-right-110 {
  right: 7.85714rem;
}

.g-right-130 {
  right: 9.28571rem;
}

.g-right-15x {
  right: 15%;
}

.g-right-35x {
  right: 35%;
}

.g-right-50x {
  right: 50%;
}

.g-right-100x {
  right: 100%;
}

/* Right Minus */
.g-right-minus-3 {
  right: -0.21429rem !important;
}

.g-right-minus-6 {
  right: -0.42857rem;
}

.g-right-minus-5 {
  right: -0.35714rem;
}

.g-right-minus-10 {
  right: -0.71429rem;
}

.g-right-minus-13 {
  right: -0.92857rem;
}

.g-right-minus-15 {
  right: -1.07143rem;
}

.g-right-minus-20 {
  right: -1.42857rem;
}

.g-right-minus-25 {
  right: -1.78571rem;
}

.g-right-minus-40 {
  right: -2.85714rem;
}

.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

.g-bottom-0 {
  bottom: 0;
}

.g-bottom-0--hover:hover {
  bottom: 0;
}

.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

.g-bottom-6 {
  bottom: 0.42857rem;
}

.g-bottom-10 {
  bottom: 0.71429rem;
}

.g-bottom-20 {
  bottom: 1.42857rem;
}

.g-bottom-30 {
  bottom: 2.14286rem;
}

.g-bottom-40 {
  bottom: 2.85714rem;
}

.g-bottom-50 {
  bottom: 3.57143rem;
}

.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

.g-bottom-60 {
  bottom: 4.28571rem;
}

.g-bottom-80 {
  bottom: 5.71429rem;
}

.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

.g-bottom-minus-40 {
  bottom: -2.85714rem;
}

.g-bottom-minus-70 {
  bottom: -5rem;
}

.g-bottom-minus-35x {
  bottom: -35%;
}

.g-bottom-15x {
  bottom: 15%;
}

.g-bottom-minus-25x {
  bottom: -25%;
}

.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  .g-top-auto--sm {
    top: auto;
  }
  .g-left-auto--sm {
    left: auto;
  }
  .g-left-minus-20--sm {
    left: -20px;
  }
  .g-right-minus-20--sm {
    right: -20px;
  }
}

/* O */
@media (min-width: 768px) {
  .g-right-0--md {
    right: 0 !important;
  }
  .g-left-0--md {
    left: 0 !important;
  }
  .g-right-minus-15--md {
    right: -1.07143rem;
  }
  .g-left-minus-15--md {
    left: -1.07143rem;
  }
  .g-top-minus-20--md {
    top: -1.42857rem;
  }
  .g-right-minus-25--md {
    right: -1.78571rem;
  }
  .g-right-100--md {
    right: 7.14286rem;
  }
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }
  .g-left-auto--md {
    left: auto !important;
  }
  .g-right-auto--md {
    right: auto !important;
  }
  .g-left-minus-25--md {
    left: -1.78571rem;
  }
  .g-left-130--md {
    left: 9.28571rem !important;
  }
  .g-left-35x--md {
    left: 35%;
  }
  .g-left-50x--md {
    left: 50%;
  }
  .g-right-130--md {
    right: 9.28571rem !important;
  }
  .g-right-35x--md {
    right: 35%;
  }
  .g-right-50x--md {
    right: 50%;
  }
}

@media (min-width: 992px) {
  .g-top-0--lg {
    top: 0 !important;
  }
  .g-right-0--lg {
    right: 0;
  }
  .g-left-minus-35--lg {
    left: -2.5rem;
  }
  .g-left-40--lg {
    left: 2.85714rem;
  }
  .g-right-minus-35--lg {
    right: -2.5rem;
  }
  .g-right-40--lg {
    right: 2.85714rem;
  }
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
.g-absolute-centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

.g-absolute-centered--x {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 576px) {
  .g-absolute-centered--x--sm {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 768px) {
  .g-absolute-centered--x--md {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}

.g-absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .g-absolute-centered--y--md {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .g-absolute-centered--y--lg {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}

/* O */
.g-transform-origin--top-left {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.g-transform-origin--top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.g-absolute-centered--y--scl-0_6 {
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6) translateY(-50%);
          transform: scale(0.6) translateY(-50%);
}

/* Relative (Position, X, Y) */
.g-relative-centered {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

.g-relative-centered--y {
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

/* Flex centered */
.g-flex-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.g-flex-centered-item {
  -ms-flex: 1;
      flex: 1;
}

.g-flex-centered-item--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.g-flex-centered-item--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* Flex right */
.g-flex-right--xs {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* Flex middle */
.g-flex-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

.g-flex-middle-item--fixed {
  -ms-flex: none;
      flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  .g-flex-right--md {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .g-flex-centered--md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .g-absolute-centered--y--scl-1--md {
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}

@media (min-width: 576px) {
  .g-absolute-centered--sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
  .g-absolute-centered--x-sm--reset {
    position: static !important;
    left: auto !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

@media (min-width: 768px) {
  .g-absolute-centered--md {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .g-absolute-centered--x--lg {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
  .g-flex-centered--lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/*------------------------------------
  Alignments
------------------------------------*/
.g-valign-super {
  vertical-align: super !important;
}

.g-valign-sub {
  vertical-align: sub !important;
}

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

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

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

/*------------------------------------
  Blur
------------------------------------*/
.g-blur-30 {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.g-blur-30--hover:hover {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.g-parent:hover .g-blur-30--parent-hover {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
.g-box-shadow-none {
  box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
.g-clear {
  clear: both;
}

.g-clear--left {
  clear: left;
}

.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
.g-overflow-hidden {
  overflow: hidden !important;
}

.g-overflow-visible {
  overflow: visible;
}

.g-overflow-x-hidden {
  overflow-x: hidden;
}

.g-overflow-x-auto {
  overflow-x: auto !important;
}

.g-overflow-x-scroll {
  overflow-x: scroll;
}

.g-overflow-y-auto {
  overflow-y: auto;
}

.g-overflow-y-hidden {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}

@media (min-width: 992px) {
  .g-overflow-x-visible--lg {
    overflow-x: visible;
  }
}

/*------------------------------------
  Transitions
------------------------------------*/
/*.g-transition {
  &-0_2 {
    transition: .2s ease-out;
  }
  &-0_3 {
    transition: .3s ease-out;
  }
  &-0_6 {
    transition: .6s ease-out;
    &-ease {
      transition: .6s ease;
    }
  }
}

[class*="g-color-"][class*="--hover"] {
  transition: color .2s ease-out;
}
[class*="g-bg-"][class*="--hover"] {
  transition: background-color .3s ease-out;
}
[class*="g-color-"][class*="--hover"][class*="g-bg-"][class*="--hover"] {
  transition: .3s ease-out;
}*/
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

[class*="g-transition"]::before, [class*="g-transition"]::after {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

svg[class*="g-transition"] path,
svg[class*="g-transition"] polygon {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.g-transition-0 {
  transition-duration: 0s;
}

.g-transition-0::before, .g-transition-0::after {
  transition-duration: 0s;
}

svg.g-transition-0 path,
svg.g-transition-0 polygon {
  transition-duration: 0s;
}

.g-transition-0_2 {
  transition-duration: .2s;
}

.g-transition-0_2::before, .g-transition-0_2::after {
  transition-duration: .2s;
}

svg.g-transition-0_2 path,
svg.g-transition-0_2 polygon {
  transition-duration: .2s;
}

.g-transition-0_3 {
  transition-duration: .3s;
}

.g-transition-0_3::before, .g-transition-0_3::after {
  transition-duration: .3s;
}

svg.g-transition-0_3 path,
svg.g-transition-0_3 polygon {
  transition-duration: .3s;
}

.g-transition-0_5 {
  transition-duration: .5s;
}

.g-transition-0_5::before, .g-transition-0_5::after {
  transition-duration: .5s;
}

svg.g-transition-0_5 path,
svg.g-transition-0_5 polygon {
  transition-duration: .5s;
}

.g-transition-0_6 {
  transition-duration: .6s;
}

.g-transition-0_6::before, .g-transition-0_6::after {
  transition-duration: .6s;
}

svg.g-transition-0_6 path,
svg.g-transition-0_6 polygon {
  transition-duration: .6s;
}

.g-transition-delay-0_11 {
  transition-delay: .11s;
}

.g-transition-delay-0_11::before, .g-transition-delay-0_11::after {
  transition-delay: .11s;
}

svg.g-transition-0_11 path,
svg.g-transition-0_11 polygon {
  transition-duration: .11s;
}

.g-transition-delay-0_2 {
  transition-delay: .2s;
}

.g-transition-delay-0_2::before, .g-transition-delay-0_2::after {
  transition-delay: .2s;
}

svg.g-transition-delay-0_2 path,
svg.g-transition-delay-0_2 polygon {
  transition-delay: .2s;
}

.g-transition-delay-0_45 {
  transition-delay: .45s;
}

.g-transition-delay-0_45::before, .g-transition-delay-0_45::after {
  transition-delay: .45s;
}

svg.g-transition-delay-0_45 path,
svg.g-transition-delay-0_45 polygon {
  transition-delay: .45s;
}

.g-transition--ease-out {
  transition-timing-function: ease-out;
}

.g-transition--ease-out::before, .g-transition--ease-out::after {
  transition-timing-function: ease-out;
}

svg.g-transition--ease-out path,
svg.g-transition--ease-out polygon {
  transition-timing-function: ease-out;
}

.g-transition--ease-in {
  transition-timing-function: ease-in;
}

.g-transition--ease-in::before, .g-transition--ease-in::after {
  transition-timing-function: ease-in;
}

svg.g-transition--ease-in path,
svg.g-transition--ease-in polygon {
  transition-timing-function: ease-in;
}

.g-transition--ease-in-out {
  transition-timing-function: ease-in-out;
}

.g-transition--ease-in-out::before, .g-transition--ease-in-out::after {
  transition-timing-function: ease-in-out;
}

svg.g-transition--ease-in-out path,
svg.g-transition--ease-in-out polygon {
  transition-timing-function: ease-in-out;
}

.g-transition--linear {
  transition-timing-function: linear;
}

.g-transition--linear::before, .g-transition--linear::after {
  transition-timing-function: linear;
}

svg.g-transition--linear path,
svg.g-transition--linear polygon {
  transition-timing-function: linear;
}

/*------------------------------------
  Transforms
------------------------------------*/
.g-transform-scale-0_5 {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.g-transform-scale-0_5--hover:hover {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.g-parent:hover .g-transform-scale-0_5--parent-hover {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.g-transform-scale-0_8 {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.g-transform-scale-0_8--hover:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.g-parent:hover .g-transform-scale-0_8--parent-hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.g-transform-scale-0_85 {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.g-transform-scale-0_85--hover:hover {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.g-parent:hover .g-transform-scale-0_85--parent-hover {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.g-transform-scale-0_9 {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.g-transform-scale-0_9--hover:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.g-parent:hover .g-transform-scale-0_9--parent-hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.g-transform-scale-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.g-transform-scale-1--hover:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.g-parent:hover .g-transform-scale-1--parent-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.g-transform-scale-1_05 {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.g-transform-scale-1_05--hover:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  z-index: 2;
}

.g-parent:hover .g-transform-scale-1_05--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.g-transform-scale-1_1 {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.g-transform-scale-1_1--hover:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
  z-index: 2;
}

.g-parent:hover .g-transform-scale-1_1--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.g-transform-scale-1_2 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.g-transform-scale-1_2--hover:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.g-parent:hover .g-transform-scale-1_2--parent-hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.g-transform-translate-x-100x {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.g-transform-translate-x-100x--hover:hover {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.g-transform-translate-x-minus-100x {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.g-transform-translate-x-minus-100x--hover:hover {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.g-transform-translate-y-5 {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.g-transform-translate-y-5--hover:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.g-parent:hover .g-transform-translate-y-5--parent-hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.g-transform-translate-y-100x {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.g-transform-translate-y-100x--hover:hover {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.g-transform-translate-y-minus-5 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.g-transform-translate-y-minus-5--hover:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.g-transform-translate-y-minus-70 {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.g-transform-translate-y-minus-70--hover:hover {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.g-transform-translate-y-minus-100x {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.g-transform-translate-y-minus-100x--hover:hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
.opacity-0 {
  opacity: 0 !important;
}

.g-opacity-0_3 {
  opacity: .3 !important;
}

.g-opacity-0_4 {
  opacity: .4 !important;
}

.g-opacity-0_5 {
  opacity: .5 !important;
}

.g-opacity-0_6 {
  opacity: .6 !important;
}

.g-opacity-0_7 {
  opacity: .7 !important;
}

.g-opacity-0_8 {
  opacity: .8 !important;
}

.g-opacity-1 {
  opacity: 1 !important;
}

.opacity-0--hover:hover {
  opacity: 0 !important;
}

.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

.selected .g-opacity-1--parents-selected {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
.g-z-index-auto {
  z-index: auto;
}

.g-z-index-1 {
  z-index: 1;
}

.g-z-index-2 {
  z-index: 2;
}

.g-z-index-3 {
  z-index: 3;
}

.g-z-index-3--hover:hover {
  z-index: 3;
}

.g-z-index-4 {
  z-index: 4;
}

.g-z-index-4--hover:hover {
  z-index: 4;
}

.g-z-index-99 {
  z-index: 99;
}

.g-z-index-9999 {
  z-index: 9999;
}

.g-z-index-minus-1 {
  z-index: -1;
}

/*------------------------------------
  Resize
------------------------------------*/
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::placeholder {
  opacity: 1;
  color: #fff;
}

.g-placeholder-white::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

.g-placeholder-primary::-moz-placeholder {
  color: #fff;
}

.g-placeholder-primary::-ms-input-placeholder {
  color: #fff;
}

.g-placeholder-primary::placeholder {
  color: #fff;
}

.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 992px) {
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}

/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
.g-color-main {
  color: #555 !important;
}

.g-color-main--hover:hover {
  color: #555 !important;
}

/* Primary Colors */
.g-color-primary {
  color: #72c02c !important;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #72c02c !important;
}

.g-parent:hover .g-color-primary--parent-hover {
  color: #72c02c !important;
}

.g-color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important;
}

.g-color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important;
}

.g-color-primary--active.active {
  color: #72c02c !important;
}

.active .g-color-primary--parent-active {
  color: #72c02c !important;
}

.g-color-primary--before::before, .g-color-primary--after::after {
  color: #72c02c;
}

/* Secondary Colors */
.g-color-secondary {
  color: #e74b3c !important;
}

.u-block-hover:hover .g-color-secondary--hover, .g-color-secondary--hover:hover {
  color: #e74b3c !important;
}

.g-parent:hover .g-color-secondary--parent-hover {
  color: #e74b3c !important;
}

/* Black Colors */
.g-color-black {
  color: #000 !important;
}

.g-color-black--hover:hover {
  color: #000 !important;
}

.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

.g-color-black--active.active {
  color: #000 !important;
}

.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
.g-color-white {
  color: #fff !important;
}

.g-color-white--opened-menu:not(.collapsed) {
  color: #fff !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

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

.active .g-color-white--parent-active {
  color: #fff !important;
}

.g-color-white--child * {
  color: #fff !important;
}

.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.u-block-hover:hover .g-color-white-opacity-0_7--hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Gray Colors */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

.g-color-gray-light-v2 {
  color: #ccc !important;
}

.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

.g-color-gray-light-v3 {
  color: #ddd !important;
}

.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

.g-color-gray-light-v4 {
  color: #eee !important;
}

.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

.g-color-gray-dark-v1 {
  color: #111 !important;
}

.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

.g-color-gray-dark-v2 {
  color: #333 !important;
}

.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

.g-color-gray-dark-v3 {
  color: #555 !important;
}

.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

.g-color-gray-dark-v4 {
  color: #777 !important;
}

.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

.g-color-gray-dark-v5 {
  color: #999 !important;
}

.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

.g-parent:hover .g-color-gray-dark-v5--parent-hover {
  color: #999 !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
.g-color-green {
  color: #72c02c !important;
}

.g-color-green--hover:hover {
  color: #72c02c !important;
}

/* Color Blue */
.g-color-blue {
  color: #3398dc !important;
}

.g-color-blue--hover:hover {
  color: #3398dc !important;
}

.g-color-blue-dark-v1 {
  color: #175a88 !important;
}

/* Color Light Blue */
.g-color-lightblue {
  color: #edf2f8 !important;
}

.g-color-lightblue--hover:hover {
  color: #edf2f8 !important;
}

.g-color-lightblue-v1 {
  color: #d6e2ee !important;
}

.g-color-lightblue-v1--hover:hover {
  color: #d6e2ee !important;
}

/* Color Dark Blue */
.g-color-darkblue {
  color: #009 !important;
}

.g-color-darkblue--hover:hover {
  color: #009 !important;
}

/* Color Indigo */
.g-color-indigo {
  color: #4263a3 !important;
}

.g-color-indigo--hover:hover {
  color: #4263a3 !important;
}

/* Color Red */
.g-color-red {
  color: #f00 !important;
}

.g-color-red--hover:hover {
  color: #f00 !important;
}

*:hover > .g-color-red--parent-hover {
  color: #f00 !important;
}

/* Color Light Red */
.g-color-lightred {
  color: #e64b3b !important;
}

.g-color-lightred--hover:hover {
  color: #e64b3b !important;
}

/* Color Dark Red */
.g-color-darkred {
  color: #a10f2b !important;
}

.g-color-darkred--hover:hover {
  color: #a10f2b !important;
}

/* Color Purple */
.g-color-purple {
  color: #9a69cb;
}

.g-color-purple--hover:hover {
  color: #9a69cb !important;
}

.g-color-purple-dark-v1 {
  color: #552c7e !important;
}

/* Color Dark Purple */
.g-color-darkpurple {
  color: #6639b6 !important;
}

.g-color-darkpurple--hover:hover {
  color: #6639b6 !important;
}

/* Color Pink */
.g-color-pink {
  color: #e81c62;
}

.g-color-pink--hover:hover {
  color: #e81c62 !important;
}

.g-color-pink-dark-v1 {
  color: #6f0b2d !important;
}

/* Color Orange */
.g-color-orange {
  color: #e57d20 !important;
}

.g-color-orange--hover:hover {
  color: #e57d20 !important;
}

/* Color Deep Orange */
.g-color-deeporange {
  color: #fe541e !important;
}

.g-color-deeporange--hover:hover {
  color: #fe541e !important;
}

/* Color Yellow */
.g-color-yellow {
  color: #ebc71d !important;
}

.g-color-yellow--hover:hover {
  color: #ebc71d !important;
}

/* Color Aqua */
.g-color-aqua {
  color: #29d6e6;
}

.g-color-aqua--hover:hover {
  color: #29d6e6 !important;
}

.g-color-aqua-dark-v1 {
  color: #11848e !important;
}

/* Color Cyan */
.g-color-cyan {
  color: #00bed6 !important;
}

.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
.g-color-teal {
  color: #18ba9b !important;
}

.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Brown */
.g-color-brown {
  color: #9c8061 !important;
}

.g-color-brown--hover:hover {
  color: #9c8061 !important;
}

/* Color Blue Gray */
.g-color-bluegray {
  color: #585f69 !important;
}

.g-color-bluegray--hover:hover {
  color: #585f69 !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
.g-color-facebook {
  color: #3b5998;
}

.g-color-facebook:hover {
  color: #344e86;
}

.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
.g-color-twitter {
  color: #00acee;
}

.g-color-twitter:hover {
  color: #009ad5;
}

.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
.g-color-skype {
  color: #00aff0;
}

.g-color-skype:hover {
  color: #009cd7;
}

.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
.g-color-pinterest {
  color: #c8232c;
}

.g-color-pinterest:hover {
  color: #b21f27;
}

.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
.g-color-vine {
  color: #00bf8f;
}

.g-color-vine:hover {
  color: #00a67c;
}

.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
.g-color-youtube {
  color: #c4302b;
}

.g-color-youtube:hover {
  color: #af2b26;
}

.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
.g-color-google-plus {
  color: #dd4b39;
}

.g-color-google-plus:hover {
  color: #d73925;
}

.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
.g-color-dribbble {
  color: #ea4c89;
}

.g-color-dribbble:hover {
  color: #e7357a;
}

.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
.g-color-vk {
  color: #2b587a;
}

.g-color-vk:hover {
  color: #244a67;
}

.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
.g-color-linkedin {
  color: #0e76a8;
}

.g-color-linkedin:hover {
  color: #0c6590;
}

.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
.g-color-instagram {
  color: #3f729b;
}

.g-color-instagram:hover {
  color: #386589;
}

.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
.g-color-cyan-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55), rgba(0, 190, 214, 0.6));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Blue Gradient */
.g-color-blue-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(-260deg, #8654da, rgba(66, 229, 248, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */
.g-width-30x {
  width: 30% !important;
  /* P */
}

.g-width-40x {
  width: 40% !important;
  /* P */
}

.g-width-50x {
  width: 50% !important;
  /* P */
}

.g-width-60x {
  width: 60% !important;
  /* P */
}

.g-width-70x {
  width: 70% !important;
  /* P */
}

.g-width-80x {
  width: 80% !important;
  /* P */
}

.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 446px - 1) {
  .w-100--2xs {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .g-width-20x--sm {
    width: 20% !important;
  }
  .g-width-25x--sm {
    width: 25% !important;
  }
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }
  .g-width-40x--sm {
    width: 40% !important;
  }
  .g-width-60x--sm {
    width: 60% !important;
  }
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}

@media (min-width: 768px) {
  /* P */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}

.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
.g-width-1x {
  max-width: 1%;
}

.g-width-80x {
  max-width: 80%;
}

.g-width-90x {
  max-width: 90%;
}

.g-width-95x {
  width: 95%;
}

.g-max-width-60x {
  max-width: 60%;
}

.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
.g-width-3 {
  width: 3px !important;
  /* O */
}

.g-width-10 {
  width: 10px !important;
  /* O */
}

.g-width-12 {
  width: 12px !important;
  /* Z */
}

.g-width-16 {
  width: 16px !important;
  /* O */
}

.g-width-18 {
  width: 18px !important;
  /* O */
}

.g-width-20 {
  width: 20px !important;
  /* O */
}

.g-width-24 {
  width: 24px !important;
  /* O */
}

.g-width-25 {
  width: 25px !important;
}

.g-width-26 {
  width: 26px !important;
  /* P */
}

.g-width-28 {
  width: 28px !important;
  /* O */
}

.g-width-30 {
  width: 30px !important;
  /* P */
}

.g-width-32 {
  width: 32px !important;
  /* O */
}

.g-width-35 {
  width: 35px !important;
  /* P */
}

.g-width-36 {
  width: 36px !important;
  /* O */
}

.g-width-40 {
  width: 40px !important;
  /* P */
}

.g-width-45 {
  width: 45px !important;
  /* P */
}

.g-width-48 {
  width: 48px !important;
  /* P */
}

.g-width-50 {
  width: 50px !important;
  /* P */
}

.g-width-54 {
  width: 54px !important;
  /* P */
}

.g-width-55 {
  width: 55px !important;
  /* P */
}

.g-width-60 {
  width: 60px !important;
  /* P */
}

.g-width-64 {
  width: 64px !important;
  /* P */
}

.g-width-70 {
  width: 70px !important;
  /* P */
}

.g-width-75 {
  width: 75px !important;
  /* O */
}

.g-width-80 {
  width: 80px !important;
  /* P */
}

.g-width-85 {
  width: 85px !important;
  /* P */
}

.g-width-95 {
  width: 95px !important;
  /* P */
}

.g-width-100 {
  width: 100px !important;
  /* P */
}

.g-width-105 {
  width: 105px;
}

.g-width-110 {
  width: 110px !important;
  /* O */
}

.g-width-115 {
  width: 115px !important;
  /* O */
}

.g-width-120 {
  width: 120px !important;
  /* P */
}

.g-width-125 {
  width: 125px !important;
  /* P */
}

.g-width-130 {
  width: 130px !important;
  /* P */
}

.g-width-135 {
  width: 135px !important;
  /* O */
}

.g-width-140 {
  width: 140px !important;
  /* P */
}

.g-width-150 {
  width: 150px !important;
}

.g-width-160 {
  width: 160px !important;
  /* P */
}

.g-width-170 {
  width: 170px !important;
  /* P */
}

.g-width-180 {
  width: 180px !important;
  /* O */
}

.g-width-200 {
  width: 200px !important;
  /* P */
}

.g-width-220 {
  width: 220px !important;
}

.g-width-215 {
  width: 215px !important;
}

.g-width-235 {
  width: 235px !important;
}

.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

.g-width-410 {
  width: 410px !important;
  /* O */
}

.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
.g-max-width-100 {
  max-width: 100px;
}

.g-max-width-120 {
  max-width: 120px;
}

.g-max-width-170 {
  max-width: 170px;
  /* O */
}

.g-max-width-190 {
  max-width: 190px;
}

.g-max-width-200 {
  max-width: 200px;
}

.g-max-width-250 {
  max-width: 250px;
}

.g-max-width-300 {
  max-width: 300px;
}

.g-max-width-400 {
  max-width: 400px;
}

.g-max-width-500 {
  max-width: 500px;
}

.g-max-width-540 {
  max-width: 540px;
}

.g-max-width-550 {
  max-width: 550px;
}

.g-max-width-570 {
  max-width: 570px;
}

.g-max-width-600 {
  max-width: 600px;
}

.g-max-width-645 {
  max-width: 645px;
}

.g-max-width-670 {
  max-width: 670px;
}

.g-max-width-700 {
  max-width: 700px;
}

.g-max-width-750 {
  max-width: 750px;
}

.g-max-width-770 {
  max-width: 770px;
}

.g-max-width-780 {
  max-width: 780px;
}

.g-max-width-800 {
  max-width: 800px;
}

.g-max-width-840 {
  max-width: 840px;
}

.g-max-width-870 {
  max-width: 870px;
}

.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
.g-min-width-35 {
  min-width: 35px;
}

.g-min-width-40 {
  min-width: 40px;
}

.g-min-width-65 {
  min-width: 65px;
}

.g-min-width-110 {
  min-width: 110px;
}

.g-min-width-130 {
  min-width: 130px;
}

.g-min-width-150 {
  min-width: 150px;
}

.g-min-width-170 {
  min-width: 170px;
}

.g-min-width-200 {
  min-width: 200px;
}

.g-min-width-220 {
  min-width: 220px;
}

.g-min-width-300 {
  min-width: 300px;
}

.g-min-width-400 {
  min-width: 400px;
}

@media (min-width: 576px) {
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }
  .g-width-100--sm {
    width: 100px !important;
    /* P */
  }
  .g-width-150--sm {
    width: 150px !important;
    /* O */
  }
  .g-width-170--sm {
    width: 170px !important;
    /* O */
  }
  .g-width-180--sm {
    width: 180px !important;
  }
  .g-min-width-180--sm {
    min-width: 180px;
  }
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
  .g-width-auto--sm {
    width: auto !important;
  }
  .g-max-width-300--sm {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .g-width-40--md {
    width: 40px !important;
    /* O */
  }
  .g-width-45--md {
    width: 45px !important;
    /* O */
  }
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }
  .g-width-45--md {
    width: 45px !important;
  }
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }
  .g-width-135--md {
    width: 135px !important;
  }
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }
  .g-width-180--md {
    width: 180px !important;
  }
  .g-width-225--md {
    width: 225px !important;
  }
  .g-width-160--md {
    width: 160px !important;
  }
  .g-width-165--md {
    width: 165px !important;
  }
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }
  .g-width-185--md {
    width: 185px !important;
    /* O */
  }
  .g-width-280--md {
    width: 280px !important;
    /* O */
  }
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }
  .g-max-width-200--md {
    max-width: 200px;
  }
  .g-max-width-400--md {
    max-width: 400px;
  }
  .g-min-width-110--md {
    min-width: 110px;
  }
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}

@media (min-width: 992px) {
  .g-width-60x--lg {
    width: 60% !important;
    /* J */
  }
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }
  .g-width-165--lg {
    width: 165px !important;
  }
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }
  .g-width-250--lg {
    /* RG-Q */
    width: 250px !important;
    /* P */
    max-width: 100%;
  }
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }
  .g-max-width-200--lg {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .g-min-width-315--xl {
    min-width: 315px;
  }
}

* > .g-width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
.g-height-50x {
  height: 50%;
}

.g-height-80x {
  height: 80%;
}

.g-height-90x {
  height: 90%;
}

.g-height-95x {
  height: 95%;
}

.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
.g-max-height-70vh {
  max-height: 70vh !important;
}

.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
.g-height-50vh {
  height: 50vh !important;
}

.g-height-70vh {
  height: 70vh;
}

.g-height-75vh {
  height: 75vh;
}

.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
.g-min-height-50vh {
  min-height: 50vh;
}

.g-min-height-60vh {
  min-height: 60vh;
}

.g-min-height-70vh {
  min-height: 70vh;
}

.g-min-height-80vh {
  min-height: 80vh;
}

.g-min-height-90vh {
  min-height: 90vh;
}

.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  .g-height-100vh--sm {
    height: 100vh !important;
  }
  .g-height-auto--sm {
    height: auto;
  }
  .g-height-100x--sm {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .g-height-auto--md {
    height: auto;
  }
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .g-min-height-90vh--lg {
    min-height: 90vh;
  }
  .g-height-100vh--lg {
    height: 100vh !important;
  }
  .g-height-auto--lg {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .g-height-auto--xl {
    height: auto;
  }
}

/* Height in Pixels (px) */
.g-height-1 {
  height: 1px;
}

.g-height-2 {
  height: 2px;
}

.g-height-4 {
  height: 4px;
}

.g-height-5 {
  height: 5px !important;
}

.g-height-6 {
  height: 6px !important;
}

.g-height-10 {
  height: 10px !important;
}

.g-height-12 {
  height: 12px !important;
}

.g-height-16 {
  height: 16px !important;
}

.g-height-18 {
  height: 18px;
}

.g-height-20 {
  height: 20px !important;
}

.g-height-22 {
  height: 22px !important;
}

.g-height-24 {
  height: 24px;
}

.g-height-25 {
  height: 25px;
}

.g-height-26 {
  height: 26px;
}

.g-height-28 {
  height: 28px !important;
  /* O */
}

.g-height-30 {
  height: 30px !important;
}

.g-height-32 {
  height: 32px;
  /* O */
}

.g-height-35 {
  height: 35px !important;
}

.g-height-40 {
  height: 40px;
}

.g-height-45 {
  height: 45px;
}

.g-height-48 {
  height: 48px;
  /* O */
}

.g-height-50 {
  height: 50px;
}

.g-height-55 {
  height: 55px;
}

.g-height-60 {
  height: 60px;
}

.g-height-64 {
  height: 64px;
}

.g-height-70 {
  height: 70px;
}

.g-height-75 {
  height: 75px;
  /* O */
}

.g-height-80 {
  height: 80px !important;
}

.g-height-85 {
  height: 85px;
}

.g-height-88 {
  height: 88px;
}

.g-height-90 {
  height: 90px;
}

.g-height-95 {
  height: 95px !important;
}

.g-height-100 {
  height: 100px !important;
}

.g-height-105 {
  height: 105px;
}

.g-height-115 {
  height: 115px !important;
  /* O */
}

.g-height-120 {
  height: 120px;
}

.g-height-125 {
  height: 125px;
}

.g-height-130 {
  height: 130px;
}

.g-height-140 {
  height: 140px;
}

.g-height-150 {
  height: 150px;
}

.g-height-160 {
  height: 160px;
}

.g-height-170 {
  height: 170px;
  /* O */
}

.g-height-180 {
  height: 180px !important;
  /* O */
}

.g-height-200 {
  height: 200px;
}

.g-height-220 {
  height: 220px;
}

.g-height-250 {
  height: 250px;
}

.g-height-280 {
  height: 280px;
}

.g-height-300 {
  height: 300px;
}

.g-height-350 {
  height: 350px;
}

.g-height-400 {
  height: 400px;
}

.g-height-450 {
  height: 450px;
}

.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

.g-height-500 {
  height: 500px;
}

.g-height-600 {
  height: 600px;
}

.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
.g-min-height-4 {
  min-height: 4px;
}

.g-min-height-35 {
  min-height: 35px;
}

.g-min-height-170 {
  min-height: 170px;
}

.g-min-height-200 {
  min-height: 200px;
}

.g-min-height-250 {
  min-height: 250px;
}

.g-min-height-275 {
  min-height: 275px;
}

.g-min-height-300 {
  min-height: 300px;
}

.g-min-height-312 {
  min-height: 312px;
}

.g-min-height-360 {
  min-height: 360px;
}

.g-min-height-400 {
  min-height: 400px;
}

.g-min-height-450 {
  min-height: 450px;
}

.g-min-height-500 {
  min-height: 500px;
}

.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  .g-height-350--sm {
    height: 350px;
  }
  .g-height-680--sm {
    height: 680px;
  }
}

@media (min-width: 768px) {
  .g-height-40--md {
    height: 40px !important;
  }
  .g-height-45--md {
    height: 45px !important;
  }
  .g-height-60--md {
    height: 60px !important;
  }
  .g-height-100--md {
    height: 100px !important;
  }
  .g-height-170--md {
    height: 170px !important;
  }
  .g-height-350--md {
    height: 350px;
  }
  .g-height-500--md {
    height: 500px;
  }
  .g-height-680--md {
    height: 680px;
  }
  .g-height-100x--md {
    height: 100%;
  }
  .g-height-100vh--md {
    height: 100vh;
  }
  .g-min-height-230--md {
    min-height: 230px;
  }
  .g-min-height-500--md {
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  .g-height-80--lg {
    height: 80px !important;
  }
  .g-height-200--lg {
    height: 200px !important;
  }
  .g-height-230--lg {
    height: 230px;
  }
  .g-height-350--lg {
    height: 350px;
  }
  .g-height-680--lg {
    height: 680px;
  }
}

@media (min-width: 1200px) {
  .g-height-350--xl {
    height: 350px;
  }
  .g-height-680--xl {
    height: 680px;
  }
}

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .g-ma-0 {
    margin: 0 !important;
  }
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0 {
    margin-left: 0 !important;
  }
  .g-mr-0 {
    margin-right: 0 !important;
  }
  .g-mt-0 {
    margin-top: 0 !important;
  }
  .g-mb-0 {
    margin-bottom: 0 !important;
  }
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14 {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70 {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140 {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-ma-0--sm {
    margin: 0 !important;
  }
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--sm {
    margin-left: 0 !important;
  }
  .g-mr-0--sm {
    margin-right: 0 !important;
  }
  .g-mt-0--sm {
    margin-top: 0 !important;
  }
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  .g-ma-0--md {
    margin: 0 !important;
  }
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--md {
    margin-left: 0 !important;
  }
  .g-mr-0--md {
    margin-right: 0 !important;
  }
  .g-mt-0--md {
    margin-top: 0 !important;
  }
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--md {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--md {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--md {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  .g-ma-0--lg {
    margin: 0 !important;
  }
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--lg {
    margin-left: 0 !important;
  }
  .g-mr-0--lg {
    margin-right: 0 !important;
  }
  .g-mt-0--lg {
    margin-top: 0 !important;
  }
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--lg {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  .g-ma-0--xl {
    margin: 0 !important;
  }
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--xl {
    margin-left: 0 !important;
  }
  .g-mr-0--xl {
    margin-right: 0 !important;
  }
  .g-mt-0--xl {
    margin-top: 0 !important;
  }
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}

/* Margins Around
------------------------------------*/
.g-ma-1 {
  margin: 0.07143rem !important;
}

.g-ma-3 {
  margin: 0.21429rem !important;
}

.g-ma-5 {
  margin: 0.35714rem !important;
}

.g-ma-10 {
  margin: 0.71429rem !important;
}

.g-ma-20 {
  margin: 1.42857rem !important;
}

.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

.g-mt-minus-70 {
  margin-top: -5rem;
}

.g-mt-minus-73 {
  margin-top: -5.14286rem !important;
}

.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

.g-ml-minus-23 {
  margin-left: -1.64286rem;
}

.g-ml-minus-35 {
  margin-left: -2.5rem;
}

.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

.g-mt-21 {
  margin-top: 1.5rem;
}

.g-mt-22 {
  margin-top: 1.57143rem;
}

.g-mt-28 {
  margin-top: 2rem !important;
}

.g-mt-32 {
  margin-top: 2.28571rem !important;
}

.g-mt-57 {
  margin-top: 4.07143rem !important;
}

.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

.g-mb-28 {
  margin-bottom: 2rem;
}

.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

.g-ml-12 {
  margin-left: 0.85714rem;
}

.g-ml-13 {
  margin-left: 0.92857rem;
}

.g-ml-20 {
  margin-left: 1.42857rem;
}

.g-ml-25 {
  margin-left: 1.78571rem;
}

.g-ml-35 {
  margin-left: 2.5rem;
}

.g-ml-43 {
  margin-left: 3.07143rem;
}

.g-mr-43 {
  margin-right: 3.07143rem;
}

.g-ml-50 {
  margin-left: 3.57143rem;
}

.g-ml-60 {
  margin-left: 4.28571rem;
}

.g-ml-75 {
  margin-left: 5.35714rem;
}

.g-ml-82 {
  margin-left: 5.85714rem;
}

.g-ml-83 {
  margin-left: 5.92857rem;
}

.g-ml-85 {
  margin-left: 6.07143rem;
}

.g-ml-105 {
  margin-left: 7.5rem;
}

.g-ml-118 {
  margin-left: 8.42857rem;
}

.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
.g-mr-12 {
  margin-right: 0.85714rem;
}

.g-mr-60 {
  margin-right: 4.28571rem;
}

.g-mr-63 {
  margin-right: 4.5rem;
}

.g-mr-75 {
  margin-right: 5.35714rem;
}

.g-mr-85 {
  margin-right: 6.07143rem !important;
}

.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

.g-mr-minus-13 {
  margin-right: -0.92857rem;
}

.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

.g-mr-minus-23 {
  margin-right: -1.64286rem;
}

.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

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

@media (min-width: 576px) {
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .g-mr-12--sm {
    margin-right: 0.85714rem;
  }
}

@media (min-width: 768px) {
  .g-ml-0--md {
    margin-left: 0 !important;
  }
  .g-mr-0--md {
    margin-right: 0 !important;
  }
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }
  .g-ml-minus-23--md {
    margin-left: -1.64286rem !important;
  }
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }
  .g-mr-minus-13--md {
    margin-right: -0.92857rem;
  }
  .g-mr-minus-23--md {
    margin-right: -1.64286rem;
  }
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }
  .g-mr-minus-82--md {
    margin-right: -5.85714rem !important;
  }
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }
  .g-ml-63--md {
    margin-left: 4.5rem !important;
  }
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }
  .g-ml-250--md {
    margin-left: 17.85714rem !important;
  }
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }
  .g-m-reset--md {
    margin: 0 !important;
  }
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-76--md {
    margin-top: -5.42857rem !important;
  }
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bpttpm: 2.14286rem !important;
  }
}

@media (min-width: 992px) {
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }
  .g-mr-minus-50--lg {
    margin-right: -3.57143rem;
  }
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }
  .g-m-reset--lg {
    margin: 0 !important;
  }
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
}

@media (min-width: 1200px) {
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  .g-m-reset--xl {
    margin: 0 !important;
  }
  .g-mr-0--xl {
    margin-right: 0px !important;
  }
}

/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }
  .js-header-change-moment .g-mt-25--lg--scrolling {
    margin-top: 1.78571rem !important;
  }
}

/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .g-pa-0 {
    padding: 0 !important;
  }
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0 {
    padding-top: 0 !important;
  }
  .g-pr-0 {
    padding-right: 0 !important;
  }
  .g-pb-0 {
    padding-bottom: 0 !important;
  }
  .g-pl-0 {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }
  .g-pa-3 {
    padding: 0.21429rem !important;
  }
  .g-pa-5 {
    padding: 0.35714rem !important;
  }
  .g-pa-7 {
    padding: 0.5rem !important;
  }
  .g-pa-10 {
    padding: 0.71429rem !important;
  }
  .g-pa-15 {
    padding: 1.07143rem !important;
  }
  .g-pa-20 {
    padding: 1.42857rem !important;
  }
  .g-pa-25 {
    padding: 1.78571rem !important;
  }
  .g-pa-30 {
    padding: 2.14286rem !important;
  }
  .g-pa-35 {
    padding: 2.5rem !important;
  }
  .g-pa-40 {
    padding: 2.85714rem !important;
  }
  .g-pa-45 {
    padding: 3.21429rem !important;
  }
  .g-pa-50 {
    padding: 3.57143rem !important;
  }
  .g-pa-55 {
    padding: 3.92857rem !important;
  }
  .g-pa-60 {
    padding: 4.28571rem !important;
  }
  .g-pa-65 {
    padding: 4.64286rem !important;
  }
  .g-pa-70 {
    padding: 5rem !important;
  }
  .g-pa-75 {
    padding: 5.35714rem !important;
  }
  .g-pa-80 {
    padding: 5.71429rem !important;
  }
  .g-pa-85 {
    padding: 6.07143rem !important;
  }
  .g-pa-90 {
    padding: 6.42857rem !important;
  }
  .g-pa-95 {
    padding: 6.78571rem !important;
  }
  .g-pa-100 {
    padding: 7.14286rem !important;
  }
  .g-pa-105 {
    padding: 7.5rem !important;
  }
  .g-pa-110 {
    padding: 7.85714rem !important;
  }
  .g-pa-115 {
    padding: 8.21429rem !important;
  }
  .g-pa-120 {
    padding: 8.57143rem !important;
  }
  .g-pa-125 {
    padding: 8.92857rem !important;
  }
  .g-pa-130 {
    padding: 9.28571rem !important;
  }
  .g-pa-135 {
    padding: 9.64286rem !important;
  }
  .g-pa-140 {
    padding: 10rem !important;
  }
  .g-pa-145 {
    padding: 10.35714rem !important;
  }
  .g-pa-150 {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16 {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17 {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18 {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19 {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0 {
    padding-top: 0px !important;
  }
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11 {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12 {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13 {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14 {
    padding-top: 1rem !important;
  }
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16 {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17 {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18 {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19 {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70 {
    padding-top: 5rem !important;
  }
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140 {
    padding-top: 10rem !important;
  }
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0 {
    padding-right: 0px !important;
  }
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70 {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140 {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0 {
    padding-left: 0px !important;
  }
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70 {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140 {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-pa-0--sm {
    padding: 0 !important;
  }
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--sm {
    padding-top: 0 !important;
  }
  .g-pr-0--sm {
    padding-right: 0 !important;
  }
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }
  .g-pl-0--sm {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }
  .g-pa-70--sm {
    padding: 5rem !important;
  }
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }
  .g-pa-140--sm {
    padding: 10rem !important;
  }
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--sm {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--sm {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--sm {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--sm {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--sm {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--sm {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--sm {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--sm {
    padding-top: 1rem !important;
  }
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--sm {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--sm {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--sm {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--sm {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  .g-pa-0--md {
    padding: 0 !important;
  }
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--md {
    padding-top: 0 !important;
  }
  .g-pr-0--md {
    padding-right: 0 !important;
  }
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }
  .g-pl-0--md {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }
  .g-pa-7--md {
    padding: 0.5rem !important;
  }
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }
  .g-pa-35--md {
    padding: 2.5rem !important;
  }
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }
  .g-pa-70--md {
    padding: 5rem !important;
  }
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }
  .g-pa-105--md {
    padding: 7.5rem !important;
  }
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }
  .g-pa-140--md {
    padding: 10rem !important;
  }
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--md {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--md {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--md {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--md {
    padding-top: 0px !important;
  }
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--md {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--md {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--md {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--md {
    padding-top: 1rem !important;
  }
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--md {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--md {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--md {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--md {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--md {
    padding-top: 5rem !important;
  }
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--md {
    padding-top: 10rem !important;
  }
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--md {
    padding-right: 0px !important;
  }
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--md {
    padding-left: 0px !important;
  }
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--md {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 992px) {
  .g-pa-0--lg {
    padding: 0 !important;
  }
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--lg {
    padding-top: 0 !important;
  }
  .g-pr-0--lg {
    padding-right: 0 !important;
  }
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }
  .g-pl-0--lg {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }
  .g-pa-70--lg {
    padding: 5rem !important;
  }
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }
  .g-pa-140--lg {
    padding: 10rem !important;
  }
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--lg {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--lg {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--lg {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--lg {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--lg {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--lg {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--lg {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--lg {
    padding-top: 1rem !important;
  }
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--lg {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--lg {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--lg {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--lg {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  .g-pa-0--xl {
    padding: 0 !important;
  }
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--xl {
    padding-top: 0 !important;
  }
  .g-pr-0--xl {
    padding-right: 0 !important;
  }
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }
  .g-pl-0--xl {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }
  .g-pa-70--xl {
    padding: 5rem !important;
  }
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }
  .g-pa-140--xl {
    padding: 10rem !important;
  }
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--xl {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--xl {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--xl {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--xl {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--xl {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--xl {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--xl {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--xl {
    padding-top: 1rem !important;
  }
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--xl {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--xl {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--xl {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--xl {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}

/* Custom Paddings (xs)
------------------------------------*/
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

.g-pa-12 {
  padding: 0.85714rem !important;
}

.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

.g-pa-24 {
  padding: 1.71429rem !important;
}

.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

.g-pa-40 {
  padding: 2.85714rem !important;
}

.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

.g-pa-15x {
  padding: 15% !important;
}

.g-px-17 {
  padding-left: 1.21429rem !important;
  padding-right: 1.21429rem !important;
}

.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

.g-pl-12 {
  padding-left: 0.85714rem !important;
}

.g-pl-17 {
  padding-left: 1.21429rem !important;
}

.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

.g-pl-25--hover:hover {
  padding-left: 1.78571rem !important;
}

.active.g-pl-25--active {
  padding-left: 1.78571rem !important;
}

.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

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

.g-pt-11 {
  padding-top: 0.78571rem !important;
}

.g-pt-12 {
  padding-top: 0.85714rem !important;
}

.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

.g-pt-130 {
  padding-top: 9.28571rem !important;
}

.g-pt-150 {
  padding-top: 10.71429rem !important;
}

.g-pt-170 {
  padding-top: 12.14286rem !important;
}

.g-pt-195 {
  padding-top: 13.92857rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

.g-pb-16 {
  padding-bottom: 1.14286rem !important;
}

.g-pa-9 {
  padding: 0.64286rem !important;
}

.g-pa-11 {
  padding: 0.78571rem !important;
}

.g-pa-12 {
  padding: 0.85714rem !important;
}

.g-pl-30--hover:hover {
  padding-left: 2.14286rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}

/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }
  .g-pl-300--md {
    padding-left: 21.42857rem !important;
  }
}

/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}

/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-px-23--xl {
    padding-left: 1.64286rem !important;
    padding-right: 1.64286rem !important;
  }
}

/*------------------------------------
  Block Hidden
------------------------------------*/
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .g-hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .g-hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .g-hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .g-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .g-hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .g-hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .g-hidden-xl-up {
    display: none !important;
  }
}

.g-hidden-xl-down {
  display: none !important;
}

/* End */


/* Start:/bitrix/templates/dpk_new/assets/glasscase/css/glasscase.css?168805084218773*/
/*!
 * VERSION: 3.0.1
 * DATE: 2018-04-06
 * DOCS AT: http://www.tinycomp.net/
 * 
 * @license Copyright (c) 2014-2018, tinyComp. All rights reserved.
 * 
 * @author: tinyComp, tinycomp@outlook.com
 **/
.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 2px;
    background-color: #fff;
}

.gc-display-area-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.gc-slide-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.gc-slide-container-current {
    z-index: 100;
    visibility: visible;
    opacity: 1;
}

.gc-fit-width {
    max-width: 100%;
    height: auto;
}

.gc-fit-width-display {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-fit-height {
    max-height: 100%;
    width: auto;
}

.gc-fit-height-display {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.gc-dc-center {
    top: 50%;
    left: 50%;
}

.gc-display-display {
    position: relative;
    cursor: crosshair;
    opacity: 1;
}

.gc-dd-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*********************LENS***************************/
.gc-lens-container {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
}

.gc-lens-display {
    position: absolute;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50) !important;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom-area {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #7f7f7f;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area li {height: auto;}
.gc-thumbs-area .gc-display-container img {height: auto !important;}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 1px solid #f1f1f1;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-display-container.iframevideo img {top:0;left:0;}
.glass-case ul li .gc-display-container.iframevideo .bg--youtube {position: absolute; width:40px; height: 28px; z-index: 100;}

.glass-case ul li .gc-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #e9e9e9 !important;
    cursor: default;
    -webkit-box-shadow: 0 10px 6px -6px #333;
       -moz-box-shadow: 0 10px 6px -6px #333;
            box-shadow: 0 10px 6px -6px #333;

}

.glass-case ul li .gc-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
    cursor: inherit;
}

.gc-thumb-img {
    background-color: #fff;
}

    .gc-thumb-img span {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #333;
        font-size: 12px;
        font-weight: 700;
        z-index: 2000;
        line-height: 2em;
        background-color: #fff;
    }

@media (max-width: 768px) {
    .gc-thumb-img span {
        font-size: 11px;
    }
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 768px) {
    .gc-overlay-container-display {
        overflow: auto;
    }
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/
@charset "UTF-8";

@font-face {
    font-family: "linea-arrows-10";
    src: url("/bitrix/templates/dpk_new/assets/glasscase/css/../fonts/linea-arrows-10.eot");
    src: url("/bitrix/templates/dpk_new/assets/glasscase/css/../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/dpk_new/assets/glasscase/css/../fonts/linea-arrows-10.woff") format("woff"), url("/bitrix/templates/dpk_new/assets/glasscase/css/../fonts/linea-arrows-10.ttf") format("truetype"), url("/bitrix/templates/dpk_new/assets/glasscase/css/../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
    font-weight: normal;
    font-style: normal;
}

.gc-icon:before {
    font-family: "linea-arrows-10" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #39b54a !important;
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 1;
    background: rgb(204, 204, 204);
    background: rgba(204, 204, 204, 0.8);
    margin: 0 auto;
}

    .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: 5px;
}

    .gc-icon-next:before {
        position: absolute;
        top: 0px;
        right: 0px;
        content: "\e04b";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e019";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: 5px;
}

    .gc-icon-prev:before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "\e03f";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e083";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    left: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}

    .gc-icon-download:before {
        position: absolute;
        top: -4px;
        left: -2px;
        content: "\e064";
    }

/* *** ICON PLAY *** */
.gc-icon-play {
    top: calc(50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 4em;
    overflow: hidden;
    border: none !important;
    background-color: #fff !important;
    opacity: 1;
    width: .5em;
    height: .5em;
}

    .gc-icon-play:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "\e03b";
        color: #333;
    }
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2.5em;
    float: right;
    margin-right:4px;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\e04a";
        top: 0px;
        right: 0px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\e017';
        top: -2px;
        right: -2px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\e053';
        top: -2px;
        right: -2px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(/bitrix/templates/dpk_new/assets/glasscase/css/../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(51, 51, 51, 0.2);
    border-right: 1.1em solid rgba(51, 51, 51, 0.2);
    border-bottom: 1.1em solid rgba(51, 51, 51, 0.2);
    border-left: 1.1em solid #333333;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-ploading {
    position: absolute;
    padding: inherit;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1100;
}

/* End */


/* Start:/bitrix/templates/dpk_new/assets/fancybox/jquery.fancybox.min.css?174661293113213*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/dpk_new/css/libs/owl.carousel.css?16105312761525*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	//margin-right: 30px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/dpk_new/css/libs/../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  font-size:15px;
}
/* End */


/* Start:/bitrix/templates/dpk_new/css/libs/owl.transitions.css?16105312764821*/
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1s both ease;
  -moz-animation: fadeOut 1s both ease;
  animation: fadeOut 1s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 1s both ease;
  -moz-animation: fadeIn 1s both ease;
  animation: fadeIn 1s both ease;
}
/* fadeInAfterOut */
.owl-fadeInAfterOut-out {
  z-index: 10;
  -webkit-animation: fadeOut .35s both ease;
  -moz-animation: fadeOut .35s both ease;
  animation: fadeOut .35s both ease;
}
.owl-fadeInAfterOut-in {
  -webkit-animation: fadeIn .35s .35s both ease;
  -moz-animation: fadeIn .35s .35s both ease;
  animation: fadeIn .35s .35s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1s ease both;
  -moz-animation: scaleUpFrom 1s ease both;
  animation: scaleUpFrom 1s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1s ease both;
  -moz-animation: scaleUpTo 1s ease both;
  animation: scaleUpTo 1s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* End */


/* Start:/bitrix/templates/dpk_new/css/style.css?1766364571134485*/
@charset "UTF-8";

/*
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

.header--ico {
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}

.header--ico.phone {
  background-image: url(/bitrix/templates/dpk_new/css/../images/phone.png);
}

.header--ico.clock {
  background-image: url(/bitrix/templates/dpk_new/css/../images/Clock.png);
  background-size: 30px;
}

.header_top {
  padding: 20px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_top .border {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid #f4f4f4;
  padding-right: 15px;
  margin-right: 15px;
}

.header_top .border:last-child {
  border: 0;
}

.header__logo {
  position: relative;
}

.header__logo a {
  display: flex;
  align-items: center;
}

.header__logo img {
  margin: 0 15px;
  height: auto;
}

.header__logo .slogan {
  color: #8b8b8b;
  font-size: 14px;
}

.header__number {
  max-width: 230px;
}

.header__number--link {
  font-size: 18px;
  color: #00ab37;
  width: 100%;
  line-height: 1.3;
  transition: 0.2s;
  left: 0px;
  position: relative;
}

.header__number--link:hover {
  left: 5px;
  opacity: 0.5;
}

.header__number--popup {
  border-bottom: 1px dotted #00ab37;
  color: #191919;
  margin-top: 10px;
  transition: 0.2s;
  left: 0px;
  position: relative;
}

.header__number--popup:hover {
  left: 5px;
  border-color: transparent;
}

.header__time-list li {
  width: 100%;
  color: #313131;
}

.header__time-show {
  margin-left: 0px;
  margin-top: 10px;
  border-bottom: 1px dotted #00ab37;
  line-height: 1.5;
  position: relative;
  transition: 0.2s;
}

.header__time-show::before {
  content: '';
  width: 15px;
  height: 20px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/gps_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -22px;
  top: 2px;
}

.header__time-show:hover {
  border-color: transparent;
}

.header__link {
  max-width: 190px;
  padding-right: 15px;
}

.header__link a {
  display: block;
}

.header__link a:last-child {
  margin-bottom: 0;
  display: none;
}

.header__basket {
  width: 120px;
}

.header__basket a {
  width: 100%;
}

.header__basket-img {
  position: relative;
  text-align: center;
}

.header__basket-img img {
  position: relative;
  z-index: 2;
}

.header__basket-img span {
  position: absolute;
  width: 31px;
  height: 31px;
  background-color: #00ab37;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -15px;
  right: 20px;
  z-index: 1;
  transition: 0.5s ease;
}

.header__basket-text {
  color: #6e6e6e;
  text-align: center;
  font-size: 12px;
}

.header__basket:hover .header__basket-img span {
  z-index: 10;
  width: 25px;
  height: 25px;
  right: calc(50% - 16px);
  top: -8px;
}

.header-mob__call {
  background-image: url(/bitrix/templates/dpk_new/css/../images/phone_mob.png);
  width: 27px;
  height: 27px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: call  1s infinite;
  display: none;
}

@keyframes call {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.header_bottom {
  background-color: #f2f4f5;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.header_bottom-search {
  position: absolute;
  right: 17px;
  top: calc(50% - 15px);
}

.header_bottom-search__form {
  position: relative;
}

.header_bottom-search__text {
  position: absolute;
  width: 1170px;
  padding: 10px;
  background-color: #f2f4f5;
  right: -7px;
  z-index: 1;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding-right: 35px;
  align-items: center;
  opacity: 0;
  top: 100px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}

.header_bottom-search__text input:not(.header_bottom-search-sbmt) {
  width: 95%;
  border: 0;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
  background: transparent;
}

.header_bottom-search__text .close {
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.header_bottom-search__text.open {
  top: -10px;
  opacity: 1;
  visibility: visible;
}

.header_bottom-search-sbmt {
  cursor: pointer;
  font-size: 0;
  width: 25px;
  height: 25px;
  border: 0;
  background: none;
  background-image: url(/bitrix/templates/dpk_new/css/../images/search_ico.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: relative;
}

.menu-nav {
  margin: 0;
  padding-left: 5px;
}

.menu-nav__list {
  display: flex;
}

.menu-nav__item {
  padding: 25px 0;
}

.menu-nav__item:last-child {
  border-right: 0;
}

.menu-nav__item:last-child a {
  border: 0;
}

.menu-nav__item:hover > a {
  color: #00ab37;
}

.menu-nav__item--active > a {
  color: #00ab37;
}

.menu-nav__link {
  padding: 0 18px;
  text-transform: uppercase;
  border-right: 2px solid #7d7d7d;
  font-weight: 500;
  color: #191919;
  font-size: 15px;
  transition: .2s ease-in;
  position: relative;
  letter-spacing: -0.03125rem;
}

.menu_burger {
  display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 26px;
  height: 16px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #797979;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.footer {
  color: #a6a6a6;
}

.footer li a {
  transition: 0.3s;
  line-height: 1.3;
}

.footer li a:hover {
  opacity: .5;
}

.footer_zag {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.footer a {
  color: #a6a6a6;
}

.footer__top {
  padding: 50px 30px;
  background-color: #252525;
  color: #a6a6a6;
  display: flex;
  justify-content: space-between;
}

.footer__top-contact {
  max-width: 370px;
}

.footer__top-contact-logo {
  margin-bottom: 45px;
}

.footer__top-contact-logo a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}

.footer__top-contact-logo img {
  margin-right: 10px;
}

/* .footer__top-contact-list {
  max-width: 300px;
} */

.footer__top-contact-item {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top 5px;
  list-style: none;
  margin-bottom: 15px;
}

.footer__top-map {
  max-width: 400px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.footer__top-map-list {
  padding-right: 50px;
  margin-top: 20px;
}

.footer__top-map-list li {
  line-height: 1.4;
}

.footer__top-map-list:last-child {
  padding-right: 0;
}

.footer__top-list {
  /*margin-right: 100px;*/
}

.footer__top-list li {
  background-repeat: no-repeat;
  background-position: left top 0px;
  list-style: none;
  margin-bottom: 15px;
}

.footer__top-list .ss_li {
  padding-left: 30px;
  background-size: contain;
}

.footer__top-list:last-child {
  margin-right: 0;
}

.footer__top-list-container {
  display: flex;
}

.footer__bottom {
  background-color: #313131;
  padding: 30px 10px;
  font-size: 14px;
  text-align: center;
}

.link--gr-bl,
.link--gr-wt, .link--gr-bl_ {
  padding: 12px;
  border: 1px solid #39b54a;
  font-size: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  border-radius: 25px !important;
}

.link--gr-bl span,
.link--gr-wt span, .link--gr-bl_ span {
  position: relative;
  transition: 0.3s;
}

/* .link--gr-bl:before,
.link--gr-wt:before, .link--gr-bl_:before {
  content: '';
  background-color: #39b54a;
  top: -1px;
  position: absolute;
  left: 0px;
  width: calc(100% + 1px);
  height: 0px;
  transition: 0.4s ease;
  z-index: 1;
  border-radius: 2px;
} */

.link--gr-bl:hover,
.link--gr-wt:hover, .link--gr-bl_:hover {
  color: #fff;
  background-color: #39b54a !important;
}

.link--gr-bl:hover span,
.link--gr-wt:hover span, .link--gr-bl_:hover span {
  z-index: 100;
}

.link--gr-bl:hover:before,
.link--gr-wt:hover:before, .link--gr-bl_:hover:before {
  height: calc(100% + 2px);
}

.link--gr-wt {
  padding: 15px 30px;
}

.link--gr-wt span {
  color: #fff;
}

.link_more {
  color: #00a72d;
  padding: 5px;
  padding-left: 0;
  padding-right: 40px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gr_r.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: 0.3s;
}

.link_more:hover {
  background-position: right 0px center;
}

.global__zag--full {
  padding: 40px 15px;
  margin: 0 auto;
  max-width: 900px;
}

.global__zag--half > div {
  text-align: left;
}

.global__zag--pt {
  padding-top: 0;
}

.global__zag-preview {
  color: #39b54a;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.global__zag-h {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.global__zag-p {
  text-align: center;
}

.fb {
  background-image: url(/bitrix/templates/dpk_new/css/../images/fn.png);
}

.inst {
  background-image: url(/bitrix/templates/dpk_new/css/../images/inst.png);
}

.twit {
  background-image: url(/bitrix/templates/dpk_new/css/../images/twit.png);
}

.gps {
  background-image: url(/bitrix/templates/dpk_new/css/../images/gps.png);
}

.phone--g {
  background-image: url(/bitrix/templates/dpk_new/css/../images/phone_grl.png);
}

.mail {
  background-image: url(/bitrix/templates/dpk_new/css/../images/mail.png);
}

.input_check.styler {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.input_check.styler.jq-checkbox.focused {
  border: 1px solid #e8e8e8;
}

.input_check.styler.jq-checkbox.checked .jq-checkbox__div {
  width: 17px;
  height: 8px;
  margin: 5px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-number.styler {
  width: 100px;
}

.jq-number__field {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  background: #fff;
}

.jq-number__spin {
  height: 50%;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: 0;
  width: 25px;
}

.jq-number__field input {
  width: 75px;
  height: 45px;
  border-right: 1px solid #e8e8e8;
  border-radius: 0;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #e8e8e8;
}

.jq-number:hover .jq-number__field {
  border: 1px solid #e8e8e8;
}

.jq-number__spin:hover {
  background: #e8e8e8;
  box-shadow: none;
}

.jq-number__spin:after {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_bl_up.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  border: 0;
}

.jq-number__spin.minus:after {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_bl_down.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  border: 0;
}

span.green {
  color: #39b54a;
  margin-top: -3px;
  margin-right: 3px;
}

.btn_refresh {
  font-size: 14px;
  padding: 5px;
  padding-right: 30px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/cancel.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: pointer;
  background-size: 15px;
}

.flex--block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.seo__text {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px 40px;
}

.tooltip {
  position: absolute;
  right: 0;
  top: -3px;
  padding: 5px;
  z-index: 999;
}

.tooltip-container {
  position: relative;
}

.tooltip-img {
  background-image: url(/bitrix/templates/dpk_new/css/../images/tooltips.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.tooltip-text {
  position: absolute;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #f2f5f6;
  width: 150px;
  z-index: 999;
  left: -150px;
  bottom: 50px;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  line-height: 1.3;
}

.tooltip-text::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #f2f5f6 transparent transparent transparent;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 2.5px);
}

.tooltip:hover .tooltip-text {
  bottom: 25px;
  left: -65px;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.green {
  color: #00ab37;
  position: relative;
}

.required_email {
  transition: 0.3s;
}

.required_email.success,
.required_input.success {
  border-color: #00a72d !important;
}

.required_email.error,
.required_input.error {
  border-color: #39b54a !important;
}

.form_popup--input_textarea {
  height: 100px;
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 15px 10px;
  resize: none;
}

.bg--youtube {
  background-image: url(/bitrix/templates/dpk_new/css/../images/youtube.png);
}

.btn_basket {
  padding: 13px 54px 13px 40px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/btn_basket.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn_basket:hover {
  color: #39b54a;
  background-color: #fff;
  background-image: url(/bitrix/templates/dpk_new/css/../images/btn_basket_green.png);
}

.btn_basket.active {
  color: #39b54a;
  background-color: #fff;
  background-image: url(/bitrix/templates/dpk_new/css/../images/btn_basket_green.png);
}

.btn_favorite {
  width: 48px;
  height: 48px;
  border: 1px solid #39b54a;
  transition: 0.3s;
  background-image: url(/bitrix/templates/dpk_new/css/../images/btn_favorite.png);
  background-repeat: no-repeat;
  background-position: center;
}

.btn_favorite:hover {
  background-color: #39b54a;
  background-image: url(/bitrix/templates/dpk_new/css/../images/btn_favorite_white.png);
}

.btn_favorite.active {
  background-color: #39b54a;
  background-image: url(/bitrix/templates/dpk_new/css/../images/btn_favorite_white.png);
}

.ss {
  background-position: bottom;
  transition: .3s;
  background-size: 100px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ss:hover {
  background-position: top;
}

.ss.fb {
  background-image: url(/bitrix/templates/dpk_new/css/../images/ss.png);
  background-position: 5px -20px;
}

.ss.fb:hover {
  background-position: 5px 1px;
}

.ss.fb.active {
  background-image: url(/bitrix/templates/dpk_new/css/../images/ss.png);
  background-position: left 5px bottom;
  background-size: 100px;
  background-position: 5px 1px;
}

.ss.tw {
  background-image: url(/bitrix/templates/dpk_new/css/../images/ss.png);
  background-position: -80px -21px;
}

.ss.tw:hover {
  background-position: -80px -4px;
}

.ss.tw.active {
  background-image: url(/bitrix/templates/dpk_new/css/../images/ss.png);
  background-position: left 5px bottom;
  background-size: 100px;
  background-position: -80px -4px;
}

.map {
  height: 500px;
  max-width: 700px;
  margin: 0 auto;
}

.popup-modal-dismiss {
  color: #fff;
  text-align: right;
  font-size: 18px;
  margin-bottom: 7px;
  width: 100%;
}

.mfp-container {
  display: flex;
  height: 100%;
  align-items: center;
}

.mfp-bg {
  opacity: 0.8;
}

.mfp-close {
  font-family: auto;
  font-size: 41px;
  color: #000000;
  opacity: 0.9;
}

.form--small .mfp-content {
  max-width: 370px;
}

.form--calculate .mfp-content {
  max-width: 770px;
}

.form_popup-small {
  background-color: #fcfcfc;
  padding: 40px 50px;
  border-radius: 5px;
}

.form_popup-calculate {
  background-color: #fcfcfc;
  padding: 40px 50px;
  border-radius: 5px;
}

.form_popup-calculate .form_popup-zag {
  text-align: left;
  width: 100%;
}

.form_popup-calculate form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_popup-calculate .w50 {
  width: 50%;
}

.form_popup-calculate .w50 .form_popup-block:first-child {
  padding-right: 60px;
}

.form_popup-calculate label {
  color: #121212;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
}

.form_popup-zag {
  text-align: center;
  margin-bottom: 30px;
}

.form_popup-zag .zag {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.form_popup-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.form_popup-block:last-child {
  margin-bottom: 0;
}

.form_popup-block p {
  width: calc(100% - 37px);
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
}

.form_popup-block p a {
  text-decoration: underline;
  color: #39b54a;
  margin-left: 5px;
}

.form_popup-block p a:hover {
  text-decoration: none;
}

.form_popup-block--sbmt {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.form_popup-block--sbmt .form_popup--sbmt {
  width: auto;
  min-width: 265px;
}

.form_popup-num {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  align-items: center;
}

.form_popup-num .name {
  margin-right: 10px;
}

.form_popup--input_text {
  padding: 15px 10px;
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-bottom: 10px;
}

.form_popup--input_text:last-child {
  margin-bottom: 0;
}

.form_popup--sbmt {
  width: 100%;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px 5px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s;
}

.form_popup--sbmt:hover {
  color: #39b54a;
  background-color: #fff;
}

.form_popup-block--double {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
}

.form_popup-block--double .form_popup-block {
  width: 50%;
  text-align: left;
  margin-bottom: 0;
}

textarea.form_popup--input_text {
  height: 142px;
  margin-bottom: 43px;
  resize: none;
}

.form_popup-calculate .jq-file {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.form_popup-calculate .jq-file__name {
  padding: 15px 10px;
  border: 1px solid #e8e8e8 !important;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
  box-shadow: none;
  border-radius: 2px;
  font: inherit;
  font-size: 16px;
  margin-bottom: 0;
  outline: none !important;
  color: #8f8f8f;
}

.form_popup-calculate .jq-file__browse {
  width: 50px;
  height: calc(100% - 2px);
  border: 0;
  box-shadow: none;
  background: none;
  border-left: 1px solid #e8e8e8;
  font-size: 0;
  background: url(/bitrix/templates/dpk_new/css/../images/file.png) no-repeat center, #cbcbcb;
  border-radius: 0;
}

.form_popup-calculate .jq-file:hover .jq-file__browse {
  background: url(/bitrix/templates/dpk_new/css/../images/file.png) no-repeat center, #cbcbcb;
}

.form_popup-raschet label {
  color: #121212;
  font-weight: 500;
}

.form_popup-raschet .w50:nth-child(3) .form_popup-block {
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  .form_popup-block--double .form_popup-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_popup-block--double {
    flex-wrap: wrap;
  }
  textarea.form_popup--input_text {
    height: 50px;
    margin-bottom: 20px;
  }
  .form_popup-calculate .jq-file__name {
    padding: 10px;
  }
  .form_popup-zag .zag {
    padding-right: 20px;
  }
}

.main__slide::before {
  content: '';
  background-color: #fff;
  width: 70px;
  left: -70px;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 2;
}

.main__slide::after {
  content: '';
  background-color: #fff;
  width: 70px;
  right: -70px;
  top: 0;
  position: absolute;
  height: 100%;
}

.main__slide .slick-list.draggable {
  overflow: visible;
}

.main__slide-slide {
  height: 570px;
  margin-top: 15px;
  background-size: cover;
  opacity: .3;
  transition: 0.5s;
}

.main__slide-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  position: relative;
}

.main__slide-text::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85098) 0%, rgba(0, 0, 0, 0.41) 50%, transparent 100%);
}

.main__slide-text > div {
  max-width: 830px;
  position: relative;
  z-index: 2;
}

.main__slide-text .zag {
  font-size: 48px;
  margin-bottom: 30px;
  left: 200px;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.8s;
  position: relative;
}

.main__slide-text .zag span {
  color: #00ab37;
  font-weight: bold;
}

.main__slide-text .desc {
  margin-bottom: 30px;
  left: 200px;
  opacity: 0;
  transition: 1s;
  transition-delay: 1.2s;
  position: relative;
}

.main__slide-text .link--gr-wt {
  font-size: 14px;
  left: 200px;
  opacity: 0;
  transition: 1s;
  transition-delay: 1.4s;
}

.main__slide .slick-prev {
  left: 30px;
}

.main__slide .slick-next {
  right: 30px;
}

.main__slide .slick-prev,
.main__slide .slick-next {
  background-color: transparent;
  border: 1px solid #3cb878;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  z-index: 3;
  transition: .3s;
}

.main__slide .slick-prev:hover,
.main__slide .slick-next:hover {
  background-color: #3cb878;
}

.main__slide .slick-prev:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_w_l.png);
}

.main__slide .slick-next:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_w_r.png);
}

.main__slide-slide.slick-current.slick-active {
  opacity: 1;
}

.main__slide-slide.slick-current.slick-active .zag {
  left: 0;
  opacity: 1;
}

.main__slide-slide.slick-current.slick-active .desc {
  left: 0;
  opacity: 1;
}

.main__slide-slide.slick-current.slick-active .link--gr-wt {
  left: 0;
  opacity: 1;
}

.main__product {
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
}

.main__product--page {
  padding: 0;
}

.main__product-container {
  display: flex;
  flex-wrap: wrap;
}

.main__product-item {
  width: calc(25% - 23px);
  margin-right: 30px;
  height: 190px;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.main__product-item:nth-child(4n) {
  margin-right: 0;
}

.main__product-item:hover {
  transform: scale(0.9);
}

.main__product-item:hover .main__product-name {
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.main__product-name {
  width: 100%;
  min-height: 49px;
  padding: 15px 8px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.main__product-link {
  width: 100%;
  text-align: center;
}

.main__product-link a {
  font-size: 14px;
  padding: 15px 20px;
}

.progress_job {
  padding: 30px 30px 60px;
}

.progress_job-container {
  display: flex;
  justify-content: space-between;
}

.progress_job-block {
  padding-right: 60px;
  position: relative;
}

.progress_job-block::before {
  content: '';
  background-color: #e2e2e2;
  width: 100%;
  position: absolute;
  height: 2px;
  top: 35px;
  z-index: 1;
  left: 0;
  transition: 0.5s;
}

.progress_job-block:last-child:before {
  width: 0;
}

.progress_job-block:hover:last-child:before {
  width: 50%;
}

.progress_job-block:hover:first-child:before {
  left: 50%;
}

.progress_job-block-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-weight: bold;
  font-size: 32px;
  color: #39b54a;
  border-radius: 50%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  left: 0;
  transition: 0.5s;
}

.progress_job-block-zag {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 20px;
  width: 100%;
}

.progress_job-block-p {
  color: #6e6e6e;
}

.main_progect {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 30px;
  align-items: center;
  margin: 0 30px;
}

.main_progect .slick-prev {
  left: -150px;
}

.main_progect .slick-next {
  right: -150px;
}

.main_progect .slick-prev,
.main_progect .slick-next {
  background-color: #00a72d;
  border: 1px solid #00a72d;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  z-index: 3;
  transition: .3s;
}

.main_progect .slick-prev:hover,
.main_progect .slick-next:hover {
  background-color: transparent;
}

.main_progect .slick-prev:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_w_l.png);
}

.main_progect .slick-next:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_w_r.png);
}

.main_progect-sl-text {
  padding: 0px 0;
  position: relative;
  z-index: 1;
}

.main_progect-sl-text__name {
  display: flex;
  justify-content: center;
  font-size: 22px;
}

.main_progect-sl-text_change {
  font-weight: bold;
  color: #39b54a;
  margin-left: 10px;
  line-height: 1.4;
}

.main_progect-sl-text_address {
  text-align: center !important;
  color: #6e6e6e;
  font-size: 14px;
  max-width: 320px;
  margin: 8px auto 10px;
}

.main_progect-sl-text_address .name {
  width: 70px;
  font-weight: bold;
}

.main_progect-sl-text_address .change {
  max-width: calc(100% - 70px);
}

.main_progect-sl-text_task {
  text-align: center;
  color: #6e6e6e;
  font-size: 14px;
  display: none;
  max-width: 320px;
  margin: 0 auto;
}

.main_progect-sl-text_task .name {
  width: 70px;
  font-weight: bold;
}

.main_progect-sl-text_task .change {
  max-width: calc(100% - 70px);
}

.main_progect-text-list {
  display: flex;
  justify-content: flex-end;
}

.main_progect-text-item.active a {
  color: #39b54a;
}

.main_progect-text-link {
  padding: 5px 25px;
  color: #6e6e6e;
  transition: 0.2s;
}

.main_progect-text-link:hover {
  color: #39b54a;
}

.main_progect-container {
  width: 100%;
  display: none;
}

.main_progect-container--overflow {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main_progect-container--overflow .preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.main_progect-container--overflow .preloader::before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/loading.png);
  position: absolute;
  top: calc(50% - 25px);
  background-size: contain;
  left: calc(50% - 25px);
  animation: rotate 2s infinite;
}

.main_progect-container--overflow.preloader--active .preloader {
  opacity: 1;
  z-index: 999;
}

.main_progect-container.active {
  display: block;
}

.main_progect-slider, .main_progect-slider_v2 {
  margin: 0 auto;
  z-index: 10;
}

.main_progect-slider::before, .main_progect-slider_v2::before {
  content: '';
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 4;
}

.main_progect-slider::after, .main_progect-slider_v2::after {
  content: '';
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 4;
}

.main_progect-slider .slick-list, .main_progect-slider_v2 .slick-list {
  overflow: visible;
}

.main_progect-slide {
  background-size: 100%;
  width: calc(100% + 500px);
  transition: 2s;
  background-position: center;
  opacity: 0.3;
}

.main_progect-slide-bg {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 50px;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 20, 17, 0) 50%, #000000 100%);
}

.main_progect-slide-bg img {
  z-index: -1;
  /* position: absolute; */
  min-height: auto;
  bottom: 0;
  transition: 5s;
}

.main_progect-slide.slick-current.slick-active {
  opacity: 1;
}

.main_progect-slide.slick-current.slick-active:hover img {
  transform: scale(1.25);
}

.main_progect--page .main_progect-container--overflow {

}

.main_progect--page .main_progect {
  padding-bottom: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.quest__block {
  padding: 40px 100px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 50px;
  background-size: cover;
}

.quest__block::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.49);
}

.quest__block-zag {
  z-index: 2;
  position: relative;
}

.quest__block-zag .zag {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.quest__block-link {
  z-index: 2;
  position: relative;
  max-width: 310px;
  width: 100%;
}

.quest__block-link a {
  display: block;
}

.quest__block-link a:first-child {
  margin-bottom: 20px;
}

.link__quest {
  padding: 12px 20px;
  border-radius: 35px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  right: 0;
  transition: 0.5s;
}

.link__quest:hover {
  right: 30px;
  opacity: .8;
}

.link__quest--white {
  background-color: #fff;
  color: #39b54a;
  font-size: 24px;
  padding-left: 55px;
}

.link__quest--phone {
  background-image: url(/bitrix/templates/dpk_new/css/../images/phone_full.png);
  background-repeat: no-repeat;
  background-position: left 20px  center;
}

.link__quest--green {
  background-color: #39b54a;
  color: #fff;
  padding: 16px 20px;
}

.main_company {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 40px;
  margin: 0 30px;
  border-bottom: 1px solid #e5e5e5;
}

.main_company-container {
  display: flex;
  flex-wrap: wrap;
}

.main_company-block {
  width: 20%;
  padding: 0 25px;
}

.main_company-img {
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.main_company-text p {
  margin-bottom: 35px;
  color: #6e6e6e;
  line-height: 1.5;
}

.main_company-block {
  text-align: center;
}

.main_article {
  padding: 0 0 85px;
  margin: 0 30px;
}

.main_article-pos {
  display: flex;
  justify-content: space-between;
}

.main_article-block__img {
  width: 240px;
  height: 280px;
  background-size: cover;
}

.main_article-block__text {
  width: calc(100% - 270px);
  padding-right: 90px;
  padding-top: 5px;
}

.main_article-block__text .date {
  font-size: 14px;
  color: #a6a6a6;
  margin-bottom: 15px;
}

.main_article-block__text .name {
  font-size: 22px;
  color: #39b54a;
  margin-bottom: 20px;
}

.main_article-block__text .text {
  color: #a6a6a6;
  margin-bottom: 30px;
}

.main_article-noSlider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_article-noSlider .main_article-block {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 38px;
}

.main_article-noSlider .main_article-block__text {
  padding-right: 0;
}

.main_article-noSlider .main_article-block__text .name {
  color: #2c2c2c;
  font-size: 20px;
}

.main_article-noSlider .main_article-block__text .text {
  color: #747474;
  font-size: 14px;
  line-height: 1.3;
}

.page_article {
  padding-bottom: 10px;
}

.subscribe__block {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  align-items: center;
  background-color: #f2f4f5;
  margin: 30px 0;
}

.subscribe__block-text-zag {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.subscribe__block-form {
  display: flex;
}

.subscribe__block-form .input__text, .subscribe__block-form__block .input__text {
  padding: 16px;
  border: 1px solid #ebebeb;
  width: 320px;
}

.subscribe__block-form .input__sbmt, .subscribe__block-form__block .input__sbmt {
  padding: 15px 20px;
  background-color: #00a72d;
  border: 1px solid #00a72d;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}

.subscribe__block-form .input__sbmt:hover {
  color: #00a72d;
  background-color: #fff;
}

.video__block {
  position: relative;
  height: 420px;
}

.video__block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
}

.video__block-text {
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 65px;
  text-align: center;
  color: #fff;
}

.video__block-text_img {
  position: relative;
  display: flex;
  width: 82px;
  height: 82px;
  margin: auto;
}

.video__block-text_img::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  border-radius: 50%;
}

.video__block-text_img img {
  z-index: 2;
}

.video__block-text:hover .video__block-text_img::before {
  animation: pulse 1.2s infinite;
}

.video__block-text_zag {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}

.video__block-text_p {
  color: #fff;
}

.video__block--catalog {
  display: none;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

.video__block--catalog.active {
  display: flex;
}

.video__block--small {
  width: calc((100% / 4) - (30px - (30px / 4)));
  height: 270px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.video__block--small:nth-child(4n) {
  margin-right: 0;
}

.video__block--small .video__block-text {
  padding: 5px;
}

.video__block--small .video__block-text a {
  width: 100%;
}

.video__block--small .video__block-text_zag {
  font-size: 18px;
  width: 100%;
  /* height: 55px; */
}

@keyframes pulse {
  0% {
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  50% {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  100% {
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
}

.breadcrumbs {
  background-color: #f2f5f6;
  width: 100%;
  padding: 0 30px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

.breadcrumbs__page-name {
  font-size: 24px;
  color: #2c2c2c;
  padding-right: 15px;
}

.bx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.bx-breadcrumb-item a {
  color: #191919;
  padding-left: 15px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_black_right.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  transition: 0.2s;
}

.bx-breadcrumb-item a:hover {
  color: #a6a6a6;
}

.bx-breadcrumb-item > span {
  color: #a6a6a6;
  padding-left: 15px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_right.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
}

.bx-breadcrumb-item:first-child a {
  padding-left: 25px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/breadhome.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.bx-breadcrumb-item:first-child a:hover {
  opacity: 0.6;
}

.slider__client {
  padding: 20px 0;
  margin: 0 30px;
}

.slider__client .slick-prev,
.slider__client .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  top: -43px;
  bottom: auto;
}

.slider__client .slick-prev {
  left: auto;
  right: 50px;
}

.slider__client .slick-prev::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_l2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.slider__client .slick-next {
  right: 0px;
}

.slider__client .slick-next::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_r2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.slider__client-container {
  margin: 0 -15px;
}

.slider__client-slide {
  max-width: 300px;
  overflow: hidden;
  height: 70px;
}

.slider__client-slide .bg {
  width: calc(100% - 30px);
  height: 70px;
  margin-left: 15px;
  background-size: cover;
  background-position: center;
}

.slider__client-slide img {
  max-height: 1000%;
  width: calc(100% - 30px);
  margin: auto;
}

.progect__info {
  padding: 60px 0px 0;
}

.progect__info--link_center {
  padding: 30px 0 40px;
}

.progect__info--link_center a {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.progect__info .global__zag {
  padding-left: 30px;
}

.progect__info .progect__info-main__text {
  padding-left: 30px;
}

.progect__info .main_progect-sl-text__name {
  justify-content: flex-start;
  max-width: 50%;
}

.progect__info .main_progect-sl-text_address {
  text-align: left;
  margin: 18px 0 5px;
  max-width: 50%;
}

.progect__info .main_progect-sl-text_task {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 50%;
}

.progect__info-block {
  padding: 40px 30px 40px;
}

.progect__info-block:nth-child(even) {
  background-color: #f2f4f5;
}

.progect__info-block:nth-child(even) .progect__info-block__slider::before {
  background-color: #f2f4f5;
}

.progect__info-block__zag {
  color: #191919;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}

.progect__info-block__list {
  margin-bottom: 40px;
}

.progect__info-block__list ul li {
  font-weight: 100;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.progect__info-block__list ul li::before {
  content: '';
  top: 5px;
  width: 5px;
  height: 5px;
  left: 5px;
  position: absolute;
  background-color: #1fc055;
  border-radius: 50%;
}

.progect__info-block__slider {
  width: calc(100% + 30px);
}

.progect__info-block__slider::before {
  content: '';
  /*position: absolute;*/
  right: 0;
  height: 100%;
  width: 30px;
  background-color: #fff;
  top: 0;
  z-index: 999;
}

.progect__info-block__slider .slick-prev,
.progect__info-block__slider .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  top: -43px;
  bottom: auto;
}

.progect__info-block__slider .slick-prev {
  left: auto;
  right: 80px;
}

.progect__info-block__slider .slick-prev::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_l2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.progect__info-block__slider .slick-next {
  right: 30px;
}

.progect__info-block__slider .slick-next::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_r2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.progect__info-block__slide {
  /* height: 210px; */
}

.progect__info-block__slide a {
  width: calc(100% - 30px);
  height: 100%;
  margin-right: 30px;
  overflow: hidden;
}

.progect__info-block__slide .bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 30px;
}

.progect__info-block__slide .img {
  width: auto;
  max-width: 1000%;
  min-height: 100%;
}

.progect__info-block__slide .img img {
  min-height: 100%;
  width: auto;
  max-width: 1000%;
}

.comment__block {
  padding: 60px 30px;
  background-color: #f2f4f5;
}

.comment__block .slick-dots {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  bottom: -10px;
  width: calc(50% - 60px);
  right: 0;
  text-align: left;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comment__block .slick-dots li button:before {
  font-size: 40px;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-color: #d7d7d7;
  opacity: 1;
}

.comment__block .slick-dots li {
  width: 55px;
  height: 55px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment__block .slick-dots li button {
  width: 40px;
  position: relative;
  height: 40px;
  transition: 0.3s;
}

.comment__block .slick-dots li.slick-active button {
  width: 55px;
  height: 55px;
}

.comment__block-flex {
  display: flex;
  flex-wrap: wrap;
}

.comment__block-video {
  width: 50%;
  padding-top: 15px;
}

.comment__block-video .video__block {
  height: 350px;
}

.comment__block-video .video__block-text {
  padding: 40px 90px;
}

.comment__block-video .video__block-text_zag {
  font-size: 18px;
}

.comment__block-video .video__block-text_p {
  font-size: 14px;
}

.comment__block-text {
  width: 50%;
  padding-left: 60px;
  padding-bottom: 65px;
}

.comment__block-text-zag {
  font-size: 24px;
  margin: 30px 0 15px;
}

.comment__block-text-p {
  color: #6e6e6e;
  font-size: 14px;
  margin-bottom: 10px;
}

.comment__block-text-name {
  font-size: 24px;
  margin: 30px 0 10px;
}

.comment__block-text-prof {
  color: #6e6e6e;
}

.category {
  padding: 2px 20px;
}

.category_sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.category_sort-list {
  display: flex;
  flex-wrap: wrap;
}

.category_sort-name {
  font-size: 14px;
  margin-right: 20px;
}

.category_sort-block {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
  transition: .2s;
}

.category_sort-block .name {
  margin-right: 10px;
}

.category_sort-block img {
  transition: 0.3s;
}

.category_sort-block:hover {
  opacity: .6;
}

.category_sort-block.active img {
  transform: scale(-1, 1);
}

.category-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-container__right {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
}

.category-container__right-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 30px;
  background-color: #f2f5f6;
  margin-bottom: 20px;
}

.category-container__pagination {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.category-container__pagination .prev {
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  position: relative;
  transition: .2s;
  cursor: pointer;
  margin-right: 5px;
}

.category-container__pagination .prev:hover {
  border-color: #00ab37;
}

.category-container__pagination .prev::before {
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_black_right.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
}

.category-container__pagination .next {
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  position: relative;
  transition: .2s;
  cursor: pointer;
}

.category-container__pagination .next:hover {
  border-color: #00ab37;
}

.category-container__pagination .next::before {
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_black_right.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  position: absolute;
  width: 100%;
  height: 100%;
}

.category-container__pagination ul {
  display: flex;
  flex-wrap: wrap;
}

.category-container__pagination li {
  width: 45px;
  height: 45px;
  border: 1px solid #e8e8e8;
  position: relative;
  transition: .2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.category-container__pagination li:hover {
  background-color: #00ab37;
  color: #fff;
}

.category-container__pagination li.active {
  background-color: #00ab37;
  color: #fff;
}


.category__popular {
    margin-top: 20px;
    margin-left: 15%;
}
.category__popular-list ul {
  display: flex;
  flex-wrap: wrap;
}
.category__popular-list ul li {
  border-bottom: 2px solid #00ab37;
  color: #2c2c2c;
  margin-left: 50px;
  line-height: 1.6;
  font-size: 16px;
}
.category__popular_1 .category__popular-list ul li {
  margin-left: 0px;
  border-bottom: none;
  margin-right:15px;
  margin-bottom:10px;
}
.category__popular_1 .category__popular-list ul li  a {
  border-bottom: 2px solid #00ab37;
}
.category__selection {
  margin-bottom: 20px;
}
.category__selection-list {margin-top:10px;}
.category__selection-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.category__selection-list ul li {
  border-bottom: 2px solid #00ab37;
  color: #2c2c2c;
  margin-left: 40px;
  line-height: 1.6;
  font-size: 14px;
}

.category__box:nth-child(3n) {
  margin-right: 0;
}

.category__box-top {
  position: relative;
  padding-top: 35px;
}

.category__box-video {
  width: 40px;
  height: 30px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.category__box-video-rutube {
  width: 40px;
  height: 30px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/rutube.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.category__box-p2019 {
  width: 50px;
  height: 50px;
  background-image: url(/upload/product2019-100.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.category__box-p2020 {
  width: 50px;
  height: 50px;
  background-image: url(/upload/logo_LSPG_2020_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

.category__box-p {
  width: 45px;
  height: 45px;
  background-image: url(/upload/product2019-100.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  left: 21px;
}

.category__box-p::before {
  content: "";
  background: url(/upload/logo_LSPG_2020_white.png) no-repeat center;
  background-size: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: -26px;
  top:-2px;
}

.category__box-p2019-detail {
  width: 70px;
  height: 70px;
  background-image: url(/upload/product2019-100.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 5px;
}

.category__box-p2020-detail {
  width: 70px;
  height: 70px;
  background-image: url(/upload/logo_LSPG_2020_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 5px;
}

.category__box-p-detail {
  width: 70px;
  height: 70px;
  background-image: url(/upload/product2019-100.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 5px;
}

.category__box-p-detail::before {
  content: "";
  background: url(/upload/logo_LSPG_2020_white.png) no-repeat center;
  width: 78px;
  height: 78px;
  background-size: 78px;
  position: absolute;
  right: 40px;
  top: -3px;
}

.category__box-favorite {
  /* background-image: url(/bitrix/templates/dpk_new/css/../images/favorite_img.png); */
  background-image: url(/bitrix/templates/dpk_new/css/../images/vesy.png);
  width: 30px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0.2s;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-size: 29px;
  cursor: pointer;
}

.category__box-favorite:hover {
  background-position: top;
  background-image: url(/bitrix/templates/dpk_new/css/../images/vesy_hover.png);
}

.category__box-favorite.active {
  background-position: top;
  background-image: url(/bitrix/templates/dpk_new/css/../images/vesy_hover.png);
}

.category__box-img {
  height: 210px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category__box-img .bg {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 1s;
}

.category__box-img img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1000%;
  transition: 1s;
}

.category__box-img:hover .bg {
  transform: scale(0.9);
}

.category__box-img:hover img {
  transform: scale(0.9);
}

.category__box-stars {
  position: absolute;
  top: 5px;
  right: 0;
}

.category__box-stars ul {
  display: flex;
}

.category__box-stars li {
  width: 19px;
  height: 19px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/stars.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: top center;
  transition: 1s;
}

.category__box-stars .hover {
  background-position: bottom center;
}

.category__box-stars .voted {
  background-position: bottom center;
}

.category__box-stars.vote_star li {
  cursor: pointer;
}

.category__box-sales {
  color: #fff;
  text-transform: uppercase;
}

.category__box-sales span {
  width: 155px;
  height: 30px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}

.category__box-sales.red span {
  background-color: #ff404a;
}

.category__box-sales.blue span {
  background-color: #6d40ff;
}

.category__box-name {
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: flex-end;
  margin: 15px 0 5px;
}

.category__box-article {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}

.category__box-article span {
  color: #00ab37;
  margin-left: 5px;
}

.category__box-list {
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #727272;
  font-size: 12px;
  position: relative;
}

.category__box-list li {
  line-height: 1.3;
}

.category__box-list span {
  margin-left: 5px;
}

.category__box-presence {
  position: absolute;
  color: #00ab37;
  font-size: 14px;
  bottom: 10px;
}

.category__box-presence--red {
  color: #ff404a;
}

.category__box-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category__box-price {
  padding: 10px 0;
  width: calc(100% - 86px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category__box-price_zag {
  font-size: 14px;
}

.category__box-price_old {
  font-size: 12px;
  color: #727272;
  text-decoration: line-through;
  line-height: 1.4;
}

.category__box-price_new {
  color: #ff414e;
  font-size: 17px;
  width: 100%;

}

.category__box-ref-price{
  font-size: 14px;
  color: #727272;
  margin-bottom: 8px;
  min-height: 30px;

}

.category__box-count {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}

.category__box-count .count_text {
  width: 35px;
  height: 34px;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.category__box-count .count_plus {
  width: calc((95px - 50px) / 2);
  height: 34px;
  border: 0;
  background-color: #f2f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.category__box-count .count_plus:hover {
  background-color: #cacaca;
}

.category__box-count .count_minus {
  width: calc((95px - 50px) / 2);
  height: 34px;
  border: 0;
  background-color: #f2f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.category__box-count .count_minus:hover {
  background-color: #cacaca;
}

.category__box-link {
  width: 100%;
}

.category__box-link a {
  width: 100%;
  font-size: 14px;
}

.filter {
  width: 270px;
}

.filter .input_check.styler.jq-checkbox.checked .jq-checkbox__div {
  width: 14px;
  height: 7px;
  margin: 4px 0 0 3px;
}

.filter-name {
  color: #fff;
  text-transform: uppercase;
  padding: 14px 16px;
  background-color: #00ab37;
  margin-bottom: 20px;
}

.filter-block {
  padding-top: 25px;
}

.filter-block__name {
  color: #191919;
  padding-left: 16px;
  cursor: pointer;
}

.filter-block--input {
  border-top: 1px solid #f1f4f5;
  border-bottom: 1px solid #f1f4f5;
  padding: 13px 0 17px;
}

.filter-block__box_input {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
}

.filter-block__box_input::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  left: calc(50% - 3.5px);
  top: 50%;
  background-color: #e8e8e8;
}

.filter-block__box--input {
  width: 100px;
  border: 1px solid #e8e8e8;
  padding: 9px 10px;
}

.filter-block__box--input::placeholder {
  color: #e8e8e8;
}

.filter-block__box_list {
  padding: 10px 1px 10px 16px;
}

.filter-block__box_list-li {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 100;
}

.filter-block__box_list-li .input_check.styler {
  width: 20px;
  height: 20px;
}

.filter-block__box_list-label {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-block__box_list-label .jq-checkbox {
  pointer-events: none;
}

.filter-block__box_list-span {
  margin-left: 6px;
  width: calc(100% - 29px);
}

.filter--sbmt {
  width: 100%;
  border: 0;
  background-color: #fff;
  border: 1px solid #39b54a;
  color: #39b54a;
  transition: 0.3s;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0;
}

.filter--sbmt:hover {
  background-color: #39b54a;
  color: #fff;
}

.filter-block.filter-block--input.openable {
  padding: 25px 0 0;
}

.openable {
  border: 0;
}

.openable .filter-block__name {
  position: relative;
}

.openable .filter-block__name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 5px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_bl_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.openable .filter-block__name.close:before {
  transform: rotate(180deg);
}

.open--false .filter-block__box_list {
  display: none;
}

.used_product {
  padding: 30px;
}

.used_product .category__box {
  width: 100%;
  margin-bottom: 0;
}

.used_product-slider {
  width: calc(100% + 30px);
  padding-bottom: 0px !important;
}

.used_product-slider::before {
  content: '';
  height: 100%;
  width: 27px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.used_product-slider .slick-prev,
.used_product-slider .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  top: -43px;
  bottom: auto;
}

.used_product-slider .slick-prev {
  left: auto;
  right: 80px;
}

.used_product-slider .slick-prev::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_l2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.used_product-slider .slick-next {
  right: 30px;
}

.used_product-slider .slick-next::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/css/../images/ar_gray_r2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.used_product-slide {
  padding-right: 30px;
}

.service--pt {
  padding-top: 0;
}

.service_tab .main_company-text p:last-child {
  margin-bottom: 0;
}

.service_tab-list {
  padding: 35px 0 40px;
  margin: 0 auto;
}

.service_tab-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.service_tab-list ul li {
  width: 20%;
}

.service_tab-list ul li.active .main_company-block::before {
  background-color: #00ab37;
  height: 3px;
}

.service_tab-list .main_company-img {
  height: 40px;
}

.service_tab-list .main_company-block {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.service_tab-list .main_company-block::before {
  content: '';
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: -12px;
  height: 0px;
  left: 0;
  transition: 0.3s;
}

.service_tab-list .main_company-block:hover:before {
  background-color: #00ab37;
  height: 3px;
}

.service_tab-list .main_company-block.active::before {
  background-color: #00ab37;
  height: 3px;
}

.service_tab-list .main_company-text {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_tab-list .main_company-container {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px 10px 20px;
}

.service_tab.tab__block.active {
  display: block;
}

.service_tab.tab__block {
  display: none;
}

.basket {
  padding: 60px 30px;
}

.basket__total {
  max-width: 240px;
  margin-left: auto;
}

.basket__total-text {
  border: 1px solid #e8e8e8;
  padding: 18px 25px;
  text-align: center;
  margin-bottom: 25px;
}

.basket__total-count {
  font-size: 20px;
  padding: 0 5px 16px 7px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}

.basket__total-count .change {
  margin: 0 5px;
}

.basket__total-price {
  font-size: 30px;
  color: #00ab37;
}

.basket__total-price .change {
  margin-right: 5px;
}

.basket__total-link a {
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  text-transform: uppercase;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  text-align: center;
  transition: .3s;
}

.basket__total-link a:hover {
  color: #39b54a;
  background-color: #ffff;
}

.basket__container-top {
  background-color: #f2f5f6;
  height: 45px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.basket__container-top .btn_refresh {
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
}

.basket__item {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  padding-right: 100px;
}

.basket__item-img {
  padding: 35px 20px;
  padding-right: 0;
  width: 15%;
  position: relative;
}

.basket__item-img .img {
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.basket__item-img img {
  height: 100px;
}

.basket__item-img .category__box-sales {
  top: 12px;
  left: 15px;
}

.basket__item-img .category__box-sales span {
  width: 65px;
  font-size: 10px;
  height: 20px;
}

.basket__item-img .category__box-stars {
  top: 12px;
  right: 0;
}

.basket__item-img .category__box-stars li {
  width: 12px;
  height: 12px;
  background-size: 12px;
}

.basket__item-img .category__box-video {
  left: 20px;
  width: 26px;
  height: 18px;
}

.basket__item-name {
  width: 30%;
  font-size: 18px;
}

.basket__item-name .category__box-article {
  margin-top: 10px;
  margin-bottom: 0;
}

.basket__item-delete {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/cancel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: 0.3s;
  cursor: pointer;
}

.basket__item-delete:hover {
  background-color: #f2f5f6;
}

.basket__item-price_zag {
  font-size: 15px;
  margin-bottom: 5px;
}

.basket__item-price_num {
  font-size: 19px;
  color: #00ab37;
}

.basket__item-price_num .num {
  margin-right: 5px;
}

.compare .global__zag {
  padding: 60px 30px 0;
}

.compare__container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.compare__container .basket__container-top {
  margin-right: 30px;
  width: calc(((100% / 12) * 9) - 30px);
}

.compare__container-info {
  display: flex;
  width: 100%;
}

.compare__left {
  display: flex;
  align-items: flex-end;
}

.compare__left-list {
  width: 100%;
  margin-bottom: 86px;
}

.compare__left-list ul li {
  text-align: left !important;
  padding-left: 30px !important;
}

.compare__left-list ul li::before {
  content: none !important;
}

.compare--list ul li {
  padding: 15px;
  text-align: center;
  height: 48px;
}

.compare--list ul li img {
  margin: 0 auto;
}

.compare--list ul li:nth-child(odd) {
  background-color: #f1f4f5;
  position: relative;
}

.compare--list ul li:nth-child(odd)::before {
  content: '';
  width: 30px;
  position: absolute;
  left: -15px;
  background-color: #f1f4f5;
  height: 100%;
  top: 0;
}

.compare--list ul li:nth-child(odd)::after {
  content: '';
  width: 30px;
  position: absolute;
  right: -30px;
  background-color: #f1f4f5;
  height: 100%;
  top: 0;
}

.compare__slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.compare__slider .slick-prev, .compare__slider .slick-next {
  top: -55px;
}

.compare__slider .slick-prev {
  left: 15px;
  width: 30px;
}

.compare__slider .slick-next {
  left: 50px;
  width: 30px;
}

.compare__slider .slick-prev:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_gray_l.png);
}

.compare__slider .slick-next:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_gray_r.png);
}

.compare__slide {
  position: relative;
  max-width: 307px;
  transition: 1s;
}

.compare__slide .border {
  border: 1px solid #e0e0e0;
  width: calc(100% - 30px);
  padding-bottom: 85px;
}

.compare__slide .category__box {
  width: 100%;
  margin-bottom: 55px;
  border: 0;
}

.compare__slide .close {
  width: 20px;
  height: 20px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/cancel.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: pointer;
  background-size: 15px;
  position: absolute;
  background-position: center;
  right: 32px;
  top: 2px;
}

.compare .category__box-bottom {
  border-top: 1px solid #e8e8e8;
}

.compare .category__box-list,
.compare .category__box-count {
  display: none;
}

.cost__list {
  margin-bottom: 60px;
}

.cost__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  padding: 5px 30px;
  color: #6e6e6e;
}

.cost__item:nth-child(odd) {
  background-color: #f2f4f5;
}

.cost__item-text {
  max-width: calc(100% - 200px);
}

.cost__item-price {
  display: flex;
  font-size: 18px;
  color: #aaaaaa;
  align-items: center;
}

.cost__item-price_number {
  color: #39b54a;
  font-weight: bold;
  font-size: 24px;
  margin-right: 6px;
}

.service__video {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
}

.service__video-text {
  width: 50%;
  padding-right: 80px;
}

.service__video-text p {
  color: #6e6e6e;
  line-height: 1.6;
}

.service__video-img {
  width: 50%;
}

.service__video-img .video__block {
  height: 350px;
}

.service__video-img .video__block-text {
  padding: 50px;
}

.service__video-img .video__block-text_p {
  font-size: 14px;
}

.service__video-img .video__block-text_zag {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.ordering {
  padding: 30px;
}

.ordering__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ordering__block {
  width: 100%;
  border-top: 5px solid #00ab37;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.ordering__block--left {
  width: calc(50% - 20px);
}

.ordering__block--right {
  width: calc(50% - 20px);
}

.ordering__block-zag {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.ordering__block-zag span {
  font-size: 24px;
  color: #00ab37;
  margin-right: 15px;
  line-height: 0.5;
  margin-right: 15px;
  display: block;
}

.ordering__block-zag .ml15 {
  margin-left: 10px;
}

.ordering__block-check {
  width: calc(50% - 10px);
  font-weight: 100;
}

.ordering__block-check .input_check.styler.jq-checkbox.checked .jq-checkbox__div {
  width: 13px;
  height: 6px;
  margin: 5px 0 0 3px;
}

.ordering__block-check_zag {
  padding: 7px 20px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.ordering__block-check li {
  margin-bottom: 15px;
}

.ordering__block-check label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 100;
}

.ordering__block-check label .input_check.styler {
  margin-right: 13px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  box-shadow: none;
}

.ordering__block-check label a {
  color: #00ab37;
  margin-left: 3px;
  margin-left: 33px;
  line-height: 1.3;
}

.ordering__block-check label a:hover {
  text-decoration: underline;
}

.ordering__block-list_items {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
}

.ordering__block-list_items .basket__item-price_num {
  color: #39b54a;
}

.ordering__block-list_items .basket__item {
  padding-right: 50px;
  border: 0;
}

.ordering__block-list_items .basket__item-delete {
  width: 30px;
}

.ordering__block-list_items .basket__item-name {
  font-size: 12px;
  width: 60%;
}

.ordering__block-list_items .basket__item-img {
  padding: 10px 0;
  width: 10%;
}

.ordering__block-list_items .basket__item-img .img {
  height: 50px;
}

.ordering__block-list_items .basket__item-img img {
  height: 50px;
}

.ordering__block-input {
  width: 100%;
  margin-bottom: 20px;
}

.ordering__block-input label {
  display: flex;
  margin-bottom: 10px;
  font-weight: 100;
}

.ordering__block-input .form_popup--input_text {
  padding: 12px 10px;
}

.ordering__total {
  display: flex;
}

.ordering__total-price {
  width: 50%;
  display: flex;
  font-size: 24px;
  color: #5f5f5f;
  align-items: center;
}

.ordering__total-price .num {
  margin-left: 15px;
  color: #ff414e;
  text-transform: uppercase;
  font-size: 30px;
}

.ordering__total-price .num span {
  margin-right: 5px;
}

.ordering__total-link {
  width: 50%;
}

.ordering__total-link a {
  padding: 15px 0;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}

.ordering__total-link a:hover {
  color: #39b54a;
  background-color: #fff;
}

.product_advantage {
  margin-top: 10px;
}

.product_advantage-list {
  padding: 10px 0;
  min-height: 90px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product_advantage-list li {
  width: calc((100% / 4) - 10px);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 55px;
  background-size: 40px;
  min-height: 100%;
  font-size: 14px;
  margin-right: 20px;
}

.product_advantage-list li:last-child {
  margin-right: 0;
}

.product_advantage-list li .name {
  font-weight: bold;
}

.product_advantage-list--bg li {
  background-color: #f2f4f5;
  min-height: 50px;
  background-size: 30px;
  background-position: left 15px center;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #6e6e6e;
  padding-left: 55px;
  width: calc((100% / 4) - 30px);
  transition: 0.2s;
  cursor: pointer;
}

.product_advantage-list--bg li .name {
  font-weight: normal;
}

.product_advantage-list--bg li:hover {
  background-color: #e2e2e2;
}

.product_advantage-list--bg .active {
  background-color: #e2e2e2;
}

.product_advantage .tab__block {
  display: none;
}

.product_advantage .tab__block.active {
  display: flex;
}

.product_advantage-list--certificate {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product_advantage-list--certificate .popup--imge {
  position: relative;
}

.product_advantage-list--certificate .popup--imge::before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background-image: url(/bitrix/templates/dpk_new/css/../images/search_ico-plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.product_advantage-list--certificate li {
  width: auto;
  padding: 0;
  margin-right: 10px;
}

.product_advantage-list--certificate li img {
  max-height: 90px;
}

.card__tabs {
  margin-top: 30px;
}

.card__tabs .w50 {
  width: 50%;
}

.card__tabs-list {
  display: flex;
  flex-wrap: wrap;
}

.card__tabs-list li {
  width: calc(100% / 5);
  position: relative;
  padding: 5px 15px;
  text-align: center;
  background-color: #fdfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #cacaca;
  border-top-right-radius: 4px;
  overflow: hidden;
  border-top-left-radius: 4px;
  cursor: pointer;
  color: #6e6e6e;
  transition: 0.3s;
}

.card__tabs-list li::before {
  content: '';
  background-color: #39b54a;
  width: 0;
  height: 4px;
  position: absolute;
  top: 0;
  left: -1px;
  transition: 0.3s;
}

.card__tabs-list li.active {
  border-bottom: 1px solid transparent;
}

.card__tabs-list li.active::before {
  width: calc(100% + 2px);
}

.card__tabs-tab {
  padding-top: 35px;
  display: none;
}

.card__tabs-tab_zag {
  font-size: 22px;
  margin-bottom: 20px;
}

.card__tabs-tab_p {
  color: #6e6e6e;
  line-height: 1.4;
  margin-bottom: 40px;
}

.card__tabs-tab-list {
  padding: 0px 30px;
}

.card__tabs-tab-list li {
  position: relative;
  padding-left: 25px;
  display: flex;
  padding-bottom: 15px;
}

.card__tabs-tab-list li .name {
  position: relative;
  padding-right: 30px;
  min-width: 110px;
}

.card__tabs-tab-list li .name .tooltip {
  top: -6px;
}

.card__tabs-tab-list li .desc {
  color: #a6a6a6;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card__tabs-tab-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6e6e6e;
  position: absolute;
  left: 0;
  top: 4px;
}

.card__tabs-tab-list_btn {
  padding-left: 30px;
}

.card__tabs-tab-list_btn .card__list-btn {
  padding: 22px 35px;
  background-color: #f2f4f5;
  color: #6e6e6e;
  border: 1px solid #f2f4f5;
  display: inline-block;
  transition: 0.2s;
  cursor: pointer;
}

.card__tabs-tab-list_btn .card__list-btn:hover {
  background-color: #fff;
  border: 1px solid #6e6e6e;
}

.card__tabs-tab-list-hide {
  display: none;
}

.card__tabs-tab .video__block {
  height: 350px;
}

.card__tabs-tab .video__block-text_zag {
  font-size: 18px;
  margin-top: 20px;
}

.card__tabs-tab .video__block-text_p {
  font-size: 14px;
}

.card__tabs-tab .video__block-text {
  padding: 40px;
  padding-bottom: 20px;
}

.card__tabs-tab.active {
  display: flex;
  flex-wrap: wrap;
}

.card__tabs-comment_block:first-child .card__tabs-comment_block-top {
  padding-top: 0;
}

.card__tabs-comment_block-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}

.card__tabs-comment_block-img {
  width: 40px;
  height: 40px;
  border: 3px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.card__tabs-comment_block-img img {
  max-width: 100%;
  max-height: 100%;
}

.card__tabs-comment_block-name {
  margin-right: 10px;
}

.card__tabs-comment_block-date {
  color: #a6a6a6;
}

.card__tabs-comment_block-center {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.card__tabs-comment_block-zag {
  display: flex;
  align-items: center;
}

.card__tabs-comment_block-zag span {
  font-size: 22px;
  margin-right: 20px;
}

.card__tabs-comment_block-zag .category__box-stars {
  position: relative;
  top: 0;
}

.card__tabs-comment_block-p {
  color: #6e6e6e;
  line-height: 1.3;
}

.card__tabs-form {
  width: 100%;
  padding-top: 40px;
}

.card__tabs-form > form {
  width: 50%;
}

.card__tabs-form--half_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.card__tabs-form--half_block .ordering__block-input {
  width: 50%;
}

.card__tabs-form--half_block .category__box-stars {
  position: relative;
  display: flex;
  width: 50%;
  padding-left: 30px;
}

.card__tabs-form--half_block .category__box-stars .name {
  margin-right: 10px;
}

.card__tabs-form .form_popup-zag .zag {
  text-align: left;
}

.card__tabs-form .form_popup--sbmt {
  display: inline-block;
  width: auto;
  padding: 17px 22px;
  text-transform: uppercase;
  border-radius: 0;
}

.card__tabs-form .sbmt--right {
  text-align: right;
}

.card__tabs-quest__block {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e8e8e8;
}

.card__tabs-quest__block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card__tabs-quest__block ul:first-child {
  margin-bottom: 30px;
}

.card__tabs-quest__block:first-child {
  padding-top: 0;
}

.card__tabs-quest__block .img {
  width: 100px;
  height: 70px;
}

.card__tabs-quest__block .img div {
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
}

.card__tabs-quest__block .text {
  width: calc(100% - 100px);
}

.card__tabs-quest__block .text .name {
  font-size: 22px;
  margin-bottom: 20px;
}

.card__tabs-quest__block .text p {
  color: #6e6e6e;
}

.card__tabs-progects {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.card__tabs-progects_block {
  width: calc((33.33% + (30px / 3)) - 30px);
  height: 320px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.card__tabs-progects_block:nth-child(3n) {
  margin-right: 0;
}

.card__tabs-progects_block .bg {
  height: calc(100% - 60px);
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

.card__tabs-progects_block .bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, black 100%);
  top: 0;
  left: 0;
}

.card__tabs-progects_block .bg a {
  z-index: 999;
  color: #fff;
}

.card__tabs-progects_block .name {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #00a72d;
  font-weight: bold;
}

.card__tabs-tab.video__block--catalog {
  width: 100%;
}

.card__tabs-tab.video__block--catalog .video__block--small {
  height: 270px;
  width: calc((100% / 3) - (30px - (30px / 3)));
}

.card__tabs-tab.video__block--catalog .video__block--small:nth-child(3n) {
  margin-right: 0;
}

.card__tabs-tab.video__block--catalog .video__block--small:nth-child(4n) {
  margin-right: 30px;
}

.card {
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
}

.card__images {
  position: relative;
}

.card__images .category__box-sales {
  z-index: 10;
  top: 1px;
  left: 1px;
}


.card__images .category__box-sales.red span {
  background-color: #d85a5a;
  width: auto;
  padding-left: 5px;
  padding: 0 15px;
}

.card__images-once {
  margin-bottom: 15px;
}

.card__images-once_slider {
  border: 1px solid #f1f1f1;
}

.card__images-once_slide {
  cursor: pointer;
}

.card__images-once_slide .link {
  width: 100%;
  height: 100%;
  display: flex;
}

.card__images-once_slide .bg {
  width: 100%;
  /* height: 425px; */ 
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/bitrix/templates/dpk_new/css/../images/card_empty.png);
}

.card__images-once_slide .bg.contain {
  background-size: contain;
}

.card__images-once_slide .bg.cover {
  background-size: cover;
}

.card__images-nav {
  width: calc(100% + 13px);
  padding-bottom: 40px;
}

.card__images-nav .slick-prev.slick-disabled:before, .card__images-nav .slick-next.slick-disabled:before {
  opacity: .75;
}

.card__images-nav .slick-prev {
  left: -20px;
  width: 30px;
}

.card__images-nav .slick-next {
  right: -20px;
  width: 30px;
}

.card__images-nav .slick-prev:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_gray_l.png);
}

.card__images-nav .slick-next:before {
  content: url(/bitrix/templates/dpk_new/css/../images/ar_gray_r.png);
}

.card__images-nav .slick-next {
  right: 30px;
}

.card__images-nav .slick-prev {
  left: 30px;
}

.card__images-nav .slick-prev, .card__images-nav .slick-next {
  z-index: 10;
  top: auto;
  bottom: -40px;
}

.card__images-nav .bg--youtube {
  position: absolute;
  width: calc(100% - 15px);
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.card__images-nav .slick-prev:before, .card__images-nav .slick-next:before {
  color: #06a82f;
}

.card__images-nav_slide {
  cursor: pointer;
  position: relative;
}

.card__images-nav_slide .link {
  width: 100%;
  text-align: center;
}

.card__images-nav_slide .bg {
  width: calc(100% - 15px);
  border: 1px solid #f1f1f1;
  /* height: 100px; */
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/bitrix/templates/dpk_new/css/../images/card_empty.png);
  background-size: cover;
  transition: 0.2s;
}

.card__images-nav .card__images-nav_slide.slick-slide.slick-current.slick-active .bg {
  border: 5px solid #f1f1f1;
}

.card__info {
  padding-left: 30px;
  position: relative;
}

.card__info-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.card__info-name {
  font-size: 24px;
  margin-bottom: 15px;
}

.card__info-name span {
  text-transform: uppercase;
}

.card__info .category__box-article {
  font-size: 18px;
}

.card__info-price_old {
  color: #a6a6a6;
  font-size: 24px;
  text-decoration: line-through;
}

.card__info-price_new {
  font-size: 36px;
  color: #39b54a;
}

.card__info-price_new .val {
  margin-left: 40px;
  color: #191919;
  font-size: 24px;
}

.card__info-social {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
}

.card__info-social > span {
  color: #000000;
  margin-right: 15px;
}

.card__info-social ul {
  display: flex;
}

.card__info-social ul li {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.card__info-center {
  padding: 20px 0 25px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}

.card__info-center_left {
  width: 50%;
}

.card__info-center_right {
  width: 50%;
}

.card__info-center_list li {
  margin-bottom: 15px;
}

.card__info-center_list .name {
  color: #191919;
}

.card__info-center_list .info {
  color: #a6a6a6;
  margin-left: 5px;
  font-weight: 100;
}

.card__info-center_link {
  display: flex;
}

.card__info-center_link .btn_basket {
  margin-right: 10px;
}

.card__info-quanty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.card__info-quanty .card__info-quanty_text {
  font-size: 18px;
}

.card__info-quanty_name {
  width: 100%;
  margin-bottom: 10px;
}

.card__info-quanty-text {
  font-size: 18px;
}

.card__info-quanty .category__box-count {
  position: relative;
  padding-top: 0;
  width: auto;
  margin-right: 15px;
}

.card__info-quanty .count_text {
  width: 50px;
  height: 48px;
}

.card__info-quanty .count_text:focus {
  border: 1px solid #39b54a;
}

.card__info-quanty .count_plus {
  height: 48px;
  width: 30px;
}

.card__info-quanty .count_minus {
  height: 48px;
  width: 30px;
}

.card__info-payment {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.card__info-payment img {
  margin-right: 30px;
}

.card__info-advantage {
  padding-top: 25px;
}

.card__info-advantage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card__info-advantage ul li {
  width: 50%;
  padding: 5px 10px 5px 27px;
  background-image: url(/bitrix/templates/dpk_new/css/../images/tick.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 100;
}

.category__box {
  width: 100%;
  padding: 15px;
  border: 1px solid #e0e0e0;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% / 3) - (30px - (30px / 3)));
}

@media screen and (max-width: 1440px) {
  .main_progect .slick-prev {
    left: -135px;
  }
  .main_progect .slick-next {
    right: -135px;
  }
  .category {
    padding-top: 15px;
  }
  .category__box {
    max-width: 100%;
    width: calc((100% / 2) - (15px - (15px / 2)));
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .category__box:nth-child(3n) {
    margin-right: 15px;
  }
  .category__box:nth-child(2n) {
    margin-right: 0;
  }
  .header__link {
    max-width: 170px;
  }
  .breadcrumbs {
    height: 70px;
    padding-left: 20px;
  }
  .breadcrumbs__page-name {
    font-size: 22px;
  }
  .menu-nav__link {
    padding: 0 16px;
  }
  .main__slide::before {
    width: 20px;
    left: -20px;
  }
  .main__slide::after {
    width: 20px;
    right: -20px;
  }
  .header_bottom-search__text {
    width: 1100px;
  }
  .header_top .border {
    margin-right: 10px;
    padding-top: 10px;
  }
  .header_top .border {
    padding-right: 10px;
  }
  .header_top .border:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .header__link {
    padding-right: 0px;
  }
  .global__zag--full {
    padding: 15px;
  }
  .main_progect-sl-text {
    padding: 0px 0 20px 0;
  }
  .main_progect {
    padding: 30px;
  }
  .main_article {
    padding: 0 0 30px;
  }
  .subscribe__block {
    margin: 15px 0;
    padding: 30px;
  }
  .global__zag-h, .quest__block-zag .zag {
    font-size: 30px;
  }
  .main_progect .slick-prev, .main_progect .slick-next {
    bottom: -62px;
  }
  .main_progect-container--overflow {

  }
  .compare__slide .border {
    width: calc(100% - 10px);
  }
  .compare__slide {
    max-width: 284px;
  }
  .compare__container .basket__container-top {
    margin-right: 10px;
    width: calc(((100% / 12) * 9) - 10px);
  }
  .compare__slide .category__box {
    margin-bottom: 20px;
  }
  .compare__slide .border {
    padding-bottom: 20px;
  }
  .compare__left-list {
    margin-bottom: 21px;
  }
  .compare--list ul li:nth-child(odd)::after {
    content: '';
    width: 10px;
    position: absolute;
    right: -10px;
    background-color: #f1f4f5;
    height: 100%;
    top: 0;
  }
  .compare__slide .close {
    right: 13px;
  }
  .ordering {
    padding: 30px 15px 0;
  }
  .ordering__total-price .num {
    font-size: 26px;
  }
  .ordering__block-check label {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .used_product-slider .slick-prev, .used_product-slider .slick-next {
    top: -30px;
  }
  .main_progect .slick-prev,
  .main_progect .slick-next {
    width: 30px;
    height: 30px;
  }
  .main_progect .slick-prev {
    left: -120px;
  }
  .main_progect .slick-next {
    right: -120px;
  }
  .header__time-show {
    font-size: 14px;
    margin-top: 5px;
  }
  .header__number--popup {
    font-size: 14px;
  }
  .header__link {
    max-width: 150px;
  }
  .ordering__block-check:nth-child(2),
  .ordering__block-check {
    width: 100%;
  }
  .ordering {
    padding: 15px 0;
  }
  .ordering__block-check_zag {
    margin-bottom: 10px;
  }
  .ordering__block {
    margin-bottom: 10px;
  }
  .ordering__block-list_items .basket__item-name {
    width: 35%;
  }
  .ordering__total-price {
    font-size: 18px;
  }
  .ordering__total-price .num {
    font-size: 22px;
  }
  .ordering__block-list_items {
    padding-top: 10px;
  }
  .ordering__block-zag {
    margin-bottom: 10px;
  }
  .ordering__block-input {
    margin-bottom: 15px;
  }
  .compare__slider .slick-prev, .compare__slider .slick-next {
    top: -36px;
  }
  .compare__slide {
    max-width: 365px;
  }
  .basket {
    padding: 15px;
  }
  .basket__container-top {
    margin-bottom: 15px;
  }
  .basket__item {
    margin-bottom: 10px;
  }
  .basket__item-img {
    width: 18%;
  }
  .basket__item-name {
    font-size: 16px;
  }
  .basket__item {
    padding-right: 60px;
  }
  .basket__container-top .btn_refresh {
    right: 15px;
  }
  .basket__total-count {
    font-size: 18px;
    padding: 0 0px 10px 0px;
    margin-bottom: 15px;
  }
  .basket__total-text {
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .basket__total-price {
    font-size: 24px;
  }
  .basket__item-price_num {
    font-size: 16px;
  }
  .basket__item-price_zag {
    font-size: 14px;
  }
  .progect__info-block {
    padding: 30px 15px 60px;
  }
  .used_product {
    padding: 15px;
  }
  .progect__info .global__zag,
  .progect__info .progect__info-main__text {
    padding-left: 15px;
  }
  .progect__info-block__list {
    margin-bottom: 10px;
  }
  .progect__info-block__zag {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .comment__block-video .video__block-text {
    padding: 20px 30px;
  }
  .comment__block .slick-dots {
    width: calc(50% - 20px);
  }
  .comment__block .slick-dots li button {
    width: 30px;
    height: 30px;
  }
  .comment__block-text-zag {
    font-size: 20px;
    margin: 10px 0 10px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .progect__info-block__slider::before {
    width: 15px;
  }
  .comment__block-video .video__block {
    height: 300px;
  }
  .progect__info-block__slide a {
    width: calc(100% - 15px);
    height: 100%;
    margin-right: 15px;
  }
  .progect__info-block__slide {
    height: 160px;
  }
  .progect__info-block__slider {
    width: calc(100% + 15px);
  }
  .progect__info--link_center {
    padding: 20px 0 10px;
  }
  .comment__block .slick-dots li {
    width: 35px;
    height: 35px;
  }
  .comment__block-text-name {
    font-size: 20px;
  }
  .comment__block .slick-dots li.slick-active button {
    width: 40px;
    height: 40px;
  }
  .comment__block-text {
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .comment__block {
    padding: 30px 15px;
  }
  .progect__info-block__slider .slick-prev, .progect__info-block__slider .slick-next {
    bottom: -55px;
  }
  .progect__info {
    padding-top: 15px;
  }
  .main_progect-container--overflow {

  }
  .video__block-text_p {
    font-size: 14px;
  }
  .video__block-text_zag {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .video__block-text {
    padding: 30px;
  }
  .video__block {
    height: 350px;
  }
  .header__logo img {
    margin: 0 15px;
    max-width: 120px;
  }
  .header__number--link {
    font-size: 14px;
  }
  .header__number--popup {
    margin-top: 5px;
  }
  .header--ico {
    padding-left: 25px;
  }
  .header--ico.phone {
    background-size: 20px;
  }
  .header--ico.clock {
    background-size: 20px;
  }
  .header__logo .slogan {
    font-size: 12px;
  }
  .header__basket-text {
    font-size: 10px;
  }
  .header__basket {
    width: 100px;
  }
  .header__basket-img span {
    right: 12px;
  }
  .header__time-list li {
    font-size: 14px;
  }
  .header__number {
    max-width: 175px;
  }
  .menu-nav__link {
    padding: 0 9px;
    font-size: 14px;
  }
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 20px;
    height: 60px;
  }
  .header_bottom-search-sbmt {
    width: 20px;
    height: 20px;
  }
  .menu-nav__item {
    padding: 15px 0;
  }
  .header_bottom-search__text.open {
    top: -5px;
  }
  .header_bottom-search__text {
    width: 890px;
    padding: 5px 10px;
    padding-right: 40px;
  }
  .header_bottom-search__text .close {
    width: 20px;
    height: 20px;
  }
  .main__slide-slide {
    height: 450px;
  }
  .main__slide-text .zag {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .main__slide-text > div {
    max-width: 730px;
  }
  .main__slide-text .desc {
    margin-bottom: 15px;
  }
  .link--gr-wt {
    padding: 10px 20px;
  }
  .main__slide .slick-prev, .main__slide .slick-next {
    width: 30px;
    height: 30px;
  }
  .main__product {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main__product-item {
    width: calc(33.33% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main__product-item:nth-child(4n) {
    margin-right: 10px;
  }
  .main__product-item:nth-child(3n) {
    margin-right: 0px;
  }
  .global__zag-h {
    margin-bottom: 15px;
  }
  .main__product-link {
    margin-top: 5px;
  }
  .progress_job-block-num {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .progress_job-block::before {
    top: 25px;
  }
  .progress_job-block-zag {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .progress_job {
    padding: 15px;
  }
  .quest__block {
    margin: 15px 0;
    padding: 15px;
  }
  .quest__block-zag .zag {
    margin-bottom: 10px;
  }
  .quest__block-link a:first-child {
    margin-bottom: 10px;
  }
  .link__quest--white {
    font-size: 20px;
    padding-left: 30px;
  }
  .link__quest--phone {
    background-position: left 10px center;
  }
  .quest__block-link {
    max-width: 265px;
  }
  .link__quest {
    font-size: 16px;
  }
  .link__quest--green {
    padding: 12px 20px;
  }
  .main_company {
    padding: 15px;
  }
  .main_company-text p {
    margin-bottom: 15px; margin-top:10px;
  }
  /* .main_company-text p {
    padding: 0 15px;
  } */
  .main_company-img {
    height: 45px;
    margin-bottom: 10px;
  }
  .main_company-text {
    font-size: 13px;
  }
  .global__zag-h, .quest__block-zag .zag {
    font-size: 25px;
  }
  .main_progect-text-link {
    padding: 5px 10px;
  }
  .main_progect-sl-text__name {
    font-size: 18px;
  }
  .main_progect-sl-text_change {
    line-height: 1.4;
  }
  .main_article-block__img {
    width: 180px;
    height: 210px;
  }
  .main_article-block__text {
    width: calc(100% - 190px);
    padding-right: 30px;
  }
  .main_article-block__text .date,
  .main_article-block__text .name,
  .main_article-block__text .text {
    margin-bottom: 10px;
  }
  .main_article-block__text .name {
    font-size: 18px;
  }
  .main_article-block__text .text {
    font-size: 14px;
  }
  .main_article-block__text .date {
    font-size: 12px;
  }
  .link_more {
    font-size: 14px;
  }
  .main_progect {
    padding: 15px;
  }
  .subscribe__block-text-zag {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .subscribe__block-form .input__text {
    padding: 10px;
    width: 300px;
  }
  .subscribe__block-form .input__sbmt {
    padding: 10px;
    font-size: 14px;
  }
  .footer__top-list {
    margin-right: 30px;
  }
  .footer_zag {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer__top-contact-logo img {
    max-width: 130px;
    margin-right: 5px;
  }
  .footer__top-contact-logo a .slogan {
    font-size: 12px;
  }
  .footer__top-map {
    max-width: 370px;
    padding: 0 15px;
  }
  .footer li a,
  .footer__top-map-list li {
    font-size: 14px;
  }
  .footer__top-contact-item {
    margin-bottom: 10px;
  }
  .footer__top {
    padding: 30px 15px;
  }
  .footer__bottom {
    padding: 15px;
  }
  .progress_job-block:hover:first-child:before {
    left: 30%;
  }
  .progress_job-block:hover:last-child:before {
    width: 30%;
  }
  .main_company-block {
    padding: 0 10px;
  }
  .main__product--page {
    padding: 0;
  }
  .video__block--small {
    width: calc((100% / 3) - (15px - (15px / 3)));
    margin-right: 15px;
    margin-bottom: 15px;
    height: 150px;
  }
  .video__block--small:nth-child(3n) {
    margin-right: 0;
  }
  .video__block--small:nth-child(4n) {
    margin-right: 15px;
  }
  .video__block--small .video__block-text_zag {
    font-size: 14px;
    margin-top: 10px;
  }
  .video__block-text_img {
    width: 50px;
    height: 50px;
  }
  .main_progect {
    margin: 0;
  }
  .slider__client {
    margin: 0 15px;
  }
  .slider__client-container {
    margin: 15px;
  }
  .service__video-text {
    padding-right: 20px;
  }
  .service__video-text p {
    font-size: 14px;
  }
  .cost__list {
    margin-bottom: 30px;
  }
  .cost__item-price_number {
    font-size: 20px;
  }
  .cost__item-price {
    font-size: 16px;
  }
  .service_tab-list {
    padding: 25px 0 20px;
  }
  .seo__text {
    padding: 10px 15px 25px;
  }
  .service__video {
    padding: 20px 15px;
  }
  .card__tabs-tab.video__block--catalog .video__block--small:nth-child(4n) {
    margin-right: 15px;
  }
  .card__tabs-tab.video__block--catalog .video__block--small {
    height: 230px;
    width: calc((100% / 3) - (15px - (15px / 3)));
    margin-bottom: 15px;
  }
  .card__tabs-tab.video__block--catalog .video__block--small:nth-child(3n) {
    margin-right: 0;
  }
  .card__tabs-tab-list {
    padding: 0 15px;
  }
  .card__tabs-tab .video__block {
    height: 300px;
  }
  .card__tabs-tab {
    padding-top: 20px;
  }
  .card__tabs-tab-list li .name,
  .card__tabs-tab-list li .desc {
    font-size: 14px;
  }
  .card__tabs-tab-list_btn {
    padding-left: 0;
  }
  .card__tabs-tab-list_btn .card__list-btn {
    padding: 10px 15px;
  }
  .progect__info-block__slider .slick-next {
    right: 15px;
  }
  .progect__info-block__slider .slick-prev {
    right: 65px;
  }
}

@media screen and (max-width: 990px) {
  .used_product-slider {
    padding-bottom: 15px;
  }
  .header-mob__call {
    display: block;
  }
  .video__block--catalog .video__block {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .main__slide .slick-list.draggable {
    overflow: hidden;
  }
  .main__slide::after {
    content: none;
  }
  .main__slide::before {
    content: none;
  }
  .header_top .border {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .header__link {
    display: none;
  }
  .menu_burger {
    display: block;
    position: absolute;
    left: 20px;
  }
  .header__logo {
    left: 70px;
    position: absolute;
  }
  .header_top {
    position: relative;
  }
  .header__logo .slogan {
    display: none;
  }
  .header_top .header__time,
  .header_top .header__number {
    display: none;
  }
  .header__basket-img img {
    width: 35px;
    height: 30px;
  }
  .header__basket-img span {
    width: 23px;
    height: 23px;
    font-size: 10px;
  }
  .header__basket-text {
    display: none;
  }
  .header__basket {
    width: 70px;
  }
  .header_top {
    padding: 25px 0;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    z-index: 30;
    background-color: #fff;
  }
  .header_bottom {
    position: absolute;
    z-index: 10;
    flex-wrap: wrap;
    background-color: #fff;
    left: 0px;
    border-top: 1px solid #787978;
    padding: 0 20px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
  }
  .menu-nav {
    width: 100%;
    order: 2;
  }
  .menu-nav__list {
    flex-wrap: wrap;
  }
  .menu-nav__item {
    width: 100%;
  }
  .header_bottom-search {
    width: 100%;
    position: relative;
    order: 1;
    right: auto;
    top: auto;
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
  }
  .menu-nav__link {
    border-right: 0;
  }
  .header_bottom-search__text {
    position: relative;
    top: auto;
    right: auto;
    top: auto;
  }
  .header_bottom-search__text {
    width: 100%;
    visibility: visible;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    opacity: 1;
  }
  .header_bottom-search__text .close {
    display: none;
  }
  .header_bottom-search__text input {
    border: 0;
    background-color: #f2f4f5;
    padding: 13px 50px 13px 10px;
    width: 100%;
  }
  .header_bottom-search-sbmt {
    position: absolute;
    right: 15px;
    top: 11px;
    opacity: 0.6;
  }
  .menu-nav__link {
    font-size: 16px;
    padding-left: 4px;
  }
  .menu-nav__list {
    padding: 15px 0;
  }
  .mobile-block__append {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #f2f4f5;
    justify-content: center;
    align-items: center;
  }
  .header__time {
    width: 50%;
  }
  .header__number {
    width: 50%;
    max-width: 100%;
  }
  .header__time-list li,
  .header__number--link {
    font-size: 16px;
  }
  .header--ico.clock {
    background-size: 35px;
  }
  .header--ico {
    padding-left: 50px;
  }
  .header--ico.phone {
    background-size: 30px;
  }
  .header_bottom {
    left: -100%;
    top: calc(0% + 0px);
    overflow: hidden;
    transition: 0.3s;
    z-index: 20;
    padding-bottom: 15px;
  }
  .header_bottom.open {
    left: 0;
    top: calc(0% + 81px);
    overflow: visible;
  }
  .header__logo img {
    margin: 0;
  }
  .main__slide-slide {
    margin-top: 0;
  }
  .container_shadow {
    padding: 0;
  }
  .main_article {
    padding: 0 20px;
  }
  .video__block {
    margin: 0 20px;
  }
  .card__tabs-tab.video__block--catalog .video__block--small {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .card__tabs-tab.video__block--catalog .video__block--small:nth-child(4n) {
    margin-right: 10px;
  }
  .card__images.col-4 {
    width: 40%;
  }
  .card__info.col-8 {
    width: 60%;
  }
  .card__info-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .category__box-stars {
    top: 0;
  }
  .card__info-price_new {
    font-size: 26px;
  }
  .card__info-price_old {
    font-size: 18px;
  }
  .card__info-price_new .val {
    margin-left: 15px;
  }
  .card__info-social {
    bottom: 22px;
  }
  .card__info-top {
    padding-bottom: 10px;
  }
  .card__info-center {
    padding: 10px 0;
  }
  .card__info-center_list li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .card__info-quanty_name {
    font-size: 14px;
  }
  .card__info-payment {
    padding: 10px 0;
  }
  .card__info-advantage {
    padding-top: 10px;
  }
  .card__images-once_slide .bg {
    height: 370px;
  }
  .product_advantage-list--bg li {
    font-size: 16px;
    width: calc((100% / 4) - 10px);
    padding-left: 50px;
    background-position: left 15px center;
    background-size: 25px;
  }
  .product_advantage-list li .name {
    font-size: 14px;
  }
  .product_advantage-list li .desc {
    font-size: 14px;
  }
  .used_product {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
  }
  .card__tabs-quest__block:first-child {
    padding-top: 10px;
  }
  .card__tabs-quest__block .text .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .card__tabs-quest__block ul:first-child {
    margin-bottom: 15px;
  }
  .card__tabs-quest__block .text p {
    font-size: 14px;
  }
  .card__tabs-quest__block .img {
    width: 70px;
    height: 50px;
  }
  .card__tabs-quest__block .img div {
    height: 100%;
    background-size: contain;
  }
  .card__tabs-quest__block .text {
    width: calc(100% - 70px);
  }
  .card__tabs-quest__block {
    padding: 15px 0;
  }
  .card__tabs-form {
    padding-top: 15px;
  }
  .form_popup-zag {
    margin-bottom: 15px;
  }
  .form_popup-zag .zag {
    font-size: 22px;
  }
  .card {
    padding: 20px;
  }
  .main_article {
    margin: 0;
  }
  .main_article-noSlider .main_article-block {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .ordering {
    padding: 20px;
  }
  .filter {
    width: 240px;
  }
  .category-container__right {
    width: calc(100% - 250px);
  }
}

@media screen and (min-width: 801px) {
    .progress_job-block:hover .progress_job-block-num {
      left: calc(50% - 35px);
    }
   .progress_job {padding: 0 20px !important;}
   .progress_job-block-num {margin-left: 0px !important;}
}

@media screen and (max-width: 800px) {
  .video__block--catalog .video__block {
    width: calc((100% / 2) - (15px - (15px / 2)));
    margin-right: 0px;
    margin-bottom: 15px;
    height: 150px;
  }
  /* .video__block--small .video__block-text_zag {
    height: 25px;
  } */
  .video__block--catalog {
    justify-content: space-between;
  }
  .main_article-block__text {
    padding-left: 25px;
  }
  .main_article {
    margin: 0;
  }
  .main_article {
    padding-bottom: 0;
  }
  .subscribe__block-text {
    width: auto;
    margin-bottom: 20px;
    padding-right: 15px;
  }
  .subscribe__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .subscribe__block-text-zag {
    font-size: 18px;
  }
  .subscribe__block-text-p {
    font-size: 14px;
  }
  .main_article-block__text .name {
    font-size: 22px;
  }
  .main_article-block__text .text {
    font-size: 16px;
  }
  .main_article-block__text .date {
    font-size: 14px;
  }
  .link_more {
    font-size: 16px;
  }
  .footer__top-contact-logo a .slogan {
    display: none;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__top-map-list {
    margin-top: 0;
  }
  .footer__top-list-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    order: 2;
    margin-top: 15px;
  }
  .footer__top-list {
    order: 2;
  }
  .footer__top-list ul {
    flex-wrap: wrap;
  }
  .footer__top-list:last-child {
    width: calc(100% - 300px);
    order: 1;
  }
  .footer__top-list:last-child ul {
    display: flex;
  }
  .footer__top-list:last-child ul li {
    width: 50%;
  }
  .footer__top-map {
    order: 2;
  }
  .footer__top-contact {
    max-width: 50%;
  }
  .main_progect-slider::before {
    content: none;
  }
  .main_progect-slider::after {
    content: none;
  }
  .main_progect-slider {
    width: 100% !important;
  }
  .main_progect .slick-prev {
    left: 20px;
  }
  .main_progect .slick-next {
    right: 20px;
  }
  .main_progect {
    padding: 15px 20px;
  }
  .main_progect {
    margin-top: 0px;
    border-top: 1px solid #dbdbdb;
  }
  .main_progect .global__zag.global__zag--half.col-3 {
    width: 100%;
    text-align: center;
  }
  .main_progect .global__zag.global__zag--half.col-3 > div {
    text-align: center;
  }
  .main_progect .main_progect-text.col-9 {
    width: 100%;
  }
  .basket .global__zag.global__zag--half.col-3 {
    width: 100%;
    text-align: center;
  }
  .basket .global__zag.global__zag--half.col-3 > div {
    text-align: center;
  }
  .main_progect-text-list {
    justify-content: center;
    margin-bottom: 20px;
  }
  .main_company {
    margin: 0;
    border-bottom: 0;
  }
  .main_company .global__zag {
    display: none;
  }
  /* .main_company .main_company-text > p {
    display: none;
  } */
  .main_company-block {
    width: 33.33%;
  }
  .main__slide-text > div {
    max-width: 80%;
  }
  .card__info.col-8,
  .card__images.col-4 {
    width: 50%;
  }
  .card__info-top {
    padding: 40px 0;
  }
  .card__info-social {
    bottom: 10px;
    left: 0;
  }
  .card__info-center_left,
  .card__info-center_right,
  .card__info-advantage ul li {
    width: 100%;
  }
  .card__images-once_slide .bg {
    height: 430px;
  }
  .product_advantage-list--bg li,
  .product_advantage-list li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .card__tabs-tab_p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .used_product .global__zag.global__zag--half {
    width: 100%;
  }
  .card__tabs .w50 {
    width: 100%;
  }
  .card__tabs-tab .video__block {
    margin: 15px 0;
  }
  .card__tabs-tab.video__block--catalog .video__block--small {
    height: 230px;
    width: calc((100% / 2) - (10px - (10px / 2)));
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
  }
  .card__tabs-tab.video__block--catalog .video__block--small:nth-child(2n) {
    margin-right: 0;
  }
  .card__tabs-tab.video__block--catalog .video__block--small:nth-child(3n) {
    margin-right: 10px;
  }
  .card__tabs-tab.video__block--catalog .video__block--small:nth-child(4n) {
    margin-right: 0px;
  }
  .card__tabs-form > form {
    width: 100%;
    padding-top: 20px;
  }
  .card__tabs-progects_block {
    width: calc((50% + (10px / 2)) - 10px);
    height: 270px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .card__tabs-progects_block:nth-child(3n) {
    margin-right: 10px;
  }
  .card__tabs-progects_block:nth-child(2n) {
    margin-right: 0;
  }
  .card__tabs-progects_block .name {
    padding: 10px 0;
  }
  .card__tabs-progects_block .bg {
    height: calc(100% - 40px);
  }
  .card__tabs-list li {
    font-size: 14px;
  }
  .seo__text .col-3,
  .seo__text .col-9 {
    width: 100%;
  }
  .seo__text .main_company-text p {
    padding: 0;
  }
  .global__zag--half > div {
    text-align: center;
  }
  .main_article-noSlider .main_article-block {
    width: 100%;
    margin-right: 0;
    border: 1px solid #f2f5f6;
  }
  body .service_tab-list {
    width: 100%;
  }
  .service_tab-list .main_company-container {
    border-bottom: 0;
  }
  .service_tab-list ul li {
    border: 1px solid #e8e8e8;
    padding: 20px;
  }
  .service_tab-list ul li.active {
    border-color: #00a72d;
  }
  .service_tab-list .main_company-block:hover:before {
    content: none !important;
  }
  .service_tab-list ul li.active .main_company-block::before {
    content: none !important;
  }
  .progress_job.service--pt {
    display: block;
    padding-bottom: 50px;
  }
  .progress_job.service--pt .slick-prev {
    left: 40px;
    width: 30px;
    top: auto;
    bottom: -40px;
  }
  .progress_job.service--pt .slick-next {
    right: 40px;
    width: 30px;
    top: auto;
    bottom: -40px;
  }
  .progress_job.service--pt .slick-prev:before {
    content: url(/bitrix/templates/dpk_new/css/../images/ar_gray_l.png);
  }
  .progress_job.service--pt .slick-next:before {
    content: url(/bitrix/templates/dpk_new/css/../images/ar_gray_r.png);
  }
  .progress_job-block::before {
    content: none;
  }
  .progress_job-block {
    padding-right: 0px;
    position: relative;
  }
  .progress_job-block-num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .progress_job-block-zag,
  .progress_job-block-p {
    padding-left: 80px;
    padding-right: 20px;
  }
  .main_company-text {
    font-size: 16px;
  }
  .service__video {
    padding: 0 20px;
  }
  .service__video-text {
    width: 100%;
  }
  .service__video-img {
    width: 100%;
  }
  .service__video-img .video__block {
    margin: 20px 0;
  }
  .slider__client .global__zag.global__zag--half.col-3 {
    width: 100%;
  }
  .progect__info .global__zag.global__zag--half.col-5 {
    width: 100%;
  }
  .progect__info-block__slider .slick-next {
    right: 20px;
  }
  .progect__info-block__slider .slick-prev, .progect__info-block__slider .slick-next {
    bottom: auto;
    top: -30px;
  }
  .progect__info-block__list {
    margin-bottom: 50px;
  }
  .comment__block-video .video__block-text_p {
    display: none;
  }
  .comment__block-video .video__block {
    height: 250px;
  }
  .comment__block-text-name {
    margin: 10px 0;
  }
  .comment__block-text {
    padding-bottom: 60px;
  }
  .ordering__block--left,
  .ordering__block--right,
  .ordering__block-list_items {
    width: 100%;
  }
  .ordering__block-list_items .basket__item-name {
    width: 60%;
  }
  .category__selection-list ul li {
    margin-left: 0px;
    margin-right: 20px;
  }
  .category__selection-list ul {
    justify-content: flex-start;
  }
  .category .global__zag.global__zag--half {
    width: 100%;
  }
  .filter {
    width: 100%;
  }
  .category-container__right {
    width: 100%;
  }
  .category-container__left {
    width: 100%;
  }
  .filter {
    position: relative;
  }
  .filter-name {
    position: relative;
  }
  .filter-name::before {
    content: '';
    position: absolute;
    right: 18px;
    top: calc(50% - 1px);
    background-color: #fff;
    width: 9px;
    height: 1px;
  }
  .filter-name::after {
    content: '';
    position: absolute;
    right: 22px;
    top: calc(50% - 5.5px);
    background-color: #fff;
    width: 1px;
    height: 9px;
    transition: 0.2s;
  }
  .filter-name.open::after {
    top: calc(50% - 1px);
    height: 1px;
    background-color: transparent;
  }
  .filter-mob__container {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 400;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    box-shadow: 2px 4px 2px 3px rgba(0, 0, 0, 0.31);
  }
  .used_product .global__zag--half > div {
    text-align: left;
  }
  .product_advantage-list--certificate li {
    width: auto;
  }
  .slider__client .global__zag > * {
    text-align: left;
  }
  .slider__client-container {
    margin: 0;
  }
  .slider__client .slick-prev, .slider__client .slick-next {
    width: 30px;
    height: 30px;
  }
  .slider__client-slide .bg {
    margin: 0;
    width: calc(100% - 15px);
    margin-right: 15px;
  }
  .slider__client-slide img {
    width: calc(100% - 15px);
    margin-right: 15px;
  }
  .slider__client-container {
    width: calc(100% + 15px);
  }
  .slider__client {
    margin: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .footer__top-list:last-child ul {
    flex-wrap: wrap;
    display: none;
  }
  .footer__top-list:last-child {
    width: 100%;
	margin-left: 0px!important;
  }
  .footer__top-list:last-child ul li {
    width: 100%;
	margin-left:0px!important;
  }
  .progress_job-block-num {
    box-shadow: none;
  }
  .compare .global__zag {
    width: 100% !important;
  }
  .compare .category__box-price {
    width: 100%;
  }
  .compare .category__box-price_old {
    display: none;
  }
  .compare .category__box-stars {
    display: none;
  }
  .compare .category__box-favorite {
    display: none;
  }
  .compare .slick-prev:before, .compare .slick-next:before {
    width: 100%;
    height: 100%;
  }
  .compare .category__box-top {
    padding-top: 20px;
  }
  .compare .category__box-name {
    font-size: 8px;
    margin-bottom: 15px;
  }
  .compare .category__box-article {
    font-size: 8px;
  }
  .compare .category__box-price_zag {
    font-size: 7px;
  }
  .compare .category__box-price_new {
    font-size: 10px;
  }
  .compare .category__box-video {
    display: none;
  }
  .compare .link--gr-bl span {
    font-size: 7px;
  }
  .compare .category__box-link a {
    padding: 4px 0;
    margin-bottom: 0;
  }
  .compare .category__box-sales span {
    width: 65px;
    height: 16px;
    font-size: 7px;
  }
  .compare .category__box-img {
    height: 120px;
  }
  .compare__slide .close {
    z-index: 50;
  }
  .compare__slide .category__box {
    height: 400px;
  }
  .compare__slider .slick-next:before {
    content: url(/bitrix/templates/dpk_new/css/../images/ar_black_right.png);
    font-size: 0;
  }
  .compare__slider .slick-prev:before {
    content: url(/bitrix/templates/dpk_new/css/../images/ar_black_right.png);
    transform: rotate(-180deg);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .compare__left.col-3,
  .compare__left.col-9 {
    width: 50%;
  }
  .compare--list ul li {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .compare__slider .slick-prev, .compare__slider .slick-next {
    top: 360px;
    width: 45px;
    height: 45px;
    border: 1px solid #e8e8e8;
    z-index: 10;
    background-color: #fff;
  }
  .compare__slider .slick-next {
    left: auto;
    right: 20px;
  }
  .compare__slide .category__box {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .compare__container-info {
    margin-bottom: 40px;
  }
  .compare__slide .close {
    width: 30px;
    height: 30px;
    top: 0px;
    right: 10px;
    background-size: 10px;
  }
  .compare__slide .category__box {
    padding-right: 20px;
  }
  .compare__slide .border {
    width: 100%;
  }
  .compare__container .basket__container-top {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .compare__slide {
    max-width: 100%;
  }
  .slider__client-slide {
    margin-bottom: 15px;
    max-width: 100%;
    margin: 15px 20px;
    height: 80px;
  }
  .slider__client-slide .bg {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .slider__client-slide img {
    width: 100%;
  }
  .slider__client-container {
    margin: 0;
  }
  .hide-xs {
    display: none;
  }
  .breadcrumbs {
    height: auto;
    margin: 0;
    padding: 20px 10px;
  }
  .bx-breadcrumb {
    width: 100%;
    height: auto;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .breadcrumbs__page-name {
    text-align: center;
    width: 100%;
    padding: 10px;
    display: none;
  }
  .form_popup-calculate .w50 .form_popup-block:first-child {
    padding-right: 10px;
  }
  .form_popup-calculate .w50 {
    width: 100%;
  }
  .form_popup-small,
  .form_popup-calculate {
    padding: 20px;
  }
  .form_popup-zag .zag {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .form_popup-zag {
    margin-bottom: 10px;
  }
  .form_popup-block {
    margin-bottom: 10px;
  }
  .form_popup--input_text {
    padding: 10px;
  }
  .form_popup--sbmt {
    padding: 10px;
  }
  .form_popup-container_num {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .form_popup-num {
    width: calc(50% - 5px);
  }
  .jq-number__field input {
    width: 40px;
    height: 40px;
  }
  .jq-number.styler {
    width: 65px;
    padding-right: 0;
  }
  .jq-number__field {
    width: 65px;
  }
  .form_popup-num .name {
    font-size: 12px;
    width: 50px;
    width: 90px;
  }
  .form_popup-num {
    justify-content: flex-start;
  }
  .form_popup-block--sbmt .form_popup--sbmt {
    width: auto;
    min-width: 180px;
  }
  .form_popup-calculate .w50 .form_popup-block:first-child {
    padding-right: 0;
  }
  .form_popup-calculate .form_popup-zag {
    order: 1;
  }
  .w50.form_popup-container_text {
    order: 3;
  }
  .w50.form_popup-container_num {
    order: 2;
  }
  .form_popup-block.form_popup-block--sbmt {
    order: 4;
  }
  .form_popup-block--sbmt {
    margin-top: 10px;
    padding-top: 10px;
  }
  .footer__top-contact {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
  .footer__top-contact-logo {
    margin-bottom: 30px;
  }
  .footer__top-list-container {
    max-width: 100%;
    width: 100%;
  }
  .footer__top-list {
    margin: 0;
    width: 100%;
  }
  .footer__top-list:nth-child(1) {
    order: 2;
  }
  .footer__top-map {
    padding: 0;
  }
  .footer__top-map img {
    margin-top: 30px;
  }
  .footer__top-map-list {
    padding-right: 25px;
  }
  .footer__bottom {
    font-size: 12px;
    line-height: 1.5;
  }
  .footer__top-list ul {
    padding: 15px;
    display: none;
  }
  .footer_zag {
    margin-bottom: 15px;
  }
  .footer li a, .footer__top-map-list li {
    font-size: 16px;
  }
  .footer__top-map-list li {
    font-size: 14px;
  }
  .footer__top-list .footer_zag {
    width: auto;
    display: inline-block;
    padding-right: 30px;
    position: relative;
  }
  .footer__top-list .footer_zag::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 3px;
    width: 10px;
    height: 10px;
    background-image: url(/bitrix/templates/dpk_new/css/../images/ar_w_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: 0.3s;
    background-position: center;
  }
  .footer__top-list .footer_zag.open::before {
    transform: rotate(-90deg);
  }
  .main__slide {
    max-height: 250px;
    overflow: hidden;
  }
  .main__slide-slide {
    height: 250px;
  }
  .main__slide-text .zag {
    font-size: 22px;
  }
  .main__slide-text .desc {
    font-size: 12px;
  }
  .main__slide-text .link--gr-wt {
    margin: 0 auto;
  }
  /*
  .main__slide-text > div {
    text-align: center;
  } */
  .main__slide .slick-prev {
    left: 5px;
  }
  .main__slide .slick-next {
    right: 5px;
  }
  .main__product:not(.main__product--page) {
    padding-top: 0;
    border-bottom: 0;
  }
  .main__product:not(.main__product--page) .global__zag {
    display: none;
  }
  .main__product:not(.main__product--page) .main__product-item {
    width: 100%;
    margin: 0;
  }
  .main__product:not(.main__product--page) .main__product-item {
    height: 60px;
    margin: 0 !important;
  }
  .main__product:not(.main__product--page) .main__product-item:hover {
    transform: none;
  }
  .main__product:not(.main__product--page) .main__product-name {
    height: 100%;
    background-color: #fff;
    color: #4b4b4b;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    padding-left: 75px;
    justify-content: flex-start;
    background-position: left 15px center;
    background-repeat: no-repeat;
    position: relative;
  }
  .main__product:not(.main__product--page) .main__product-name::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-image: url(/bitrix/templates/dpk_new/css/../images/ar_black_right.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .main__product:not(.main__product--page) .main__product-item {
    background: none !important;
  }
  .main__product:not(.main__product--page) .main__product-item:hover .main__product-name {
    background-color: #fff;
  }
  .main__product:not(.main__product--page) .main__product-link {
    padding-bottom: 0;
  }
  .main_progect-text {
    position: relative;
  }
  .main_progect-text-list {
    display: block;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    z-index: 999;
    width: 100%;
    top: 50px;
    padding:20px;
  }
  .main_progect-text-list li {
    width: 100%;
  }
  .main_progect-text--name {
    padding: 12px 18px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #39b54a;
    text-decoration: underline;
  }
  .main_progect-text--name::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-image: url(/bitrix/templates/dpk_new/css/../images/ar_bl_down.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .quest__block {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  .quest__block-zag {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .quest__block-link {
    max-width: 100%;
  }
  .card__info.col-8, .card__images.col-4 {
    width: 100%;
  }
  .card-mobile__name {
    padding: 10px 0 50px;
    position: relative;
    width: 100%;
  }
  .card-mobile__name .category__box-stars {
    bottom: 20px;
    top: auto;
    left: 0;
    right: auto;
  }
  .card__info-name {
    font-size: 24px;
  }
  .card__images-once_slide .bg {
    height: 325px;
  }
  .card__images-nav_slide .bg {
    /* height: 60px; */
  }
  .card__info {
    padding-left: 0;
  }
  .card__info-top {
    padding-top: 20px;
  }
  .card__info-price_old {
    font-size: 24px;
  }
  .card__info-price_new {
    font-size: 32px;
  }
  .card__info-center_list li {
    font-size: 16px;
  }
  .card__info-quanty_name {
    font-size: 16px;
  }
  .card__info-center {
    padding: 20px 0;
  }
  /* .card__info-advantage,
  .product_advantage-list--bg {
    display: none;
  } */
  .product_advantage-list--bg li, .product_advantage-list li {
    width: 100%; margin-right:0px !important;
  }
  .product_advantage-list {
    padding: 0;
    border-bottom: 0;
  }
  .card__tabs-list li {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1 !important;
  }
  .card__tabs-tab .w50 .video__block {
    display: none;
  }
  .card__tabs-tab-list {
    padding: 0;
  }
  .card__tabs-tab.video__block--catalog .video__block--small,
  .card__tabs-progects_block {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px !important;
    margin-top: 0;
  }
  .card__tabs-progects_block .bg {
    padding-bottom: 10px;
  }
  .card__tabs-quest__block .img {
    width: 20px;
    height: 30px;
    margin-top: -5px;
  }
  .card__tabs-quest__block .text {
    width: calc(100% - 25px);
    padding-left: 10px;
  }
  .card__tabs-quest__block .text p {
    margin-left: -25px;
  }
  .card__tabs-quest__block ul:first-child {
    margin-bottom: 30px;
  }
  .card__tabs-quest__block .text .name {
    margin-bottom: 20px;
  }
  .card__tabs-comment_block-zag span {
    width: 100%;
  }
  .card__tabs-comment_block-zag {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .card__tabs-comment_block-zag .category__box-stars {
    top: 5px;
  }
  .card__tabs-comment_block-top {
    padding-bottom: 10px;
  }
  .card__tabs-form--half_block .ordering__block-input {
    width: 100%;
  }
  .card__tabs-form--half_block .category__box-stars {
    padding-left: 0;
    padding: 10px 0 20px;
  }
  .card__tabs-form--half_block .category__box-stars .name {
    font-weight: 100;
  }
  .card__info-top {
    padding: 10px 0 40px;
  }
  .card__info-price_new .val {
    font-size: 18px;
  }
  .main__product--page {
    padding: 0 20px 10px;
  }
  .main__product--page .main__product-item {
    width: calc(50% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main__product--page .main__product-item:nth-child(3n) {
    margin-right: 10px;
  }
  .main__product--page .main__product-item:nth-child(2n) {
    margin-right: 0;
  }
  .cost__item-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .cost__item-price {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cost__item {
    justify-content: center;
    padding: 20px;
  }
  .main_progect-sl-text_task {
    display: none;
  }
  .service_tab-list ul li {
    width: 50%;
  }
  .btn_cost__list {
    text-align: center;
  }
  .btn_cost__list div {
    font-size: 14px;
    color: #383838;
    padding: 5px;
    margin-bottom: 40px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px dotted #39b54a;
    position: relative;
  }
  .btn_cost__list div::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -30px;
    top: 6px;
    background-image: url(/bitrix/templates/dpk_new/css/../images/ar_bl_down.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .service__video-img .video__block {
    height: 280px;
  }
  .service__video-img .video__block-text {
    padding: 20px;
  }
  .progect__info .main_progect-sl-text_address,
  .progect__info .main_progect-sl-text_task {
    display: block;
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
  }
  .progect__info .main_progect-sl-text__name {
    width: 100%;
    max-width: 100%;
    text-align: start;
    justify-content: start;
  }
  .comment__block-text,
  .comment__block-video {
    width: 100%;
    padding-left: 0;
  }
  .comment__block-video {
    order: 2;
  }
  .comment__block-video .video__block {
    margin: 0;
  }
  .video__block-text {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .comment__block .slick-dots {
    width: 100%;
    left: 0;
    bottom: 260px;
  }
  .main_progect-sl-text_address .name,
  .main_progect-sl-text_task .name {
    display: block;
    /* margin: 10px auto; */
  }
  .comment__block .slick-dots li {
    width: 40px;
    height: 40px;
  }
  .comment__block .slick-dots {
    padding-top: 10px;
  }
  .basket__item {
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .basket__item-img {
    width: 200px;
  }
  .basket__item-name {
    width: calc(100% - 200px);
  }
  .basket__item-img {
    padding-left: 0;
    margin-left: -15px;
  }
  .basket__total {
    max-width: 100%;
  }
  .category-container__right-top {
    margin-bottom: 55px;
    padding: 0px;
  }
  .category_sort {
    width: 100%;
  }
  .category_sort-name {
    width: 100%;
    padding: 15px;
    margin-right: 0;
    position: relative;
  }
  .category_sort-name::before {
    content: '';
    position: absolute;
    right: 18px;
    top: calc(50% - 1px);
    background-color: #000000;
    width: 9px;
    height: 1px;
  }
  .category_sort-name::after {
    content: '';
    position: absolute;
    right: 22px;
    top: calc(50% - 5.5px);
    background-color: #000000;
    width: 1px;
    height: 9px;
    transition: 0.2s;
  }
  .category-container__right-top {
    position: relative;
  }
  .filter-mob__container {
    max-width: 100%;
  }
  .category_sort-name.open::after {
    top: calc(50% - 1px);
    height: 1px;
  }
  .category_sort-refresh {
    position: absolute;
    bottom: -40px;
    right: 0;
  }
  .category_sort-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 5px);
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 16px;
    box-shadow: 2px 4px 2px 3px rgba(0, 0, 0, 0.31);
    z-index: 350;
    display: none;
  }
  .category_sort-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .category__box {
    width: 100%;
    margin-right: 0 !important;
  }
  .category {
    padding: 20px;
  }
  .category_sort-block:hover {
    opacity: 1;
  }
  .filter-mob__container {
    padding: 20px 10px;
  }
  .filter-block__box--input {
    width: 90px;
  }
  .used_product .global__zag-h {
    margin-bottom: 30px;
  }
  .used_product-slider .slick-prev, .used_product-slider .slick-next {
    top: -44px;
  }
  .used_product-slider .slick-prev, .used_product-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .product_advantage-list--certificate li {
    width: auto;
  }
  .slider__client-slide {
    margin: 15px 0;
  }
  .slider__client-container {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .used_product .global__zag-h, .used_product .quest__block-zag .zag {
    font-size: 20px;
  }
  .used_product-slider .slick-next {
    right: 32px;
  }
  .used_product-slider .slick-prev {
    left: auto;
    right: 65px;
  }
  .main__product--page .main__product-item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .video__block--catalog .video__block {
    width: 100%;
    height: 200px;
  }
  .main_progect-container--overflow {

  }
  .main_progect-slide {

  }
  .main_progect-sl-text_change {
    text-align: center;
    width: 100%;
  }
  .main_progect .slick-prev, .main_progect .slick-next {
    bottom: -115px;
  }
  .main_progect-sl-text__name {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main_progect-sl-text {
    padding-bottom: 25px;
  }
  .main_company-block {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .main_company-text {
    font-size: 12px;
  }
  .footer__top-contact-logo a {
    justify-content: center;
  }
  .global__zag-h, .quest__block-zag .zag {
    font-size: 22px;
  }
  .global__zag-p {
    font-size: 14px;
    color: #6e6e6e;
  }
  .global__zag-preview {
    margin-bottom: 10px;
  }
  .global__zag--full {
    padding-bottom: 30px;
  }
  .header__time,
  .header__number {
    width: 100%;
    margin: 15px 0;
  }
  .subscribe__block-text {
    width: 100%;
  }
  .subscribe__block-form .input__text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .subscribe__block-form .input__sbmt {
    width: 100%;
    text-align: center;
  }
  .subscribe__block-form {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .subscribe__block-form__block {
    width: 100%;
  }
  .subscribe__block {
    padding: 30px 20px;
    margin: 0;
  }
  .video__block {
    height: 280px;
  }
  .video__block-text_p {
    display: none;
  }
  .video__block-text_zag {
    font-size: 18px;
  }
  .video__block-text {
    justify-content: center;
  }
  .video__block-text_img {
    width: 80px;
    height: 80px;
  }
  .main_article-block__img {
    height: 280px;
    width: 100%;
  }
  .main_article-noSlider .main_article-block__text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .main_article-pos {
    flex-wrap: wrap;
  }
  .main_article-noSlider .main_article-block__text .name {
    font-size: 22px;
    color: #00a72d;
  }
  .main_article-noSlider .main_article-block__text .text {
    font-size: 16px;
  }
  .main_article-noSlider .main_article-block {
    border: 0;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.13);
  }
  .main__product-link a {
    margin-bottom: 0;
  }
  .main__product-link {
    padding: 25px 0;
    margin: 0;
  }
  .main_article-noSlider .main_article-block__text {
    padding: 10px;
  }
  .global__zag--full {
    padding: 15px 0;
  }
  .ordering__block-list_items .basket__item {
    flex-wrap: wrap;
  }
  .basket__item-price.basket__item-price--2 {
    margin-left: 100px;
    width: calc(100% - 100px);
  }
  .ordering__block-list_items .basket__item-img {
    width: 100px;
  }
  .ordering__block-list_items .basket__item-name {
    width: calc(100% - 100px);
  }
  .ordering__block-list_items .basket__item {
    border: 1px solid #f2f4fa;
    padding-bottom: 10px;
  }
  .ordering__block-list_items {
    border: 0;
  }
  .ordering__total {
    flex-wrap: wrap;
  }
  .ordering__total-price {
    width: 100%;
  }
  .ordering__total-price .num {
    font-size: 30px;
  }
  .ordering__total-price {
    font-size: 24px;
  }
  .ordering__total-link {
    width: 100%;
    margin-top: 30px;
  }
  .ordering__block-zag {
    padding: 15px 0px;
  }
  .basket .basket__item-price.basket__item-price--2 {
    width: auto;
    margin-left: 0;
  }
  .progect__info-block__slider .slick-prev, .progect__info-block__slider .slick-next {
    width: 30px;
    height: 30px;
    top: -25px;
  }
  .progect__info-block__slider .slick-next {
    right: 15px;
  }
  .progect__info-block__slider .slick-prev {
    right: 55px;
  }
  .progect__info-block__list {
    margin-bottom: 0;
  }
  .progect__info-block__slider {
    margin-top: 50px;
  }
  .used_product .global__zag-h {
    margin-bottom: 20px;
  }
  .used_product-slider .slick-prev, .used_product-slider .slick-next {
    top: -35px;
  }
}

@media screen and (max-width: 425px) {
  .main_article-block__img {
    width: 100%;
    height: 280px;
  }
  .main_article-pos {
    flex-wrap: wrap;
  }
  .main_article-block__text {
    width: 100%;
    padding: 20px 0;
  }
  .basket__item-delete {
    width: 30px;
    border-left: 1px solid #e0e0e0;
  }
  .basket__item {
    padding-right: 35px;
  }
  .basket__item-img {
    width: 100%;
  }
  .basket__item-name {
    width: 100%;
    margin-bottom: 15px;
  }
  .used_product .global__zag-h {
    padding-right: 100px;
  }
}

@media screen and (max-width: 375px) {
  .main__slide-text .zag {
    font-size: 18px;
  }
  .used_product .global__zag-h {
    padding-right: 100px;
  }
}

* {
  box-sizing: border-box;
  outline: none !important;
}

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

img {
  max-width: 100%;
}

article {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body {
  background-color: #fbfbfb;
}

.container_shadow {
  max-width: 1370px;
  padding: 0 70px;
  margin: 0 auto;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  border: 1px solid #e0e0e0;
  width: 100%;
  background-color: #fff;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: justify;
}

.container .tbl-frst-str {
	font-weight: bold;
	border-bottom: 3px solid #00ab37;
}

.container table {
	width: 954px;
	border-collapse: collapse;
}

.container  td {
	padding-right: 160px;
	padding-top: 5px;
	padding-bottom: 10px;
    border-bottom: 1px solid #00ab37;
}

.container h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.container p {
margin-bottom: 10px;
}

.container ul>li {
	list-style-type: disc;
}

.container ul {
	margin-bottom: 15px;
}

.container li {
	margin-bottom: 5px;
}

.container--flex {
  display: flex;
  flex-wrap: wrap;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #191919;
  overflow-x: hidden;
}

.col-1 {
  width: calc((100% / 12) * 1);
}

.col-2 {
  width: calc((100% / 12) * 2);
}

.col-3 {
  width: calc((100% / 12) * 3);
}

.col-4 {
  width: calc((100% / 12) * 4);
}

.col-5 {
  width: calc((100% / 12) * 5);
}

.col-6 {
  width: calc((100% / 12) * 6);
}

.col-7 {
  width: calc((100% / 12) * 7);
}

.col-8 {
  width: calc((100% / 12) * 8);
}

.col-9 {
  width: calc((100% / 12) * 9);
}

.col-10 {
  width: calc((100% / 12) * 10);
}

.col-11 {
  width: calc((100% / 12) * 11);
}

.col-12 {
  width: calc((100% / 12) * 12);
}

.hide {
  display: none;
}

.tabs__content {
  display: none;
  /* по умолчанию прячем все блоки */
}

.tabs__content.active {
  display: block;
  /* по умолчанию показываем нужный блок */
}

@media screen and (max-width: 1440px) {
  .container_shadow {
    padding: 0 20px;
    max-width: 1180px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
  .container_shadow {
    padding: 0 20px;
    max-width: 990px;
  }
}

@media screen and (max-width: 990px) {
  .container {
    padding: 0 15px;
  }
  .container_shadow {
    padding: 0;
    max-width: 100%;
  }
}

/* End */


/* Start:/bitrix/templates/dpk_new/css/pages.css?161053127624922*/
/*  Contact Page */

/*===================================================================================*/

#contact-us .bordered, #authentication .bordered {
    border-bottom: 1px solid #ececec; padding-bottom:15px !important;
}

.cf-style-1 .field-row {
    margin-bottom: 25px;
}

.cf-style-1 label {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600 !important;
}

.cf-style-1 .le-input, .cf-style-1 .inline-input input, .inline-input .cf-style-1 input {
    background-color: #f6f6f6;
    border-radius: 0;
    padding: 9px;
}

.our-store {
    line-height: 28px;
    color: #747474;
}

.our-store address {
    line-height: 28px;
}

.our-store h3 {
    font-size: 16px;
    color: #434343;
    margin: 40px 0;
}

.get-direction {
    background-color: #f6f6f6;
    padding: 15px 0;
}

.get-direction .btn-lg {
    padding: 13px 20px;
}

.get-direction .le-input, .get-direction .inline-input input, .inline-input .get-direction input {
    background-color: #FFF;
    color: #3e3e3e;
    font-size: 14px;
    padding: 15px 30px;
    font-weight: 600 !important;
}

.section p, .p-bottom-10 p {
    margin-bottom: 10px !important;
    text-align: justify;
}

.le-button {
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    border: none;
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease;
}

.le-button {
    background-color: #59b210;
}

.cf-style-1 label {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600 !important;
}
.field-row label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #3D3D3D;
}

.field-row input {
    width: 100%;
}


.le-input, .inline-input input {
    border-radius: 3px;
    background-color: #ececec;
    border: none;
    color: #3D3D3D;
    width: 100%;
    padding: 5px;
    transition: 0.3s ease;
}

.le-input {
    font-size: 16px !important;
    border: 1px solid #e1e1e1;
    padding: 10px 10px !important;
    background: #f3f3f3 !important;
}


@media (min-width: 992px){
    .col-md-4 {
        width: 33.33333333%;
    }
}


@media (min-width: 992px){
    .col-md-8 {
        width: 66.66666667%;
    }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*===================================================================================*/

/*  Forpartners Page */

/*===================================================================================*/

.wrap-block {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom:30px;
}

.text-right {
    text-align: left;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    width: 62%;
	padding-left: 20px;
}

.text-right p {margin-top:10px;}

.wrap-inf {
    display: flex;
    justify-content: space-around;
	flex-basis: 20%;
	text-align:center;
	margin-top:20px;
}
.wrap-inf .wrap-inf-block {padding:10px;}
.wrap-inf .wrap-inf-block .inf-block-text {padding:10px; font-size: 14px;}

.new-padding img {
    max-width: none !important;
}

img {
    vertical-align: middle;
}
.post-content h2 {
    font-size: 18pt !important;
    text-align: left !important;
    text-transform: lowercase !important;
}

.post-content p {
    margin-bottom: 15px !important;
}

h1.post-title {
    text-transform: uppercase;
}
.mt30 {
    margin-top: 30px !important;
}

h1 {
    text-transform: none !important;
    margin: 30px 0 20px 0 !important;
    padding: 0px!important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px !important;
    color: #3D3D3D !important;
    letter-spacing: -1px !important;
    -webkit-margin-before: 0.83em !important;
    -webkit-margin-after: 0.83em !important;
    display: block !important;
    text-align: left !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.post-content a {
    text-decoration: underline;
    outline: none !important;
    transition: 0.3s ease;
    color: #59b210;
}

a, a:hover, a:focus, a:active {
    color: #59b210;
}

/*===================================================================================*/

/*  gotovye-reshenija Page */

/*===================================================================================*/

#recommended-products {
    margin: 50px 0 -42px 0;
}

.carousel-holder.hover {
    position: relative;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after, .btn-toolbar:before,
.clearfix:after, .clearfix:before,
.container-fluid:after,
.container-fluid:before, .container:after,
.container:before, .dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after, .nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after, .clearfix:after,
.container-fluid:after, .container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after, .modal-header:after,
.nav:after, .navbar-collapse:after,
.navbar-header:after, .navbar:after,
.pager:after, .panel-body:after, .row:after {
    clear: both;
}


.owl-carousel {
    text-align: left;
    cursor: default;
}

#recommended-products .title-nav {
    margin: 0 0 21px 0 !important;
}
.carousel-holder .title-nav {
    margin: 0 0 10px 0;
    position: relative;
}




@media (min-width: 768px){
    .col-sm-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 768px){
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}
.col-xs-12 {
    width: 100%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sidemenu-holder .side-menu nav {
    border-radius: 0 0 5px 5px;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 992px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

@media (min-width: 992px){
    .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 992px){
    .col-md-9 {
        width: 75%;
    }
}

.sidemenu-holder {
    padding-left: 0;
}

.sidemenu-holder .side-menu nav .nav > li:last-child {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child {
    border-top: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n+1) {
    background-color: #fff;
}
.sidemenu-holder .side-menu nav .nav > li:last-child {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    transition: 0.3s ease;
}

.megamenu-horizontal .nav > li {
    position: relative;
    width: 100%;
}
.nav>li {
    position: relative;
    display: block;
}

.sidemenu-holder .side-menu nav .nav > li:first-child a, .sidemenu-holder .side-menu nav .nav > li:last-child a {
    line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:last-child a {
    border-radius: 0 0 3px 3px;
}
.sidemenu-holder .side-menu nav .nav > li a {
    padding: 12px 17px;
    line-height: 17px;
}
.megamenu-horizontal .nav > li > a {
    color: #636363;
    font-weight: 600;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.side-adv {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    color: #3d3d3d;
}

#content .prepoduct {
    background-color: #f9f9f9;
    padding-right: 20px;
    margin-left: 0;
    font-size: 16px;
    line-height: 35px;
}

.inline-block {
    padding-left: 20px;
}
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

#content .prepoduct .sort li {
    margin-right: 20px;
}

.pull-left {
    float: left;
}
.inline-block {
    padding-left: 20px;
}
.pull-left {
    float: left!important;
}

.sub_dir>div:nth-child(3n+1)>div {
    margin-right: -15px;
}
.sub_dir>div>div {
    padding: 0px 5px 0px 65px;
    text-align: left;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s ease;
}
.sub_dir div {
    text-align: center;
}

.sub_dir a {
    color: #636363;
    font-weight: 600;
}

.no-margin-left {
    margin-left: 0;
    padding-left: 0;
}



/*  Product Item, Product List, Product Grid

/*===================================================================================*/

.product-item-holder.hover {

    position: relative; }

.product-item-holder.hover.size-small .product-item .add-cart-button {

    margin-bottom: 10px; }

.product-item-holder.hover.size-small .product-item .add-cart-button a {

    padding: 5px 10px !important;

    font-size: 12px !important; }

.product-item-holder.hover.size-small .product-item .add-cart-button a:before {

    font-size: 12px !important; }

.product-item-holder.hover.size-small .product-item .hover-area {

    bottom: 9px; }

.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {

    margin: 0 8px;

    font-size: 11px !important; }

.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {

    font-size: 12px !important;

    margin-right: 3px; }

.product-item-holder.hover.size-medium .product-item .wish-compare a {

    margin: 0 5px !important; }

.product-item-holder.hover.size-medium .product-item .add-cart-button {

    margin-bottom: 10px; }

.product-item-holder.hover.size-medium .product-item .add-cart-button a {

    padding: 5px 10px !important;

    font-size: 12px; }

.product-item-holder.hover.size-medium .product-item .hover-area {

    bottom: 7px; }

.product-item-holder.hover .product-item .hover-area {

    text-align: center;

    bottom: 11px;

    width: 100%;

    display: none; }

.product-item-holder.hover .product-item .hover-area .wish-compare a {

    margin: 0 10px; }

.product-item-holder.hover .product-item .hover-area .add-cart-button {

    position: relative;

    margin-bottom: 10px; }

.product-item-holder.hover .product-item .hover-area .add-cart-button a {

    padding: 13px 31px;

    z-index: 10;

    position: relative; }

.product-item-holder.hover .product-item .hover-area .add-cart-button:before {

    z-index: 0;

    width: 100%;

    height: 1px;

    background-color: #e0e0e0;

    content: "";

    position: absolute;

    top: 50%;

    left: 0; }

.product-item-holder.hover:hover .product-item, .product-item-holder.hover.test .product-item {

    width: 100%;

    position: absolute;

    padding-bottom: 2%;

    box-shadow: 0px 0px 5px 0px #c6c6c6;

    z-index: 200;

    background-color: #fff; }

.product-item-holder.hover:hover .hover-area, .product-item-holder.hover.test .hover-area {

    display: block; }



.product-grid-holder .row:nth-child(n+2) .product-item-holder {

    border-top: 0; }

.product-grid-holder .product-item-holder {

    background-color: #fff;

    min-height: 514px!important;

    max-height: 514px!important;

    border: 1px solid #ececec;

    margin-top:30px;

    position: relative; }

.product-grid-holder .product-item-holder:last-child {

    border-right: 1px solid #ececec; }

.product-grid-holder .product-item-holder .image {

    padding: 29px 0px 0 0; }

.product-grid-holder .product-item-holder .prices {

    margin: 0 34px;

    padding: 11px 0; }

.product-grid-holder .product-item-holder .body {

    margin: 0 15px;

    min-height: 107px; }

.product-grid-holder .product-item-holder.size-big .body {

    min-height: 133px; }

.product-grid-holder .product-item-holder.size-big .body .title {

    min-height: 36px;

    line-height: 26px;

    font-size: 20px;

    margin: 10px 0 0 0; }

.product-grid-holder .product-item-holder.size-big .prices {

    padding: 11px 0 13px 0; }

.product-grid-holder .product-item-holder.size-big .prices .le-button {

    margin-left: 10px; }

.product-grid-holder .product-item-holder.size-big .price-current {

    font-size: 26px !important;

    line-height: 55px; }

.product-grid-holder .product-item-holder.size-medium {

    max-width: 224.8px;

    min-height: 323px; }

.product-grid-holder .product-item-holder.size-medium .image {

    padding: 16px 0px 0 0; }

.product-grid-holder .product-item-holder.size-medium .body {

    margin: 0 20px; }

.product-grid-holder .product-item-holder.size-medium .body .title {

    min-height: 36px;

    line-height: 19px; }

.product-grid-holder .product-item-holder.size-small {

    min-height: 270px;

    max-width: 194px !important; }

.product-grid-holder .product-item-holder.size-small .ribbon {

    top: 0; }

.product-grid-holder .product-item-holder.size-small .image {

    padding: 0; }

.product-grid-holder .product-item-holder.size-small .body {

    margin: 0 15px;

    min-height: 71px; }

.product-grid-holder .product-item-holder.size-small .body .title {

    margin: 9px 0 0 0;

    line-height: 16px; }

.product-grid-holder .product-item-holder.size-small .body .brand {

    line-height: 22px; }

.product-grid-holder .product-item-holder.size-small .prices {

    margin: 0 15px;

    padding: 8px 0; }



.product-item-holder {

    background-color: #fff;

    /*  border: 1px solid #ececec; */

    position: relative; }

.product-item-holder .ribbon {

    position: absolute; }

.product-item-holder .image {

    text-align: center; }

.product-item-holder .prices {

    margin: 0 34px;

    padding: 11px 0; }

.product-item-holder .price-prev {

    display: inline-block;

    font-size: 14px;

    color: lightgray; }

.product-item-holder .price-current {

    color: #2A1051;

    font-weight: 700;

    font-size: 17px; }

.product-item-holder .body .title {

    margin: 7px 0 0 0;

    line-height: 19px; }

.product-item-holder .body .title a {

    color: #0E53A5;

    font-weight: bold; }

.product-item-holder .body .brand {

    font-size: 10px;

    line-height: 30px;

    color: #3D3D3D; }



.product-grid-holder.medium .product-item-holder .prices {

    margin: 0 20px; }



.single-product-gallery .single-product-gallery-item {

    display: inline-block;}

.single-product-gallery .single-product-gallery-item a {

    display: block;

    padding: 20px; }

.single-product-gallery .gallery-thumbs {

    position: relative;

    /* margin: 0;//px 20px 0px 9%; */

    text-align: left; }

.single-product-gallery .gallery-thumbs .nav-holder {

    position: absolute;

    background-color: #fff;

    width: 23px;

    padding: 3px;

    top: 0px;

    height: 100%;

    z-index: 50; }

.single-product-gallery .gallery-thumbs .nav-holder.right {

    right: 0; }

.single-product-gallery .gallery-thumbs .nav-holder.left {

    left: 0; }

.single-product-gallery .gallery-thumbs .next-btn, .single-product-gallery .gallery-thumbs .prev-btn {

    background-color: #e0e0e0;

    border-radius: 2px;

    position: absolute;

    z-index: 100;

    height: 90%;

    width: 90%; }

.single-product-gallery .gallery-thumbs .next-btn:after, .single-product-gallery .gallery-thumbs .prev-btn:after {

    text-align: center;

    color: #fff;

    font-size: 30px;

    line-height: 30px;

    height: 30px; }

.single-product-gallery .gallery-thumbs .next-btn {

    right: 0; }

.single-product-gallery .gallery-thumbs .next-btn:after {

    content: '\f105';

    font-family: fontawesome; }

.single-product-gallery .gallery-thumbs .prev-btn {

    left: 0; }

.single-product-gallery .gallery-thumbs .prev-btn:after {

    content: '\f104';

    font-family: fontawesome; }

.single-product-gallery .gallery-thumbs .item, .single-product-gallery .gallery-thumbs li {

    display: inline-block;

    float: left; }

.single-product-gallery .gallery-thumbs .item a, .single-product-gallery .gallery-thumbs li a {

    display: inline-block;

    border: 1px solid #e0e0e0;

    min-height: 60px; }



.grid-list-products {

    margin: 0 0 59px 0; }

.grid-list-products .result-counter {

    padding: 30px 0;

    font-size: 13px;

    line-height: 20px;

    text-align: right; }

.grid-list-products .product-grid-holder {

    margin: 36px 0 0 0;

    border: 1px solid #ececec;

    border-bottom: 0;

    border-right: 0; }

.grid-list-products .product-grid-holder .product-item-holder {

    min-height: 410px;

    border: 1px solid #ececec;

    border-top: 0;

    border-left: 0; }

.grid-list-products .product-grid-holder .product-item-holder .image {

    padding: 30px 0px 6px 0; }

.grid-list-products .product-grid-holder .pagination-holder .pagination {

    display: inline-block; }

.grid-list-products .section-title {

    margin: 32px 0 11px;

    font-size: 27px; }

.grid-list-products .control-bar {

    background-color: #F9F9F9;

    border-radius: 5px;

    padding: 13px; }

.grid-list-products .control-bar #popularity-sort {

    width: 190px;

    margin: 0 18px 0 0; }

.grid-list-products .grid-list-buttons {

    padding: 7px;

    float: right; }

.grid-list-products .grid-list-buttons ul li {

    min-width: 49px;

    margin: 0 23px 0 0; }

.grid-list-products .grid-list-buttons ul li:last-child {

    margin: 0; }

.grid-list-products .grid-list-buttons ul li a {

    font-size: 13px;

    color: #3D3D3D;

    font-weight: 600; }

.grid-list-products .grid-list-buttons ul li a i {

    font-size: 19px;

    color: #ccc;

    vertical-align: bottom; }



.products-list {

    margin: 36px 0 27px 0; }

.products-list .product-item {

    min-height: 241px;

    position: relative;

    border: 1px solid #e0e0e0;

    border-bottom: 0; }

.products-list .product-item:last-child {

    border-bottom: 1px solid #e0e0e0; }

.products-list .product-item .row .image-holder {

    width: 31% !important;

    padding: 19px; }

.products-list .product-item .row .body-holder {

    width: 47%;

    padding: 13px 0px; }

.products-list .product-item .row .body-holder .body .brand {

    border-bottom: 1px solid #e0e0e0; }

.products-list .product-item .row .body-holder .body .excerpt {

    margin: 10px 0 16px 0;

    font-size: 12px; }

.products-list .product-item .row .body-holder .body .excerpt .star-holder {

    margin: -4px 0 6px 0; }

.products-list .product-item .row .body-holder .body .excerpt .star-holder img {

    width: 16px;

    height: 16px; }

.products-list .product-item .row .price-area {

    width: 22%;

    padding: 27px; }

.products-list .product-item .row .price-area .price-current {

    font-size: 18px;

    line-height: 33px;

    display: inline-block;

    vertical-align: middle; }

.products-list .product-item .row .price-area .price-prev {

    display: inline-block;

    vertical-align: middle;

    margin: 0 0 0 4px; }

.products-list .product-item .row .price-area .le-button {

    padding: 13px 28px;

    margin: 0 0 18px 0; }


@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%;
    }
}

@media (max-width: 844px) { .text-right {width:80%; padding:5px;} .img-left {width:19%;} .img-left img {width:100%;height:auto;}}
@media (max-width: 642px) { .text-right {width:86%; padding-left:0px;} .img-left {display:none;} }
@media (max-width: 475px) { .wrap-inf {flex-wrap: wrap;}}

.le-button {
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    border: none;
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease;
}

.calc-btn {
    background-color: #fff;
    color: #000;
}
.cart-btn, .calc-btn {
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 2px solid #59B210;
}

.btn-s a {
    text-decoration: none;
}
.mt5 {
    margin-top: 5px !important;
}

.newprice {
    color: #C10508;
    font-weight: bold;
}

.le-button:hover {
    cursor: pointer;
}
.calc-btn:hover {
    color: #fff;
    background-color: #59B210;
}


/*===================================================================================*/


#owl-recommended-products .owl-wrapper-outer, #owl-recommended-products .owl-stage-outer {
    width: 100.1%;
    padding-bottom: 70px;
}

/* CONSALT */
#consalt {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #efefef;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.text-center {
    text-align: center;
}

.recall, .recall2, .recall3 {
    color: #fff;
    background-color: #59b210;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #59b210;
    margin-top: 5px;
}


.sidemenu-holder .side-menu nav .nav > li:first-child a, .sidemenu-holder .side-menu nav .nav > li:last-child a {
    line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:last-child a {
    border-radius: 0 0 3px 3px;
}

.product-grid-holder .product-item-holder .image {
    padding: 29px 0px 0 0;
}
.product-item-holder .image {
    text-align: center;
}

.cart-btn {
    background-color: #f86100;
    border-color: #f86100;
}



.carousel-holder .title-nav .nav-holder {
    float: right;
    display: inline-block;
}

.col-xs-7 {
    width: 58.33333333%;
}

.product-grid-holder .product-item .pricebox>div {
    min-height: 44px;
    max-height: 44px;
    height: 44px;
}

.product-grid-holder .product-item .pricebox>div.col-xs-7 {
    padding-top: 12px;
}


/*нижние элементы */
#last a, #last audio, #last canvas, #last progress, #last video {
    display: inline;
}

/* End */


/* Start:/bitrix/templates/dpk_new/css/custom_1.css?16798693521442*/
.filter-block__box_list-li.disable{
	display: none;
}
.click_more{
	cursor: pointer;
}
.cost__list.more--item .cost__item{
	display: none;
}
.cost__list.more--item .cost__item:nth-child(1),
.cost__list.more--item .cost__item:nth-child(2),
.cost__list.more--item .cost__item:nth-child(3),
.cost__list.more--item .cost__item:nth-child(4), 
.cost__list.more--item .cost__item:nth-child(5), 
.cost__list.more--item .cost__item:nth-child(6), 
.cost__list.more--item .cost__item:nth-child(7), 
.cost__list.more--item .cost__item:nth-child(8) {
	display: flex;
}

.ss.fb{
	background-image: url(/bitrix/templates/dpk_new/css/../images/facebook.png);
}
.ss.tw{
	background-image: url(/bitrix/templates/dpk_new/css/../images/twiter.png);
}
.card__info-social ul li{
	width: 15px;
	height: 15px;
}
.card__info-social ul li a{
	background-position: center !important;
	background-size: contain;
	width: 15px;
	height: 15px;
	filter: grayscale(100%);
	transition: 0.3s;
}
.card__info-social ul li a:hover{
	filter: grayscale(0%);
}

.form-alert {
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 775px;
	margin: 0 auto;
	padding: 50px 30px;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	border-radius: 15px;
	background: #fff;
}

.form-alert-hidden{
	display: none;
}
/* End */


/* Start:/bitrix/templates/dpk_new/css/bootstrap.css?161053127610325*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* End */


/* Start:/bitrix/templates/dpk_new/css/b4_styles.css?1642798306134905*/
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xga-none {
    display: none !important; }
  .d-xga-inline {
    display: inline !important; }
  .d-xga-inline-block {
    display: inline-block !important; }
  .d-xga-block {
    display: block !important; }
  .d-xga-table {
    display: table !important; }
  .d-xga-table-row {
    display: table-row !important; }
  .d-xga-table-cell {
    display: table-cell !important; }
  .d-xga-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xga-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important; }
  .d-fhd-inline {
    display: inline !important; }
  .d-fhd-inline-block {
    display: inline-block !important; }
  .d-fhd-block {
    display: block !important; }
  .d-fhd-table {
    display: table !important; }
  .d-fhd-table-row {
    display: table-row !important; }
  .d-fhd-table-cell {
    display: table-cell !important; }
  .d-fhd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-fhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 2560px) {
  .d-rt-none {
    display: none !important; }
  .d-rt-inline {
    display: inline !important; }
  .d-rt-inline-block {
    display: inline-block !important; }
  .d-rt-block {
    display: block !important; }
  .d-rt-table {
    display: table !important; }
  .d-rt-table-row {
    display: table-row !important; }
  .d-rt-table-cell {
    display: table-cell !important; }
  .d-rt-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rt-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 2880px) {
  .d-rt15-none {
    display: none !important; }
  .d-rt15-inline {
    display: inline !important; }
  .d-rt15-inline-block {
    display: inline-block !important; }
  .d-rt15-block {
    display: block !important; }
  .d-rt15-table {
    display: table !important; }
  .d-rt15-table-row {
    display: table-row !important; }
  .d-rt15-table-cell {
    display: table-cell !important; }
  .d-rt15-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rt15-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 3840px) {
  .d-uhd-none {
    display: none !important; }
  .d-uhd-inline {
    display: inline !important; }
  .d-uhd-inline-block {
    display: inline-block !important; }
  .d-uhd-block {
    display: block !important; }
  .d-uhd-table {
    display: table !important; }
  .d-uhd-table-row {
    display: table-row !important; }
  .d-uhd-table-cell {
    display: table-cell !important; }
  .d-uhd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-uhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 4096px) {
  .d-4k-none {
    display: none !important; }
  .d-4k-inline {
    display: inline !important; }
  .d-4k-inline-block {
    display: inline-block !important; }
  .d-4k-block {
    display: block !important; }
  .d-4k-table {
    display: table !important; }
  .d-4k-table-row {
    display: table-row !important; }
  .d-4k-table-cell {
    display: table-cell !important; }
  .d-4k-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-4k-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 8192px) {
  .d-8k-none {
    display: none !important; }
  .d-8k-inline {
    display: inline !important; }
  .d-8k-inline-block {
    display: inline-block !important; }
  .d-8k-block {
    display: block !important; }
  .d-8k-table {
    display: table !important; }
  .d-8k-table-row {
    display: table-row !important; }
  .d-8k-table-cell {
    display: table-cell !important; }
  .d-8k-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-8k-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

		.flex-row {
		  -webkit-box-orient: horizontal !important;
		  -webkit-box-direction: normal !important;
		  -ms-flex-direction: row !important;
		  flex-direction: row !important; }

		.flex-column {
		  -webkit-box-orient: vertical !important;
		  -webkit-box-direction: normal !important;
		  -ms-flex-direction: column !important;
		  flex-direction: column !important; }

		.flex-row-reverse {
		  -webkit-box-orient: horizontal !important;
		  -webkit-box-direction: reverse !important;
		  -ms-flex-direction: row-reverse !important;
		  flex-direction: row-reverse !important; }

		.flex-column-reverse {
		  -webkit-box-orient: vertical !important;
		  -webkit-box-direction: reverse !important;
		  -ms-flex-direction: column-reverse !important;
		  flex-direction: column-reverse !important; }

		.flex-wrap {
		  -ms-flex-wrap: wrap !important;
		  flex-wrap: wrap !important; }

		.flex-nowrap {
		  -ms-flex-wrap: nowrap !important;
		  flex-wrap: nowrap !important; }

		.flex-wrap-reverse {
		  -ms-flex-wrap: wrap-reverse !important;
		  flex-wrap: wrap-reverse !important; }

		.flex-fill {
		  -webkit-box-flex: 1 !important;
		  -ms-flex: 1 1 auto !important;
		  flex: 1 1 auto !important; }

		.flex-grow-0 {
		  -webkit-box-flex: 0 !important;
		  -ms-flex-positive: 0 !important;
		  flex-grow: 0 !important; }

		.flex-grow-1 {
		  -webkit-box-flex: 1 !important;
		  -ms-flex-positive: 1 !important;
		  flex-grow: 1 !important; }

		.flex-shrink-0 {
		  -ms-flex-negative: 0 !important;
		  flex-shrink: 0 !important; }

		.flex-shrink-1 {
		  -ms-flex-negative: 1 !important;
		  flex-shrink: 1 !important; }

		.justify-content-start {
		  -webkit-box-pack: start !important;
		  -ms-flex-pack: start !important;
		  justify-content: flex-start !important; }

		.justify-content-end {
		  -webkit-box-pack: end !important;
		  -ms-flex-pack: end !important;
		  justify-content: flex-end !important; }

		.justify-content-center {
		  -webkit-box-pack: center !important;
		  -ms-flex-pack: center !important;
		  justify-content: center !important; }

		.justify-content-between {
		  -webkit-box-pack: justify !important;
		  -ms-flex-pack: justify !important;
		  justify-content: space-between !important; }

		.justify-content-around {
		  -ms-flex-pack: distribute !important;
		  justify-content: space-around !important; }

		.align-items-start {
		  -webkit-box-align: start !important;
		  -ms-flex-align: start !important;
		  align-items: flex-start !important; }

		.align-items-end {
		  -webkit-box-align: end !important;
		  -ms-flex-align: end !important;
		  align-items: flex-end !important; }

		.align-items-center {
		  -webkit-box-align: center !important;
		  -ms-flex-align: center !important;
		  align-items: center !important; }

		.align-items-baseline {
		  -webkit-box-align: baseline !important;
		  -ms-flex-align: baseline !important;
		  align-items: baseline !important; }

		.align-items-stretch {
		  -webkit-box-align: stretch !important;
		  -ms-flex-align: stretch !important;
		  align-items: stretch !important; }

		.align-content-start {
		  -ms-flex-line-pack: start !important;
		  align-content: flex-start !important; }

		.align-content-end {
		  -ms-flex-line-pack: end !important;
		  align-content: flex-end !important; }

		.align-content-center {
		  -ms-flex-line-pack: center !important;
		  align-content: center !important; }

		.align-content-between {
		  -ms-flex-line-pack: justify !important;
		  align-content: space-between !important; }

		.align-content-around {
		  -ms-flex-line-pack: distribute !important;
		  align-content: space-around !important; }

		.align-content-stretch {
		  -ms-flex-line-pack: stretch !important;
		  align-content: stretch !important; }

		.align-self-auto {
		  -ms-flex-item-align: auto !important;
		  align-self: auto !important; }

		.align-self-start {
		  -ms-flex-item-align: start !important;
		  align-self: flex-start !important; }

		.align-self-end {
		  -ms-flex-item-align: end !important;
		  align-self: flex-end !important; }

		.align-self-center {
		  -ms-flex-item-align: center !important;
		  align-self: center !important; }

		.align-self-baseline {
		  -ms-flex-item-align: baseline !important;
		  align-self: baseline !important; }

		.align-self-stretch {
		  -ms-flex-item-align: stretch !important;
		  align-self: stretch !important; }

		@media (min-width: 576px) {
		  .flex-sm-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-sm-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-sm-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-sm-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-sm-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-sm-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-sm-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-sm-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-sm-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-sm-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-sm-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-sm-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-sm-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-sm-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-sm-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-sm-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-sm-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-sm-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-sm-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-sm-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-sm-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-sm-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-sm-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-sm-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-sm-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-sm-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-sm-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-sm-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-sm-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-sm-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-sm-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-sm-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-sm-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-sm-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 768px) {
		  .flex-md-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-md-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-md-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-md-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-md-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-md-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-md-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-md-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-md-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-md-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-md-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-md-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-md-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-md-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-md-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-md-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-md-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-md-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-md-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-md-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-md-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-md-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-md-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-md-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-md-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-md-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-md-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-md-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-md-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-md-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-md-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-md-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-md-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-md-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 992px) {
		  .flex-lg-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-lg-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-lg-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-lg-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-lg-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-lg-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-lg-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-lg-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-lg-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-lg-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-lg-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-lg-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-lg-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-lg-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-lg-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-lg-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-lg-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-lg-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-lg-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-lg-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-lg-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-lg-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-lg-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-lg-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-lg-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-lg-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-lg-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-lg-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-lg-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-lg-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-lg-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-lg-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-lg-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-lg-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 1200px) {
		  .flex-xl-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-xl-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-xl-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-xl-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-xl-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-xl-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-xl-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-xl-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-xl-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-xl-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-xl-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-xl-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-xl-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-xl-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-xl-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-xl-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-xl-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-xl-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-xl-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-xl-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-xl-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-xl-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-xl-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-xl-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-xl-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-xl-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-xl-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-xl-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-xl-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-xl-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-xl-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-xl-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-xl-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-xl-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 1600px) {
		  .flex-xga-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-xga-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-xga-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-xga-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-xga-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-xga-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-xga-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-xga-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-xga-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-xga-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-xga-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-xga-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-xga-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-xga-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-xga-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-xga-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-xga-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-xga-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-xga-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-xga-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-xga-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-xga-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-xga-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-xga-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-xga-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-xga-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-xga-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-xga-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-xga-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-xga-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-xga-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-xga-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-xga-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-xga-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 1920px) {
		  .flex-fhd-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-fhd-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-fhd-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-fhd-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-fhd-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-fhd-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-fhd-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-fhd-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-fhd-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-fhd-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-fhd-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-fhd-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-fhd-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-fhd-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-fhd-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-fhd-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-fhd-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-fhd-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-fhd-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-fhd-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-fhd-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-fhd-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-fhd-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-fhd-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-fhd-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-fhd-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-fhd-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-fhd-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-fhd-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-fhd-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-fhd-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-fhd-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-fhd-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-fhd-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 2560px) {
		  .flex-rt-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-rt-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-rt-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-rt-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-rt-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-rt-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-rt-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-rt-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-rt-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-rt-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-rt-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-rt-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-rt-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-rt-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-rt-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-rt-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-rt-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-rt-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-rt-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-rt-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-rt-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-rt-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-rt-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-rt-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-rt-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-rt-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-rt-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-rt-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-rt-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-rt-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-rt-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-rt-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-rt-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-rt-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 2880px) {
		  .flex-rt15-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-rt15-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-rt15-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-rt15-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-rt15-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-rt15-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-rt15-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-rt15-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-rt15-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-rt15-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-rt15-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-rt15-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-rt15-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-rt15-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-rt15-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-rt15-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-rt15-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-rt15-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-rt15-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-rt15-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-rt15-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-rt15-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-rt15-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-rt15-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-rt15-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-rt15-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-rt15-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-rt15-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-rt15-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-rt15-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-rt15-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-rt15-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-rt15-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-rt15-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 3840px) {
		  .flex-uhd-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-uhd-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-uhd-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-uhd-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-uhd-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-uhd-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-uhd-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-uhd-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-uhd-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-uhd-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-uhd-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-uhd-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-uhd-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-uhd-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-uhd-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-uhd-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-uhd-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-uhd-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-uhd-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-uhd-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-uhd-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-uhd-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-uhd-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-uhd-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-uhd-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-uhd-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-uhd-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-uhd-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-uhd-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-uhd-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-uhd-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-uhd-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-uhd-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-uhd-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 4096px) {
		  .flex-4k-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-4k-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-4k-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-4k-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-4k-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-4k-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-4k-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-4k-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-4k-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-4k-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-4k-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-4k-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-4k-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-4k-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-4k-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-4k-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-4k-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-4k-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-4k-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-4k-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-4k-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-4k-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-4k-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-4k-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-4k-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-4k-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-4k-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-4k-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-4k-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-4k-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-4k-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-4k-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-4k-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-4k-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !important; } }

		@media (min-width: 8192px) {
		  .flex-8k-row {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		    flex-direction: row !important; }
		  .flex-8k-column {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		    flex-direction: column !important; }
		  .flex-8k-row-reverse {
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		    flex-direction: row-reverse !important; }
		  .flex-8k-column-reverse {
		    -webkit-box-orient: vertical !important;
		    -webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		    flex-direction: column-reverse !important; }
		  .flex-8k-wrap {
		    -ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important; }
		  .flex-8k-nowrap {
		    -ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important; }
		  .flex-8k-wrap-reverse {
		    -ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important; }
		  .flex-8k-fill {
		    -webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		    flex: 1 1 auto !important; }
		  .flex-8k-grow-0 {
		    -webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		    flex-grow: 0 !important; }
		  .flex-8k-grow-1 {
		    -webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		    flex-grow: 1 !important; }
		  .flex-8k-shrink-0 {
		    -ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important; }
		  .flex-8k-shrink-1 {
		    -ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important; }
		  .justify-content-8k-start {
		    -webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		    justify-content: flex-start !important; }
		  .justify-content-8k-end {
		    -webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		    justify-content: flex-end !important; }
		  .justify-content-8k-center {
		    -webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		    justify-content: center !important; }
		  .justify-content-8k-between {
		    -webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		    justify-content: space-between !important; }
		  .justify-content-8k-around {
		    -ms-flex-pack: distribute !important;
		    justify-content: space-around !important; }
		  .align-items-8k-start {
		    -webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		    align-items: flex-start !important; }
		  .align-items-8k-end {
		    -webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		    align-items: flex-end !important; }
		  .align-items-8k-center {
		    -webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		    align-items: center !important; }
		  .align-items-8k-baseline {
		    -webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		    align-items: baseline !important; }
		  .align-items-8k-stretch {
		    -webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		    align-items: stretch !important; }
		  .align-content-8k-start {
		    -ms-flex-line-pack: start !important;
		    align-content: flex-start !important; }
		  .align-content-8k-end {
		    -ms-flex-line-pack: end !important;
		    align-content: flex-end !important; }
		  .align-content-8k-center {
		    -ms-flex-line-pack: center !important;
		    align-content: center !important; }
		  .align-content-8k-between {
		    -ms-flex-line-pack: justify !important;
		    align-content: space-between !important; }
		  .align-content-8k-around {
		    -ms-flex-line-pack: distribute !important;
		    align-content: space-around !important; }
		  .align-content-8k-stretch {
		    -ms-flex-line-pack: stretch !important;
		    align-content: stretch !important; }
		  .align-self-8k-auto {
		    -ms-flex-item-align: auto !important;
		    align-self: auto !important; }
		  .align-self-8k-start {
		    -ms-flex-item-align: start !important;
		    align-self: flex-start !important; }
		  .align-self-8k-end {
		    -ms-flex-item-align: end !important;
		    align-self: flex-end !important; }
		  .align-self-8k-center {
		    -ms-flex-item-align: center !important;
		    align-self: center !important; }
		  .align-self-8k-baseline {
		    -ms-flex-item-align: baseline !important;
		    align-self: baseline !important; }
		  .align-self-8k-stretch {
		    -ms-flex-item-align: stretch !important;
		    align-self: stretch !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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

@media (min-width: 1600px) {
  .m-xga-0 {
    margin: 0 !important; }
  .mt-xga-0,
  .my-xga-0 {
    margin-top: 0 !important; }
  .mr-xga-0,
  .mx-xga-0 {
    margin-right: 0 !important; }
  .mb-xga-0,
  .my-xga-0 {
    margin-bottom: 0 !important; }
  .ml-xga-0,
  .mx-xga-0 {
    margin-left: 0 !important; }
  .m-xga-1 {
    margin: 0.25rem !important; }
  .mt-xga-1,
  .my-xga-1 {
    margin-top: 0.25rem !important; }
  .mr-xga-1,
  .mx-xga-1 {
    margin-right: 0.25rem !important; }
  .mb-xga-1,
  .my-xga-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xga-1,
  .mx-xga-1 {
    margin-left: 0.25rem !important; }
  .m-xga-2 {
    margin: 0.5rem !important; }
  .mt-xga-2,
  .my-xga-2 {
    margin-top: 0.5rem !important; }
  .mr-xga-2,
  .mx-xga-2 {
    margin-right: 0.5rem !important; }
  .mb-xga-2,
  .my-xga-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xga-2,
  .mx-xga-2 {
    margin-left: 0.5rem !important; }
  .m-xga-3 {
    margin: 1rem !important; }
  .mt-xga-3,
  .my-xga-3 {
    margin-top: 1rem !important; }
  .mr-xga-3,
  .mx-xga-3 {
    margin-right: 1rem !important; }
  .mb-xga-3,
  .my-xga-3 {
    margin-bottom: 1rem !important; }
  .ml-xga-3,
  .mx-xga-3 {
    margin-left: 1rem !important; }
  .m-xga-4 {
    margin: 1.5rem !important; }
  .mt-xga-4,
  .my-xga-4 {
    margin-top: 1.5rem !important; }
  .mr-xga-4,
  .mx-xga-4 {
    margin-right: 1.5rem !important; }
  .mb-xga-4,
  .my-xga-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xga-4,
  .mx-xga-4 {
    margin-left: 1.5rem !important; }
  .m-xga-5 {
    margin: 3rem !important; }
  .mt-xga-5,
  .my-xga-5 {
    margin-top: 3rem !important; }
  .mr-xga-5,
  .mx-xga-5 {
    margin-right: 3rem !important; }
  .mb-xga-5,
  .my-xga-5 {
    margin-bottom: 3rem !important; }
  .ml-xga-5,
  .mx-xga-5 {
    margin-left: 3rem !important; }
  .p-xga-0 {
    padding: 0 !important; }
  .pt-xga-0,
  .py-xga-0 {
    padding-top: 0 !important; }
  .pr-xga-0,
  .px-xga-0 {
    padding-right: 0 !important; }
  .pb-xga-0,
  .py-xga-0 {
    padding-bottom: 0 !important; }
  .pl-xga-0,
  .px-xga-0 {
    padding-left: 0 !important; }
  .p-xga-1 {
    padding: 0.25rem !important; }
  .pt-xga-1,
  .py-xga-1 {
    padding-top: 0.25rem !important; }
  .pr-xga-1,
  .px-xga-1 {
    padding-right: 0.25rem !important; }
  .pb-xga-1,
  .py-xga-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xga-1,
  .px-xga-1 {
    padding-left: 0.25rem !important; }
  .p-xga-2 {
    padding: 0.5rem !important; }
  .pt-xga-2,
  .py-xga-2 {
    padding-top: 0.5rem !important; }
  .pr-xga-2,
  .px-xga-2 {
    padding-right: 0.5rem !important; }
  .pb-xga-2,
  .py-xga-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xga-2,
  .px-xga-2 {
    padding-left: 0.5rem !important; }
  .p-xga-3 {
    padding: 1rem !important; }
  .pt-xga-3,
  .py-xga-3 {
    padding-top: 1rem !important; }
  .pr-xga-3,
  .px-xga-3 {
    padding-right: 1rem !important; }
  .pb-xga-3,
  .py-xga-3 {
    padding-bottom: 1rem !important; }
  .pl-xga-3,
  .px-xga-3 {
    padding-left: 1rem !important; }
  .p-xga-4 {
    padding: 1.5rem !important; }
  .pt-xga-4,
  .py-xga-4 {
    padding-top: 1.5rem !important; }
  .pr-xga-4,
  .px-xga-4 {
    padding-right: 1.5rem !important; }
  .pb-xga-4,
  .py-xga-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xga-4,
  .px-xga-4 {
    padding-left: 1.5rem !important; }
  .p-xga-5 {
    padding: 3rem !important; }
  .pt-xga-5,
  .py-xga-5 {
    padding-top: 3rem !important; }
  .pr-xga-5,
  .px-xga-5 {
    padding-right: 3rem !important; }
  .pb-xga-5,
  .py-xga-5 {
    padding-bottom: 3rem !important; }
  .pl-xga-5,
  .px-xga-5 {
    padding-left: 3rem !important; }
  .m-xga-n1 {
    margin: -0.25rem !important; }
  .mt-xga-n1,
  .my-xga-n1 {
    margin-top: -0.25rem !important; }
  .mr-xga-n1,
  .mx-xga-n1 {
    margin-right: -0.25rem !important; }
  .mb-xga-n1,
  .my-xga-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xga-n1,
  .mx-xga-n1 {
    margin-left: -0.25rem !important; }
  .m-xga-n2 {
    margin: -0.5rem !important; }
  .mt-xga-n2,
  .my-xga-n2 {
    margin-top: -0.5rem !important; }
  .mr-xga-n2,
  .mx-xga-n2 {
    margin-right: -0.5rem !important; }
  .mb-xga-n2,
  .my-xga-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xga-n2,
  .mx-xga-n2 {
    margin-left: -0.5rem !important; }
  .m-xga-n3 {
    margin: -1rem !important; }
  .mt-xga-n3,
  .my-xga-n3 {
    margin-top: -1rem !important; }
  .mr-xga-n3,
  .mx-xga-n3 {
    margin-right: -1rem !important; }
  .mb-xga-n3,
  .my-xga-n3 {
    margin-bottom: -1rem !important; }
  .ml-xga-n3,
  .mx-xga-n3 {
    margin-left: -1rem !important; }
  .m-xga-n4 {
    margin: -1.5rem !important; }
  .mt-xga-n4,
  .my-xga-n4 {
    margin-top: -1.5rem !important; }
  .mr-xga-n4,
  .mx-xga-n4 {
    margin-right: -1.5rem !important; }
  .mb-xga-n4,
  .my-xga-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xga-n4,
  .mx-xga-n4 {
    margin-left: -1.5rem !important; }
  .m-xga-n5 {
    margin: -3rem !important; }
  .mt-xga-n5,
  .my-xga-n5 {
    margin-top: -3rem !important; }
  .mr-xga-n5,
  .mx-xga-n5 {
    margin-right: -3rem !important; }
  .mb-xga-n5,
  .my-xga-n5 {
    margin-bottom: -3rem !important; }
  .ml-xga-n5,
  .mx-xga-n5 {
    margin-left: -3rem !important; }
  .m-xga-auto {
    margin: auto !important; }
  .mt-xga-auto,
  .my-xga-auto {
    margin-top: auto !important; }
  .mr-xga-auto,
  .mx-xga-auto {
    margin-right: auto !important; }
  .mb-xga-auto,
  .my-xga-auto {
    margin-bottom: auto !important; }
  .ml-xga-auto,
  .mx-xga-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .m-fhd-0 {
    margin: 0 !important; }
  .mt-fhd-0,
  .my-fhd-0 {
    margin-top: 0 !important; }
  .mr-fhd-0,
  .mx-fhd-0 {
    margin-right: 0 !important; }
  .mb-fhd-0,
  .my-fhd-0 {
    margin-bottom: 0 !important; }
  .ml-fhd-0,
  .mx-fhd-0 {
    margin-left: 0 !important; }
  .m-fhd-1 {
    margin: 0.25rem !important; }
  .mt-fhd-1,
  .my-fhd-1 {
    margin-top: 0.25rem !important; }
  .mr-fhd-1,
  .mx-fhd-1 {
    margin-right: 0.25rem !important; }
  .mb-fhd-1,
  .my-fhd-1 {
    margin-bottom: 0.25rem !important; }
  .ml-fhd-1,
  .mx-fhd-1 {
    margin-left: 0.25rem !important; }
  .m-fhd-2 {
    margin: 0.5rem !important; }
  .mt-fhd-2,
  .my-fhd-2 {
    margin-top: 0.5rem !important; }
  .mr-fhd-2,
  .mx-fhd-2 {
    margin-right: 0.5rem !important; }
  .mb-fhd-2,
  .my-fhd-2 {
    margin-bottom: 0.5rem !important; }
  .ml-fhd-2,
  .mx-fhd-2 {
    margin-left: 0.5rem !important; }
  .m-fhd-3 {
    margin: 1rem !important; }
  .mt-fhd-3,
  .my-fhd-3 {
    margin-top: 1rem !important; }
  .mr-fhd-3,
  .mx-fhd-3 {
    margin-right: 1rem !important; }
  .mb-fhd-3,
  .my-fhd-3 {
    margin-bottom: 1rem !important; }
  .ml-fhd-3,
  .mx-fhd-3 {
    margin-left: 1rem !important; }
  .m-fhd-4 {
    margin: 1.5rem !important; }
  .mt-fhd-4,
  .my-fhd-4 {
    margin-top: 1.5rem !important; }
  .mr-fhd-4,
  .mx-fhd-4 {
    margin-right: 1.5rem !important; }
  .mb-fhd-4,
  .my-fhd-4 {
    margin-bottom: 1.5rem !important; }
  .ml-fhd-4,
  .mx-fhd-4 {
    margin-left: 1.5rem !important; }
  .m-fhd-5 {
    margin: 3rem !important; }
  .mt-fhd-5,
  .my-fhd-5 {
    margin-top: 3rem !important; }
  .mr-fhd-5,
  .mx-fhd-5 {
    margin-right: 3rem !important; }
  .mb-fhd-5,
  .my-fhd-5 {
    margin-bottom: 3rem !important; }
  .ml-fhd-5,
  .mx-fhd-5 {
    margin-left: 3rem !important; }
  .p-fhd-0 {
    padding: 0 !important; }
  .pt-fhd-0,
  .py-fhd-0 {
    padding-top: 0 !important; }
  .pr-fhd-0,
  .px-fhd-0 {
    padding-right: 0 !important; }
  .pb-fhd-0,
  .py-fhd-0 {
    padding-bottom: 0 !important; }
  .pl-fhd-0,
  .px-fhd-0 {
    padding-left: 0 !important; }
  .p-fhd-1 {
    padding: 0.25rem !important; }
  .pt-fhd-1,
  .py-fhd-1 {
    padding-top: 0.25rem !important; }
  .pr-fhd-1,
  .px-fhd-1 {
    padding-right: 0.25rem !important; }
  .pb-fhd-1,
  .py-fhd-1 {
    padding-bottom: 0.25rem !important; }
  .pl-fhd-1,
  .px-fhd-1 {
    padding-left: 0.25rem !important; }
  .p-fhd-2 {
    padding: 0.5rem !important; }
  .pt-fhd-2,
  .py-fhd-2 {
    padding-top: 0.5rem !important; }
  .pr-fhd-2,
  .px-fhd-2 {
    padding-right: 0.5rem !important; }
  .pb-fhd-2,
  .py-fhd-2 {
    padding-bottom: 0.5rem !important; }
  .pl-fhd-2,
  .px-fhd-2 {
    padding-left: 0.5rem !important; }
  .p-fhd-3 {
    padding: 1rem !important; }
  .pt-fhd-3,
  .py-fhd-3 {
    padding-top: 1rem !important; }
  .pr-fhd-3,
  .px-fhd-3 {
    padding-right: 1rem !important; }
  .pb-fhd-3,
  .py-fhd-3 {
    padding-bottom: 1rem !important; }
  .pl-fhd-3,
  .px-fhd-3 {
    padding-left: 1rem !important; }
  .p-fhd-4 {
    padding: 1.5rem !important; }
  .pt-fhd-4,
  .py-fhd-4 {
    padding-top: 1.5rem !important; }
  .pr-fhd-4,
  .px-fhd-4 {
    padding-right: 1.5rem !important; }
  .pb-fhd-4,
  .py-fhd-4 {
    padding-bottom: 1.5rem !important; }
  .pl-fhd-4,
  .px-fhd-4 {
    padding-left: 1.5rem !important; }
  .p-fhd-5 {
    padding: 3rem !important; }
  .pt-fhd-5,
  .py-fhd-5 {
    padding-top: 3rem !important; }
  .pr-fhd-5,
  .px-fhd-5 {
    padding-right: 3rem !important; }
  .pb-fhd-5,
  .py-fhd-5 {
    padding-bottom: 3rem !important; }
  .pl-fhd-5,
  .px-fhd-5 {
    padding-left: 3rem !important; }
  .m-fhd-n1 {
    margin: -0.25rem !important; }
  .mt-fhd-n1,
  .my-fhd-n1 {
    margin-top: -0.25rem !important; }
  .mr-fhd-n1,
  .mx-fhd-n1 {
    margin-right: -0.25rem !important; }
  .mb-fhd-n1,
  .my-fhd-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-fhd-n1,
  .mx-fhd-n1 {
    margin-left: -0.25rem !important; }
  .m-fhd-n2 {
    margin: -0.5rem !important; }
  .mt-fhd-n2,
  .my-fhd-n2 {
    margin-top: -0.5rem !important; }
  .mr-fhd-n2,
  .mx-fhd-n2 {
    margin-right: -0.5rem !important; }
  .mb-fhd-n2,
  .my-fhd-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-fhd-n2,
  .mx-fhd-n2 {
    margin-left: -0.5rem !important; }
  .m-fhd-n3 {
    margin: -1rem !important; }
  .mt-fhd-n3,
  .my-fhd-n3 {
    margin-top: -1rem !important; }
  .mr-fhd-n3,
  .mx-fhd-n3 {
    margin-right: -1rem !important; }
  .mb-fhd-n3,
  .my-fhd-n3 {
    margin-bottom: -1rem !important; }
  .ml-fhd-n3,
  .mx-fhd-n3 {
    margin-left: -1rem !important; }
  .m-fhd-n4 {
    margin: -1.5rem !important; }
  .mt-fhd-n4,
  .my-fhd-n4 {
    margin-top: -1.5rem !important; }
  .mr-fhd-n4,
  .mx-fhd-n4 {
    margin-right: -1.5rem !important; }
  .mb-fhd-n4,
  .my-fhd-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-fhd-n4,
  .mx-fhd-n4 {
    margin-left: -1.5rem !important; }
  .m-fhd-n5 {
    margin: -3rem !important; }
  .mt-fhd-n5,
  .my-fhd-n5 {
    margin-top: -3rem !important; }
  .mr-fhd-n5,
  .mx-fhd-n5 {
    margin-right: -3rem !important; }
  .mb-fhd-n5,
  .my-fhd-n5 {
    margin-bottom: -3rem !important; }
  .ml-fhd-n5,
  .mx-fhd-n5 {
    margin-left: -3rem !important; }
  .m-fhd-auto {
    margin: auto !important; }
  .mt-fhd-auto,
  .my-fhd-auto {
    margin-top: auto !important; }
  .mr-fhd-auto,
  .mx-fhd-auto {
    margin-right: auto !important; }
  .mb-fhd-auto,
  .my-fhd-auto {
    margin-bottom: auto !important; }
  .ml-fhd-auto,
  .mx-fhd-auto {
    margin-left: auto !important; } }

@media (min-width: 2560px) {
  .m-rt-0 {
    margin: 0 !important; }
  .mt-rt-0,
  .my-rt-0 {
    margin-top: 0 !important; }
  .mr-rt-0,
  .mx-rt-0 {
    margin-right: 0 !important; }
  .mb-rt-0,
  .my-rt-0 {
    margin-bottom: 0 !important; }
  .ml-rt-0,
  .mx-rt-0 {
    margin-left: 0 !important; }
  .m-rt-1 {
    margin: 0.25rem !important; }
  .mt-rt-1,
  .my-rt-1 {
    margin-top: 0.25rem !important; }
  .mr-rt-1,
  .mx-rt-1 {
    margin-right: 0.25rem !important; }
  .mb-rt-1,
  .my-rt-1 {
    margin-bottom: 0.25rem !important; }
  .ml-rt-1,
  .mx-rt-1 {
    margin-left: 0.25rem !important; }
  .m-rt-2 {
    margin: 0.5rem !important; }
  .mt-rt-2,
  .my-rt-2 {
    margin-top: 0.5rem !important; }
  .mr-rt-2,
  .mx-rt-2 {
    margin-right: 0.5rem !important; }
  .mb-rt-2,
  .my-rt-2 {
    margin-bottom: 0.5rem !important; }
  .ml-rt-2,
  .mx-rt-2 {
    margin-left: 0.5rem !important; }
  .m-rt-3 {
    margin: 1rem !important; }
  .mt-rt-3,
  .my-rt-3 {
    margin-top: 1rem !important; }
  .mr-rt-3,
  .mx-rt-3 {
    margin-right: 1rem !important; }
  .mb-rt-3,
  .my-rt-3 {
    margin-bottom: 1rem !important; }
  .ml-rt-3,
  .mx-rt-3 {
    margin-left: 1rem !important; }
  .m-rt-4 {
    margin: 1.5rem !important; }
  .mt-rt-4,
  .my-rt-4 {
    margin-top: 1.5rem !important; }
  .mr-rt-4,
  .mx-rt-4 {
    margin-right: 1.5rem !important; }
  .mb-rt-4,
  .my-rt-4 {
    margin-bottom: 1.5rem !important; }
  .ml-rt-4,
  .mx-rt-4 {
    margin-left: 1.5rem !important; }
  .m-rt-5 {
    margin: 3rem !important; }
  .mt-rt-5,
  .my-rt-5 {
    margin-top: 3rem !important; }
  .mr-rt-5,
  .mx-rt-5 {
    margin-right: 3rem !important; }
  .mb-rt-5,
  .my-rt-5 {
    margin-bottom: 3rem !important; }
  .ml-rt-5,
  .mx-rt-5 {
    margin-left: 3rem !important; }
  .p-rt-0 {
    padding: 0 !important; }
  .pt-rt-0,
  .py-rt-0 {
    padding-top: 0 !important; }
  .pr-rt-0,
  .px-rt-0 {
    padding-right: 0 !important; }
  .pb-rt-0,
  .py-rt-0 {
    padding-bottom: 0 !important; }
  .pl-rt-0,
  .px-rt-0 {
    padding-left: 0 !important; }
  .p-rt-1 {
    padding: 0.25rem !important; }
  .pt-rt-1,
  .py-rt-1 {
    padding-top: 0.25rem !important; }
  .pr-rt-1,
  .px-rt-1 {
    padding-right: 0.25rem !important; }
  .pb-rt-1,
  .py-rt-1 {
    padding-bottom: 0.25rem !important; }
  .pl-rt-1,
  .px-rt-1 {
    padding-left: 0.25rem !important; }
  .p-rt-2 {
    padding: 0.5rem !important; }
  .pt-rt-2,
  .py-rt-2 {
    padding-top: 0.5rem !important; }
  .pr-rt-2,
  .px-rt-2 {
    padding-right: 0.5rem !important; }
  .pb-rt-2,
  .py-rt-2 {
    padding-bottom: 0.5rem !important; }
  .pl-rt-2,
  .px-rt-2 {
    padding-left: 0.5rem !important; }
  .p-rt-3 {
    padding: 1rem !important; }
  .pt-rt-3,
  .py-rt-3 {
    padding-top: 1rem !important; }
  .pr-rt-3,
  .px-rt-3 {
    padding-right: 1rem !important; }
  .pb-rt-3,
  .py-rt-3 {
    padding-bottom: 1rem !important; }
  .pl-rt-3,
  .px-rt-3 {
    padding-left: 1rem !important; }
  .p-rt-4 {
    padding: 1.5rem !important; }
  .pt-rt-4,
  .py-rt-4 {
    padding-top: 1.5rem !important; }
  .pr-rt-4,
  .px-rt-4 {
    padding-right: 1.5rem !important; }
  .pb-rt-4,
  .py-rt-4 {
    padding-bottom: 1.5rem !important; }
  .pl-rt-4,
  .px-rt-4 {
    padding-left: 1.5rem !important; }
  .p-rt-5 {
    padding: 3rem !important; }
  .pt-rt-5,
  .py-rt-5 {
    padding-top: 3rem !important; }
  .pr-rt-5,
  .px-rt-5 {
    padding-right: 3rem !important; }
  .pb-rt-5,
  .py-rt-5 {
    padding-bottom: 3rem !important; }
  .pl-rt-5,
  .px-rt-5 {
    padding-left: 3rem !important; }
  .m-rt-n1 {
    margin: -0.25rem !important; }
  .mt-rt-n1,
  .my-rt-n1 {
    margin-top: -0.25rem !important; }
  .mr-rt-n1,
  .mx-rt-n1 {
    margin-right: -0.25rem !important; }
  .mb-rt-n1,
  .my-rt-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-rt-n1,
  .mx-rt-n1 {
    margin-left: -0.25rem !important; }
  .m-rt-n2 {
    margin: -0.5rem !important; }
  .mt-rt-n2,
  .my-rt-n2 {
    margin-top: -0.5rem !important; }
  .mr-rt-n2,
  .mx-rt-n2 {
    margin-right: -0.5rem !important; }
  .mb-rt-n2,
  .my-rt-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-rt-n2,
  .mx-rt-n2 {
    margin-left: -0.5rem !important; }
  .m-rt-n3 {
    margin: -1rem !important; }
  .mt-rt-n3,
  .my-rt-n3 {
    margin-top: -1rem !important; }
  .mr-rt-n3,
  .mx-rt-n3 {
    margin-right: -1rem !important; }
  .mb-rt-n3,
  .my-rt-n3 {
    margin-bottom: -1rem !important; }
  .ml-rt-n3,
  .mx-rt-n3 {
    margin-left: -1rem !important; }
  .m-rt-n4 {
    margin: -1.5rem !important; }
  .mt-rt-n4,
  .my-rt-n4 {
    margin-top: -1.5rem !important; }
  .mr-rt-n4,
  .mx-rt-n4 {
    margin-right: -1.5rem !important; }
  .mb-rt-n4,
  .my-rt-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-rt-n4,
  .mx-rt-n4 {
    margin-left: -1.5rem !important; }
  .m-rt-n5 {
    margin: -3rem !important; }
  .mt-rt-n5,
  .my-rt-n5 {
    margin-top: -3rem !important; }
  .mr-rt-n5,
  .mx-rt-n5 {
    margin-right: -3rem !important; }
  .mb-rt-n5,
  .my-rt-n5 {
    margin-bottom: -3rem !important; }
  .ml-rt-n5,
  .mx-rt-n5 {
    margin-left: -3rem !important; }
  .m-rt-auto {
    margin: auto !important; }
  .mt-rt-auto,
  .my-rt-auto {
    margin-top: auto !important; }
  .mr-rt-auto,
  .mx-rt-auto {
    margin-right: auto !important; }
  .mb-rt-auto,
  .my-rt-auto {
    margin-bottom: auto !important; }
  .ml-rt-auto,
  .mx-rt-auto {
    margin-left: auto !important; } }

@media (min-width: 2880px) {
  .m-rt15-0 {
    margin: 0 !important; }
  .mt-rt15-0,
  .my-rt15-0 {
    margin-top: 0 !important; }
  .mr-rt15-0,
  .mx-rt15-0 {
    margin-right: 0 !important; }
  .mb-rt15-0,
  .my-rt15-0 {
    margin-bottom: 0 !important; }
  .ml-rt15-0,
  .mx-rt15-0 {
    margin-left: 0 !important; }
  .m-rt15-1 {
    margin: 0.25rem !important; }
  .mt-rt15-1,
  .my-rt15-1 {
    margin-top: 0.25rem !important; }
  .mr-rt15-1,
  .mx-rt15-1 {
    margin-right: 0.25rem !important; }
  .mb-rt15-1,
  .my-rt15-1 {
    margin-bottom: 0.25rem !important; }
  .ml-rt15-1,
  .mx-rt15-1 {
    margin-left: 0.25rem !important; }
  .m-rt15-2 {
    margin: 0.5rem !important; }
  .mt-rt15-2,
  .my-rt15-2 {
    margin-top: 0.5rem !important; }
  .mr-rt15-2,
  .mx-rt15-2 {
    margin-right: 0.5rem !important; }
  .mb-rt15-2,
  .my-rt15-2 {
    margin-bottom: 0.5rem !important; }
  .ml-rt15-2,
  .mx-rt15-2 {
    margin-left: 0.5rem !important; }
  .m-rt15-3 {
    margin: 1rem !important; }
  .mt-rt15-3,
  .my-rt15-3 {
    margin-top: 1rem !important; }
  .mr-rt15-3,
  .mx-rt15-3 {
    margin-right: 1rem !important; }
  .mb-rt15-3,
  .my-rt15-3 {
    margin-bottom: 1rem !important; }
  .ml-rt15-3,
  .mx-rt15-3 {
    margin-left: 1rem !important; }
  .m-rt15-4 {
    margin: 1.5rem !important; }
  .mt-rt15-4,
  .my-rt15-4 {
    margin-top: 1.5rem !important; }
  .mr-rt15-4,
  .mx-rt15-4 {
    margin-right: 1.5rem !important; }
  .mb-rt15-4,
  .my-rt15-4 {
    margin-bottom: 1.5rem !important; }
  .ml-rt15-4,
  .mx-rt15-4 {
    margin-left: 1.5rem !important; }
  .m-rt15-5 {
    margin: 3rem !important; }
  .mt-rt15-5,
  .my-rt15-5 {
    margin-top: 3rem !important; }
  .mr-rt15-5,
  .mx-rt15-5 {
    margin-right: 3rem !important; }
  .mb-rt15-5,
  .my-rt15-5 {
    margin-bottom: 3rem !important; }
  .ml-rt15-5,
  .mx-rt15-5 {
    margin-left: 3rem !important; }
  .p-rt15-0 {
    padding: 0 !important; }
  .pt-rt15-0,
  .py-rt15-0 {
    padding-top: 0 !important; }
  .pr-rt15-0,
  .px-rt15-0 {
    padding-right: 0 !important; }
  .pb-rt15-0,
  .py-rt15-0 {
    padding-bottom: 0 !important; }
  .pl-rt15-0,
  .px-rt15-0 {
    padding-left: 0 !important; }
  .p-rt15-1 {
    padding: 0.25rem !important; }
  .pt-rt15-1,
  .py-rt15-1 {
    padding-top: 0.25rem !important; }
  .pr-rt15-1,
  .px-rt15-1 {
    padding-right: 0.25rem !important; }
  .pb-rt15-1,
  .py-rt15-1 {
    padding-bottom: 0.25rem !important; }
  .pl-rt15-1,
  .px-rt15-1 {
    padding-left: 0.25rem !important; }
  .p-rt15-2 {
    padding: 0.5rem !important; }
  .pt-rt15-2,
  .py-rt15-2 {
    padding-top: 0.5rem !important; }
  .pr-rt15-2,
  .px-rt15-2 {
    padding-right: 0.5rem !important; }
  .pb-rt15-2,
  .py-rt15-2 {
    padding-bottom: 0.5rem !important; }
  .pl-rt15-2,
  .px-rt15-2 {
    padding-left: 0.5rem !important; }
  .p-rt15-3 {
    padding: 1rem !important; }
  .pt-rt15-3,
  .py-rt15-3 {
    padding-top: 1rem !important; }
  .pr-rt15-3,
  .px-rt15-3 {
    padding-right: 1rem !important; }
  .pb-rt15-3,
  .py-rt15-3 {
    padding-bottom: 1rem !important; }
  .pl-rt15-3,
  .px-rt15-3 {
    padding-left: 1rem !important; }
  .p-rt15-4 {
    padding: 1.5rem !important; }
  .pt-rt15-4,
  .py-rt15-4 {
    padding-top: 1.5rem !important; }
  .pr-rt15-4,
  .px-rt15-4 {
    padding-right: 1.5rem !important; }
  .pb-rt15-4,
  .py-rt15-4 {
    padding-bottom: 1.5rem !important; }
  .pl-rt15-4,
  .px-rt15-4 {
    padding-left: 1.5rem !important; }
  .p-rt15-5 {
    padding: 3rem !important; }
  .pt-rt15-5,
  .py-rt15-5 {
    padding-top: 3rem !important; }
  .pr-rt15-5,
  .px-rt15-5 {
    padding-right: 3rem !important; }
  .pb-rt15-5,
  .py-rt15-5 {
    padding-bottom: 3rem !important; }
  .pl-rt15-5,
  .px-rt15-5 {
    padding-left: 3rem !important; }
  .m-rt15-n1 {
    margin: -0.25rem !important; }
  .mt-rt15-n1,
  .my-rt15-n1 {
    margin-top: -0.25rem !important; }
  .mr-rt15-n1,
  .mx-rt15-n1 {
    margin-right: -0.25rem !important; }
  .mb-rt15-n1,
  .my-rt15-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-rt15-n1,
  .mx-rt15-n1 {
    margin-left: -0.25rem !important; }
  .m-rt15-n2 {
    margin: -0.5rem !important; }
  .mt-rt15-n2,
  .my-rt15-n2 {
    margin-top: -0.5rem !important; }
  .mr-rt15-n2,
  .mx-rt15-n2 {
    margin-right: -0.5rem !important; }
  .mb-rt15-n2,
  .my-rt15-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-rt15-n2,
  .mx-rt15-n2 {
    margin-left: -0.5rem !important; }
  .m-rt15-n3 {
    margin: -1rem !important; }
  .mt-rt15-n3,
  .my-rt15-n3 {
    margin-top: -1rem !important; }
  .mr-rt15-n3,
  .mx-rt15-n3 {
    margin-right: -1rem !important; }
  .mb-rt15-n3,
  .my-rt15-n3 {
    margin-bottom: -1rem !important; }
  .ml-rt15-n3,
  .mx-rt15-n3 {
    margin-left: -1rem !important; }
  .m-rt15-n4 {
    margin: -1.5rem !important; }
  .mt-rt15-n4,
  .my-rt15-n4 {
    margin-top: -1.5rem !important; }
  .mr-rt15-n4,
  .mx-rt15-n4 {
    margin-right: -1.5rem !important; }
  .mb-rt15-n4,
  .my-rt15-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-rt15-n4,
  .mx-rt15-n4 {
    margin-left: -1.5rem !important; }
  .m-rt15-n5 {
    margin: -3rem !important; }
  .mt-rt15-n5,
  .my-rt15-n5 {
    margin-top: -3rem !important; }
  .mr-rt15-n5,
  .mx-rt15-n5 {
    margin-right: -3rem !important; }
  .mb-rt15-n5,
  .my-rt15-n5 {
    margin-bottom: -3rem !important; }
  .ml-rt15-n5,
  .mx-rt15-n5 {
    margin-left: -3rem !important; }
  .m-rt15-auto {
    margin: auto !important; }
  .mt-rt15-auto,
  .my-rt15-auto {
    margin-top: auto !important; }
  .mr-rt15-auto,
  .mx-rt15-auto {
    margin-right: auto !important; }
  .mb-rt15-auto,
  .my-rt15-auto {
    margin-bottom: auto !important; }
  .ml-rt15-auto,
  .mx-rt15-auto {
    margin-left: auto !important; } }

@media (min-width: 3840px) {
  .m-uhd-0 {
    margin: 0 !important; }
  .mt-uhd-0,
  .my-uhd-0 {
    margin-top: 0 !important; }
  .mr-uhd-0,
  .mx-uhd-0 {
    margin-right: 0 !important; }
  .mb-uhd-0,
  .my-uhd-0 {
    margin-bottom: 0 !important; }
  .ml-uhd-0,
  .mx-uhd-0 {
    margin-left: 0 !important; }
  .m-uhd-1 {
    margin: 0.25rem !important; }
  .mt-uhd-1,
  .my-uhd-1 {
    margin-top: 0.25rem !important; }
  .mr-uhd-1,
  .mx-uhd-1 {
    margin-right: 0.25rem !important; }
  .mb-uhd-1,
  .my-uhd-1 {
    margin-bottom: 0.25rem !important; }
  .ml-uhd-1,
  .mx-uhd-1 {
    margin-left: 0.25rem !important; }
  .m-uhd-2 {
    margin: 0.5rem !important; }
  .mt-uhd-2,
  .my-uhd-2 {
    margin-top: 0.5rem !important; }
  .mr-uhd-2,
  .mx-uhd-2 {
    margin-right: 0.5rem !important; }
  .mb-uhd-2,
  .my-uhd-2 {
    margin-bottom: 0.5rem !important; }
  .ml-uhd-2,
  .mx-uhd-2 {
    margin-left: 0.5rem !important; }
  .m-uhd-3 {
    margin: 1rem !important; }
  .mt-uhd-3,
  .my-uhd-3 {
    margin-top: 1rem !important; }
  .mr-uhd-3,
  .mx-uhd-3 {
    margin-right: 1rem !important; }
  .mb-uhd-3,
  .my-uhd-3 {
    margin-bottom: 1rem !important; }
  .ml-uhd-3,
  .mx-uhd-3 {
    margin-left: 1rem !important; }
  .m-uhd-4 {
    margin: 1.5rem !important; }
  .mt-uhd-4,
  .my-uhd-4 {
    margin-top: 1.5rem !important; }
  .mr-uhd-4,
  .mx-uhd-4 {
    margin-right: 1.5rem !important; }
  .mb-uhd-4,
  .my-uhd-4 {
    margin-bottom: 1.5rem !important; }
  .ml-uhd-4,
  .mx-uhd-4 {
    margin-left: 1.5rem !important; }
  .m-uhd-5 {
    margin: 3rem !important; }
  .mt-uhd-5,
  .my-uhd-5 {
    margin-top: 3rem !important; }
  .mr-uhd-5,
  .mx-uhd-5 {
    margin-right: 3rem !important; }
  .mb-uhd-5,
  .my-uhd-5 {
    margin-bottom: 3rem !important; }
  .ml-uhd-5,
  .mx-uhd-5 {
    margin-left: 3rem !important; }
  .p-uhd-0 {
    padding: 0 !important; }
  .pt-uhd-0,
  .py-uhd-0 {
    padding-top: 0 !important; }
  .pr-uhd-0,
  .px-uhd-0 {
    padding-right: 0 !important; }
  .pb-uhd-0,
  .py-uhd-0 {
    padding-bottom: 0 !important; }
  .pl-uhd-0,
  .px-uhd-0 {
    padding-left: 0 !important; }
  .p-uhd-1 {
    padding: 0.25rem !important; }
  .pt-uhd-1,
  .py-uhd-1 {
    padding-top: 0.25rem !important; }
  .pr-uhd-1,
  .px-uhd-1 {
    padding-right: 0.25rem !important; }
  .pb-uhd-1,
  .py-uhd-1 {
    padding-bottom: 0.25rem !important; }
  .pl-uhd-1,
  .px-uhd-1 {
    padding-left: 0.25rem !important; }
  .p-uhd-2 {
    padding: 0.5rem !important; }
  .pt-uhd-2,
  .py-uhd-2 {
    padding-top: 0.5rem !important; }
  .pr-uhd-2,
  .px-uhd-2 {
    padding-right: 0.5rem !important; }
  .pb-uhd-2,
  .py-uhd-2 {
    padding-bottom: 0.5rem !important; }
  .pl-uhd-2,
  .px-uhd-2 {
    padding-left: 0.5rem !important; }
  .p-uhd-3 {
    padding: 1rem !important; }
  .pt-uhd-3,
  .py-uhd-3 {
    padding-top: 1rem !important; }
  .pr-uhd-3,
  .px-uhd-3 {
    padding-right: 1rem !important; }
  .pb-uhd-3,
  .py-uhd-3 {
    padding-bottom: 1rem !important; }
  .pl-uhd-3,
  .px-uhd-3 {
    padding-left: 1rem !important; }
  .p-uhd-4 {
    padding: 1.5rem !important; }
  .pt-uhd-4,
  .py-uhd-4 {
    padding-top: 1.5rem !important; }
  .pr-uhd-4,
  .px-uhd-4 {
    padding-right: 1.5rem !important; }
  .pb-uhd-4,
  .py-uhd-4 {
    padding-bottom: 1.5rem !important; }
  .pl-uhd-4,
  .px-uhd-4 {
    padding-left: 1.5rem !important; }
  .p-uhd-5 {
    padding: 3rem !important; }
  .pt-uhd-5,
  .py-uhd-5 {
    padding-top: 3rem !important; }
  .pr-uhd-5,
  .px-uhd-5 {
    padding-right: 3rem !important; }
  .pb-uhd-5,
  .py-uhd-5 {
    padding-bottom: 3rem !important; }
  .pl-uhd-5,
  .px-uhd-5 {
    padding-left: 3rem !important; }
  .m-uhd-n1 {
    margin: -0.25rem !important; }
  .mt-uhd-n1,
  .my-uhd-n1 {
    margin-top: -0.25rem !important; }
  .mr-uhd-n1,
  .mx-uhd-n1 {
    margin-right: -0.25rem !important; }
  .mb-uhd-n1,
  .my-uhd-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-uhd-n1,
  .mx-uhd-n1 {
    margin-left: -0.25rem !important; }
  .m-uhd-n2 {
    margin: -0.5rem !important; }
  .mt-uhd-n2,
  .my-uhd-n2 {
    margin-top: -0.5rem !important; }
  .mr-uhd-n2,
  .mx-uhd-n2 {
    margin-right: -0.5rem !important; }
  .mb-uhd-n2,
  .my-uhd-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-uhd-n2,
  .mx-uhd-n2 {
    margin-left: -0.5rem !important; }
  .m-uhd-n3 {
    margin: -1rem !important; }
  .mt-uhd-n3,
  .my-uhd-n3 {
    margin-top: -1rem !important; }
  .mr-uhd-n3,
  .mx-uhd-n3 {
    margin-right: -1rem !important; }
  .mb-uhd-n3,
  .my-uhd-n3 {
    margin-bottom: -1rem !important; }
  .ml-uhd-n3,
  .mx-uhd-n3 {
    margin-left: -1rem !important; }
  .m-uhd-n4 {
    margin: -1.5rem !important; }
  .mt-uhd-n4,
  .my-uhd-n4 {
    margin-top: -1.5rem !important; }
  .mr-uhd-n4,
  .mx-uhd-n4 {
    margin-right: -1.5rem !important; }
  .mb-uhd-n4,
  .my-uhd-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-uhd-n4,
  .mx-uhd-n4 {
    margin-left: -1.5rem !important; }
  .m-uhd-n5 {
    margin: -3rem !important; }
  .mt-uhd-n5,
  .my-uhd-n5 {
    margin-top: -3rem !important; }
  .mr-uhd-n5,
  .mx-uhd-n5 {
    margin-right: -3rem !important; }
  .mb-uhd-n5,
  .my-uhd-n5 {
    margin-bottom: -3rem !important; }
  .ml-uhd-n5,
  .mx-uhd-n5 {
    margin-left: -3rem !important; }
  .m-uhd-auto {
    margin: auto !important; }
  .mt-uhd-auto,
  .my-uhd-auto {
    margin-top: auto !important; }
  .mr-uhd-auto,
  .mx-uhd-auto {
    margin-right: auto !important; }
  .mb-uhd-auto,
  .my-uhd-auto {
    margin-bottom: auto !important; }
  .ml-uhd-auto,
  .mx-uhd-auto {
    margin-left: auto !important; } }

@media (min-width: 4096px) {
  .m-4k-0 {
    margin: 0 !important; }
  .mt-4k-0,
  .my-4k-0 {
    margin-top: 0 !important; }
  .mr-4k-0,
  .mx-4k-0 {
    margin-right: 0 !important; }
  .mb-4k-0,
  .my-4k-0 {
    margin-bottom: 0 !important; }
  .ml-4k-0,
  .mx-4k-0 {
    margin-left: 0 !important; }
  .m-4k-1 {
    margin: 0.25rem !important; }
  .mt-4k-1,
  .my-4k-1 {
    margin-top: 0.25rem !important; }
  .mr-4k-1,
  .mx-4k-1 {
    margin-right: 0.25rem !important; }
  .mb-4k-1,
  .my-4k-1 {
    margin-bottom: 0.25rem !important; }
  .ml-4k-1,
  .mx-4k-1 {
    margin-left: 0.25rem !important; }
  .m-4k-2 {
    margin: 0.5rem !important; }
  .mt-4k-2,
  .my-4k-2 {
    margin-top: 0.5rem !important; }
  .mr-4k-2,
  .mx-4k-2 {
    margin-right: 0.5rem !important; }
  .mb-4k-2,
  .my-4k-2 {
    margin-bottom: 0.5rem !important; }
  .ml-4k-2,
  .mx-4k-2 {
    margin-left: 0.5rem !important; }
  .m-4k-3 {
    margin: 1rem !important; }
  .mt-4k-3,
  .my-4k-3 {
    margin-top: 1rem !important; }
  .mr-4k-3,
  .mx-4k-3 {
    margin-right: 1rem !important; }
  .mb-4k-3,
  .my-4k-3 {
    margin-bottom: 1rem !important; }
  .ml-4k-3,
  .mx-4k-3 {
    margin-left: 1rem !important; }
  .m-4k-4 {
    margin: 1.5rem !important; }
  .mt-4k-4,
  .my-4k-4 {
    margin-top: 1.5rem !important; }
  .mr-4k-4,
  .mx-4k-4 {
    margin-right: 1.5rem !important; }
  .mb-4k-4,
  .my-4k-4 {
    margin-bottom: 1.5rem !important; }
  .ml-4k-4,
  .mx-4k-4 {
    margin-left: 1.5rem !important; }
  .m-4k-5 {
    margin: 3rem !important; }
  .mt-4k-5,
  .my-4k-5 {
    margin-top: 3rem !important; }
  .mr-4k-5,
  .mx-4k-5 {
    margin-right: 3rem !important; }
  .mb-4k-5,
  .my-4k-5 {
    margin-bottom: 3rem !important; }
  .ml-4k-5,
  .mx-4k-5 {
    margin-left: 3rem !important; }
  .p-4k-0 {
    padding: 0 !important; }
  .pt-4k-0,
  .py-4k-0 {
    padding-top: 0 !important; }
  .pr-4k-0,
  .px-4k-0 {
    padding-right: 0 !important; }
  .pb-4k-0,
  .py-4k-0 {
    padding-bottom: 0 !important; }
  .pl-4k-0,
  .px-4k-0 {
    padding-left: 0 !important; }
  .p-4k-1 {
    padding: 0.25rem !important; }
  .pt-4k-1,
  .py-4k-1 {
    padding-top: 0.25rem !important; }
  .pr-4k-1,
  .px-4k-1 {
    padding-right: 0.25rem !important; }
  .pb-4k-1,
  .py-4k-1 {
    padding-bottom: 0.25rem !important; }
  .pl-4k-1,
  .px-4k-1 {
    padding-left: 0.25rem !important; }
  .p-4k-2 {
    padding: 0.5rem !important; }
  .pt-4k-2,
  .py-4k-2 {
    padding-top: 0.5rem !important; }
  .pr-4k-2,
  .px-4k-2 {
    padding-right: 0.5rem !important; }
  .pb-4k-2,
  .py-4k-2 {
    padding-bottom: 0.5rem !important; }
  .pl-4k-2,
  .px-4k-2 {
    padding-left: 0.5rem !important; }
  .p-4k-3 {
    padding: 1rem !important; }
  .pt-4k-3,
  .py-4k-3 {
    padding-top: 1rem !important; }
  .pr-4k-3,
  .px-4k-3 {
    padding-right: 1rem !important; }
  .pb-4k-3,
  .py-4k-3 {
    padding-bottom: 1rem !important; }
  .pl-4k-3,
  .px-4k-3 {
    padding-left: 1rem !important; }
  .p-4k-4 {
    padding: 1.5rem !important; }
  .pt-4k-4,
  .py-4k-4 {
    padding-top: 1.5rem !important; }
  .pr-4k-4,
  .px-4k-4 {
    padding-right: 1.5rem !important; }
  .pb-4k-4,
  .py-4k-4 {
    padding-bottom: 1.5rem !important; }
  .pl-4k-4,
  .px-4k-4 {
    padding-left: 1.5rem !important; }
  .p-4k-5 {
    padding: 3rem !important; }
  .pt-4k-5,
  .py-4k-5 {
    padding-top: 3rem !important; }
  .pr-4k-5,
  .px-4k-5 {
    padding-right: 3rem !important; }
  .pb-4k-5,
  .py-4k-5 {
    padding-bottom: 3rem !important; }
  .pl-4k-5,
  .px-4k-5 {
    padding-left: 3rem !important; }
  .m-4k-n1 {
    margin: -0.25rem !important; }
  .mt-4k-n1,
  .my-4k-n1 {
    margin-top: -0.25rem !important; }
  .mr-4k-n1,
  .mx-4k-n1 {
    margin-right: -0.25rem !important; }
  .mb-4k-n1,
  .my-4k-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-4k-n1,
  .mx-4k-n1 {
    margin-left: -0.25rem !important; }
  .m-4k-n2 {
    margin: -0.5rem !important; }
  .mt-4k-n2,
  .my-4k-n2 {
    margin-top: -0.5rem !important; }
  .mr-4k-n2,
  .mx-4k-n2 {
    margin-right: -0.5rem !important; }
  .mb-4k-n2,
  .my-4k-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-4k-n2,
  .mx-4k-n2 {
    margin-left: -0.5rem !important; }
  .m-4k-n3 {
    margin: -1rem !important; }
  .mt-4k-n3,
  .my-4k-n3 {
    margin-top: -1rem !important; }
  .mr-4k-n3,
  .mx-4k-n3 {
    margin-right: -1rem !important; }
  .mb-4k-n3,
  .my-4k-n3 {
    margin-bottom: -1rem !important; }
  .ml-4k-n3,
  .mx-4k-n3 {
    margin-left: -1rem !important; }
  .m-4k-n4 {
    margin: -1.5rem !important; }
  .mt-4k-n4,
  .my-4k-n4 {
    margin-top: -1.5rem !important; }
  .mr-4k-n4,
  .mx-4k-n4 {
    margin-right: -1.5rem !important; }
  .mb-4k-n4,
  .my-4k-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-4k-n4,
  .mx-4k-n4 {
    margin-left: -1.5rem !important; }
  .m-4k-n5 {
    margin: -3rem !important; }
  .mt-4k-n5,
  .my-4k-n5 {
    margin-top: -3rem !important; }
  .mr-4k-n5,
  .mx-4k-n5 {
    margin-right: -3rem !important; }
  .mb-4k-n5,
  .my-4k-n5 {
    margin-bottom: -3rem !important; }
  .ml-4k-n5,
  .mx-4k-n5 {
    margin-left: -3rem !important; }
  .m-4k-auto {
    margin: auto !important; }
  .mt-4k-auto,
  .my-4k-auto {
    margin-top: auto !important; }
  .mr-4k-auto,
  .mx-4k-auto {
    margin-right: auto !important; }
  .mb-4k-auto,
  .my-4k-auto {
    margin-bottom: auto !important; }
  .ml-4k-auto,
  .mx-4k-auto {
    margin-left: auto !important; } }

@media (min-width: 8192px) {
  .m-8k-0 {
    margin: 0 !important; }
  .mt-8k-0,
  .my-8k-0 {
    margin-top: 0 !important; }
  .mr-8k-0,
  .mx-8k-0 {
    margin-right: 0 !important; }
  .mb-8k-0,
  .my-8k-0 {
    margin-bottom: 0 !important; }
  .ml-8k-0,
  .mx-8k-0 {
    margin-left: 0 !important; }
  .m-8k-1 {
    margin: 0.25rem !important; }
  .mt-8k-1,
  .my-8k-1 {
    margin-top: 0.25rem !important; }
  .mr-8k-1,
  .mx-8k-1 {
    margin-right: 0.25rem !important; }
  .mb-8k-1,
  .my-8k-1 {
    margin-bottom: 0.25rem !important; }
  .ml-8k-1,
  .mx-8k-1 {
    margin-left: 0.25rem !important; }
  .m-8k-2 {
    margin: 0.5rem !important; }
  .mt-8k-2,
  .my-8k-2 {
    margin-top: 0.5rem !important; }
  .mr-8k-2,
  .mx-8k-2 {
    margin-right: 0.5rem !important; }
  .mb-8k-2,
  .my-8k-2 {
    margin-bottom: 0.5rem !important; }
  .ml-8k-2,
  .mx-8k-2 {
    margin-left: 0.5rem !important; }
  .m-8k-3 {
    margin: 1rem !important; }
  .mt-8k-3,
  .my-8k-3 {
    margin-top: 1rem !important; }
  .mr-8k-3,
  .mx-8k-3 {
    margin-right: 1rem !important; }
  .mb-8k-3,
  .my-8k-3 {
    margin-bottom: 1rem !important; }
  .ml-8k-3,
  .mx-8k-3 {
    margin-left: 1rem !important; }
  .m-8k-4 {
    margin: 1.5rem !important; }
  .mt-8k-4,
  .my-8k-4 {
    margin-top: 1.5rem !important; }
  .mr-8k-4,
  .mx-8k-4 {
    margin-right: 1.5rem !important; }
  .mb-8k-4,
  .my-8k-4 {
    margin-bottom: 1.5rem !important; }
  .ml-8k-4,
  .mx-8k-4 {
    margin-left: 1.5rem !important; }
  .m-8k-5 {
    margin: 3rem !important; }
  .mt-8k-5,
  .my-8k-5 {
    margin-top: 3rem !important; }
  .mr-8k-5,
  .mx-8k-5 {
    margin-right: 3rem !important; }
  .mb-8k-5,
  .my-8k-5 {
    margin-bottom: 3rem !important; }
  .ml-8k-5,
  .mx-8k-5 {
    margin-left: 3rem !important; }
  .p-8k-0 {
    padding: 0 !important; }
  .pt-8k-0,
  .py-8k-0 {
    padding-top: 0 !important; }
  .pr-8k-0,
  .px-8k-0 {
    padding-right: 0 !important; }
  .pb-8k-0,
  .py-8k-0 {
    padding-bottom: 0 !important; }
  .pl-8k-0,
  .px-8k-0 {
    padding-left: 0 !important; }
  .p-8k-1 {
    padding: 0.25rem !important; }
  .pt-8k-1,
  .py-8k-1 {
    padding-top: 0.25rem !important; }
  .pr-8k-1,
  .px-8k-1 {
    padding-right: 0.25rem !important; }
  .pb-8k-1,
  .py-8k-1 {
    padding-bottom: 0.25rem !important; }
  .pl-8k-1,
  .px-8k-1 {
    padding-left: 0.25rem !important; }
  .p-8k-2 {
    padding: 0.5rem !important; }
  .pt-8k-2,
  .py-8k-2 {
    padding-top: 0.5rem !important; }
  .pr-8k-2,
  .px-8k-2 {
    padding-right: 0.5rem !important; }
  .pb-8k-2,
  .py-8k-2 {
    padding-bottom: 0.5rem !important; }
  .pl-8k-2,
  .px-8k-2 {
    padding-left: 0.5rem !important; }
  .p-8k-3 {
    padding: 1rem !important; }
  .pt-8k-3,
  .py-8k-3 {
    padding-top: 1rem !important; }
  .pr-8k-3,
  .px-8k-3 {
    padding-right: 1rem !important; }
  .pb-8k-3,
  .py-8k-3 {
    padding-bottom: 1rem !important; }
  .pl-8k-3,
  .px-8k-3 {
    padding-left: 1rem !important; }
  .p-8k-4 {
    padding: 1.5rem !important; }
  .pt-8k-4,
  .py-8k-4 {
    padding-top: 1.5rem !important; }
  .pr-8k-4,
  .px-8k-4 {
    padding-right: 1.5rem !important; }
  .pb-8k-4,
  .py-8k-4 {
    padding-bottom: 1.5rem !important; }
  .pl-8k-4,
  .px-8k-4 {
    padding-left: 1.5rem !important; }
  .p-8k-5 {
    padding: 3rem !important; }
  .pt-8k-5,
  .py-8k-5 {
    padding-top: 3rem !important; }
  .pr-8k-5,
  .px-8k-5 {
    padding-right: 3rem !important; }
  .pb-8k-5,
  .py-8k-5 {
    padding-bottom: 3rem !important; }
  .pl-8k-5,
  .px-8k-5 {
    padding-left: 3rem !important; }
  .m-8k-n1 {
    margin: -0.25rem !important; }
  .mt-8k-n1,
  .my-8k-n1 {
    margin-top: -0.25rem !important; }
  .mr-8k-n1,
  .mx-8k-n1 {
    margin-right: -0.25rem !important; }
  .mb-8k-n1,
  .my-8k-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-8k-n1,
  .mx-8k-n1 {
    margin-left: -0.25rem !important; }
  .m-8k-n2 {
    margin: -0.5rem !important; }
  .mt-8k-n2,
  .my-8k-n2 {
    margin-top: -0.5rem !important; }
  .mr-8k-n2,
  .mx-8k-n2 {
    margin-right: -0.5rem !important; }
  .mb-8k-n2,
  .my-8k-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-8k-n2,
  .mx-8k-n2 {
    margin-left: -0.5rem !important; }
  .m-8k-n3 {
    margin: -1rem !important; }
  .mt-8k-n3,
  .my-8k-n3 {
    margin-top: -1rem !important; }
  .mr-8k-n3,
  .mx-8k-n3 {
    margin-right: -1rem !important; }
  .mb-8k-n3,
  .my-8k-n3 {
    margin-bottom: -1rem !important; }
  .ml-8k-n3,
  .mx-8k-n3 {
    margin-left: -1rem !important; }
  .m-8k-n4 {
    margin: -1.5rem !important; }
  .mt-8k-n4,
  .my-8k-n4 {
    margin-top: -1.5rem !important; }
  .mr-8k-n4,
  .mx-8k-n4 {
    margin-right: -1.5rem !important; }
  .mb-8k-n4,
  .my-8k-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-8k-n4,
  .mx-8k-n4 {
    margin-left: -1.5rem !important; }
  .m-8k-n5 {
    margin: -3rem !important; }
  .mt-8k-n5,
  .my-8k-n5 {
    margin-top: -3rem !important; }
  .mr-8k-n5,
  .mx-8k-n5 {
    margin-right: -3rem !important; }
  .mb-8k-n5,
  .my-8k-n5 {
    margin-bottom: -3rem !important; }
  .ml-8k-n5,
  .mx-8k-n5 {
    margin-left: -3rem !important; }
  .m-8k-auto {
    margin: auto !important; }
  .mt-8k-auto,
  .my-8k-auto {
    margin-top: auto !important; }
  .mr-8k-auto,
  .mx-8k-auto {
    margin-right: auto !important; }
  .mb-8k-auto,
  .my-8k-auto {
    margin-bottom: auto !important; }
  .ml-8k-auto,
  .mx-8k-auto {
    margin-left: auto !important; } }

/* End */


/* Start:/bitrix/templates/dpk_new/css/select2.min.css?164833295016264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/bitrix/templates/dpk_new/assets/magiczoomplus/magiczoomplus.css?167780891333962*/
/*


   Magic Zoom Plus v5.2.5 
   Copyright 2018 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("/bitrix/templates/dpk_new/assets/magiczoomplus/fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
    overflow: hidden !important;
}
.mz-expanded-view-open body { height: auto !important; }


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

}
button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
a[data-zoom-id] img,
.mz-thumb img {
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}
.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
}
.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
    background: #000;
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}
.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}
.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}
.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
            transition: color .25s, transform .25s !important;

}
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

/* End */


/* Start:/bitrix/templates/dpk_new/assets/fontawesome/css/font-awesome.css?175693848737414*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bitrix/templates/dpk_new/assets/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/dpk_new/assets/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/dpk_new/assets/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/dpk_new/assets/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/dpk_new/assets/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/dpk_new/assets/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/bitrix/templates/dpk_new/css/custom_2.css?169274769213156*/
.video__block .video__block-text .video--popup {
    width: 100%;
}

.myYaMap .mfp-content {
    max-width: 700px;
    width: auto;
    padding: 45px 0;
}

.main_progect-slide-bg img {
    width: 100%;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
}

.category__box-price_new.not_diff{
    color: #727272;
}

.category__box-video.top {
    top: 0px;
}

#overlay {
    display: none;
    opacity : 0.7;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;
    width: 100%;
    height: 2000px;
    z-index: 8020;
    border: 1px solid #000;
}

#modal_map {
    display: none;
    position: fixed;
    width: 900px;
    max-width: 95%;
    min-height: 130px;
    left: 50%;
    margin-left: -500px;
    margin-top: 5%;
    top: 0px;
    background-color: #FFFFFF;
    color: #000!important;
    z-index: 999999!important;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #5D5D5D;
    border-radius: 4px;
    -webkit-box-shadow: #333 0px 3px 15px;
    -moz-box-shadow: #333 0px 3px 15px;
    box-shadow: #333 0px 3px 15px;
}



#close_dostavka_modal {
    display: block;
    position: absolute;
    float: right;
    right: 8px;
    margin-top: 6px;
    cursor: pointer;
    z-index: 9999999!important;
}

#modal_map div {
    text-align: left;
}

#modal_map h1 {
    font-size: 3em!important;
}

#modal_map sup {
    color: #10A592;
}

#modal_map span {
    color: red;
    font-size: 12px;
    display: none;
}



#modal_map .readonly {
    background-color: #F0F0F0!important;
}


/*
#modal_map input[type=text] {
    border: 1px solid #bbb;
    background-color: #FEFEFE;
    float: left;
    padding: 3px 10px;
    max-width: 100%;
} */



/* #modal_map input[type=number] {
    border: 1px solid #bbb;
    background-color: #FEFEFE;
    float: left;
    padding: 3px 10px;
    max-width: 100%;
} */



.link--gr-bl.noquantity {
    border: 1px solid #ff404a;
}
.link--gr-bl.noquantity:before {
    background-color: #ff404a;
}

.category-container {
    align-items: flex-start;
}

.addbasket {
    padding: 20px;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}
.addbasket h1{
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
}

.addbasket a{
    padding: 12px;
    border: 1px solid #39b54a;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    margin: auto;
}

.mfp-basket_success .mfp-content {
    width: 400px;
    margin: auto;
}


.category__box-sales.purple span {
    background-color: #7e40ff;
}

.product_advantage-list.tab__block.product_advantage-list--certificate img{
    width: 60px;
}

.card__tabs-tab-list li .desc {
    white-space: normal;
    overflow: auto;
}

.alert_input {
    border-color: #ff0000;
}

.alert_mark {
    color: #ff0000;
}
.error_block {
    padding-bottom: 25px;
    font-weight: bold;
    color: #f00;
}

.success_mess {
    background-color: #FFF;
    padding: 40px;
    font-size: 20px;
    width: 350px;
    text-align: center;
}

.form_rewiew .mfp-content, .form_quest .mfp-content {
    margin: 0 auto;
    width: 350px;
}

.btn_basket.noquantity:hover {
    background-image: none;
    color: #ff1515;
    background-color: #fff;
}

.btn_basket.noquantity {
    background-image: none;
    background-color: #ff1515;
    border: 1px solid #ff1515;
    color: #fff;
}

#dostavka_map {
    display: none;
    position: absolute;
    width: 90%;
    -webkit-box-shadow: #000 0px 3px 15px;
    -moz-box-shadow: #000 0px 3px 15px;
    box-shadow: #000 0px 3px 15px;
    z-index: 999;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 5px;
    margin-top: 10px;
}



#d_map {
    width: 99%;
    height: 360px;
    margin: 0% 0.5%;
}



#dop_adr {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.form_popup-calculate .where_wrap {
    width: 100%;
    position: relative;
}
#dost_adr {
    padding-left: 50px;
}

#adr_add {
    position: absolute;
    top: 15px;
    right: 10px;
}

#plus_point {
    position: absolute;
    top: 18px;
    left: 16px;
}

#dostavka_map .map_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#dop_adr li {
    padding: 7px;
    border: 1px dotted #39b54a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#dop_adr .del_point {
    padding: 6px;
    padding-right: 10px;
    cursor: pointer;
}

#dostavka_map .map_close {
    position: absolute;
    top: 27px;
    right: 21px;
    color: #ffffff;
    font-size: 22px;
}

#dostavka_map .find_btn{
    width: auto;
    margin-right: 40px;
    padding: 18px
}

#dostavka_map .find_adress {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.57);
}

#dostavka_map .find_adress .form_popup--input_text {
    margin-bottom: 0;
    margin-right: 20px;
}

.service_tab.hidden{
    display: none !important;
}


.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.quest__block-link a:hover {
    color: #fff;
}

.link__quest.link__quest--phone.link__quest--white:hover {
    color: #39b54a;
}

/* .category__box-stars li{
	background-image: url(/bitrix/templates/dpk_new/css/../images/stars_1.png);
	background-position: top left;
	background-size: 45px;
} */
.category__box-stars .voted{
	background-position: bottom left;
}
.category__box-stars .voted_half{
	background-position: bottom right;
}
.category__box-stars .hover {
	background-position: bottom left;
}
.card__tabs-tab_p ol{
	padding-left: 20px;
}
.product_advantage-list--certificate li .text{
	max-width: 60px;
	font-size: 10px;
	text-align: center;
}
.product_advantage-list.tab__block.product_advantage-list--certificate img{
	width: 40px;
	margin: 0 auto;
	display: block;
}
.product_advantage-list.tab__block.product_advantage-list--certificate  .popup--imge img{
	width: 60px;
}

.progress_job-block {
    width: 25%;
}

.video_button_main_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.card__images-nav .slick-prev, .card__images-nav .slick-next{
    bottom: 25px;
    height: 50px;
    width: 50px;
}

.card__images-nav .slick-prev:before {
    font-size: 0;
    width: 100%;
    height: 100%;
    left: -30px;
    position: absolute;
    top: 30px;
}
.card__images-nav .slick-next:before {
    font-size: 0;
    width: 100%;
    height: 100%;
    right: -20px;
    position: absolute;
    top: 30px;
}

.card__images-nav .slick-prev:before {
    content: '' !important;
    background: url(/bitrix/templates/dpk_new/css/../images/icons8-50_left.png);
  }

  .card__images-nav .slick-next:before {
    content: '' !important;
    background: url(/bitrix/templates/dpk_new/css/../images/icons8-50_right.png);
    transform: rotate(180%);
  }


.title_block h2 {
    text-transform: none !important;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #72a92d;
}

.card__tabs-tab_p li {
    position: relative;
    padding-left: 25px;
    display: flex;
    padding-bottom: 7px;
  }

.card__tabs-tab_p li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6e6e6e;
    position: absolute;
    left: 0;
    top: 4px;
  }

.ss.ss_icon {
    background-position: 0px -20px;
    background-size: 20px 40px;
}

.global__zag-h h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.global__zag.global__zag--full .global__zag-h h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.main_company-text ol {
    padding-left: 20px;
}

.main_company-text p {
    margin-bottom: 15px;
}

.main_company-text {
    padding-bottom: 30px;
}

.main_company-text .link--text {
    color: #6e6e6e;
    text-decoration: underline;
}

.main_company-text .link--text:hover {
    color: #00a72d;
    /* text-decoration:  */
}

.card .card__tabs-comment, .card .card__tabs-quest {
    width: 100%;
}
.le-button {
    background-color: #00ab37;
}


.progect__info-block__slide .img {
    width: auto;
    max-width: 100%;
    min-height: 100%;
}

.zag.center {
    text-align: center;
}

.main_progect--main_page.serv .main_progect-sl-text_address,
.main_progect--main_page.project  .main_progect-sl-text_address {
    display: flex !important;
    justify-content: center;
}


.main_progect--main_page.serv .main_progect-container--overflow,
.main_progect--main_page.project .main_progect-container--overflow {
    /* max-height: 640px; */
}

.main_progect-sl-text_address {
    font-size: 14px;
}

.serv_title {
	padding: 0 20px;
}

/*
.slider__client .slick-next {
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    max-height: 100px;
}

.slider__client .slick-prev {
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    max-height: 100px;
}

.slider__client .slick-next:before {
    content: '';
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-image: url(/bitrix/templates/dpk_new/css/../images/icons8-50_right.png);
    background-repeat: no-repeat;
}
.slider__client .slick-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-image: url(/bitrix/templates/dpk_new/css/../images/icons8-50_left.png);
    background-repeat: no-repeat;
}

.progect__info-block__slider .slick-next::before {
    width: 30px;
    height: 25px;
    content: '';
    background-image: url(/bitrix/templates/dpk_new/css/../images/icons8-50_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
}

.progect__info-block__slider .slick-prev::before {
    width: 30px;
    height: 25px;
    content: '';
    background-image: url(/bitrix/templates/dpk_new/css/../images/icons8-50_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
}
*/

.category-container__pagination a {
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-container__pagination a:hover {
	color: #fff;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 40px 0 40px;
    padding: 0;
	background-color: #fff;
}


.link.video .bg--youtube {
	width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.main_progect-sl-text_task {
    font-size: 22px;
}

.main_progect-sl-text_address {
    font-size: 16px; text-align:center;
}

.main_progect-sl-text_address .name {
    width: 120px;
    font-weight: bold;
}

.progect__info .main_progect-sl-text_address .name {
    width: 100px;
    font-weight: bold;
}

.main_progect-sl-text_task .name {
    width: 120px;
    font-weight: bold;
}

.main_progect-sl-text_task .change {
    max-width: calc(100% - 100px);
}

.footer__top-list-container .ss_li {
	background-repeat: no-repeat;
}

.progect__info .main_progect-sl-text_address,
.progect__info .main_progect-sl-text_task {
    font-size: 16px;
    max-width: 100%;
}
.progect__info .main_progect-sl-text__name {
    max-width: 100%;
}

.card__info-name {
	font-weight: normal;
}
@media screen and (min-width: 800px) {
    .card__info-name {
		padding-right: 100px !important;
	}
}

.main_progect-sl-text_address {
    max-width: 100%;
}
.main_progect--main_page.project .main_progect-sl-text_address {
    justify-content: center;
}

.showroom li::before,
.post-content li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6e6e6e;
    position: absolute;
    left: 0;
    top: 4px;
}

.showroom li,
.post-content li {
    position: relative;
    padding-left: 25px;
    display: flex;
    padding-bottom: 7px;
}

.post-content h2 {
    text-transform: none !important;
}

.product_advantage-list li {
    width: calc((100% / 4) - 40px);
}

.form_popup-block #link_page {
    display: none;
}
.footer__top-contact-logo img {
    max-width: 169px !important;
}

.card .card__tabs.tab__container .card__tabs-tab_p {
    width: 100%;
}

.error_text {
    color: red;
}

.link__quest--green:hover, .link__quest--green:active, .link__quest--green:focus {
    color: white;
}

@media screen and (max-width: 600px){
    .product_advantage-list--bg li, .product_advantage-list li {
        width: 100%;
    }
}


.category__box-sales.blue span {
    background-color: #406bff;
}

.slider__client-slide .bg {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 600px){
    .slider__client-slide {
        margin: auto;
    }
}

/* End */


/* Start:/bitrix/templates/dpk_new/components/bitrix/sale.basket.basket.line/dpk_new/style.css?16105312764401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/bitrix/templates/dpk_new/components/bitrix/search.title/dpk_header/style.css?16105312762108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/dpk_new/components/bitrix/search.title/dpk_header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/dpk_new/components/bitrix/breadcrumb/dpk_new/style.css?1610531276585*/
.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;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/dpk_new/components/custom/sender.subscribe/dpk_new/style.css?16105312764640*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}
/* End */


/* Start:/bitrix/templates/dpk_new/components/medialine/form.result.new/form_call_two/style.css?1642436940666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/dpk_new/components/medialine/form.result.new/form_call_two/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/dpk_new/components/medialine/form.result.new/form_call_two/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/dpk_new/components/medialine/main.userconsent.request/.default/user_consent.css?16105312763831*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}
/* End */


/* Start:/bitrix/templates/dpk_new/components/bitrix/advertising.banner/message/style.css?17479415641232*/
.modal-overlay {
    display: none; /* скрыто по умолчанию */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* Содержимое модального окна */
.modal-content {
    background-color: #fff;
    margin: 15% auto; /* авто для горизонтального центра */
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 400px;
    position: relative;
}

/* Кнопка закрытия */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.close-btn:hover {
    color: #2f9e3e;
}

.btn-green_v2 {
    background-color: #39b54a;
	color: #fff;
    font-size: 16px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 43px;
}

.btn-green_v2:hover {color:#fff; cursor: pointer; background-color: #2f9e3e;}


/* Адаптация на маленькие экраны */
@media (max-width: 500px) {
    .modal-content {
    margin-top: 20%;
    padding: 15px 10px;
    }
}
/* End */


/* Start:/bitrix/templates/dpk_new/components/niges/cookiesaccept/.default/style.css?16963701713786*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}

/* согласие с куки */

#nca-cookiesaccept-line { border: 1px solid #00a72d !important;}

.nca-bar {max-width: 1980px; margin: 0 auto;}

.nca-cookiesaccept-line.style-3 {
    background-color: #fafafa;
    box-shadow: 0 -5px 10px -6px rgba(0, 0, 0, 0.15);
    font-size:16px;
}
.nca-cookiesaccept-line {left: 50%; bottom: 3% !important; max-width:400px; margin: 0 auto !important; transform: translateX(-50%) !important;}
.nca-cookiesaccept-line-text {line-height: 1.2}

#nca-cookiesaccept-line-accept-btn {padding: 10px 20px; background-color: #00a72d; color: #fff; border: 1px solid #00a72d;}
#nca-cookiesaccept-line-accept-btn:hover {background-color: #fff; color:#00a72d; border: 1px solid #00a72d !important; cursor: pointer;}

#nca-cookiesaccept-line-notaccept-btn {padding: 10px 20px; background-color: #fff; color: #00a72d; border: 1px solid #00a72d;}
#nca-cookiesaccept-line-notaccept-btn:hover {background: #fff !important;}

@media screen and (max-width:400px) {
	.nca-cookiesaccept-line {max-width:340px;}
}
/* End */


/* Start:/bitrix/templates/dpk_new/template_styles.css?176967520645559*/
.service__video-text p {margin-bottom:10px;}
ul.category_sort-list {margin-bottom:0px;}
.bx-breadcrumb .bx-breadcrumb-item {margin-bottom:0px;}
.g-bg-white {background-color: #fff !important;}
.g-bg-gray {background-color: #f2f4f5 !important;}
.g-bg-light-gray {background-color: #f1f5f6 !important;}
.g-color-green {color: #39b54a !important;}
.g-color-green_v2 {color: #59b210}

.g-border-gray {border: 1px solid #e8e8e8;}

.support-blocks {display: flex; justify-content: space-between; padding: 0 30px; font-size:18px;}
.support-blocks .title {font-size:25px;}
.support-blocks .phone {font-size:25px;}

.support-blocks > div { background-position: center;}
.form-email-block { align-content: space-between; display: flex; flex-wrap: wrap;}
.form-email-block > div {width:100%; background-position: center;}
.support-blocks > div img, .form-email-block > div img {width:100%;}

.support-blocks > div, .form-email-block > div {position:relative;}
.support-blocks > div .content, .form-email-block > div .content {position:absolute; padding: 15px; text-align: center; width: 100%; height: 100%;}

/* .g-color-red {color: #00ab37;} */

.top10 {margin-top:10px;}
.top20 {margin-top:20px;}
.top40 {margin-top:100px;}

.my-auto {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width:calc(100% - 30px); text-align: center;
	margin-top:10px;
}

.my-auto-2 {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	width:calc(100% - 30px); text-align: center;
	margin-top:10px;
}
.support-blocks-title {text-align: left; padding: 0 30px;}

.btn-green {
    background-color: #39b54a;
		color: #fff;
    font-size: 16px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
		padding:12px 15px 9px 15px;
}
.btn-green:hover {color:#fff; cursor: pointer; background-color: #2f9e3e;}
.btn-green:focus {color:#fff;}

.card__tabs-tab-list li .name{
  min-width: 300px;
  max-width: 300px;
}
.card__tabs-tab-list li .desc{
	width: calc(100% - 300px);
}

@media screen and (max-width: 1199px) {
      #textures {max-height:400px; overflow-y: auto;}
}

@media screen and (min-width: 991px) {
    .dropdown-content {
       position: absolute;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
    .card__images-once_slider {
      padding: 60px 0px;
    }
    
}

@media screen and (min-width: 991px) {

	.cart-currency select {display:block;}
	.mobile-currency {display:none;}

	.fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.container_shadow.fixed-top {box-shadow:none !important;}

  .w-333.progress_job-block {width: 33.333% !important;}
  
}

h1.main_progect-sl-text_change {
    font-weight: bold !important;
    color: #39b54a !important;
    line-height: 1.4 !important;
	font-size:20px !important;
	margin-top:0px !important;
	font-family: Arial, "sans-serif" !important;
	letter-spacing: 0px !important;
}

.h1 {font-weight: normal !important;}

i.fa-whatsapp {color:#28aa2b !important;}
i.fa-telegram {color:#0a98dc !important;}

.progect__info-main__text .main_progect-sl-text_address {margin-top: 0px !important;}
.progect__info-main__text .main_progect-sl-text_task, .progect__info-main__text .main_progect-sl-text_address {display:block !important; text-align:left !important;}
.progect__info .main_progect-sl-text_address .name, .progect__info .main_progect-sl-text_task .name {margin-right:5px;}

.brands-block {display: flex; justify-content: space-between; margin-top:30px;}
.brands-block > div {padding: 10px; border:1px solid #e6e6e6; margin-right:10px; margin-bottom: 10px; font-size:30px; text-align: center;}
.brands-block > div img {margin-bottom:15px; max-height: 90px;}
.brands-block div:last-child {margin-right:0px;}

.brand-block-detail {margin-bottom:40px;}
.brand-block-detail p {margin-top:10px; margin-bottom:10px;}
.brand-block-detail img:not(.sert) {float:right; margin:10px; max-height: 100px;}
.brand-block-detail img.sert {max-height:400px;}

.scale {
  transition: 1s; /* Время эффекта */
 }
 .scale:hover {
  transform: scale(1.05); /* Увеличиваем масштаб */
 }

.brand-block-detail ul {margin:20px 0 20px 30px;}
.brand-block-detail ul > li {list-style:disc;}


@media screen and (min-width: 1441px) {
   .g-pr-110--xxl {padding-right:110px !important;}
}

@media screen and (max-width: 990px) {
	   .cart-currency select {display:none;}
		 .mobile-currency {display: flex; margin-top:5px; justify-content: center; background-color: #f2f4f5; padding: 5px; font-size: 14px; align-items: center;}
		 .mobile-currency select {margin-left:7px;}
     .used_product-slider {width: calc(100% + 5px);}
     .used_product .global__zag, .used_product .used_product-slider {padding-left: 25px;}
     .card__tabs-list_v2 > li {padding: 8px 7px 5px 7px !important; font-size: 16px !important;}
     .card__tabs-list_v2 {gap:5px !important;}
}

@media screen and (max-width: 991px) {

	.brands-block, .brand-block-detail {padding: 0px 20px;}
	.brands-block > div {font-size:24px;}
	.link-back {margin-left:20px;}


	.my-auto-2 {
		position: absolute;
		top: 40%;
	}

	.installer-block .rating {margin-top:20px; max-width:100% !important;}
	.installer-block .rating + a {margin-top:20px !important; margin-bottom:20px;}

}
@media screen and (min-width: 769px) {
	 .support-blocks > div { width:33%;}
	 .installers-list-item .rating .rating-text {width:100%;}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.support-blocks {font-size:15px;}
	.support-blocks .title {font-size:20px;}
	.support-blocks .phone {font-size:20px;}
}

@media screen and (max-width: 768px) {

  #contact-us .leave-a-message .row > .col-sm-6 {padding-left: 0px !important; padding-right: 0px !important; }

	.brands-block > div {font-size:30px;margin-right:0px;}
	.brands-block {flex-direction: column;}
	.brands-block > div img {max-height: 190px;}

	.brand-block-detail img {float:none; max-height: 400px; margin:10px 0px 20px 0;}

  .support-blocks {flex-wrap: wrap;}
  .support-blocks-title {margin-top:30px !important;}
	.support-blocks > div {width:calc(50% - 5px); margin-bottom:10px;}
  .form-email-block {display: flex; justify-content: space-between; width:100% !important;}
	.form-email-block > div:first-child {margin-bottom:10px;}

	.top40 {margin-top:80px;}

	.page-title-block .flex {flex-flow: column wrap;}
	.page-title-block .flex .desc {padding:20px 0 0 0 !important;}

	.installers-list-item .name, .installers-list-item .rating {margin-top:20px;}
	.installers-list-item .rating {min-height: 70px !important; flex-flow: column wrap; }
	.installers-list-item .rating a {margin-top: 7px;}
	.col-offset-4 {margin-left:33.33%;}
	.installer-block .props {margin-top:20px;}

  .card__tabs-tab-list li .name{
    min-width: 220px;
    max-width: 220px;
  }

  .card__tabs-tab-list li .desc{
    width: calc(100% - 220px);
  }

}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .support-blocks > div .content {
      padding: 50px 15px;
  }
    .support-blocks > div .content img {
          height: 100px; width: auto
    }

}
@media screen and (max-width: 420px) {
	.support-blocks > div {width:100%; margin-bottom:10px;}
  .form-email-block {flex-wrap: wrap !important;}

  .card__tabs-tab-list li .name{
    min-width: 160px;
    max-width: 160px;
  }

  .card__tabs-tab-list li .desc{
    width: calc(100% - 160px);
  }

  .main__slide-text h2 {font-size:16px !important; margin-bottom: 8px;}

  .support-blocks > div .content {
      padding: 50px 15px;
  }
    .support-blocks > div .content img {
          height: 100px; width: auto
    }

}
.main_progect-slide-bg {padding-bottom:0px !important;}
.main_progect-slide-bg a {position: absolute; bottom:5%;}

.category__box-presence--orange {
    color: #d77e00;
}
.link--gr-bl.statusnored, .link--gr-bl_.statusnored {
    border: 1px solid #d77e00;
}
.link--gr-bl.statusnored:before, .link--gr-bl_.statusnored:before, .link--gr-bl.statusnored:hover, .link--gr-bl_.statusnored:hover {
    background-color: #d77e00 !important;
}

.btn_basket.statusnored {
    background-image: none;
    background-color: #d77e00;
    border: 1px solid #d77e00;
    color: #fff;
}

.category__box-warranty {
  color: #fff;
  text-transform: uppercase;
}

.category__box-warranty span {
  width: 145px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.category__box-warranty span::before, .category__box-sales span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  /*border-style: solid;
  border-width: 0 0 30px 17px;
  border-color: transparent transparent #fff transparent; */


}
.category__box-warranty.red span {
  background-color: #e75353;
}
.category__box-warranty span, .category__box-sales span {
	   clip-path: polygon(0 0, 99% 0%, 85% 100%, 0% 100%);
}

.stick {display: flex; flex-direction: column; justify-content: flex-start; position: absolute;top:0; left: 0;}
.stick > div {margin-bottom:3px;}

#contact-us .org, #contact-us .org1 {margin-left:30px; margin-bottom:25px;}

#contact-us .org::before, #contact-us .org1::before{
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
	margin-left: -38px;
	margin-top:-3px;
}

#contact-us .org.phone::before {
	background: url('/bitrix/templates/dpk_new/images/phone_marker.png') no-repeat 50%;
}

#contact-us .org.email::before {
	background: url('/bitrix/templates/dpk_new/images/email_marker.png') no-repeat 50%;
}

#contact-us .org.data::before {
	background: url('/bitrix/templates/dpk_new/images/data_marker.png') no-repeat 50%;
}

#contact-us .org1.service::before {
	background: url('/bitrix/templates/dpk_new/images/service.png') no-repeat 50%;
}


#contact-us .social {display:flex;margin-bottom:30px; margin-top:10px;}
#contact-us .social img {margin-right:15px;}
#contact-us .social-name {font-weight: bold !important; width: 140px; display: block;}

#contact-us .yt img {margin-top:-3px;}
#contact-us .yt span:first-child { margin-right: 20px;}

#contact-us .form-block {margin:15px 0;}

#contact-us .leave-a-message textarea {min-height: 170px; resize: none; margin-bottom:20px;}
#contact-us .leave-a-message .row > .col-sm-6:first-child {padding-left: 0px !important;}
#contact-us .leave-a-message .row > .col-sm-6:nth-child(2) {padding-right: 0px !important;}

#contact-us .map-block, #contact-us .leave-a-message  {margin-top:50px; margin-bottom:100px;}
#contact-us .map-block .map-title {margin:40px 0; display: block;}

.showroom-map-block {margin-top:70px;}

.showroom-map-block .map-title {margin-bottom:20px;}

.page-title-block {padding: 0 15px;}

.page-title-block .global__zag-preview--green {font-size:14px; color: #3ab349;}
.page-title-block .global__zag-preview--green + div {font-size:30px;}
.page-title-block .flex {display:flex; margin:40px 0;}
.page-title-block .flex .desc {padding:0 30px; color:#6e6e6e; line-height: 1.5;}

.installers-list .pagination {margin:30px;}

.installers-list-item {box-shadow: 3px 4px 8px -1px rgba(207,207,207,1); background:#f2f4f5; padding:15px 0; margin:15px 30px;}
.installers-list-item h2 {font-weight: normal;}
.installers-list-item .projects {margin-top:15px !important;}
.installers-list-item .props span {color: #6e6e6e;}

.installers-list-item .rating  {display: flex; flex-wrap: wrap; align-content: space-between; min-height: 209px;}
.installers-list-item .rating .rating-text {font-size:30px; color: #9e9e9e; text-align: center !important; }
.installers-list-item .rating .rating-text + a {text-transform: uppercase; text-decoration:none; background: #00a839; color: #fff; padding: 10px 15px; display: block; text-align:center; max-width:260px; font-size:14px;}
.installers-list-item .rating .rating-text + a:hover {background: #3fba4f;}

.installer-block .global__zag-h {padding-left:15px; padding-right:15px; margin-bottom:55px;}
.page-title-block .global__zag-preview {text-align: left !important;}

.installers-list-item .props {margin-top:15px; color:#191919;}

.installer-block .props > div, .installers-list-item .props > div {margin-bottom:7px;}
.installer-block .props > div span {color: #6e6e6e;}

.installer-block .props > div:last-child {margin-bottom:35px;}

.installer-block .rating {box-shadow: 3px 4px 8px -1px rgba(207,207,207,1); background:#f2f4f5; padding:15px; max-width:230px;}
.installer-block .rating .header, .installers-list-item .rating .header {display: flex;}

.installers-list-item .rating .header .category__box-stars, .installer-block .rating .header .category__box-stars {position:relative; top:-3px; left:7px;}
.installer-block .rating .header .category__box-stars {margin-right:15px;}

.installer-block .rating .title {font-weight: bold; margin-bottom: 10px;}
.installer-block .rating .text {font-size:14px !important; line-height: 14px;}
.installer-block .rating + a {text-transform: uppercase; text-decoration:none; margin-top:40px; background: #00a839; color: #fff; padding: 10px 15px; display: block; text-align:center; max-width:230px;}


.installer-block .text {color:#6e6e6e; line-height: 1.5;}


.installer-block .rating li {padding-left:10px;}

.installer-block .rating li::before {content:none;}

.installers-list-item .slick-slide {padding-right: 10px;}

.installers-list-item .slick-prev, .installers-list-item .slick-next {
		z-index:100;
}
.installers-list-item .slick-next {
    right: 20px;
}

.installers-list-item .slick-prev {
    left: 10px;
}

.installers-list-item .rating .category__box-stars li {
    background-image: url(/bitrix/templates/dpk_new/images/stars2.png);
}

.installers-list-item .rating .category__box-stars .voted {
    background-position: center center;
}

@media screen and (max-width: 442px) {
     .installers-list-item .col-xs-4, .installers-list-item .col-xs-8 {width:100% !important;}
  .installers-list-item .col-xs-4, .installers-list-item .col-xs-8 img {text-align: center}
		 .col-offset-4 {margin-left:0px;}

    .installers-list-item .slick-slide {padding-right: 0px;}

		.installers-list-item .slick-next {
		    right: 10px;
		}
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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;
}

.form--small.form-installer .mfp-content {
    max-width: 670px;
}

.form-columns {display: flex; justify-content: space-between; width:100%;}
.form-columns > div, .form_popup-block.border > div {width:50%;}
.form-columns > div:first-child {padding-right: 30px;}
.form-columns > div:last-child {padding-left: 30px;}

.form--small.form-installer .mfp-content .form_popup-zag {
    text-align: left;
}
.form--small.form-installer .mfp-content .form-columns > div:first-child .caption {margin-top:10px; margin-bottom: 7px;}

.form--small.form-installer .mfp-content .form-columns > div:last-child .caption {margin-top:10px; margin-bottom: 7px;}

.form--small.form-installer .mfp-content .caption {
    font-weight: 500;
}
.form--small.form-installer .mfp-content .caption .req {
    color: #39b54a !important;
}
.form--small.form-installer .mfp-content .form-control {border-color:#ecedee; border-radius: 1px;}
.form--small.form-installer .mfp-content .form_popup-block.border {border-top:1px solid #ecedee; padding-top: 20px;}
.form--small.form-installer .mfp-content .form_popup-block.border .note {font-size:12px; display:block; margin-top: -10px;}

.form--small.form-installer .mfp-content .form_popup-block.border > div:last-child {padding-top:7px;}

/* Custom checkbox */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
	box-shadow: 2px 3px 5px -1px rgba(207,207,207,1);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #39b54a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.example-3{position:relative; margin-top:10px;}
.example-3 .filupp > input[type="file"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.example-3 .filupp {position:relative;display:block;padding:1em;font-size:1em;width:100%;height:3.5em;color:#000;cursor:pointer;border:1px solid #ecedee;}
.example-3 .filupp:hover {border-color:#ccc;}
.example-3 .filupp:after{background:#f7f7f7; content:"\f0c6";font-family: FontAwesome;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;top:.9em;right:.45em;font-size:2em;color:#333;line-height:0}
.example-3 .filupp-file-name {width:75%;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}


@media screen and (max-width: 800px) {
	   .map-button {justify-content: center !important; margin-top: 20px; margin-bottom:20px;}
}

@media screen and (max-width: 768px) {
	  .form-columns {flex-direction: column;}
		.form-columns > div:first-child {padding-right: 0px;}
		.form-columns > div:last-child {padding-left: 0px;}
		.form-columns > div, .form_popup-block.border > div {width:100%;}
}
@media screen and (min-width: 600px) {
	  .main_progect-text-list {display:flex; flex-wrap: wrap;}
}
/*
.main_progect-text-list {display:flex; flex-wrap: wrap;}
*/
.main_progect-text-link {
    padding: 5px 7px;
}

.form--small.feadback__modal_form .mfp-content {max-width: 670px;}
.news-detail .btn-green {color:#fff; text-decoration: none;}

.form--small.feadback__modal_form .mfp-content textarea { resize: none; min-height:170px;}

.feadback__modal_form .form_popup-small { padding: 40px 30px;}
.feadback__modal_form .form_popup-small .form-footer {padding: 0 20px;}

.feadback__modal_form .error_text {padding: 0 20px 20px 20px;}

/* сниппеты */

.send-request-button {margin:30px 0; padding:30px; background:#F2F4F5; display: flex; align-items:center; height: 100%;}
.send-request-button > div {padding: 10px;}
.send-request-button > div a {min-width:200px; margin-top:0px;}

.three-block > div {text-align: center; margin:20px 0;}
.three-block .text-block {margin-top:20px;}
.three-block .text-block .title {font-weight: bold; font-size:20pt; display: block;}
.three-block .text-block .text {display: block; margin-top:15px; font-size:16px;}

@media screen and (max-width: 642px) {

	.send-request-button {flex-direction: column;}
	.send-request-button > div:first-child {order:1;}
}

.images-list > div {text-align:center; margin-top:15px; margin-bottom: 15px;}
.images-list > div > div:first-child {margin-bottom:10px;}
.images-list > div > div:first-child img {max-width: 100px;}

.main_company-text {margin-top: 20px;}
.main_company-text ul {margin-bottom:15px; margin-left: 30px;}
.main_company-text li {margin-left: 20px;}
.main_company-text h2 {margin-bottom:15px;}

.main_company-text ul li, .main_company-text li {color:#6e6e6e;}
.container.card-slider-block ul>li {list-style-type: none !important;}

.header__link a:last-child {display:block !important;}

/* .footer__top .btn.btn-default {color:#fff; border: 1px solid #fff; padding: 10px;} */

.mobile-block__append {flex-wrap: nowrap;}

@media screen and (max-width: 590px) {
	   .mobile-block__append {flex-wrap: wrap;}
		 .mobile-block__append .link--gr-bl {margin-top:15px}
}

.mt-40 {margin-top:40px;}
.font-normal {font-weight: normal; font-family: 'Open Sans', sans-serif !important;}

.map-block {display: block;}

.main_progect-text-list {justify-content: flex-start !important; margin-bottom:20px;}
.main_progect-text-list > li a {padding-left: 0px; padding-right:14px;}

.map-button {display: flex; justify-content: flex-end;}
.map-button a {
    padding: 10px 20px 10px 20px;
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-color: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 20px;
}
.map-button a:hover {
	background-color: #fff;
	border: 1px solid #39b54a;
	color: #39b54a;
}

.office_and_room, .store_address {margin-bottom: 20px;}

#contact-us .org.map_marker::before {
    background: url(/bitrix/templates/dpk_new/images/map_marker.png) no-repeat;
		width:19px !important;
		height: 28px !important;
		background-size: 100%;
		margin-left: -33px !important;
    margin-top: -3px;
}

.cart-currency {}
.cart-currency {text-align:center !important;}
.cart-currency select {background-color: #f2f4f5; border-color: #f2f4f5; padding: 2px 4px; margin:0 auto !important;}

.error_text {color: #980000;}

.green_button {
    text-transform: uppercase;
    text-decoration: none;
    background: #00a839;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
    max-width: 260px;
    font-size: 14px;

}
.green_button:hover {background: #3fba4f; color:#fff;}
.installer-block > div:last-child > div {margin-bottom:10px;}
.installer-block .installer_desc a.installer-name {color: #00a839;}
.installer-block .installer_desc a.installer-name:hover {text-decoration:underline;}

.subscribe {display:flex; align-items: center;}
.input_check.styler {
    width: 20px;
}

.subscribe .jq-checkbox {
	width: 20px !important;
	height: 20px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8 !important;
	margin-right:13px;
	margin-top:-1px;
	margin-left:-1px;
	outline:none !important;
}
.subscribe .input_check.styler.jq-checkbox.checked .jq-checkbox__div {
    width: 20px !important;
    height: 6px !important;
    margin: 5px 0 0 3px;
		width:13px !important;
		outline: none !important;
		outline-offset: -10px !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-light {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert:empty {display:none;}

.g-font-size-6 {font-size:6px;}
.g-font-size-10 {font-size:10px;}
.g-font-size-12 {font-size:12px;}
.g-font-size-14 {font-size:14px;}
.g-font-size-16 {font-size:16px;}
.g-font-size-18 {font-size:18px;}
.g-font-size-20 {font-size:20px;}

.g-color-white {color:#fff;}
.g-font-weight-normal {font-weight:normal;}

.green-link, .new-desc h3, .green-link--hover:hover {color:#39b54a !important;}
.green-link:hover {text-decoration:underline;}
.btn-green-outline {font-size:14px; border:1px solid #39b54a; color:#39b54a; font-weight: normal;padding: 10px 15px; background-color: #fff;}
.btn-green-outline:hover {background-color: #39b54a; color:#fff;}

.baner-abs-right {position:fixed; right:10px; top:380px; z-index: 1;}

@media screen and (max-width: 1919px) {
	  .baner-abs-right {display:none;}
		.calc-text {display:block;}
}
@media screen and (min-width: 1920px) {
	  .baner-abs-right {display:block;}
}
@media screen and (max-width: 2020px) {
	   .baner-abs-right img {max-width: 250px; height: auto;}
}
@media screen and (min-width: 1200px) {
    .main_progect-slider_v2 .main_progect-slide {height:330px;}
}
@media screen and (min-width: 768px) {
    .g-mx-minus-15--md {margin: 0 -15px;}
    .about_bottom .brands img {max-width:33%;}
}
@media screen and (max-width: 575px) {
	  .text-xs-center {text-align:center;}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .col-xs_sm-6 {width:50%; margin: 0 3px !important;}
}

.pInstructions {display:none !important;}

@media screen and (max-width: 576px) {
  
  .main_progect-sl-text_change {margin-left: 0px !important;}
    
}

.form-project-filter label {font-weight: normal !important;}
.text-uppercase {text-transform:uppercase;}
.g-font-weight-600 {font-weight:600;}

.w-100 {width:100%;}

.btn_calc {
  padding: 13px 40px 13px 40px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn_calc:hover, .btn_calc.active {
  color: #39b54a;
  background-color: #fff;
  cursor:pointer;
}
.g-brd-green, .g-brd-green--hover:hover {border-color: #39b54a !important;}
.g-brd-kr-gray, .g-brd-kr-gray--hover:hover {border-color: #808080 !important;}


div[id^="wait_"] 
{ 
	display: none !important; 
	background: none !important; 
	border: 0 !important; 
	color: #000000; 
	font-family: Verdana, Arial, 
	sans-serif; font-size: 11px; 
	font-style: normal !important; 
	font-variant: normal !important; 
	font-weight: normal; 
	letter-spacing: normal !important; 
	line-height: normal; 
	padding: 0 !important; 
	position: absolute; 
	text-align: center !important; 
	text-indent: 0 !important; 
	width: 0px !important; 
	height: 0px !important; 
	word-spacing: normal !important; 
	z-index: 0; 
	content: ""; 
}

span.popup__call:hover {cursor:pointer;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #f9f9f9;
  min-width: 200px;
  padding: 12px 16px 12px 5px;
  z-index: 1;
  margin-top: 20px;
}

.dropdown-content a {border:none; padding: 5px 10px;}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu-nav__link {cursor: pointer;}

@media screen and (max-width: 990px) {
  .header_bottom-search {
      top: 7px;

  }
}

#video_list .bxmaker__ajaxpagenav__pg__showmore {display:none;}
#video_list li {padding-top: 15px; padding-bottom: 15px;}
#video_list .video__block {
  height: 240px;
}

#video_list .video__block-text_zag {
  font-size: 14px;
  margin-top: 20px;
}

#video_list .video__block-text {padding: 30px;}

.global__zag-preview.text-left, .installers .text-left {text-align:left !important;}

@media screen and (max-width: 800px) {
  #video_list .card__tabs-tab .video__block {
      margin: 0;
  }
  .proekty_about .global__zag--half > div {
    text-align: left !important;
  }
}

.chk.form-project-filter {margin-top: 30px;}
.chk.form-project-filter label:hover {color: #00ab37;}

.form-project-filter INPUT[type=radio] + span {
    cursor: pointer; font-size:16px;
}
.form-project-filter INPUT[type=radio]:checked + span {
    color: #00ab37;
}
.page404 {color:#fff; font-size:22px;}
.page404 h2 {color:#00ab37; font-size:250px}

.page404 .text404 {max-width: 600px; margin: 0 auto;}
.page404 a {border-radius:2px; border: 3px solid #00ab37; background: transparent; text-transform: uppercase; padding: 10px 30px; font-weight: normal;}

@media screen and (max-width: 665px) {
  .page404 {color:#fff; font-size:18px;}
  .page404 h2 {color:#00ab37; font-size:150px}
}
@media screen and (max-width: 400px) {
  .page404 {color:#fff; font-size:18px;}
  .page404 h2 {color:#00ab37; font-size:100px}

  .about_top .quote:before, .about_bottom .quote:before {
    width: 25px !important;
    height: 25px !important;
    background-size: 70% !important;
    margin-left: -40px !important;
    margin-top: -5px !important;
  }

  .about_top .quote, .about_bottom .quote {padding: 30px 30px 30px 60px !important;}

}

@media screen and (max-width: 767px) {
  .proekty_about .map-button {
    justify-content: start !important;
  }
}

.proekty_about .main_progect-sl-text_address .name {margin: 0px !important;}

.about_top .preim img {height: 100px;}
.about_top .preim img + div {font-weight:600; max-width:220px;}
.about_bottom .brands.row {margin-top:20px;}
.about_bottom .global__zag-h {text-align: left !important;}
.about_bottom .brands img {border: 1px solid #e6e6e6; padding: 5px; min-height:100%; width:auto !important;}

.about_top .quote, .about_bottom .quote {max-width:1010px; margin:0 auto;padding: 50px 50px 50px 140px; color: #fff; font-size: 20px; margin-bottom: 40px; text-align: left;}

.about_top .quote:before, .about_bottom .quote:before {
  content: "";
  background: url(/bitrix/templates/dpk_new/images/quote.svg) no-repeat center center;
  position: absolute;
  width: 65px;
  height: 68px;
  margin-top: -15px;
  margin-left: -100px;
}

.category__box-price_new_.not_diff {
  color: #727272;
}
.category__box-price_new_ {
  color: #ff414e;
  font-size: 18px;
  width: 100%;
}
#modal_map {margin-top:5% !important;}

.card__tabs-list li {padding: 15px 5px !important; }

@media screen and (min-width: 600px) {
     .card__tabs-list li {width: calc(100% / 7);  word-break: break-all;white-space: normal;}
}

.product-service {border: 1px solid #39b54a; padding:15px; height: 100%;}
.product-service .name {font-weight: bold;}
.product-service .text {font-size: 14px;}
.product-service object, .product-service img {max-width: 70px;} 

@media screen and (max-width: 599px) {
  .product-services .col-xs-6 {width:100% !important;}
}

.card__images-once_slide {position:relative;}
.card__images-once_slide .link i {position:absolute; bottom:10px; left:10px; z-index:999;}
.card__images-once_slide .link i + span {position:absolute; bottom:10px; left:40px; z-index:999;}

.category__box-sales span {padding-top:3px;}

.card__images-once.popup--gallery .slick-track {
  display: flex;
}
.card__images-once.popup--gallery .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.new-desc h3 {line-height: 1; margin-bottom:5px;}
.new-desc .order-2 {order:2; border-right:none !important;}
.new-desc .order-1 {border-right: 1px solid #e1e1e1;}
.new-desc span {line-height: 1.2;}
.new-desc div:first-child {border-right: 1px solid #e1e1e1;}
.g-brd-gray-light-v1 {border-color: #e1e1e1 !important;}

jdiv[class^='button'] {bottom: 50px !important;}
jdiv {z-index:100 !important;}

.main_company-text-1 h2, .main_company-text-1 h3 {margin-bottom:10px;}
.popup-modal-dismiss {color:#00a72d;}
a.popup-modal-dismiss {border-color: #fff !important; text-transform: none;}


@media screen and (max-width: 495px) {

  .installers-list-item .rating .rating-text + a {max-width:100% !important; }

}

.main_progect-sl-text_address .name, .main_progect-sl-text_task .name {margin-left:0px !important; margin-bottom:3px;}


.main_progect-slider, .main_progect-slider_v2, .main_progect-slide, .main_progect-container--overflow {height: auto;}

.iframevideo-display {display: flex !important; align-items: center !important;}
.iframevideo-display a {height:auto !important; }
.footer_zag ymaps {font-size: 11px;}

.footer__top-map .footer_zag {width: 100%; margin-bottom:0px !important;}
.footer__top-map .footer_zag, .footer__top-map .footer_zag span {padding-top:0px !important;}
.footer__top-map .footer__top-map-list {width: 100%; display: flex; flex-wrap: wrap; margin-top:0px !important;}
.footer__top-map .footer__top-map-list li {margin-right: 5px; line-height: 1;}

.popup--map {
  padding: 8px 12px;
  color: #00a72d !important;
  text-transform: none;
}

.used_product-slider .category__box {margin-bottom: 10px;}

.main_progect-slide-bg a.trk-marker-tooltip {position:relative !important; z-index:1000; margin-right: 20px; max-width:200px;}
.trk-marker-tooltip {z-index:1000;}

.slick-track .progect__info-block__slide {
    margin-right:20px;
}
.progect__info-block__slide {height:auto !important;}

.trk-marker {z-index: 100;}

.progect__info-block__slide .bg {height:300px;}

.faq-block .used_product-slider {width:100% !important;}
.faq-block .used_product-slider .slick-slide {margin-left:6px; margin-right:6px; background-color: #f2f4f5; padding: 40px 20px 15px 20px;  border-radius: 15px; height:auto; flex:0 0 auto;}
.faq-block .used_product-slider::before {display: none;}
.g-bg-primary {background-color: #00a72d !important;}
.g-color-primary {color: #00a72d !important;}

.faq-block .slick-track {
  display: flex !important;
}

.faq-block .slick-arrow {top: 50%; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.5);}
.faq-block .slick-prev {left: -20px;}
.faq-block .slick-next {right: -20px;}

.used_product-slider .slick-next::before {background-image: url(/bitrix/templates/dpk_new/images/ar_gr_r_gray.png); background-size: 45%;}
.used_product-slider .slick-prev::before {background-image: url(/bitrix/templates/dpk_new/images/ar_gr_r_gray.png); background-size: 45%; transform: scaleX(-1);}

.g-color-3d {color: #3D3D3D;}
.g-color-kr-gray, .g-color-kr-gray--hover:hover {color: #808080;}

.category__box-sales.labels span {
  background-color: #8977F9;
}
.element-stick > div > span, .stick > div > span {padding-left:10px !important; font-size: 11px; justify-content: start;}

.category__box-name {align-items: flex-start; height: 80px !important; margin-top: 10px; color: #191919; letter-spacing: -0.003rem;}
.category__box-link a {color: #191919;}

a.gray_link:hover {opacity: .5;}

.form_consent a {color: #39b54a;}
.form_consent a:hover {text-decoration: underline;}

.w100 {width: 100%;}
.g-kr-color-gray {color: #727272;}
.g-kr-color-light-gray {color: #c5c5c5}

.proekti-works .progress_job {padding: 0px !important;}
.proekti-works .global__zag--full {margin: 0px; max-width: 100%; padding: 0px;}
.proekti-works .global__zag-h {margin-bottom: 10px;}
.proekti-works .global__zag-p {margin-bottom: 40px;}
.proekti-works .global__zag-h, .proekti-works .global__zag-p {text-align: left;}
.proekti-quest__block .quest__block {margin-bottom: 20px;}

.g-height-270 {height: 270px;}
.g-bg-white-gradient-opacity-v1--before::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.menu-nav__list {margin-bottom: 0px;}

.select2-container--default .select2-selection--single {padding: 10px 5px !important;}
.select2-container--default .select2-selection--single img {width: 30px !important; height: 30px !important;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-left: 3px;}

.doc-item {border: 1px solid #e0e0e0;}
.doc-item a {text-decoration: none;}
.doc-item:hover {border: 1px solid #00ab37;}

.container ul.books-sections > li:before {content: none !important;}
ul.books-sections > li {padding-left: 0px !important; margin-right: 15px;}
ul.books-sections > li a {text-decoration: none; border-bottom: 2px solid #00ab37; padding-bottom: 5px;}
ul.books-sections > li a:hover {color: #00ab37 !important;}

.link--gr-bl:before {
  border-radius: 25px !important;
}

.main__product-item {border-radius: 15px;}
.main__product-name {border-radius: 0 0 15px 15px !important;}
.main__product-item:hover .main__product-name {border-radius: 15px !important;}

.kr-border-bottom_v1 {border-bottom: 1px solid #e5e5e5;}
.quest__block.none-before::before {background-color: rgba(0, 0, 0, 0.05);}

.kr-color-black {color: #191919;}

.subscribe__block-form .input__sbmt, .subscribe__block-form__block .input__sbmt {border-radius: 25px; margin-left: -25px;}

/* новая карточка товара */

.used_product-slider .slick-track {width: auto;}
.intabs .category__box {width: 100% !important;}

.tab__block {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
}
.tab__block.active {
    height: auto;
    padding-top: 34px;
} 

.used_product-slider .slick-prev, .used_product-slider .slick-next {top: -18px !important}

.card__tabs-list_v2 {gap: 10px;}
.card__tabs-list_v2 > li {border: 2px solid #00ab37; padding: 8px 15px 5px 15px; border-radius: 20px; text-transform: uppercase; font-size: 20px; max-width: 100%; cursor: pointer; font-weight: 600;}
.card__tabs-list_v2 > li.active {background-color: #00ab37; color: #fff;}

@media screen and (min-width: 536px) and (max-width: 767px) {
    .card__tabs-list_v2 {max-width: 80%; flex-wrap: wrap;}
}

@media (max-width: 535px) {
    .card__tabs-list_v2 {flex-direction: column;}
    .card__tabs-list_v2 > li {padding: 8px 15px 5px 15px !important; font-size: 16px !important;}
}

@media (min-width: 536px) {
  .card__tabs-list_v2 {margin-bottom: -35px;}
  .intabs .slick-list {margin-top: 15px;}
}
@media (max-width: 500px) {
  .subscribe__block-form .input__sbmt, .subscribe__block-form__block .input__sbmt {margin-left:0px;}
}

.idtabs .slick-track {gap: 5px; display: flex;}
.card_slider_2 .used_product-slider {padding-right: 0px !important; }

.popup-window {max-width: 340px;}
.popup-window-buttons .btn {background-color: #00ab37; border-radius: 30px; padding: 5px 10px; color: #fff; cursor: pointer;}
.popup-window-buttons .btn:hover {background-color: #2f9e3e;}

.g-gap-5 {gap: 5px;}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  line-break: auto;
  text-align: center;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00ab37;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #00ab37;
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #00ab37;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #00ab37;
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #00ab37;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px; text-align: center;
}

.g-bg-kr-orange {background-color: #d77e00;}
.g-color-white.g-color-orange {color: #fff !important;}
.g-bg-kr-orange--hover:hover {background-color: #d77e00 !important;}

.g-bg-kr-green {background-color: #39b54a;}
.g-color-white.g-color-green {color: #fff !important;}
.g-bg-kr-green--hover:hover {background-color: #2f9e3e !important;}

.flipbook-icon-file:before {
  content: "\f019" !important;
}

.installers-detail-list .slick-arrow {position: absolute; top: calc(100% - 20px) !important; width: 30px; height: 30px;}

.installers-detail-list .slick-next::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/images/ar_gray_r2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}

.installers-detail-list .slick-prev::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/bitrix/templates/dpk_new/images/ar_gray_l2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}
.installers-detail-list .slick-prev {left: calc(100% - 60px) !important; z-index: 100;}
.installers-detail-list .slick-next {left: calc(100% - 30px) !important; z-index: 100;}

.favorites.active .fa-heart {color:crimson;}
.favorites .fa-heart {font-size: 20px;}
.js-favorite {border: 1px solid #2f9e3e; width: 40px; height: 40px; display:block; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left:10px;}

.js-favorite.fa-heart + a {color: #808080 !important; display: flex !important; text-transform: none; height:40px; align-items:center; font-size: 14px;}
.js-favorite.fa-heart + a:hover {color: #333 !important;}

.cols4 .category__box {
  width: 100%;
  padding: 15px;
  border: 1px solid #e0e0e0;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% / 4) - (30px - (30px / 4)));
}

/*
.cols4 .category__box {
  width: calc((100% / 4) - (30px - (30px / 4))) !important;
}

.cols4 .category__box:nth-child(3n) {margin-right: 30px !important;}
.cols4 .category__box:nth-child(4n) {margin-right: 0px !important;}
*/

.btn-sm {
    width: 200px;
}

.yourself-cats a {
       transition: 0.5s;
        
    }

.main__product-name_ys {
    width: 100%;
    min-height: 49px;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: min-height 0.5s ease;
}

.yourself-cats a {
  width: 100%;
}
@media (max-width: 575px) {
  .main__product-name_ys {
      position:relative;
      border-radius: 0px 0px 15px 15px !important;
      background-color: rgba(0, 0, 0, 0.8);
  }
  .yourself-cats img {
      height: auto !important;
      border-radius: 15px 15px 0px 0px !important;
      width: 100%;
  }
  .tab__block.active {
    padding-top: 55px !important;
  }
}
@media (min-width: 576px) {
    .yourself-cats img {
       height: 100%; width: 100%;
    }
    .yourself-cats a:hover .main__product-name_ys {
       min-height: 100% !important;
       background-color: rgba(0, 0, 0, 0.7);
       border-radius: 15px;
       transition: min-height 0.5s ease;
    }
    .yourself-cats a:hover {
        transform: scale(0.9);
    }

}

@media screen and (min-width: 536px) and (max-width: 575px) {
 .card__tabs-tab .used_product-slider .slick-prev, .card__tabs-tab .used_product-slider .slick-next {top: -5px !important}
}
.g-rounded-bottom-15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.youvideo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url('/bitrix/templates/dpk_new/images/youtube.png') no-repeat center center / contain;
  z-index: 2;
}

.ruvideo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url('/bitrix/templates/dpk_new/images/rutube.png') no-repeat center center / contain;
  z-index: 2;
}

.link_v1:hover {text-decoration: underline;}

.category__box-sales.kupi span {
    background-color: #39b54a;
}

.element-description p {margin-bottom: 10px;}

.slick-slide .badge-primary:has(img) {
   display: inline-block; padding: 1px 5px;
}

.popover-content {
    color: #3D3D3D; z-index: 10000 !important;
}

.badge-primary {
    background-color: #39b54a;
    border-radius: 12px;
    padding: 0px 5px;
    color: #fff;
    line-height: 1;
    font-size: 12px;
}

.badge-primary-outline {
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 5px 3px 5px;
    color: #39b54a;
    line-height: 1;
    font-size: 12px;
    border: 1px solid #39b54a;
    text-transform: uppercase;
}

.used_product .popover-content, .used_product-slide .popover-content {width:110px !important; left: 15px;}
.header_top .border {margin-right: 0px !important;}

.progect__info-block__list ul li, .filter-block__box_list-span {font-weight: 400;}
.office-name {text-align: left;}

.ordering__block-check, .ordering__block-check label, .ordering__block-input label {font-weight: 400 !important; }


.seo__text, .service__video {
    line-height: 1.5;
}
.seo__text ul li {
    list-style-type: disc;
    margin: 0;
    padding-left: .5em; /* стандартный отступ для маркеров */
}

.active .link--gr-bl {
    color: #fff !important;
    background-color: #39b54a !important;
}
.detail-text h2 {line-height: 1 !important;}
/* End */
/* /bitrix/templates/dpk_new/css/reset.css?16105312763452 */
/* /bitrix/templates/dpk_new/css/libs/jquery.formstyler.css?16105312762169 */
/* /bitrix/templates/dpk_new/css/libs/jquery.formstyler.theme.css?161053127610731 */
/* /bitrix/templates/dpk_new/css/libs/magnific-popup.css?16105312766951 */
/* /bitrix/templates/dpk_new/css/libs/slick.css?15070529691776 */
/* /bitrix/templates/dpk_new/css/libs/slick-theme.css?16105312763166 */
/* /bitrix/templates/dpk_new/css/unify-globals.css?1679874610406733 */
/* /bitrix/templates/dpk_new/assets/glasscase/css/glasscase.css?168805084218773 */
/* /bitrix/templates/dpk_new/assets/fancybox/jquery.fancybox.min.css?174661293113213 */
/* /bitrix/templates/dpk_new/css/libs/owl.carousel.css?16105312761525 */
/* /bitrix/templates/dpk_new/css/libs/owl.transitions.css?16105312764821 */
/* /bitrix/templates/dpk_new/css/style.css?1766364571134485 */
/* /bitrix/templates/dpk_new/css/pages.css?161053127624922 */
/* /bitrix/templates/dpk_new/css/custom_1.css?16798693521442 */
/* /bitrix/templates/dpk_new/css/bootstrap.css?161053127610325 */
/* /bitrix/templates/dpk_new/css/b4_styles.css?1642798306134905 */
/* /bitrix/templates/dpk_new/css/select2.min.css?164833295016264 */
/* /bitrix/templates/dpk_new/assets/magiczoomplus/magiczoomplus.css?167780891333962 */
/* /bitrix/templates/dpk_new/assets/fontawesome/css/font-awesome.css?175693848737414 */
/* /bitrix/templates/dpk_new/css/custom_2.css?169274769213156 */
/* /bitrix/templates/dpk_new/components/bitrix/sale.basket.basket.line/dpk_new/style.css?16105312764401 */
/* /bitrix/templates/dpk_new/components/bitrix/search.title/dpk_header/style.css?16105312762108 */
/* /bitrix/templates/dpk_new/components/bitrix/breadcrumb/dpk_new/style.css?1610531276585 */
/* /bitrix/templates/dpk_new/components/custom/sender.subscribe/dpk_new/style.css?16105312764640 */
/* /bitrix/templates/dpk_new/components/medialine/form.result.new/form_call_two/style.css?1642436940666 */
/* /bitrix/templates/dpk_new/components/medialine/main.userconsent.request/.default/user_consent.css?16105312763831 */
/* /bitrix/templates/dpk_new/components/bitrix/advertising.banner/message/style.css?17479415641232 */
/* /bitrix/templates/dpk_new/components/niges/cookiesaccept/.default/style.css?16963701713786 */
/* /bitrix/templates/dpk_new/template_styles.css?176967520645559 */
