@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #db3624;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #ff5c53;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Muller", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #080000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .module_social {
	text-align: right;
  }	
  #header a.header_bg {
	height: 230px !important;
	background-size: auto 230px !important;
  }	 
  .module_phone_container{
	  top:150px;
  }
  .module_phone_container .module_phone .item_block a.phone{
	  font-size:18px;
  }
  .module_phone .item_block:first-child{
	  left:-30px;
	  top:20px
  }
  .module_phone .item_block:last-child{
	  top: 50px;
	  left: -100px;
  }	
  .module_phone_container{
	  position:absolute;
	  right:0;
	  left:0;
  }
  .module_phone .item_block{
	  position:relative;
	  display:inline-block;
  }  
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .module_social {
	text-align: right;
  }	
  .module_slider_main .item_description{
	  font-size:26px;
	  margin:0;
  }	
  #header a.header_bg {
	height: 300px !important;
	background-size: auto 300px !important;
  }	 
  .module_phone_container{
	  top:200px;
  }
  .module_phone_container .module_phone .item_block a.phone{
	  font-size:30px;
  }
  .module_phone .item_block:first-child{
	  left:-30px;
	  top:10px
  }
  .module_phone .item_block:last-child{
	  top: 50px;
	  left: -280px;
  }		
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .module_slider_main .item_description{
	  font-size:36px;
  }	
  #header a.header_bg {
	height: 300px !important;
	background-size: auto 300px !important;
  }	 
  .module_phone_container{
	  top:200px;
  }
  .module_phone_container .module_phone .item_block a.phone{
	  font-size:30px;
  }
  .module_phone .item_block:first-child{
	  left:90px;
	  top:10px
  }
  .module_phone .item_block:last-child{
	  top: 50px;
	  left: -280px;
  }	
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .module.module_slider_main,	
  .module.module_slider_main .item_block{
	  height:308px; 
  }	
  .module_phone_container .module_phone .item_block a.phone{
	  font-size:42px;
  }
  .module_slider_main .item_description{
	  font-size:36px;
  }	
  #header a.header_bg {
	height: 448px !important;
	background-size: auto 448px !important;
}
  .module_phone_container{
	  top:330px;
  }
  .module_phone .item_block:first-child{
	  left:70px;
	  top:0;
  }
  .module_phone .item_block:last-child{
	  top: 50px;
	  left: -380px;
  }
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

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

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #db3624 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1e6c5b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #080000 !important;
}

.text-muted {
  color: #666 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 575px) {
  .footer_bottom{
	  text-align:center;
  }
  .module_social {
	text-align: center;
  }	
  [class^=col-xs] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 359px) {
  .col-sxs-12 {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .modal-sm {
    max-width: 355px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@font-face {
    font-family: 'ChinaCyr';
    src: url('../fonts/ChinaCyr/ChinaCyr.woff2') format('woff2'),
        url('../fonts/ChinaCyr/ChinaCyr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Regular"), local("Muller-Regular"), url("../fonts/Muller/MullerRegular.woff2") format("woff2"), url("../fonts/Muller/MullerRegular.woff") format("woff"), url("../fonts/Muller/MullerRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Medium"), local("Muller-Medium"), url("../fonts/Muller/MullerMedium.woff2") format("woff2"), url("../fonts/Muller/MullerMedium.woff") format("woff"), url("../fonts/Muller/MullerMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Bold"), local("Muller-Bold"), url("../fonts/Muller/MullerBold.woff2") format("woff2"), url("../fonts/Muller/MullerBold.woff") format("woff"), url("../fonts/Muller/MullerBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  font-size: 14px;
}

body {
  margin: 0;
  /* font-family: "Muller", "Arial", sans-serif; */
  font-family: "ChinaCyr", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #080000;
  text-align: left;
  background:url("../img/body/left.jpg") no-repeat left 450px #f3f3f3;
  height: 100%;
  letter-spacing: 0.01px;
  display: initial;
}
body #wrapper{
	background:url("../img/body/right.jpg") no-repeat right 450px;
}
a,
.link {
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #db3624;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #ff5c53;
  text-decoration: underline;
}
a.link-reverse,
.link.link-reverse {
  color: #ff5c53;
}
a.link-reverse:hover,
.link.link-reverse:hover {
  color: #db3624;
}

iframe {
  max-width: 100%;
}

* {
  outline: none !important;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#wrapper[data-template=catalog_product] {
  overflow: hidden;
}

#header {
  width: 100%;
}

#middle {
  margin-bottom: 30px;
}

#footer {
  margin-top: auto;
}

.tiles_col {
  margin-bottom: 20px;
}
.row .tiles_col > div {
  height: 100%;
}

img {
  max-width: 100%;
}

.w100,
[cols="100"],
[size="100"] {
  width: 100%;
}

.w90,
[cols="90"],
[size="90"] {
  width: 90%;
}

.w80,
[cols="80"],
[size="80"] {
  width: 80%;
}

.w70,
[cols="70"],
[size="70"] {
  width: 70%;
}

.w60,
[cols="60"],
[size="60"] {
  width: 60%;
}

.w50,
[cols="50"],
[size="50"] {
  width: 50%;
}

.w40,
[cols="40"],
[size="40"] {
  width: 40%;
}

.w30,
[cols="30"],
[size="30"] {
  width: 30%;
}

.w20,
[cols="20"],
[size="20"] {
  width: 20%;
}

.w10,
[cols="10"],
[size="10"] {
  width: 10%;
}

.module {
  margin-bottom: 35px;
}
.module.module_toggle .module_header {
  cursor: pointer;
}

.module_bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #db3624;
}

.module_header {
  margin-bottom: 25px;
  color: #080000;
  font: 500 1.7rem/1.2 "ChinaCyr", "Arial", sans-serif;
}
.module_header span {
  font-weight: 400;
}
aside .module_header {
  font: 500 1.35rem "ChinaCyr", "Arial", sans-serif;
  margin-bottom: 0;
}
.footer_middle .module_header {
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  color: #fff;
  background: #db3624;
  display: inline-block;
  text-align: center;
  padding: 8px 30px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  background: #ff5c53;
}
.btn.btn-light {
  color: #000;
  background: #e3e3e3;
}
.btn.btn-light:hover {
  color: #fff;
  background: #ff5c53;
}
.btn.btn-reverse {
  background: #ff5c53;
}
.btn.btn-reverse:hover {
  background: #db3624;
}
.btn.btn-border {
  color: #080000;
  background: none;
  border: 1px solid #db3624;
}
.btn.btn-border:hover {
  color: #fff;
  background: #db3624;
}
.btn.btn-big {
  padding: 15px 45px;
}
.btn.btn-small {
  font-size: 0.9rem;
  padding: 8px 20px;
}
.btn.btn-plus {
  overflow: hidden;
  position: relative;
  width: 130px;
  height: 44px;
  line-height: 44px;
  padding: 0 25px 0 0;
  background: rgba(255, 92, 83, 0.65);
  transition: all 0.1s ease;
}
.btn.btn-plus:after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  text-align: center;
  background: rgba(255, 92, 83, 0.65);
  text-indent: 0;
  z-index: 1;
}

input[type=text],
input[type=number] {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.page_header {
  position: relative;
  font-size:1.7rem;
  font-family: "ChinaCyr", "Arial", sans-serif;
  margin-bottom: 15px;
  color: #000;
}
aside .page_header {
  font-size: 2rem;
  margin-bottom: 5px;
}

.page_date {
  color: #888;
  margin-bottom: 10px;
}

.fading {
  visibility: hidden;
}

ul.menu_horizontal {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu_horizontal li {
  position: relative;
}
ul.menu_horizontal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  ul.menu_horizontal {
    display: flex !important;
  }
  ul.menu_horizontal ul {
    display: none !important;
  }
  ul.menu_horizontal li:hover > ul {
    display: block !important;
  }
}

ul.menu_vertical {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu_vertical li.active > ul {
  display: block;
}
ul.menu_vertical ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs {
  margin-top: 17px;
  margin-bottom: 17px;
  color: #666;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.97rem;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs ul li a {
  color: #666;
  text-decoration: none;
}

.pagination {
  margin: 0 0 15px;
  list-style: none;
  text-align: right;
}
.pagination ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.pagination li {
  margin: 0 2px;
  display: inline-block;
}
.pagination li span,
.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  font-size: 1rem;
  color: #080000;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}
.pagination li a:hover {
  color: #fff;
  background: #db3624;
}
.pagination li.active a, .pagination li.active span {
  background: #ff5c53;
  border-color: #ff5c53;
  color: #fff;
}

.modal .modal-backdrop.fade {
  opacity: 0.5;
}
.modal .modal-dialog {
  z-index: 1050;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.modal .modal-header {
  background: #db3624;
  color: #fff;
  font-size: 1.1rem;
  padding: 15px 2rem;
  font-weight: 500;
  align-items: center;
}
.modal .modal-header .close {
  cursor: pointer;
}
.modal .modal-body {
  padding: 1rem 1.7rem 1.7rem;
}
.modal .modal-content {
  border-radius: 0.5rem;
}

.dropdown input[type=text] {
  border: none;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.dropdown .dropdown-toggle {
  display: block;
  position: relative;
}
.dropdown .dropdown-toggle:after {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1px;
}
.dropdown .dropdown-toggle input {
  cursor: default;
}
.dropdown .dropdown-item {
  white-space: normal;
  font-size: 0.95rem;
  cursor: pointer;
  margin: 0;
  transition: none;
}
.dropdown .dropdown-item .active, .dropdown .dropdown-item:hover {
  background: none !important;
  color: #db3624;
}
.dropdown .dropdown-item input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.dropdown .dropdown-item a {
  text-decoration: none;
  color: #080000;
}
.dropdown .dropdown-menu {
  margin-top: -1px;
  border-radius: 4px;
  border: none;
  border: 1px solid #e1e1e1;
}
.dropdown .dropdown-menu.show {
  min-width: 155px;
  right: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav.nav-tabs {
  margin-bottom: 18px;
  border-bottom: 1px solid #efefee;
}
.nav .nav-link {
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-right: 15px;
  margin-bottom: -1px;
  color: #080000;
}
.nav .nav-link.active {
  border-color: #db3624;
}

.tab-content > .tab-pane {
  display: none;
  padding: 5px 0;
}
.tab-content > .active {
  display: block;
}

.resource_items .item_column {
  margin-bottom: 15px;
}
.resource_items .item_title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 700;
}
.resource_items .item_title a {
  color: #080000;
  text-decoration: none;
}
.resource_items .item_title a:hover {
  color: #db3624;
}
.resource_items .item_more {
  display: inline-block;
  margin-top: 10px;
}
.resource_items.items_grid .item_block {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #e0e0e0;
}
.resource_items.items_grid .item_image a {
  display: block;
}
.resource_items.items_grid .item_info {
  position: relative;
  padding: 0 25px 20px;
}
.resource_items.items_grid .item_info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 150px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #e0e0e0 85%);
  background-repeat: repeat-x;
}
.resource_items.items_grid .item_title a {
  color: #1e4dab;
}
.resource_items.items_grid .item_description {
  line-height: 1.3;
}
.resource_items.items_list .item_block {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.resource_items.items_list .item_image {
  margin-right: 15px;
  flex-basis: 15%;
  flex-shrink: 0;
}
.resource_items.items_list .item_image img {
  border-radius: 10px;
}
.resource_items.items_list .item_info {
  flex-grow: 1;
}

.gallery_items .item_block {
  margin-bottom: 20px;
  text-align: center;
}
.gallery_items .item_image {
  margin-bottom: 8px;
}
.gallery_items .item_title {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
}

.error {
  font-size: 0.95rem;
  color: #bb0000;
}

.control-input {
  position: relative;
}
.control-input[class*=-accept] {
  font-size: 0.88rem;
}
.control-input[class*=-accept] [type=checkbox] {
  margin-top: -2px;
  vertical-align: middle;
}

.checkbox-style {
  position: relative;
  padding-left: 30px;
}
.checkbox-style input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox-style input[type=checkbox]:checked + span:before {
  content: "";
  font: 700 1em/1.35 "Font Awesome 5 Pro";
  color: #db3624;
}
.checkbox-style span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  border: 1px solid lightgray;
}

.form_default label {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.form_default input[type=password],
.form_default input[type=number],
.form_default input[type=email],
.form_default input[type=text] {
  height: auto;
  padding: 10px 15px;
  font-size: 0.97rem;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.form_default select {
  height: auto;
  padding: 10px 15px;
  font-size: 0.97rem;
  background: #fff;
  border: 1px solid #ccc;
}
.form_default textarea {
  padding: 10px 15px;
  height: 100px;
  font-size: 0.97rem;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.form_default .form-group {
  margin-top: 10px;
}
.form_default .input-accept {
  font-size: 0.87rem;
}
.form_default .req {
  color: #bb0000;
}
.form_default .error input,
.form_default input.error {
  background: #ffefef;
  border-color: #bb0000;
}
.form_default .error input[type=hidden] + input,
.form_default input.error[type=hidden] + input {
  border-color: #bb0000;
}

.form_icons .control-input {
  position: relative;
}
.form_icons .control-input .fa {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 17px;
  color: #db3624;
}
.form_icons .control-input .fa + input,
.form_icons .control-input .fa + textarea {
  padding-left: 40px;
}
.form_icons .control-input input:focus + .fa,
.form_icons .control-input textarea:focus + .fa {
  color: #ff5c53;
}

.module_devby a {
  color: #171717;
}

.alert {
  border: 1px solid #ccc;
  background: #eee;
  padding: 15px 25px;
  margin: 0 0 15px;
  border-radius: 4px;
  font-size: 0.95rem;
}
.alert.alert-success {
  color: #0b7b0b;
  background: #d9f7b9;
  border: 1px solid #86d87c;
}
.alert.alert-error {
  color: #bb0000;
  background: #ffd1d1;
  border: 1px solid #de8d8d;
}

[data-toggle=tip] {
  position: relative;
}
[data-toggle=tip]:hover .tip {
  display: block;
}

.phone {
  white-space: nowrap;
}

.grecaptcha-badge {
  opacity: 0.3;
  z-index: 1;
}
.grecaptcha-badge:hover {
  opacity: 1;
}

.back_top {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background: #ff5c53;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.back_top.active {
  opacity: 0.5;
}
.back_top:hover {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .module {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .module_devby {
    text-align: right;
  }

  .resource_items.items_grid .item_title {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .page_header,
.module_header {
    font-size: 2.1rem;
  }
  .footer_middle .page_header,
.footer_middle .module_header {
    margin-bottom: 10px;
  }

  .resource_items.items_grid .item_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14.8px;
  }

  .page_header,
.module_header {
    font-size: 2.3rem;
  }
}
.menu_mobile_switcher {
  display: inline-block;
  padding: 15px 0 10px;
  margin-top: -2px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.menu_mobile_switcher i {
  margin-right: 10px;
  font-size: 1.5rem;
  color: #ffffff;
  vertical-align: middle;
}
.menu_mobile_switcher.active, .menu_mobile_switcher{
  color: #ffffff;
}

.module_topmenu ul {
  text-align: center;
  display: block;
}
.module_topmenu ul.menu.menu_horizontal {
  margin-left: -20px;
}
.module_topmenu ul li {
  display: inline-block;
  position: relative;
}
.module_topmenu ul li span,
.module_topmenu ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 15px 8px;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
}
.module_topmenu ul li:hover > a, 
.module_topmenu ul li:hover > span, 
.module_topmenu ul li.active > a, 
.module_topmenu ul li.active > span,
.module_topmenu ul li span,
.module_topmenu ul li a:hover {
  color: #db3624;
}
.module_topmenu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 250px;
  background: rgba(255, 92, 83, 0.95);
  border-radius: 0 0 4px 4px;
  z-index: 10;
  font-size: 1rem;
  text-align: left;
}
.module_topmenu ul ul li {
  margin: 0;
  display: block;
}
.module_topmenu ul ul li span,
.module_topmenu ul ul li a {
  color: #fff;
  text-transform: none;
  padding: 8px 10px;
  margin: 0 10px;
  display: block;
}
.module_topmenu ul ul li:hover > a, 
.module_topmenu ul ul li:hover > span, 
.module_topmenu ul ul li.active > a, 
.module_topmenu ul ul li.active > span,
.module_topmenu ul ul li span,
.module_topmenu ul ul li a:hover {
  color: #000000;
  background: none !important;
}
.module_topmenu ul ul li + li a {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
}
.module_topmenu ul ul ul {
  left: 100%;
  top: -2px;
  border-radius: 0;
  background: rgba(255, 92, 83, 0.8);
}

.module_tagsmenu ul.menu li {
  margin-bottom: 5px;
}
.module_tagsmenu ul.menu li span,
.module_tagsmenu ul.menu li a {
  padding: 7px 10px;
  border: 1px solid #c7c7c7;
  display: block;
  text-align: center;
  color: #080000;
  text-decoration: none;
}
.module_tagsmenu ul.menu li.active > a, .module_tagsmenu ul.menu li.active > span, .module_tagsmenu ul.menu li:hover > a,
.module_tagsmenu ul.menu li a:hover {
  color: #fff;
  background: #db3624;
  border-color: #db3624;
}

.module_sidemenu {
  background: #e0e0e0;
  border-radius: 10px;
  padding: 20px 25px;
}
.module_sidemenu ul.menu {
  list-style-type: none;
}
.module_sidemenu ul.menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module_sidemenu ul.menu li span,
.module_sidemenu ul.menu li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  padding-left: 17px;
  color: #080000;
}
.module_sidemenu ul.menu li span:before,
.module_sidemenu ul.menu li a:before {
  content: "»";
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  color: #db3624;
  font-size: 1.3rem;
}
.module_sidemenu ul.menu li.active > a, .module_sidemenu ul.menu li.active > span, .module_sidemenu ul.menu li:hover > a,
.module_sidemenu ul.menu li a:hover {
  color: #db3624 !important;
}
.module_sidemenu ul.menu ul {
  list-style: none;
  padding: 5px 20px 0 15px;
}
.module_sidemenu ul.menu ul li {
  border: none;
  margin-top: 4px;
  margin-bottom: 4px;
}
.module_sidemenu ul.menu ul li span,
.module_sidemenu ul.menu ul li a {
  padding: 5px 25px 5px 17px;
  border: none;
  color: #080000;
  font-size: 0.95rem;
}
.module_sidemenu ul.menu ul li span:before,
.module_sidemenu ul.menu ul li a:before {
  content: "- ";
  position: absolute;
  left: 0;
}
.module_sidemenu ul.menu ul ul li span,
.module_sidemenu ul.menu ul ul li a {
  padding-left: 25px;
}
.module_sidemenu ul.menu ul ul li span:before,
.module_sidemenu ul.menu ul ul li a:before {
  left: 15px;
}
.module_sidemenu ul.menu ul ul ul li span,
.module_sidemenu ul.menu ul ul ul li a {
  padding-left: 35px;
}
.module_sidemenu ul.menu ul ul ul li span:before,
.module_sidemenu ul.menu ul ul ul li a:before {
  left: 25px;
}

@media (max-width: 767.98px) {
  .menu_bars {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
  }
  .menu_bars span {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #080000;
    top: 50%;
    transition: all 0.3s ease;
  }
  .menu_bars span:first-child {
    top: 25%;
  }
  .menu_bars span:last-child {
    top: 75%;
  }
  .modal-open-menu .menu_bars span {
    opacity: 0;
  }
  .modal-open-menu .menu_bars span:first-child {
    opacity: 1;
    top: 50%;
    transform: rotate(135deg);
  }
  .modal-open-menu .menu_bars span:last-child {
    opacity: 1;
    top: 50%;
    transform: rotate(-135deg);
  }

  .menu_mobile {
    position: fixed;
    top: 0 !important;
    left: -150%;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 1050;
    padding-top: 47px;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu_mobile.active {
    opacity: 1;
    left: 0;
  }
  .menu_mobile ul {
    padding: 0 20px;
  }
  .menu_mobile ul li.parent > span,
.menu_mobile ul li.parent > a {
    position: relative;
  }
  .menu_mobile ul li.parent > span:after,
.menu_mobile ul li.parent > a:after {
    content: "";
    font: 0.95rem/1 "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
  }
  .menu_mobile ul li span,
.menu_mobile ul li a {
    font-weight: 700;
    color: #000000; 
    display: block;
    position: relative;
    padding: 10px 20px 10px 12px;
    margin-top: -1px;
    text-decoration: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .menu_mobile ul li:hover > a, .menu_mobile ul li:hover > span,
.menu_mobile ul li span,
.menu_mobile ul li a:hover {
    color: #db3624;
  }
  .menu_mobile ul ul {
    padding: 10px 0;
    margin-left: 25px;
    font-size: 0.98rem;
  }
  .menu_mobile ul ul li span,
.menu_mobile ul ul li a {
    border: none;
    padding: 2px 0 2px 12px;
    font-weight: 400;
  }
  .menu_mobile ul ul li span:before,
.menu_mobile ul ul li a:before {
    content: "-";
    position: absolute;
    top: 2px;
    left: 0;
  }
  .menu_mobile ul ul ul {
    padding: 3px 0;
  }
}
@media (max-width: 575.98px) {
  .menu_mobile {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .menu_catalog_wrapper {
    position: relative;
  }
  .menu_catalog_wrapper:hover .menu_catalog_switcher {
    border-color: #e0e0e0;
    color: #e0e0e0;
  }

  .menu_catalog_switcher {
    margin: 4px 0;
    border: 2px solid #fff;
    color: #fff;
    padding: 6px 20px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .menu_catalog_switcher i {
    margin: 0 10px 0 0;
  }

  .menu_catalog {
    display: none;
    background: #fff;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 5;
  }
  .menu_catalog ul.menu {
    column-count: 2;
    column-gap: 20px;
    margin: 0;
    padding: 25px 45px 10px;
    list-style: none;
    line-height: 1.6;
  }
  .menu_catalog ul.menu li.active > span,
.menu_catalog ul.menu li.active > a {
    color: #db3624 !important;
  }
  .menu_catalog ul.menu > li {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
  }
  .menu_catalog ul.menu > li span,
.menu_catalog ul.menu > li a {
    color: #080000;
    text-decoration: none;
  }
  .menu_catalog ul.menu > li span:hover,
.menu_catalog ul.menu > li a:hover {
    color: #db3624;
  }
  .menu_catalog ul.menu > li > span,
.menu_catalog ul.menu > li > a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #23806b;
    position: relative;
    padding: 10px 0 10px 65px;
    display: inline-block;
  }
  .menu_catalog ul.menu > li > span img,
.menu_catalog ul.menu > li > a img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
  }
  .menu_catalog ul.menu ul {
    margin: 0;
    padding: 0 0 0 65px;
    list-style: none;
  }
  .menu_catalog ul.menu ul li a {
    color: #666;
  }
  .menu_catalog ul.menu ul ul {
    padding: 5px;
  }
  .menu_catalog ul.menu ul ul span,
.menu_catalog ul.menu ul ul a {
    color: gray;
    font-size: 0.95rem;
    position: relative;
    padding-left: 12px;
    display: inline-block;
  }
  .menu_catalog ul.menu ul ul span:before,
.menu_catalog ul.menu ul ul a:before {
    content: " - ";
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    left: 0;
  }
}
.module_bottommenu {
  padding: 5px 0;
}
.module_bottommenu .module_header {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.15rem;
}
.module_bottommenu .module_header i {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
}
.module_bottommenu .menu {
  padding: 5px 0;
  display: none;
}
.module_bottommenu ul li span,
.module_bottommenu ul li a {
  color: #171717;
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
}
.module_bottommenu ul li.active > a, 
.module_bottommenu ul li.active > span,
.module_bottommenu ul li span,
.module_bottommenu ul li a:hover {
  color: #da3134;
}
.module_bottommenu.module_bottommenu_contacts ul li span{
  color: #171717;
}
@media (min-width: 768px) {
  .module_bottommenu {
    padding: 5px 0;
  }
  .module_bottommenu .module_header {
    margin-bottom: 5px;
  }
  .module_bottommenu.menu_catalog_columns > ul.menu {
    column-count: 2;
  }
  .module_bottommenu .module_header {
    padding: 0;
    cursor: text;
  }
  .module_bottommenu .menu {
    display: block !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .module_topmenu ul li span,
.module_topmenu ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu_catalog ul.menu {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .module_topmenu ul li span,
.module_topmenu ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu_catalog_switcher {
    font-size: 1.15rem;
  }
}
.module_personal {
  text-align: center;
}
.module_personal .auth_link {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.module_personal .auth_link:hover {
  color: #e0e0e0;
}
.module_personal .auth_link + .auth_link:before {
  content: " | ";
  margin: 0 5px;
  color: #fff;
}
.module_personal .auth_link i {
  font-size: 1.2rem;
}
.module_personal ul.auth_links {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 15px 0 0;
}
.module_personal ul.auth_links a {
  color: #080000;
  text-decoration: none;
}
.module_personal ul.auth_links i {
  margin-right: 3px;
  color: #db3624;
}
.module_personal .user_link {
  color: #fff;
  text-decoration: none;
}
.module_personal .user_link span {
  transition: border 0.3s ease;
}
.module_personal .user_link span:hover {
  color: #e0e0e0;
}
.module_personal .user_link i {
  margin-right: 3px;
  color: #fff;
}
.module_personal .user_logout {
  color: #ff5c53;
  margin-left: 10px;
}
.module_personal .error {
  margin-top: 10px;
}

.user_profile_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user_profile_list li i {
  color: #db3624;
  margin-right: 5px;
}
.user_profile_list li a {
  color: #080000;
  text-decoration: none;
}
.user_profile_list li a:hover {
  color: #db3624;
}

@media (max-width: 575.98px) {
  .module_personal {
    padding: 5px 0 10px;
  }
}
@media (min-width: 992px) {
  .module_personal {
    font-size: 0.9rem;
  }
}
#header a.header_bg {
  display: block;
  background: url(../img/header.jpg) no-repeat center top #f9f7f8;
  background-size: cover;
  height: 448px;
}
#header .header_top {
  border-bottom: 1px solid #eee;
}
#header .header_middle {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .header_bottom {
  background: #11120d;
}

#footer .footer_top {
  background: #dfdfdf;
  padding: 15px 0;
}
#footer .footer_bottom {
  background: #db3624;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 13px;
}

.module_callback_link span {
  cursor: pointer;
}
.module_callback_link span .link {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #080000;
}
.module_callback_link span .link:hover {
  color: #db3624;
}
.module_social a,
.module_social span {
  text-decoration: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  padding: 0 5px;
  border-radius: 100%;
  font-size: 1.15rem;
  color: #fff;
  background: #db3624;
  cursor: pointer;
}
.module_social a[class^=link-vk],
.module_social span[class^=link-vk] {
  background: #4A76A8;
  border-color: #4A76A8;
}
.module_social a[class^=link-instagram],
.module_social span[class^=link-instagram] {
  background: #D90154;
  border-color: #D90154;
}
.module_social a[class^=link-twitter],
.module_social span[class^=link-twitter] {
  background: #1DA1F2;
  border-color: #1DA1F2;
}
.module_social a[class^=link-youtube],
.module_social span[class^=link-youtube] {
  background: #FF0000;
  border-color: #FF0000;
}
.module_social a[class^=link-facebook],
.module_social span[class^=link-facebook] {
  background: #1D4D99;
  border-color: #1D4D99;
}
.module_social a[class^=link-pinterest],
.module_social span[class^=link-pinterest] {
  background: #a70707;
  border-color: #a70707;
}
.module_social a[class^=link-odnoklassniki],
.module_social span[class^=link-odnoklassniki] {
  background: #F7931E;
  border-color: #F7931E;
}
.module_social a[class^=link-google-plus],
.module_social span[class^=link-google-plus] {
  background: #DD5144;
  border-color: #DD5144;
}
.module_social a:hover,
.module_social span:hover {
  background: #db3624;
}

.module_email span {
  display: block;
}
.module_email a {
  color: #080000;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
}
.module_email a:hover {
  
}

.module_phone span {
  display: inline-block;
  color:#db3624;
}
.module_phone a.phone {
  color: #231f20;
  text-decoration: none;
  font-size: 42px;
}
.module_phone a.phone:hover {
  color: #db3624;
}

.module_advantages {
  
  color: #666;
}
.module_advantages .item_block {
  display: flex;
  align-items: center;
}
.module_advantages .item_image {
  width: 55px;
  flex: 0 0 55px;
}
.module_advantages .item_title {
  font-size: 0.95rem;
}
.module_advantages .item_title a {
  color: #ff5c53;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #ffbdb9;
}
.module_advantages .item_title a:hover {
  border-color: transparent;
}
.module_advantages .item_description {
  line-height: 1.3;
}

.module_questions_text {
  border: 3px dashed #db3624;
  padding: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.module_questions_text a.phone {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.7rem;
  margin-left: 10px;
}

.module_social_text {
  background: #ff5c53;
  color: #fff;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.module_social_text .social_links {
  margin-left: 10px;
  white-space: nowrap;
}
.module_social_text .social_links a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 48px;
  border-radius: 100%;
  font-size: 1.5rem;
  background: #fff;
  color: #ff5c53;
}
.module_social_text .social_links a:hover {
  color: #ff8c86;
}

.module_content .module_header {
  margin-bottom: 10px;
}

.module_slider_brands .slick-list {
  margin: 0 30px;
}
.module_slider_brands .item_block {
  text-align: center;
}
.module_slider_brands .item_block img {
  display: inline-block;
}

@media (max-width: 575px) {
  #header a.header_bg {
	height: 130px;
	background-size: auto 130px;
  }
  .module_phone_container .module_phone{
	  text-align:center;
	  background:#000;
	  margin:0 -9px;
	  border-bottom: 1px solid #555;
	  padding:9px 0;
  }
  .module_phone_container .module_phone .item_block a.phone{
	  font-size:18px;
	  color:#ffffff;
	  width:100%;
  }
  #header .header_top {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 46px;
    background: #fff;
    z-index: 100;
  }
  #header .header_middle {
    padding-top: 110px;
  }

  .module_phone .item_block {
    display: flex;
    justify-content: space-between;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .col5-sm {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #header a.header_bg {
    height: 65px;
    background-size: auto 65px;
  }

  .module_advantages {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .col5-md {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #header a.header_bg {
    height: 100px;
    background-size: auto 100px;
  }
  #header .header_middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footer .footer_top {
    padding: 30px 0;
  }

  .module_phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .module_phone .item_block {
    flex-grow: 1;
  }

  .module_advantages .item_block {
    flex-direction: column;
    text-align: center;
  }
  .module_advantages .item_image {
    width: 85px;
    flex: 0 0 85px;
  }

  .module_questions_text {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col5-lg {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #header a.header_bg {
    height: 448px;
    background-size: auto;
  }

  .module_questions_text {
    margin-bottom: 0;
    height: 100%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }

  .col5-xl {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .module_advantages .item_block {
    flex-direction: row;
    text-align: left;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.slick-track {
  margin: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 100%;
  cursor: pointer;
  color: #db3624;
  background: #f3f3f3;
  top: 50%;
  margin-top: -1.4rem;
  z-index: 1;
  text-align: center;
  transition: all 0.4s ease;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #db3624;
  color: #fff;
}
.slick-prev .fa,
.slick-next .fa {
  line-height: 2.8rem;
  font-size: 1.1rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 13px;
  width: 13px;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  border: 0;
  background: #fff;
  box-shadow: 0 1px 6px #c9c9c9;
  cursor: pointer;
  color: transparent;
  border-radius: 100%;
  transition: all 0.4s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background: #db3624;
}
.slick-dots li.slick-active button {
  background: #db3624;
}

.slider_with_nav .slick-prev,
.slider_with_nav .slick-next {
  left: auto;
  top: -4rem;
  background: #f3f3f3;
  color: #1e6c5b;
  margin: 0 10px 0 0;
}
.slider_with_nav .slick-prev .fa,
.slider_with_nav .slick-next .fa {
  line-height: 2.9rem;
}
.slider_with_nav .slick-prev:hover, .slider_with_nav .slick-prev:focus,
.slider_with_nav .slick-next:hover,
.slider_with_nav .slick-next:focus {
  background: #db3624;
  color: #fff;
}
.slider_with_nav .slick-prev {
  right: 50px;
}
.slider_with_nav .slick-next {
  right: 0;
}
.slider_with_nav .slider_nav {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  color: #db3624;
  font-size: 1.15rem;
}

.module_slider_main {
  height: 148px;
  overflow: hidden;
}
.module_slider_main .item_block {
  height: 148px;
  display: block;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 40px;
}
.module_slider_main .justify-content-start .item_info {
  max-width: 100%;
}
.module_slider_main .item_title {
  font: 500 1.8rem/1.2 "Muller", "Arial", sans-serif;
  margin-bottom: 5px;
}
.module_slider_main .item_description > div{
	text-shadow: 
		-0   -2px 0   #000000,
		 0   -2px 0   #000000,
		-0    2px 0   #000000,
		 0    2px 0   #000000,
		-2px -0   0   #000000,
		 2px -0   0   #000000,
		-2px  0   0   #000000,
		 2px  0   0   #000000,
		-1px -2px 0   #000000,
		 1px -2px 0   #000000,
		-1px  2px 0   #000000,
		 1px  2px 0   #000000,
		-2px -1px 0   #000000,
		 2px -1px 0   #000000,
		-2px  1px 0   #000000,
		 2px  1px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000;
}
.module_slider_main .item_description > a{
	background-color: rgb(218, 49, 52);
	line-height: 45px;
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#ffffff;
	padding:0 30px;
	border-radius:45px;
}
.module_slider_main .item_block{
	display: flex !important;
    align-items: center;
	flex-direction: column;
}
.module_slider_main .item_block .justify-content-start{
	width:100%;
}
.module_slider_main .item_description {
  margin-bottom: 10px;
}
.module_slider_main .btn {
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  .module_slider_popular .module_header {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .module_slider_main {
    height: 200px;
  }
  .module_slider_main .item_block {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .module_slider_main {
    height: 268px;
  }
  .module_slider_main .item_block {
    height: 268px;
  }
}
@media (min-width: 1200px) {
  .module_slider_main {
    height: 365px;
  }
  .module_slider_main .item_block {
    height: 365px;
  }
  .module_slider_main .item_info {
    padding: 0;
    max-width: 38%;
    background: none;
    box-shadow: 0 0 0 transparent;
  }
  .module_slider_main .item_title {
    font-size: 2.5rem;
  }
}
.module_search {
  margin: 7px 0;
}
.module_search form {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
}
.module_search .search_input {
  border: none;
  padding: 8px 20px;
  flex-grow: 1;
  flex-basis: auto;
  background: #fff;
  border-radius: 0;
}
.module_search .search_button {
  color: #080000;
  cursor: pointer;
  background: #e0e0e0;
  border: none;
  padding: 8px 25px;
  flex-basis: auto;
  transition: all 0.3s ease;
}
.module_search .search_button:hover {
  color: #db3624;
}
.module_search .search_tips {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  margin-top: 1px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 900;
  text-align: left;
}
.module_search .search_tips button {
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border: none;
  background: none;
  text-align: center;
  color: #db3624;
  cursor: pointer;
}
.module_search .item_block {
  display: flex;
  align-items: center;
  padding: 7px 5px;
}
.module_search .item_block + .item_block {
  border-top: 1px dotted #ccc;
}
.module_search .item_block .item_image {
  margin-right: 10px;
  flex-basis: 35px;
  flex-shrink: 0;
}
.module_search .item_block .item_info {
  flex-grow: 1;
  font-size: 0.95rem;
}
.module_search .item_block .item_info a {
  display: block;
  text-decoration: none;
  color: #080000;
}
.module_search .item_block .item_info a:hover {
  color: #db3624;
}
.module_search .item_block .item_title {
  display: block;
}
.module_search .item_block .item_price {
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .module_search .search_input {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .module_search {
    border: none;
  }
}
.vote-group {
  margin-bottom: 15px;
}
.vote-group label {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  width: 17px;
  height: 15px;
  overflow: hidden;
  background: url(../img/vote.png) no-repeat 0 -15px;
}
.vote-group label input {
  visibility: hidden;
}
.vote-group label.active, .vote-group label:hover {
  background: url(../img/vote.png) no-repeat 0 0;
}

.vote_result {
  width: 85px;
  height: 15px;
  position: relative;
  display: block;
  background: url(../img/vote.png) repeat-x 0 -15px;
}
.vote_result .vote_result_persent {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  background: url(../img/vote.png) repeat-x 0 0px;
}
.vote_result.item_rating {
  margin-top: 15px;
}
.vote_result.item_rating:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  background: url(../img/vote.png) repeat-x 0 0px;
}
.vote_result.item_rating.width_1:after {
  width: 20%;
}
.vote_result.item_rating.width_2:after {
  width: 40%;
}
.vote_result.item_rating.width_3:after {
  width: 60%;
}
.vote_result.item_rating.width_4:after {
  width: 80%;
}
.vote_result.item_rating.width_5:after {
  width: 100%;
}

.module_slider_reviews .reviews_list.items_list .item_block {
  margin: 0;
  padding: 40px;
}
.reviews_list.items_list .item_block {
  border-radius: 10px;
  background: #e0e0e0 url(../img/quote.png) no-repeat right 30px bottom 30px;
  padding: 20px;
  margin: 20px 0;
}
.reviews_list.items_list .item_info {
  margin-right: 60px;
}
.reviews_list.items_list .item_info i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #1e4dab;
  background: #fff;
  border-radius: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  margin-right: 15px;
}
.reviews_list.items_list .item_info .item_user {
  font-weight: 500;
  font-size: 1.1rem;
}
.reviews_list.items_list .item_description {
  line-height: 2;
  color: #666;
}

@media (min-width: 576px) {
  .reviews_list.items_list .item_block {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .reviews_list.items_list .item_info {
    flex-basis: 10%;
    flex-shrink: 0;
    text-align: center;
  }
  .reviews_list.items_list .item_info i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 2.5rem;
    margin-right: 0;
  }
  .reviews_list.items_list .item_description {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .module_slider_reviews .reviews_list.items_list .item_block {
    margin: 0 55px;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .module_slider_reviews .reviews_list.items_list .item_block {
    margin: 0 105px;
    padding: 60px;
  }
}
.item_labels {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}
.product_item .item_labels {
  left: 0;
  right: auto;
}
.product_item .item_labels span.item_label {
  padding: 0;
}
.product_item .item_labels span.item_label:before, .product_item .item_labels span.item_label:after {
  left: auto;
  right: -10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#0)";
  transform: scale(-1, 1);
}
.product_item .item_labels {
	left: 15px;
	right: auto;
}
.item_delivery .page-header{
	font-size:20px;
	font-weight:bold;
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom: 1px solid #e1e8ea;
}
.item_labels span.item_label {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0 12px 0 8px;
  background: #db3624;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  height: 26px;
  line-height: 30px;
}
.item_labels span.item_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 0;
  border-color: transparent #db3624 transparent transparent;
}
.item_labels span.item_label:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 10px;
  border-color: transparent transparent #db3624 transparent;
}
.item_labels span.item_label.sale_label {
  background: #ff5c53;
}
.item_labels span.item_label.sale_label:before {
  border-color: transparent #ff5c53 transparent transparent;
}
.item_labels span.item_label.sale_label:after {
  border-color: transparent transparent #ff5c53 transparent;
}
.item_labels span.item_label.sale_label span:before {
  content: "Акция";
}
.item_labels span.item_label.new_label {
  background: #ffa500;
}
.item_labels span.item_label.new_label:before {
  border-color: transparent #ffa500 transparent transparent;
}
.item_labels span.item_label.new_label:after {
  border-color: transparent transparent #ffa500 transparent;
}
.item_labels span.item_label.new_label span:before {
  content: "Новинка";
}
.item_labels span.item_label.hit_label {
  background: #8bc145;
}
.item_labels span.item_label.hit_label:before {
  border-color: transparent #8bc145 transparent transparent;
}
.item_labels span.item_label.hit_label:after {
  border-color: transparent transparent #8bc145 transparent;
}
.item_labels span.item_label.hit_label span:before {
  content: "Хит";
}

.item_count {
  display: inline-block;
  position: relative;
}
.product_item .item_count input {
  padding: 9px 25px 9px 10px;
}
.item_count input {
  width: 70px;
  text-align: center;
  border: none;
  background: none;
  padding: 7px 20px 7px 7px;
  border-radius: 0;
  border: 1px solid #666;
  border-radius: 3px;
}
.item_count .shk_count_button {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 50%;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  border: none;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #cacaca;
  background: none;
  padding: 0;
}
.item_count .shk_count_button:first-child {
  top: 50%;
  border-bottom: none;
}
.item_count .shk_count_button:hover {
  color: #db3624;
}

.panel_control {
  margin-bottom: 20px;
  display: none;
  background: #f2f6f7;
  border-radius: 10px;
  padding: 15px 25px 20px;
}
.panel_control .panel_title {
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.35rem;
  display: block;
}
.panel_control a {
  color: #080000;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ededed;
}
.panel_control a.active {
  color: #db3624;
  border-color: #db3624;
}

.module_catalog_togglers {
  margin-bottom: 15px;
}
.module_catalog_togglers .btn {
  width: 100%;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.15rem;
  background: #fff;
  border: 2px solid #db3624;
  padding: 8px;
}
.module_catalog_togglers .btn i {
  color: #db3624;
  margin-right: 3px;
}
.module_catalog_togglers .btn:hover i {
  color: #fff;
}

.items_tag {
  list-style: none;
  padding: 0;
}
.items_tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.items_tag li span,
.items_tag li a {
  border-radius: 5px;
  background: #e0e0e0;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #666;
}
.items_tag li a {
  color: #080000;
}
.items_tag li a:hover {
  background: #db3624;
  color: #fff;
}

.category_items {
  margin-bottom: 15px;
}
.category_items.items_grid .item_column {
  margin-bottom: 40px;
}
.category_items.items_grid .item_block {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}
.category_items.items_grid .item_block .item_title a {
	border-top:1px solid #da3134;
	border-bottom:1px solid #da3134;
	margin-top:10px;
	display:block;
	width:100%;
}
.category_items.items_grid .item_block:hover .item_title a {
	background:#da3134;
	color:#ffffff;
}
.category_items.items_grid .item_block:hover {}
.category_items.items_grid .item_title {
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.category_items.items_grid .item_title a {
  color: #080000;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
}

.product_items.items_slider .item_column {
  margin: 0 10px;
  display: block !important;
  width: auto !important;
}
.product_items.items_slider .item_block {
  display: block;
  background:#ffffff;
}
.product_items .item_column {
  margin-bottom: 30px;
}
.product_items .item_block {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background:#ffffff;
}
.product_items .item_block .item_info{
	padding:0 15px 15px;
	border-bottom:1px solid #f0ece8;
}
.product_items .item_image {
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
}
.product_items .item_image img {
  margin: auto;
}
.product_items .item_title a {
  color: #000;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  position: relative;
  font-size:18px;
  font-weight:bold;
}
.product_items .item_title a:hover {
  color: #db3624;
}
.product_items .item_title a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
}
.product_items .item_buy {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction:column;
}
.form_flex{
  display: flex;
  margin-bottom:10px;
  width:100%;  
}
.form_flex .item_count{
	margin-right:auto;
}
.form_flex .item_prices{
	margin-left:auto;
	font-size:18px;
}
.form_flex .item_count .shk_count_button {
	position:relative;
	top:0;
	display: inline-block;
	width: 30px;
	height: 100%;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
	border: 1px solid #b3a9a2;
	color: #cacaca;
	background: none;
	padding: 0;
}
.form_flex .item_count input {
	width: 70px;
	text-align: center;
	border: none;
	background: none;
	padding: 7px;
	border-radius: 0;
	border: 1px solid #b3a9a2;
}
.product_items .form_flex  .item_prices {
	margin-top: 7px;
	line-height: 1.4;
	margin-bottom: 7px;
	color: #666;
	display: flex;
	align-items: center;
	font-size:13px;
}
.form_flex .item_count .shk_count_button:first-child{
  border-right:0;
}
.form_flex .item_count .shk_count_button:last-child{
  border-left:0;
}
.product_items .item_buy .btn {
  padding-left: 18px;
  padding-right: 18px;
}
.product_items .item_prices {
  margin-top: auto;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #666;
  display: flex;
  align-items: center;
}
.product_items .item_prices .item_price {
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-left: 5px;
}
.product_items .item_prices .item_old_price {
  margin-left: 20px;
  display: inline-block;
  text-decoration: line-through;
  white-space: nowrap;
}
.product_item {
  margin-bottom: 25px;
}
.product_item .item_short_detail {
  margin-bottom: 20px;
}
.product_item .item_image {
  position: relative;
  margin-bottom: 25px;
}
.product_item .item_image img {
  margin: 0 auto;
}
.product_item .item_image .item_images_full {
  border: 1px solid #EDEDED;
  background: #fff;
  margin-bottom: 15px;
}
.product_item .item_image .item_images_thumb {
  cursor: pointer;
}
.product_item .item_image .item_images_thumb .slick-current .img_thumb img {
  border-color: #db3624;
}
.product_item .item_image .item_images_thumb .img_thumb img {
  border: 1px solid #EDEDED;
}
.product_item .item_image .slick-prev,
.product_item .item_image .slick-next {
  opacity: 1;
}
.product_item .item_image .slick-prev {
  left: 0;
}
.product_item .item_image .slick-next {
  right: 0;
}
.product_item .item_prices {
  margin-bottom: 25px;
  color: #666;
  font-size: 1.15rem;
}
.product_item .item_prices .item_price {
  font-weight: 500;
  font-size: 1.8rem;
  color: #080000;
}
.product_item .item_prices .old_price {
  display: inline-block;
  color: #999;
  text-decoration: line-through;
}
.product_item .item_count {
  margin-right: 15px;
}
.product_item .item_buy {
  margin-bottom: 25px;
}
.product_item .item_buy .btn {
  padding: 10px 25px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 1.05rem;
}
.product_item .item_torg .attr_field {
  margin-bottom: 10px;
}
.product_item .item_torg .attr_option {
  margin-right: 10px;
  background: #fff;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  font-size: 0.9rem;
  cursor: pointer;
  color: #666;
  border: 1px solid #eee;
  border-radius: 3px;
}
.product_item .item_torg .attr_option input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product_item .item_torg .attr_option.attr_avail {
  color: #080000;
  border: 1px solid #db3624;
}
.product_item .item_torg .attr_option.attr_active {
  color: #fff;
  background: #db3624;
}
.product_item .item_tabs .item_properties {
  background: none;
}
.product_item .item_properties {
  background: #ffffff;
  padding: 15px 25px 17px;
  border-radius: 10px;
}
.product_item .item_properties .module_header {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.product_item .item_properties ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_item .item_properties li {
  display: flex;
  border-bottom: 1px dashed #e1e8ea;
  padding: 5px 0;
}
.product_item .item_properties li span {
  flex: 1 0 50%;
}
.product_item .item_properties li span:first-child {
  color: #666;
}
.product_item .item_properties li span:last-child {
  color: #080000;
}
.product_item .item_properties .link {
  border-bottom: 1px dotted;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.product_item .item_delivery {
  background: #ffffff;
  padding: 15px 25px 17px;
  border-radius: 10px;
}
.product_item .item_tabs .nav .nav-link {
  margin-right: 20px;
  font-size: 1.3rem;
  padding: 0;
}
.product_item .item_tabs .tab-content > .tab-pane {
  display: block;
  padding: 0;
}
.product_item .item_tabs .item_tab {
  display: none;
  padding: 15px 10px;
}
.product_item .item_tabs .active .item_tab {
  display: block;
}
.product_item .item_tabs .active .module_header:after {
  content: "";
}
.product_item .item_tabs .module_header {
  position: relative;
  font-size: 1.15rem;
  border-bottom: 2px solid #e0e0e0;
  margin: 0;
  padding: 15px 10px;
}
.product_item .item_tabs .module_header:after {
  content: "";
  font: 0.95rem/1 "Font Awesome 5 Pro";
  position: absolute;
  top: 18px;
  right: 10px;
}

@media (min-width: 576px) {
  .product_item .item_image.with_images {
    padding-right: 115px;
  }
  .product_item .item_image .item_images_thumb {
    width: 98px;
    width: 98px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product_item .item_image .item_images_thumb .img_thumb img {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .product_item .item_image.with_images {
    padding-right: 0;
  }
  .product_item .item_image .item_images_thumb {
    width: auto;
    position: static;
  }
  .product_item .item_image .item_images_thumb .img_thumb img {
    height: auto;
  }
  .product_item .item_tabs .nav .nav-link {
    margin-right: 50px;
    font-size: 1.5rem;
  }
  .product_item .item_tabs .tab-content > .tab-pane {
    display: none;
  }
  .product_item .item_tabs .tab-content > .tab-pane.active {
    display: block;
  }
  .product_item .item_tabs .item_tab {
    display: block !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .panel_control {
    display: block !important;
    padding: 0;
    background: none;
  }
  .panel_control .panel_title {
    font-weight: 400;
    font-size: 1rem;
    display: inline;
  }
  .panel_control a {
    display: inline;
  }

  .product_item .item_properties ul.prdt_props_main {
    font-size: 0.93rem;
  }
  .product_item .item_delivery {
    font-size: 0.93rem;
  }
}
@media (min-width: 1200px) {
  .category_items.items_grid .item_block .item_title {
    font-size: 1.15rem;
  }

  .product_items .item_buy .btn {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product_item .item_image.with_images {
    padding-right: 115px;
  }
  .product_item .item_image .item_images_thumb {
    width: 98px;
    width: 98px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product_item .item_image .item_images_thumb .img_thumb img {
    height: 96px;
  }
  .product_item .item_buy {
    margin-bottom: 25px;
  }
  .product_item .item_buy .btn {
    padding: 10px 35px;
    margin-right: 5px;
    min-width: 150px;
    font-size: 1.05rem;
  }
  .product_item .item_properties ul.prdt_props_main {
    font-size: 1rem;
  }
  .product_item .item_delivery {
    font-size: 1rem;
  }
}
#shk_prodHelper {
  display: none;
  position: absolute;
  margin-top: 45px;
  color: #000;
  line-height: 1.2;
  border-radius: 4px;
  padding: 7px 15px;
  width: 270px;
  background: #eaeaea;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.8);
  z-index: 1051;
}
#shk_prodHelper:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -11px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 8px 11px;
  border-color: transparent transparent #eaeaea transparent;
}
#shk_prodHelper div {
  padding: 2px 0;
  text-align: center;
}
#shk_prodHelper .shk-but {
  background: #db3624;
  color: #fff;
  padding: 8px 15px;
  margin: 0 3px;
  min-width: 80px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#shk_prodHelper .shk-but:hover {
  background: #ff5c53;
}

.cart_full .cart_items {
  border: 1px solid #f2f6f7;
}
.cart_full .cart_items .item_block {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  text-align: center;
  border-bottom: 1px dashed #f2f6f7;
}
.cart_full .cart_items .item_block:first-child {
  background: #db3624;
  color: #fff;
  padding: 15px 20px;
  border: none;
}
.cart_full .cart_items .item_block > div {
  flex-shrink: 0;
}
.cart_full .cart_items .item_image {
  flex-basis: 10%;
}
.cart_full .cart_items .item_title {
  flex-basis: 60%;
  padding-left: 20px;
  text-align: left;
  margin-right: auto;
}
.cart_full .cart_items .item_title a {
  color: #080000;
}
.cart_full .cart_items .item_torg {
  color: #555;
}
.cart_full .cart_items .item_price {
  text-align: left;
}
.cart_full .cart_items .item_price span {
  white-space: nowrap;
}
.cart_full .cart_items .item_price.item_price_sum span {
  font-weight: 700;
}
.cart_full .cart_items .item_quantity {
  flex-basis: 20%;
}
.cart_full .cart_items .item_count input {
  width: 95px;
}
.cart_full .cart_items .item_count .shk_count_button {
  width: 27px;
}
.cart_full .cart_items .item_remove {
  flex-basis: 10%;
}
.cart_full .cart_items .item_remove .shk-del {
  padding: 15px;
  color: #aa0000;
}
.cart_full .cart_delivery {
  background: #ffffff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cart_full .cart_delivery .cart_delivery_price {
  white-space: nowrap;
}
.cart_full .cart_summary {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.cart_full .cart_summary .cart_summary_price {
  color: #aa0000;
  white-space: nowrap;
}

.form_checkout {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 35px;
}
.form_checkout .form-group-button {
  display: flex;
  justify-content: space-between;
}
.form_checkout .form-group-button .btn {
  flex-basis: 49%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.module_cart a {
  text-decoration: none;
  color: #080000;
}
.module_cart .cart_info {
  padding-left: 50px;
  min-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/cart.png) no-repeat 0 50%/contain;
}
.module_cart .cart_info i {
  font-size: 1.5rem;
}
.module_cart .cart_count {
  position: absolute;
  left: 18px;
  top: 3px;
  background: #ff5c53;
  color: #fff;
  width: 23px;
  height: 23px;
  line-height: 25px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 700;
  z-index: 1;
}

.orders_list .item_block {
  margin-bottom: 25px;
}
.orders_list .item_title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #db3624;
  margin-bottom: 5px;
}
.orders_list .item_title a {
  text-decoration: none;
}
.orders_list .item_info {
  list-style: none;
  padding: 15px 25px;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.orders_list .item_info li {
  flex-basis: 50%;
}
.orders_list .item_info li span:first-child {
  color: #555;
}
.orders_list .item_summary .item_summary_price {
  color: #aa0000;
}

.order_products {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.order_products .order_table_row {
  display: flex;
  align-items: center;
  padding: 7px 20px;
}
.order_products .order_table_row:first-child {
  padding: 15px 20px;
  background: #db3624;
  color: #fff;
}
.order_products .order_table_row:nth-child(2n) {
  background: #e0e0e0;
}
.order_products .order_table_title {
  flex-grow: 1;
  margin-left: 15px;
}
.order_products .order_table_title a {
  color: #000;
}
.order_products .order_table_torg {
  color: #555;
}
.order_products .order_table_price {
  flex-basis: 20%;
  flex-shrink: 0;
  text-align: center;
}
.order_products .order_table_quantity {
  flex-basis: 10%;
  flex-shrink: 0;
  text-align: center;
}

.order_comments_form {
  margin-top: 25px;
}
.order_comments_form textarea {
  border-radius: 5px;
  border-color: #e1e1e1;
}

.order_comments_list .item_block {
  border: 1px solid #e1e1e1;
  margin: 20px 0;
  border-radius: 4px;
}
.order_comments_list .item_info {
  padding: 10px 25px;
  display: flex;
  background: #e0e0e0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  border: none;
}
.order_comments_list .item_description {
  padding: 15px 25px;
}
.order_comments_list .item_user {
  margin-right: auto;
  font-weight: 600;
}
.order_comments_list .item_user i {
  color: #db3624;
  margin-right: 5px;
}
.order_comments_list .item_date {
  color: #777;
  font-size: 0.95rem;
}

@media (max-width: 575.98px) {
  .cart_full .cart_items .item_title {
    flex-basis: 65%;
    padding-left: 0;
  }

  .form_checkout .form-group-button {
    flex-wrap: wrap;
  }
  .form_checkout .form-group-button .btn {
    flex-basis: 100%;
  }

  .orders_list .item_block .item_info li {
    flex-basis: 100%;
  }
}
@media (max-width: 575.98px) {
  .module_cart .cart_info {
    min-height: 30px;
  }
}
@media (min-width: 768px) {
  .cart_full .cart_items .item_block {
    flex-wrap: nowrap;
  }
  .cart_full .cart_items .item_image {
    flex-basis: 5%;
  }
  .cart_full .cart_items .item_title {
    flex-basis: 45%;
  }
  .cart_full .cart_items .item_price {
    flex-basis: 15%;
    text-align: center;
  }
  .cart_full .cart_items .item_quantity {
    flex-basis: 12%;
  }
  .cart_full .cart_items .item_remove {
    flex-basis: 8%;
  }
}
.module_filter {
  background: #f2f6f7;
  padding: 15px 25px;
  display: none;
}
.module_filter .module_header {
  margin-bottom: 5px;
}
.module_filter .module_header i.fa-filter {
  color: #db3624;
  font-size: 1.2rem;
  margin-right: 5px;
}
.module_filter .module_header i.fa-bars {
  float: right;
  margin-top: 2px;
  font-size: 1.4rem;
}
.module_filter sup {
  color: #666;
  margin-left: 2px;
}
.module_filter .filter_block {
  margin-bottom: 10px;
}
.module_filter .filter_block.filter_checkbox label {
  padding-left: 25px;
  position: relative;
  margin-bottom: 3px;
}
.module_filter .filter_block.filter_checkbox label:before {
  content: "";
  cursor: pointer;
  background: #d3dee1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #666;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 2px;
}
.module_filter .filter_block.filter_checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.module_filter .filter_block.filter_checkbox input:checked + label:before {
  background: #db3624;
  box-shadow: 0 0 0 1px #1e6c5b;
}
.module_filter .filter_block.filter_checkbox input:disabled + label {
  opacity: 0.5;
}
.module_filter .filter_head {
  padding: 5px 10px 5px 30px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.module_filter .filter_head i {
  color: #666;
  position: absolute;
  left: 10px;
  top: 9px;
}
.module_filter .filter_value {
  display: none;
  padding: 5px 0;
}
.module_filter .filter_slider {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module_filter .filter_slider input[type=text] {
  width: 45%;
  background: #fff;
  border: none;
  padding: 8px;
  text-align: center;
}
.module_filter .filter_slider input[type=text]:first-child {
  margin-right: 6px;
}
.module_filter .filter_slider input[type=text]:last-child {
  margin-left: 6px;
}
.module_filter .filter_btns {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.module_filter .filter_btns .btn {
  width: 48%;
  margin-top: 5px;
}
.module_filter .filter_btns .btn.btn-reset {
  background: #d3dee1;
  color: #080000;
}
.module_filter .filter_expand_rows {
  text-align: right;
}
.module_filter .filter_expand_rows span {
  color: #db3624;
  cursor: pointer;
}
.module_filter .filter_expand_rows span:hover {
  text-decoration: underline;
}

#ajax_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-slider {
  margin: 10px;
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.6em;
  display: block;
  border: 0;
  background: #d3dee1;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: -4px;
  margin-left: -4px;
  background: #ff5c53;
  width: 8px;
  height: 12px;
  z-index: 2;
  box-sizing: content-box;
  transition: none;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-widget-content {
  background: #ececec;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

@media (min-width: 992px) {
  .module_filter {
    display: block !important;
    padding: 10px;
  }
  .module_filter .filter_value {
    display: block;
  }
  .module_filter .filter_btns {
    display: block;
  }
  .module_filter .filter_btns .btn {
    width: 100%;
  }
}
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-outer,
.fancybox-inner,
.fancybox-bg,
.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(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.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;
  -moz-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;
  /* Using without prefix would break IE11 */
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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(0.5, 0, 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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
}

/* Navigation arrows */
.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);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  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;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.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(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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));
    }
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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, 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, 0.1);
  background-position: center center;
  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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 0.9rem;
  font: 1rem "Muller", "Arial", sans-serif;
  position: fixed;
}
.jGrowl.top-left {
  left: 0;
  top: 0;
}
.jGrowl.top-right {
  right: 0;
  top: 0;
}
.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}
.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}
.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
  margin-left: auto;
  margin-right: auto;
}

.jGrowl-notification {
  background-color: #ff5c53;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  min-height: 40px;
}
.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #ff1407;
  background-color: #ff5c53;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: 700;
  font-size: 0.85em;
}
.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
}

.jGrowl-closer {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

@media print {
  .jGrowl {
    display: none;
  }
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fontawesome/fa-light-300-custom.eot");
  src: url("../fonts/fontawesome/fa-light-300-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300-custom.woff") format("woff"), url("../fonts/fontawesome/fa-light-300-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300-custom.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-regular-400-custom.eot");
  src: url("../fonts/fontawesome/fa-regular-400-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400-custom.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400-custom.svg#fontawesome") format("svg");
}
.fa,
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900-custom.eot");
  src: url("../fonts/fontawesome/fa-solid-900-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900-custom.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900-custom.svg#fontawesome") format("svg");
}
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-custom.eot");
  src: url("../fonts/fontawesome/fa-brands-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-custom.woff") format("woff"), url("../fonts/fontawesome/fa-brands-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-custom.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

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

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

/*# sourceMappingURL=template_style.css.map */
.item_description.fade-up{
	color:#ffffff;
}
.module_search .search_button {
	color: #080000;
	cursor: pointer;
	background: #ffffff;
	border: none;
	padding: 8px 15px;
	flex-basis: auto;
	transition: all 0.3s ease;
}
.item_labels {
	position: absolute;
	top: 15px;
	left: 15px;
	right:auto;
	z-index: 1;
}
.item_labels span.item_label.hit_label {
	background: url("../img/label/hit.png") no-repeat 0 0;
}
.item_labels span.item_label {
	display: block;
	text-align: center;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-family: "Arial", sans-serif;
}
.item_labels span.item_label:before,
.item_labels span.item_label:after{
	display: none;
}
.product_items .pp_ves_s_upakovkoj{
	padding:15px 15px 0;
}
.after_item_info{
	padding:15px;
}
.button_box{}
#footer .footer_bottom {
	background: #ffffff;
	color: #171717;
	padding: 15px 0;
}
.product_items .item_buy .button_box .btn {
	color: #171717;
	background: transparent;
	display: inline-block;
	text-align: center;
	padding: 8px 0 0;
	text-decoration: none;
	border:0;
	cursor: pointer;
	position: relative;
	border-radius: 0;
	transition: all 0.3s ease;
}
.product_items .item_buy .button_box .btn span{
	border-bottom:1px dotted #171717;
}
.product_items .item_buy .button_box .btn:before{
	content:'';
	width:16px;
	height:20px;
	display:inline-block;
	margin-right:10px;
	background:url("../img/buy.png") no-repeat 0 0;
	position:relative;
	top:3px;
}
.product_items .item_buy .button_box .btn:hover{
	color:#da3134;
}
.payment_methods{
	margin:0 0 15px;
}
.payment_methods > div{
	margin:0 0 5px;
}
.payment_methods > ul{
	margin:0;
	padding:0;
	list-style:none;
}
.payment_methods > ul > li{
	display:inline-block;
}
#middle .shop-cart {
	margin: 0 0 30px;
}
.module_social{
	margin:0 0 10px;
}
.module_social > div{
	margin:0 0 5px;
}







.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  background: rgba(0,0,0,0.7);
  z-index: 9;
}
.cd-panel:after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel-header {
  position: fixed;
  height: 30px;
  line-height: 30px;
  z-index: 2;
  -webkit-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
  padding: 20px 20px 0;
  font-weight: bold;
  font-size: 24px;
}
.cd-panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  text-decoration:none;
}
.cd-panel-close:hover{
  text-decoration:none;	
}

.cd-panel-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f6f6f6;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-container,
  .cd-panel-header  {
    width: 70%;
  }
}
@media only screen and (min-width: 900px) {
  .cd-panel-container,
  .cd-panel-header  {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .cd-panel-container,
  .cd-panel-header  {
    width: 30%;
  }
}
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 20px 20px 20px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  color: #000;
}
.cd-panel-content .cart_full .cart_items .item_title {
	flex-basis: 40%;
}
.cd-panel-content .cart_full .cart_items .item_block{
	padding:0 0 15px;
}
.cd-panel-content .cart_full .cart_items .item_title{
	padding:0;
}
.cd-panel-content .cart_full .cart_items .item_block:first-child,
.cd-panel-content .cart_full .cart_items .item_image{
	display:none !important;
}
@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -60px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
.reviews_list.items_list .item_info i{
	color:#da3134;
}
.item_short_detail.shk-item form .item_description{
	margin:0 0 30px;
}
.module.module_categories .category_items.items_grid .item_column img{
	width:100%;
	object-fit:cover;
	height:260px;
}
.footnote{
    font-size: 10px;
	margin:0 0 15px;
}
.footnote span{
	color:#ff0000;
}
.footpoi{
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 10px;
}
.advantages-wrapper .row div[class*=col-]{
	display:flex;
	align-items: center;
}
.advantages-wrapper .row div[class*=col-] img{
	margin-right:15px;
}
.advantages-wrapper .row div[class*=col-] div{}