.row:after,
.grid-row:after,
.grid-row-inner:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.grid-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row-inner {
  margin-left: -1rem;
  margin-right: -1rem;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.32em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
  display: inline-block;
  float: none !important;
  letter-spacing: 0;
  vertical-align: top;
}
@media all {
  .grid-1 {
    width: 8.33333333%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-2 {
    width: 16.66666667%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .grid-4 {
    width: 33.33333333%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-5 {
    width: 41.66666667%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .grid-7 {
    width: 58.33333333%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-8 {
    width: 66.66666667%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .grid-10 {
    width: 83.33333333%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-11 {
    width: 91.66666667%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .padded {
    padding: .5rem;
  }
  .padded-left {
    padding-left: .5rem;
  }
  .padded-right {
    padding-right: .5rem;
  }
  .padded-top {
    padding-top: .5rem;
  }
  .padded-bottom {
    padding-bottom: .5rem;
  }
  .padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .padded-inner {
    padding: 1rem;
  }
  .padded-inner-left {
    padding-left: 1rem;
  }
  .padded-inner-right {
    padding-right: 1rem;
  }
  .padded-inner-top {
    padding-top: 1rem;
  }
  .padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .padded-zero {
    padding: 0;
  }
   .margin-zero {
    margin: 0!important;
  }
  .padded-zero-left {
    padding-left: 0;
  }
  .padded-zero-right {
    padding-right: 0;
  }
  .padded-zero-top {
    padding-top: 0;
  }
  .padded-zero-bottom {
    padding-bottom: 0;
  }
  .padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padded-reverse {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .fl,
  .flow {
    float: left;
  }
  .fr,
  .flow-opposite {
    float: right;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .inline-top {
    vertical-align: top;
  }
  .grid-inline > .inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .inline-bottom {
    vertical-align: bottom;
  }
  .hidden {
    display: none !important;
  }
  .visible {
    display: block !important;
  }
}
@media all {
  [class*="lg-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-grid-1 {
    width: 8.33333333%;
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-grid-2 {
    width: 16.66666667%;
  }
  .lg-grid-2-1 {
    width: 20%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-grid-3 {
    width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-grid-4 {
    width: 33.33333333%;
  }
  .lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .lg-grid-5 {
    width: 41.66666667%;
  }
  .lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .lg-grid-6 {
    width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-grid-7 {
    width: 58.33333333%;
  }
  .lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .lg-grid-8 {
    width: 66.66666667%;
  }
  .lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .lg-grid-9 {
    width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-grid-10 {
    width: 83.33333333%;
  }
  .lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .lg-grid-11 {
    width: 91.66666667%;
  }
  .lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .lg-grid-12 {
    width: 100%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-padded {
    padding: .5rem;
  }
  .lg-padded-left {
    padding-left: .5rem;
  }
  .lg-padded-right {
    padding-right: .5rem;
  }
  .lg-padded-top {
    padding-top: .5rem;
  }
  .lg-padded-bottom {
    padding-bottom: .5rem;
  }
  .lg-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg-padded-inner {
    padding: 1rem;
  }
  .lg-padded-inner-left {
    padding-left: 1rem;
  }
  .lg-padded-inner-right {
    padding-right: 1rem;
  }
  .lg-padded-inner-top {
    padding-top: 1rem;
  }
  .lg-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .lg-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-padded-zero {
    padding: 0;
  }
  .lg-padded-zero-left {
    padding-left: 0;
  }
  .lg-padded-zero-right {
    padding-right: 0;
  }
  .lg-padded-zero-top {
    padding-top: 0;
  }
  .lg-padded-zero-bottom {
    padding-bottom: 0;
  }
  .lg-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-fl,
  .lg-flow {
    float: left;
  }
  .lg-fr,
  .lg-flow-opposite {
    float: right;
  }
  .lg-center {
    text-align: center;
  }
  .lg-left {
    text-align: left;
  }
  .lg-right {
    text-align: right;
  }
  .lg-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .lg-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .lg-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .lg-inline-top {
    vertical-align: top;
  }
  .grid-inline > .lg-inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .lg-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 1100px) {
  .adaptive [class*="md-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .md-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .md-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .md-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .md-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .md-grid-3 {
    width: 25%;
  }
  .adaptive .md-offset-3 {
    margin-left: 25%;
  }
  .adaptive .md-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .md-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .md-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .md-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .md-grid-6 {
    width: 50%;
  }
  .adaptive .md-offset-6 {
    margin-left: 50%;
  }
  .adaptive .md-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .md-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .md-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .md-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .md-grid-9 {
    width: 75%;
  }
  .adaptive .md-offset-9 {
    margin-left: 75%;
  }
  .adaptive .md-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .md-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .md-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .md-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .md-grid-12 {
    width: 100%;
  }
  .adaptive .md-offset-12 {
    margin-left: 100%;
  }
  .adaptive .md-padded {
    padding: .5rem;
  }
  .adaptive .md-padded-left {
    padding-left: .5rem;
  }
  .adaptive .md-padded-right {
    padding-right: .5rem;
  }
  .adaptive .md-padded-top {
    padding-top: .5rem;
  }
  .adaptive .md-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .md-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-inner {
    padding: 1rem;
  }
  .adaptive .md-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .md-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .md-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-zero {
    padding: 0;
  }
  .adaptive .md-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .md-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .md-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .md-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .md-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .md-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .md-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-fl,
  .adaptive .md-flow {
    float: left;
  }
  .adaptive .md-fr,
  .adaptive .md-flow-opposite {
    float: right;
  }
  .adaptive .md-center {
    text-align: center;
  }
  .adaptive .md-left {
    text-align: left;
  }
  .adaptive .md-right {
    text-align: right;
  }
   .adaptive .md-text-medium {
    font-weight: normal!important;
	font-style: normal!important;
	font-size: inherit;
    
  }
  
  .adaptive .md-text-small {
    font-weight: normal!important;
	font-style: normal!important;
	font-size: 80%!important;
	}
  
  
  .adaptive .md-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .md-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .md-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .md-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .md-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .md-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 800px) {
  .adaptive [class*="sm-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .sm-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .sm-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .sm-grid-3 {
    width: 25%;
  }
  .adaptive .sm-offset-3 {
    margin-left: 25%;
  }
  .adaptive .sm-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .sm-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .sm-grid-6 {
    width: 50%;
  }
  .adaptive .sm-offset-6 {
    margin-left: 50%;
  }
  .adaptive .sm-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .sm-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .sm-grid-9 {
    width: 75%;
  }
  .adaptive .sm-offset-9 {
    margin-left: 75%;
  }
  .adaptive .sm-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .sm-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .sm-grid-12 {
    width: 100%;
  }
  .adaptive .sm-offset-12 {
    margin-left: 100%;
  }
  .adaptive .sm-padded {
    padding: .5rem;
  }
  .adaptive .sm-padded-left {
    padding-left: .5rem;
  }
  .adaptive .sm-padded-right {
    padding-right: .5rem;
  }
  .adaptive .sm-padded-top {
    padding-top: .5rem;
  }
  .adaptive .sm-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .sm-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-inner {
    padding: 1rem;
  }
  .adaptive .sm-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .sm-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .sm-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-zero {
    padding: 0;
  }
  .adaptive .sm-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .sm-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .sm-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .sm-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .sm-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-fl,
  .adaptive .sm-flow {
    float: left;
  }
  .adaptive .sm-fr,
  .adaptive .sm-flow-opposite {
    float: right;
  }
  .adaptive .sm-center {
    text-align: center;
  }
  .adaptive .sm-left {
    text-align: left;
  }
  .adaptive .sm-right {
    text-align: right;
  }
  .adaptive .sm-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .sm-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .sm-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .sm-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .sm-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 640px) {
  .adaptive [class*="xs-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .xs-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .xs-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .xs-grid-3 {
    width: 25%;
  }
  .adaptive .xs-offset-3 {
    margin-left: 25%;
  }
  .adaptive .xs-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .xs-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .xs-grid-6 {
    width: 50%;
  }
  .adaptive .xs-offset-6 {
    margin-left: 50%;
  }
  .adaptive .xs-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .xs-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .xs-grid-9 {
    width: 75%;
  }
  .adaptive .xs-offset-9 {
    margin-left: 75%;
  }
  .adaptive .xs-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .xs-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .xs-grid-12 {
    width: 100%;
  }
  .adaptive .xs-offset-12 {
    margin-left: 100%;
  }
  
    .adaptive .xs-grid-12 .interesno {
	font-size: 120%;
}

  .adaptive .xs-grid-12 .video {
	width: 100%;
}

  .adaptive .xs-grid-12 img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0!important;
}
  
  .adaptive .xs-padded {
    padding: .5rem;
  }
  .adaptive .xs-padded-left {
    padding-left: .5rem;
  }
  .adaptive .xs-padded-right {
    padding-right: .5rem;
  }
  .adaptive .xs-padded-top {
    padding-top: .5rem;
  }
  .adaptive .xs-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .xs-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-inner {
    padding: 1rem;
  }
  .adaptive .xs-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .xs-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .xs-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-zero {
    padding: 0;
  }
  .adaptive .xs-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .xs-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .xs-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .xs-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .xs-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-fl,
  .adaptive .xs-flow {
    float: left;
  }
  .adaptive .xs-fr,
  .adaptive .xs-flow-opposite {
    float: right;
  }
  .adaptive .xs-center {
    text-align: center;
  }
  .adaptive .xs-left {
    text-align: left;
  }
  .adaptive .xs-right {
    text-align: right;
  }
  .adaptive .xs-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .xs-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .xs-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .xs-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .xs-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .adaptive .adaptive [class*="mc-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .mc-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .mc-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .mc-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .mc-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .mc-grid-3 {
    width: 25%;
  }
  .adaptive .mc-offset-3 {
    margin-left: 25%;
  }
  .adaptive .mc-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .mc-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .mc-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .mc-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .mc-grid-6 {
    width: 50%;
  }
  .adaptive .mc-offset-6 {
    margin-left: 50%;
  }
  .adaptive .mc-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .mc-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .mc-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .mc-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .mc-grid-9 {
    width: 75%;
  }
  .adaptive .mc-offset-9 {
    margin-left: 75%;
  }
  .adaptive .mc-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .mc-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .mc-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .mc-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .mc-grid-12 {
    width: 100%;
  }
  .adaptive .mc-offset-12 {
    margin-left: 100%;
  }
  .adaptive .mc-padded {
    padding: .5rem;
  }
  .adaptive .mc-padded-left {
    padding-left: .5rem;
  }
  .adaptive .mc-padded-right {
    padding-right: .5rem;
  }
  .adaptive .mc-padded-top {
    padding-top: .5rem;
  }
  .adaptive .mc-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .mc-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-inner {
    padding: 1rem;
  }
  .adaptive .mc-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .mc-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .mc-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-zero {
    padding: 0;
  }
  .adaptive .mc-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .mc-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .mc-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .mc-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .mc-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-fl,
  .adaptive .mc-flow {
    float: left;
  }
  .adaptive .mc-fr,
  .adaptive .mc-flow-opposite {
    float: right;
  }
  .adaptive .mc-center {
    text-align: center;
  }
  .adaptive .mc-left {
    text-align: left;
  }
  .adaptive .mc-right {
    text-align: right;
  }
  .adaptive .mc-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .mc-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .mc-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .mc-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .mc-inline-bottom {
    vertical-align: bottom;
  }
    .pluso {
	display: block;
	width: 100%;
}

}
@media (min-width: 1101px) {
  .adaptive .lg-hidden {
    display: none !important;
  }
  .adaptive .lg-visible {
    display: block !important;
  }
}
@media (min-width: 997px) and (max-width: 1100px) {
  .adaptive .md-hidden {
    display: none !important;
  }
  .adaptive .md-visible {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 996px) {
  .adaptive .sm-hidden {
    display: none !important;
  }
  .adaptive .sm-visible {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .adaptive .xs-hidden {
    display: none !important;
  }
  .adaptive .xs-visible {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .adaptive .mc-hidden {
    display: none !important;
  }
  .adaptive .mc-visible {
    display: block !important;
  }
}

  .oglav {
    font-size: 10px;
    margin-bottom: 4px;

  }
	.oglav a{
          color: #2c2c2c;
}
	.oglav a:hover{
          color: #3b5998;
      text-decoration: underline;
}

.co-tabs-node--active{
background-color: #1ce5be!important;
color: #fff!important;
}
@font-face {
    font-family: 'Circe';
    src: url('Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
        url('Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('Circe-Regular.woff') format('woff'),
        url('Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
        url('Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('Circe-ExtraLight.woff') format('woff'),
        url('Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
        url('Circe-Thin.eot?#iefix') format('embedded-opentype'),
        url('Circe-Thin.woff') format('woff'),
        url('Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
        url('Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('Circe-Light.woff') format('woff'),
        url('Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
        url('Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('Circe-Bold.woff') format('woff'),
        url('Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
        url('Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Circe-ExtraBold.woff') format('woff'),
        url('Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a:hover, a:active {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    max-width: 100%;
}
input, button{
    outline: none;
}
*{box-sizing: border-box;}
.container{
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.top_line_header {
    background-color: #2e3133;
    padding: 10px 0;
}

.flex-start{
    display: flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.flex-end{
    display: flex;
    flex-wrap:wrap;
    justify-content:flex-end;
}
.flex-center{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}
.flex-between{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.flex-around{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.flex-top {
          align-items: flex-start; }
.flex-middle{
    align-items:center;
}
.flex-bottom {
     align-items: flex-end; }
body {
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    line-height: 1.25;
  color: #2e3133;
      font-weight: 400;
}

.content_top_line_header {
    display: flex;
    justify-content: space-between;
      align-items: center;
}

.top_menu {
    display: flex;
    margin: 0 -15px;
}

.top_menu a {
    color: #fff;
    transition: .3s;
    outline: none !important;
}
.top_menu a:hover{
      color: #1ce5be;
}

a {
    text-decoration: none;
}

.top_menu li {
    padding: 0 15px;
}

.soc_header {
    display: flex;
    align-items: center;
}

.soc_header a {
    color: #fff;
    margin-left: 12px;
    transition: .3s;
    padding: 3px;
    font-size: 17px;
}
.soc_header a:hover{
  color: #1ce5be;
}
.soc_header a span {
    padding-left: 10px;
    font-size: 16px;
}
.center_line_header {
    background-color: #393e41;
    padding: 25px 0;
}

.content_center_line_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_serch_header {
    height: 45px;
    width: 385px;
    border: 1px solid #2e3133;
    background-color: #2e3133;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    transition: .3s;
}
.input_serch_header:focus{
  border-color: #1ae5be;
}
.serch_header {
    position: relative;
}

.submit_input_serch_header {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
}
.submit_input_serch_header:hover{
      color: #1ae5be;
}
.phone_header {
    color: #fff;
    display: block;
    font-size: 23px;
    font-weight: bold;
    transition: .3s;
}
.phone_header:hover{
  color: #1ae5be;
}
.block_phone_header {
    text-align: center;
}

.modal_phone_header {
    color: #fff;
    border-bottom: 1px dashed;
    transition: .3s;
    line-height: 1.2;
    display: inline-block;
    margin-top: 5px;
  	font-size:1.2em;
}

.right-shadow {
background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #393e41 70%);

height: 100%;    position: absolute;    right: 0;    top: 0;    width: 40px;    z-index: 2;
}


.modal_phone_header:hover{
  color: #1ae5be;
  border-color: #1ae5be;
}
.link_center_line_header {
    background: #fff;
    border-radius: 4px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin-left: 20px;
    position: relative;
    transition: .3s;
}

.block_link_center_line_header {
    display: flex;
}

.link_center_line_header span {
    color: #333;
    padding-left: 10px;
}

.bottom_line_header {
    background-color: #2e3133;
    position: relative;
}

.main_menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
@media (min-width: 992px){
    .main_menu>li{
        padding: 0 10px;
    }
    .main_menu {
        display: inline-flex;
        justify-content: flex-start;
        margin: 0 -10px;
    }
}

.main_menu> li> a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 17px;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    transition: .3s;
    position: relative;
    z-index: 99;
}
.main_menu> li> a:hover {
    background: #1ce5be;
}
footer {
    background-color: #393e41;
    padding: 40px 0 30px;
  font-size: 17px;
}

.bottom_footer {
    font-size: 12px;
    line-height: 1.17;
    opacity: 0.4;
    color: #fff;
}

.conten_footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.elemet_conten_footer .block_phone_footer {
    margin-bottom: 35px;
}
.footer_menu li {
    margin-bottom: 10px;
}
.elemet_conten_footer p {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 7px;
}
.elemet_conten_footer:first-child p {
    font-size: 16px;
}
.elemet_conten_footer .soc_header {
    margin-top: 35px;
}

.soc_header a:first-child {
    margin-left: 0;
}

.title_footer_menu {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer_menu a {
    color: #fff;
    transition: .3s;
}
.footer_menu a:hover{
  color: #1ae5be;
}
.link_go_studio {
    opacity: 0.4;
    color: #fff;
    transition: .3s;
}
.elemet_conten_footer:nth-child(1) {
    max-width: 350px;
}

.elemet_conten_footer:nth-child(4) {
    max-width: 285px;
}

.block_2 {
    background-color: #edf1f6;
    padding: 35px 0;
}

.content_block_2 {
    display: flex;
    justify-content: space-between;
}

.item_content_block_2 {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 60px;
    font-weight: bold;
    line-height: 1.19;
    color: #2e3133;
    text-transform: uppercase;
}

.img_content_block_2 {
    margin-right: 20px;
}
.block_1 {
    background-color: #f5f7fb;
    padding: 40px 0;
}

.item_block_1 {
    border-radius: 4px;
    border: solid 4px #dde2ea;
    width: 50%;
    position: relative;
    padding: 25px;
    margin: 0 10px;
}

.content_block_1 {
    display: flex;
    margin: 0 -10px;
}

.list_cat_item_block_1 a {
    font-size: 19px;
    line-height: 1.05;
    color: #000;
    margin-bottom: 20px;
    display: block;
    transition: .3s;
}
.list_cat_item_block_1 a:hover{
  color: #1ae5be;
}
.block_list_cat_item_block_1 {
    display: flex;
    align-items: flex-start;
}

.title_item_block_1 {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    background: #f5f7fb;
    padding: 0 20px;
    left: 20px;
}
.under_title_block {
    font-size: 16px;
}
.title_list_item_block_1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #1ae5be;
    text-transform: uppercase;
    margin-bottom: 30px;
  display: block;
}

ul.list_cat_item_block_1 {
    padding-right: 65px;
}

.title_list_item_block_1 img {
    margin-left: 20px;
}

.a_list_application_area {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    justify-content: space-between;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: .3s;
}
.a_list_application_area:hover {
    box-shadow: 0 2px 6px 0 #ebebeb;
    color: #1ce5be;
}
.img_list_application_area {
    height: 92px;
    width: 92px;
    object-fit: contain;
}
.a_list_application_area:last-child {
    margin-bottom: 0;
}
.green_1 {
    border-color: #1ce5be;
}
.item_body_tabs {
    display: none;
}

.item_body_tabs.active {
    display: block;
}

.list_prod {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item_prod {
    color: #000;
    width: 25%;
    padding: 0 10px 20px;
    cursor: pointer;
  display: flex;
}

.header_tabs {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}


.title_tabs {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 35px;
}

.block_3 {
    padding: 45px 0 40px;
}

.item_list_tebs {
    border-radius: 4px;
    background-color: #f0f4fa;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 35px;
    color: #393e41;
    display: block;
    margin-right: 15px;
    transition: .3s;
}

.list_tebs {
    display: flex;
}

.item_list_tebs.active, .item_list_tebs:hover {
    background-color: #1ae5be;
    color: #fff;
}
.read_more_index_text:hover {
    color: #1ce5be;
    border-color: #1ce5be;
}
.prod_card {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #dde2ea;
    padding: 20px 15px 10px;
    background: #fff;
  width: 100%;
  transition: .3s;
}

.prod_card_mobile {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #dde2ea;
    background: #fff;
  width: 100%;
  transition: .3s;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 8px;
}


.block_img_prod {
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.block_img_prod img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    transition: .3s all;
}
.block_img_prod img[data-src]{
    opacity: 0;
}

.title_prod_card {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.2;
    width: 100%;
    text-transform: uppercase;
}

.title_prod_card_mobile {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.pref_title_prod_card{
    color: #b4b7bc;
    display: inline-block;
    font-size: 0.7em;
    text-transform: uppercase;
    font-style: normal;
  	margin-bottom: 1;
}

.title_name_prod_card{
  	display: block;
}

.block_desc_prod{
      float:left;
}

.block_price_star_prod_card {
    display: flex;
    align-items: center;
  margin-bottom: 10px;
   width: 100%;
}

.price_prod_card {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0px;
  	margin-right: 0px;
  	float: left;

}

.content_prod_card .block_avail_prod{
	display: inline-block;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: right;
}

.content_prod_card .block_avail_prod i{
	margin-right: 2px;
}


.star_prod_card {
    color: #ffdc00;
}

.param_prod_card {
    font-size: 14px;
    line-height: 1.2;
    color: #6d7278;
    margin-bottom: 10px;
    font-weight: 300;
}
.price_avail_prod_card {
	display: inline-block;
	width: 100%;
}


.param_prod_card p {
    margin-bottom: 4px;
}
.lider_label_prod_card {
    position: absolute;
    top: 10px;
    left: -12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f7b500;
    padding: 10px;
    color: #fff;
}

.lider_label_prod_card:before {
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #d9a107;
    border-right: 6px solid #d9a107;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
}

.control_panel_prod_card {
    display: flex;
    justify-content: space-between;
    height: 0px;
    overflow: hidden;
    transition: .3s;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0px 15px;
    background: #fff;
      top: calc(100% - 5px);
    border-radius: 0 0 4px 4px;
}
.prod_card:hover .control_panel_prod_card {
    height: 70px;
    padding: 0px 15px 20px;
    box-shadow: 0 12px 9px 2px #7d7d7d24;
}
.submit_prod_card {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #1ae5be;
    transition: .3s;
    border: none;
    height: 50px;
    padding: 0 42px;
    cursor: pointer;
}

.compare_prod_card {
    border-radius: 4px;
    background-color: #f0f4fa;
    transition: .3s;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 2px solid #f0f4fa;
  cursor: pointer;
}
.compare_prod_card.js-compare-remove {
    background: rgba(145, 255, 234, 0.28);
    border-color: #1ce5be;
}
.compare_prod_card svg path{
  transition: .3s;
}
.compare_prod_card.js-compare-remove svg path, .compare_prod_card:hover svg path {
    fill: #1ce5be;
}
.compare_prod_card:hover, .add_compare_prod:hover {
    background: #fff;
    border-color: #1ce5be;
}
.link_blog_sidebar:hover {
    background: #fff;
    border-color: #dde2ea;
}
.buy_one_prod:hover {
    background: #f1f4fa;
}
.compare_prod_card.js-compare-remove:hover {
    background: rgba(145, 255, 234, 0.25);
}
.prod_card:hover {
    box-shadow: 0 0 9px 2px #7d7d7d24;
    transform: translateY(-10px);
    z-index: 1;
}


.for_link_all_prod {text-align: center;display: flex;justify-content: center; margin-top: 20px;}

.for_link_all_prod a {
    transition: .3s;
    border-radius: 4px;
    background-color: #2f2f2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 14px 30px;
}
.content_brends {
    display: flex;
    align-items: center;
}

.title_content_brends {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.14;
    padding-right: 130px;
}

.block_4 {
    background-color: #f5f7fb;
    padding: 40px 0;
    margin-bottom: 30px;
}
.slider_brends .owl-nav {
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
}

.slider_brends .owl-nav button {
    display: block;
}

.slider_brends .owl-nav .owl-prev {
    transform: rotate(-180deg);
}

.slider_brends .owl-nav .owl-next {
    margin-top: 25px;
}
.item_slider_brends {
    max-height: 60px;
    object-fit: contain;
    max-width: 160px;
}
.item_slider_brends_a {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: #fff;
    text-align: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
      transition: .2s all;
      border: 1px solid #fff;
}
.item_slider_brends_a:hover {
    border: 1px solid #1ae5be;
}
.block_5 {
    padding: 40px 0;
}

.block_5 .title_item_block_1 {
    background: #fff;
}

.block_5 .item_block_1:first-child {
    padding: 20px 0 0;
}

.block_5 .item_block_1:first-child .title_item_block_1 {}

.item_list_question {
    border-bottom: solid 4px #dde2ea;
    padding: 20px 35px;
}

.item_list_question:last-child {
    border-bottom: none;
}

.title_item_list_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.14;
    cursor: pointer;
    transition: .3s;
}

.content_item_list_question, .content_item_list_question p {
    padding: 20px 0 0;
    display: none;
    flex-wrap: wrap;
}

.content_item_list_question p {
    display: flex;
    flex-wrap: wrap;
}

.content_item_list_question a {
    font-size: 18px;
    line-height: 1.11;
    display: flex;
    padding: 8px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f0f4fa;
    border-radius: 4px;
    color: #000;
    transition: .3s;
}

.content_item_list_question a:hover {
    color: #fff;
    background-color: #1ae5be;
}

.item_list_question.active .title_item_list_question, .item_list_question:hover .title_item_list_question {
    color: #1ae5be;
}

.item_list_question.active .content_item_list_question {
    display: flex;
}
.item_application_area {
    display: flex;
    margin-bottom: 20px;
    background-color: #f0f4fa;
    padding: 30px;
    justify-content: space-between;
    color: #000;
    transition: .3s;
    border-radius: 4px;
}
.item_application_area:last-child {margin-bottom: 0px;}
.item_application_area:hover {
    background: #ffffff;
    box-shadow: 0 3px 9px 0 #6975822e;
}
.content_item_application_area span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 10px;
    display: block;
    transition: .3s;
}
.item_application_area:hover span{
  color: #3f88c5;
}
.content_item_application_area p {
    font-size: 17px;
    line-height: 1.3;
    padding-right: 10px;
    font-weight: 300;
}

.block_5 .content_block_1 {
    align-items: flex-start;
}
.block_6 {
    background-color: #f5f7fb;
    padding: 40px 0;
}

.title_block {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.under_title_block {
    font-size: 18px;
    margin-bottom: 30px;
    color: #B4B7BC;
}

.list_services {
    display: flex;
    justify-content: space-between;
}

.item_list_services {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    width: calc(33.3% - 13px);
      display: flex;
    align-items: flex-end;
}

.content_item_list_services {
    position: relative;
    margin: 80px 25px 25px;
    z-index: 1;
}

.text_item_list_services {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
}

.title_item_list_services {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item_list_services:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(47, 47, 47, 0.8);
    transition: .3s;
      z-index: 1;
}
.item_list_services:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  opacity: 0;
    background-image: linear-gradient(222deg, rgba(26, 229, 190, 0.27), #1ae5be);
    transition: .3s;
}
.item_list_services:hover:before {
    opacity: 0
}
.item_list_services:hover:after {
    opacity: 1
}
.block_7 {
    background-image: linear-gradient(259deg, #5bb2e0, #3f88c5);
    padding: 40px 0;
}

.content_block_7 {
    display: flex;
      align-items: center;
}

.left_content_block_7 {
    width: 55%;
    color: #fff;
}
.left_content_block_7 .title_block {
font-size: 28px;
    line-height: 1.1;
}
.left_content_block_7 .under_title_block {
    color: #fff;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    font-weight: 300;
}
.right_content_block_7 {
    width: 45%;
}

.link_interaktive {
    font-size: 18px;
    font-weight: 800;
    transition: .3s;
    color: #2f2f2f;
    text-transform: uppercase;
    padding: 14px 40px 12px;
    border-radius: 4px;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
}
.img_right_content_block_7 {
    margin-bottom: -60px;
}
.block_10 {
background-image: linear-gradient(259deg, #5bb2e0, #3f6cc5);
    padding: 40px 0 40px;
}

.content_block_10 {
    display: flex;
    position: relative;
   color: white;
}
.content_block_10 .title_block {
    margin-bottom: 20px;
}
.left_content_block_10 {
    width: 80%;
}

.right_content_block_10 {
    width: 20%;
    right: 0;
    top: 30px;
}

.title_block_10 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.text_block_10 {
    color: #393e41;
    height: 0px;
    overflow: hidden;
    position: relative;
    color: white;
}

.text_block_10:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to top, #f5f7fb, transparent);
}
.for_read_more_index_text {
    text-align: center;
    margin-top: 10px;
}

.read_more_index_text {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}
.content_block_9 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.block_9 {
    padding: 40px 0;
    background-color: #edf1f6;
}
.item_block_9 {
    width: 33.3%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    color: #000;
    transition: .2s all;
    font-size: 18px;
}

.item_block_9:hover {
    color: #87888a;
}

.img_item_block_9 {    
    min-width: 60px;
    margin-right: 20px;
}

.title_item_block_9 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.text_item_block_9 {
    line-height: 1.2;
    font-weight: 300;
}
.block_8 {
    margin: 40px 0;
}
.block_8 .title_block {
    margin-bottom: 30px;
}
.list_news {
-webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
}

.item_news {
  border-radius: 4px;border: solid 1px #dde2ea;margin-bottom: 20px;overflow: hidden;align-items: center;color: #333;position: relative;display: block;transition: .3s;
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
      height: 185px;
}

.content_item_news {
    padding: 25px;
    width: 100%;
    padding-left: 255px;
}

.title_item_news {
    font-size: 20px;
      line-height: 1.2;
    font-weight: bold;
    transition: .3s;
}

.text_item_news {
    line-height: 1.2;
    margin-top: 15px;
    font-weight: 300;
    max-height: 57px;
    overflow: hidden;
}

.img_item_news {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.item_news:hover {
    box-shadow: 0 3px 12px 0 rgba(221, 226, 234, 0.58);
    border: solid 1px #3f88c5;
}

.item_news:hover .title_item_news {
    color: #3f88c5;
}
.text_block_10.active {
    height: auto;
}

.text_block_10.active:after {
    content: none;
}
.title_mini_list_prod {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mini_list_prod .list_prod {
    margin-bottom: 10px;
}
.content_product {
  display: flex;
  margin: 30px 0 25px;
}

.galery_prod_block {
    width: 32%;
}

.content_prod_block {
    width: 68%;
    padding-left: 20px;
}
.big_galery_prod {
    margin-bottom: 30px;
}

.mini_galery_prod {
    margin-bottom: 30px;
}
.img_mini_gal_prod {
    margin: 0 15px;
    border: solid 1px #dde2ea;
  outline: none;
   cursor: pointer;
}
.mini_galery_prod .slick-arrow{
  border: none;
  cursor: pointer;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-size: 22px;
  padding: 0;
  background: none;
  z-index: 1;
  transition: .3s;
  outline: none;
}
.mini_galery_prod .slick-arrow:hover{
  color: #1ae5be;
}
.mini_galery_prod .slick-prev {
    left: 0;
}

.mini_galery_prod .slick-next {
    right: 0;
}
.prod_tag {
    border-radius: 4px;
    background-color: #edf1f6;
    color: #000;
    padding: 7px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s;
    box-shadow: none;
}

.navi
{
    color: #000!important;
    padding: 7px 25px!important;
    display: block!important;
    transition: .3s!important;
    box-shadow: none!important;
}
.prod_tag{
    border-bottom: 0 !important;    
    text-decoration: none!important;
}

.tag_list_prod {
    display: flex;
    flex-wrap: wrap;
    background: white;
}

.prod_tag:hover {
    background-color: #1ae5be;
    color: #fff;
}
.img_mini_gal_prod.slick-current {
    border-color: #3f88c5;
}
.title_prod {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.breadcrumbs {
    color: #B4B7BC;
    margin-bottom: 20px;
    background: #F5F7FB;
    padding: 14px 0;
}
.breadcrumbs .container {
    display: flex;
    align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs a {
    color: #B4B7BC;
    transition: .3s all;
}

.breadcrumbs p {
    padding: 0 7px;
}

.content_block_prod {
    display: flex;
    margin: 0 -10px;
}

.left_content_block_prod {
    width: 50%;
    padding: 0 10px;
}
.right_content_block_prod-inner {
    width: 100%;
    border-radius: 4px;
    background-color: #f0f4fa;
    padding: 25px;
}
.right_content_block_prod {
    width: 50%;
    margin: 0 10px;
}
.block_rait_avail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
      flex-wrap: wrap;
}

.block_rait_prod span {
    opacity: 0.4;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.block_rait_prod i {
    color: #f7b500;

}
.block_avail_prod {
    color: #61b20c;
    display: block;
}


.block_avail_prod img, .block_avail_prod i {
    margin-right: 7px;
}
.brand_block {
border-radius: 4px;
    border: solid 1px #dde2ea;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.content_description_prod .brand_block {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
    
}

.content_description_prod h4{
    margin-right: 30px;
    margin-left: 20px;
    margin-bottom: 0!important;
    padding-bottom: 0;
    color: #dde2ea;
}

.content_description_prod .brand_block p{
    margin: 0;
}

.brand_block i {
    color: #dde2ea;
    margin-left: 20px;
    display: inline-block;
}


.brand_block div {
    padding-left: 10px;
    color: #b4b7bc;
    font-size: 14px;
    font-weight: 300;
}


.brand_block div {
    padding-left: 10px;
    color: #b4b7bc;
    font-size: 14px;
    font-weight: 300;
}
.img_brand_prod {
    max-width: 40%;
}
.title_content_product_elem {
    color: #b4b7bc;
  width: 100%;
    margin-bottom: 10px;
}

.content_advant_prod {
    margin-bottom: 20px;
    font-weight: 300;
}

.content_advant_prod ul{
    list-style-type: square;
    list-style-position: inside;
}

.content_advant_prod a{
	color: #3f88c5;
    transition: .3s;
text-decoration: underline;

}

.mini_param_prod td {
    padding-bottom: 12px;
    line-height: 1.15;
}

.mini_param_prod td:first-child {
    color: #b4b7bc;
    padding-right: 10px;
    width: 45%;
      font-weight: 300;
}
.mini_param_prod {
    margin-bottom: 12px;
    border-top: solid 1px #dde2ea;
    padding-top: 20px;
}


.difficulties_block {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    padding: 25px;
    line-height: 1.4;
}

.title_difficulties_block {
    font-weight: bold;
    margin-bottom: 7px;
  font-size: 18px;
}
.content_difficulties_block {
    font-weight: 300;
}
.price_prod {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.old_price{
    font-size: 20px;
    font-weight: normal;
    margin-left: 15px;
    text-decoration: line-through;
    color: grey;
}
.link_min_price {
    color: #3f88c5;
    /* font-size: 18px; */
    text-align: center;
    margin-bottom: 25px;
    transition: .3s;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.15;
}
.for_link_min_price {
    text-align: center;
    width: 100%;
}
.item_advant_prod {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.block_advant_prod {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.img_item_advant_prod {
    width: 38px;
    margin-right: 15px;
    max-height: 33px;
}

.control_prod {display: flex;flex-wrap: wrap;margin-bottom: 25px;}

.buy_one_prod {
    border-radius: 4px;
    background-color: #dde2ea;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    /*margin-bottom: 20px;*/
    transition: .3s;
    border: 2px solid transparent;
    cursor: pointer;
}

.breadcrumbs a:hover {
    color: #000;
}

.link_min_price:hover {
    color: #1ce5be;
}
.kp_prod {
    font-size: 18px;
    color: #3f88c5;
    text-align: center;
    display: inline-block;
    transition: .3s;
    border-bottom: 1px solid;
}
.kp_prod:hover {
    color: #1ce5be;
}

.nalichie_prod {
    display: inline-block;
    transition: .3s;
    border-bottom: 1px solid;
    color: #61b20c;  
}
.nalichie:hover {
    color: #61b20c;
}


.add_compare_prod {
    border-radius: 4px;
    background-color: #dde2ea;
    display: flex;
    height: 60px;
    width: 60px;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    transition: .3s;
  border: none;
  border: 2px solid #dde2ea;
  padding: 0 18px;
}

.add_cart_prod {
    border-radius: 4px;
    background-color: #1ce5be;
    display: flex;
    width: calc(100% - 75px);
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    transition: .3s;
    border: none;
    cursor: pointer;
}

.add_cart_prod:hover{
      background: #17d8b2;
}

.payment{
  align-items: center;
  text-align: center;
    width: 100%;
    margin-top: 30px;
    color: #bbbfc2; 
}


.item_more_buy_prod {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 8px;
    transition: .3s;
}

.item_more_buy_prod:before {
    width: 8px;
    height: 8px;
    background-color: #dde2ea;
    content: '';
    display: block;
    border-radius: 100%;
    margin-right: 10px;
}

.item_more_buy_prod:hover {
    color: #1ce5be;
}
.more_buy_prod {
    border-top: solid 1px #dde2ea;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.more_buy_prod a{
      background-color: #dde2ea;
    border-radius: 4px;
    border: 2px solid transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    height: 60px;
    color: #333;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: center;
    transition: .3s;
}
.more_buy_prod a:hover {
    background: #ffffff;
    border-color: #dde2ea;
}
.bottom_content_prod {
    display: flex;
    margin: 0 -10px;
      margin-top: 0px;
}

.item_bottom_content_prod_desc {
    width: 65%;
    padding: 0px 0px 20px 0px;
}

.item_bottom_content_prod_desc h2{
    padding-bottom: 20px;
}

.item_bottom_content_prod_serv {
    width: 35%;
    padding: 0 10px;
}

.item_bottom_content_prod_serv .item_block_1 {
    width: 100%;
    margin-bottom: 55px;
}

.item_bottom_content_prod_serv .title_item_block_1 {
    background: #fff;
}

.item_reviews_prod {
    background-color: #f0f4fa;
    font-size: 20px;
    font-weight: bold;
    color: #b4b7bc;
    margin-bottom: 10px;
    padding: 20px 40px;
}

.delivery_prod {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img_delivery_prod {
    width: 75px;
}

.list_delivery_prod span {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}
.list_delivery_prod span a, .content_difficulties_block a, .content_description_prod a,.bundle-item-char a {
    color: #3f88c5;
    transition: .3s;
    line-height: 1.1;
      display: inline;
  padding: 0;
}
.description_catalog a{
  color: #3f88c5;
    transition: .3s;
    line-height: 1.1;
    padding: 0;
    text-decoration: underline;
}/*
.description_catalog a.dashed{
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #3f88c5;   
}
.description_catalog a.dashed:hover{
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,0,0,0);
}*/
.description_catalog a:hover {
    text-decoration: none;
}
.block_10 .content_description_prod a {
  color: #3f88c5;
    transition: .3s;
    line-height: 1.1;
    display: inline-block;
    padding: 0;
    border-bottom: 1px dashed #3f88c5;
}
.block_10 .content_description_prod a:hover{
    border-bottom: 1px dashed rgba(0,0,0,0);
}
.list_delivery_prod span a:hover, .content_difficulties_block a:hover, 
.content_description_prod a:hover, .description_catalog a:hover,
.bundle-item-char a:hover {
    color: #1ce5be;
}
.tabs_prod{
  margin-bottom: 35px;
}
.tabs_prod .header_tabs {
    margin-bottom: 20px;
}

.tabs_prod .item_list_tebs {
    font-size: 22px;
    font-weight: bold;
    color: #b4b7bc;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-right: 10px;
    padding-bottom: 3px;
    border-bottom: solid 4px #fff;
    display:flex;
}

.tabs_prod .item_list_tebs i{
  padding-right: 5px;
}

.tabs_prod .item_list_tebs.active {
    color: #000;
    border-color: #dde2ea;
}

.tabs_prod .item_list_tebs:hover {
    color: #000;
}
.content_description_prod h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.content_description_prod iframe{
  width: 100%;
}
.content_description_prod h3 {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    font-size: 22px;
}
.content_description_prod ul {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  

  
}
.content_description_prod ul li, .content_description_prod dl dt {
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
  

}

.content_description_prod .ulgallery ul  {
      -webkit-column-count: 2!important; 
    column-count: 2!important;
}

@media (max-width: 700px){
  .content_description_prod .ulgallery ul  {
      -webkit-column-count: 1!important; 
    column-count: 1!important;
}
}

.content_description_prod .ulgallery li {
    margin-bottom: 50px;
    padding-left: 0px;
}



.content_description_prod .ulgallery ul li:before {
    display: none!important;
      padding-left: 0px;
}

.content_description_prod .ulgallery img{
    width: 100%;
}


.content_description_prod {
    font-size: 18px;
}
.content_description_prod ul li:before, .content_description_prod dl dt:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #dde2ea;
    border-radius: 100%;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.content_description_prod ol {
    counter-reset: myCounter;
}
.content_description_prod ol li {
    margin: 0 0 15px;
    position: relative;
    padding-left: 35px;
}
.content_description_prod ol li:before {
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 0;
    counter-increment: myCounter;
    content: counter(myCounter) " ";
    color: #b4b7bc;
    background: #dde2ea;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    width: 25px;
    height: 25px;
    font-size: 13px;
}
.content_description_prod ol ol {
    margin: 15px 0 15px;
    counter-reset: myCounter2;
}
.content_description_prod ol ol li:before {
    counter-increment: myCounter2;
    content: counter(myCounter) "." counter(myCounter2);
}
.content_description_prod ol ol ol {
    counter-reset: myCounter3;
}
.content_description_prod ol ol ol li {
    padding-left: 45px;
}
.content_description_prod ol ol ol li:before {
    width: inherit;
    padding: 0 4px;
    counter-increment: myCounter3;
    content: counter(myCounter) "." counter(myCounter2) "." counter(myCounter3);
}

.content_description_prod p {
    margin-bottom: 20px;
}

.content_description_prod .prop_prod_table-4 p {
    margin-bottom: 0px!important;
}


.gray_text {
    font-size: 15px;
    color: #b4b7bc;
    line-height: 1.1;
    margin-bottom: 10px;
}
.gray_text:last-child {
    margin-bottom: 20px;
}
.content_description_prod .gray_text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 300;
}

.content_description_prod .banner-content{
    margin-bottom: 20px;
}

.content_description_prod .banner-content i{
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
    border-width: 0;
}

.bg_text {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background: #f1f4fa;
    padding: 10px 20px;
    box-sizing: border-box;
      margin: 0 0 20px;
}
.bg_text img {
    float: left;
    margin-right: 20px;
}
.bg_text h2 {
    float: left;
    margin: 0 !important;
    font-size: 22px !important;
}
.page_uslugi .text_item_list_services {
    font-size: 16px;
}
.delivery_page li {
    font-size: 20px;
    margin-top: 10px;
}
.block_description_catalog {
    background-color: #f5f7fb;
    padding: 10px 0 40px;
}

.description_catalog {
    color: #697582;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.description_catalog h2 {
    font-size: 24px;
    margin: 20px 0 15px;
}
.description_catalog h2:first-child{
    margin-top: 0;
}
.description_catalog h3 {
    font-size: 20px;
    margin: 20px 0 10px;
}
@media (max-width: 767px){
    .description_catalog h2{
        font-size: 22px;
    }
}
@media (max-width: 574px){
    .description_catalog h2{
        font-size: 20px;
    }
    .description_catalog h3{
        font-size: 18px;
    }
    .description_catalog{
        padding: 0 10px;
    }
}
.description_catalog p {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 17px;
}
.description_catalog ul li strong {
    display: inline-block;
    width: calc(100% - 23px);
    margin-bottom: 10px;
    font-size: 20px;
}
.description_catalog ul {
    margin: 0 0 15px;
    list-style: inside;
}
.description_catalog ul li {
    line-height: 1.3;
}
.description_catalog ul ul li {
    margin-bottom: 10px;
}
.description_catalog ul li:before {
    top: 11px;
}
.description_wizard {
    color: #000;
}
.description_wizard a {
    box-shadow: inset 0 -0.175em #fff, inset 0 -0.2em #3f88c5;
}
.description_wizard a:hover {
    box-shadow: inset 0 -0.175em #fff, inset 0 -0.2em #1ce5be;
}
.container_catalog {
    display: flex;
    margin: 30px -10px 20px;
}
.sidebar {
    width: 305px;
    padding: 0 10px;
}

.content_container_catalog {
    width: calc(100% - 305px);
    padding: 0 10px;
}
.banner_catalog img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.list_prod_catalog .item_prod {
    width: 33.3%;
}
.block_sort_count_catalog {
    border-radius: 4px;
    background-color: #f0f4fa;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort_catalog {
    display: flex;
    align-items: center;
}

.title_cort_catalog {
    color: #b4b7bc;
}

.sort_catalog label span {
    color: #888888;
    margin-left: 20px;
    line-height: 1.2;
    display: inline-block;
    transition: .2s all;
}
.sort_catalog label span:hover {color: #3f88c5;}
.sort_catalog label input:checked + span {
    color: #000;
    border-bottom: 1px solid;
}

.sort_catalog label {
    cursor: pointer;
}
.nav_list_prod {
    border-top: solid 1px #dde2ea;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.count_prod_list {
    color: #cbced4;
}

.navigation {
    display: flex;
}

.navigation span {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #f0f4fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.navigation a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    color: #000;
    font-weight: bold;
    transition: .3s;
}

.navigation a:hover {
    color: #1ae5be;
}
.news_list_sidebar {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    margin-bottom: 30px;
    padding: 25px 25px;
    font-size: 17px;
}

.title_news_list_sidebar {
    color: #999;
    margin-bottom: 15px;
}

.link_blog_sidebar {
    border-radius: 4px;
    background-color: #dde2ea;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    transition: .3s;
    border: 2px solid transparent;
}

.ul_news_list_sidebar {
    margin-bottom: 20px;
}

.ul_news_list_sidebar a {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: .3s;
    line-height: 1.2;
    color: #2e3133;
    font-weight: 300;
}

.ul_news_list_sidebar a:before {
    content: '';
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: #dde2ea;
    border-radius: 100%;
    margin-right: 15px;
}

.ul_news_list_sidebar a:hover {
    color: #1ae5be;
}
.manual_3d_sidebar {
    border-radius: 4px;
    background-color: #f0f4fa;
    padding: 25px;
    margin-bottom: 30px;
}

.title_manual_3d_sidebar {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}
.text_manual_3d_sidebar {
margin-bottom: 25px;
    font-size: 17px;
    font-weight: 300;
}

.img_manual_3d_sidebar {
    margin-bottom: 20px;
}
.container_filter_catalog {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    margin-bottom: 20px;
    overflow: hidden;
}

.filter_catalog {
    margin-bottom: 40px;
}

.title_filter_catalog {
    font-size: 18px;
    padding: 20px;
}
.content_item_filter_catalog {
    display: none;
    padding: 20px 20px 10px;
}
.content_item_filter_range {padding: 20px;}
.item_filter_catalog {
    border-top: solid 1px #dde2ea;
}

.title_item_filter_catalog {
    font-size: 18px;
    font-weight: bold;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .2s all;
}
.title_item_filter_catalog:hover {color: #3f88c5;}
.clear_filter {
    padding: 15px;
    border-radius: 4px;
    background-color: #ffe4e0;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    color: #e94f37;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
      display: block;
    text-align: center;
}
.clear_filter:hover{
  background-color: #e94f37;
  color: #fff;
}
.item_filter_catalog.active .content_item_filter_catalog {
    display: block;
}

.item_filter_catalog.active .title_item_filter_catalog {
    background-color: #f0f4fa;
}

.item_filter_catalog.active .title_item_filter_catalog i {
    transform: rotate(180deg);
}
.elem_item_filter_catalog {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 10px;
        cursor: pointer;
}
.check_filter_block {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #dde2ea;
    margin-right: 15px;
    display: flex;
align-items: center;
justify-content: center;
}

.left_elem_item_filter_catalog {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
}
.check_filter_block i{
  color: #fff;
}
.elem_item_filter_catalog input:checked + .check_filter_block i{
  color: #1ae5be;
}
.elem_item_filter_catalog input:checked + .check_filter_block {
    background-color: #f0f4fa;
    border-color: #f0f4fa;
    color: #1ae5be;
}
.elem_item_filter_catalog span {
    color: #393e41;
    font-size: 17px;
}
.count_prod_item_filter {
    border-radius: 4px;
    background-color: #f0f4fa;
    color: #393e41;
    padding: 4px 8px;
    line-height: 1;
}
.container_blog {
    margin: 30px 0 20px;
}
.link_cat_blog {
    display: flex;
  flex-wrap: wrap;
}

.item_link_cat_blog {
    font-size: 22px;
    font-weight: bold;
    color: #b4b7bc;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-right: 25px;
    padding-bottom: 3px;
    border-bottom: solid 3px #fff;
    transition: .3s;
    margin-bottom: 20px;
}

.item_link_cat_blog.active {
    color: #000;
    border-color: #dde2ea;
}

.item_link_cat_blog:hover {
    color: #000;
}
.list_blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item_list_blog {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    border-radius: 4px;
    border: solid 1px #dde2ea;
    overflow: hidden;
    transition: .3s;
    background: #f0f4fa;
    display: block;
    display: flex;
    flex-wrap: wrap;
}

.element_list_blog {
    width: calc(50% - 20px);
    margin: 0 10px;
}
.element_list_blog .item_list_blog {
    width: 100%;
    margin: 0 0 20px;
    height: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
}
.title_item_list_blog {
    font-size: 20px;
    font-weight: bold;
    padding: 0 25px 12px;
    transition: .3s;
    line-height: 1.2;
    color: #000;
  width: 100%;
}

.text_item_list_blog {
    color: #393e41;
    font-size: 16px;
    padding: 0 25px 20px;
    font-weight: 300;
}
.img_item_list_blog {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    min-height: 242px;
}
.top_item_list_blog {
    display: flex;
    align-items: center;
    padding: 25px 25px 12px;
    color: #b4b7bc;
    font-size: 16px;
}

.tag_item_list_blog {
    color: #b4b7bc;
    margin-left: 20px;
}
.item_list_blog:hover {
    box-shadow: 0 2px 10px 0 rgba(221, 226, 234, 0.79);
    background: #fff;
}
.item_list_blog:hover .title_item_list_blog{
    color: #1ae5be;
}
.nav_list_blog{
  margin-top: 20px;
}
.title_prod_article_block {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.prod_article_block .item_prod {
    width: 100%;
}

.prod_article_block {
    margin-bottom: 30px;
}

.prod_article_block h2{
    margin-bottom: 10px;
    display: block;
    left: 20px;
}

.line_under_title_blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dde2ea;
}

.item_line_under_title_blog {
    display: flex;
    align-items: center;
    color: #b4b7bc;
    font-size: 17px;
    font-weight: 300;
}

.pluso {
    margin-right: 25px;
}
.under_content_article {
    border-bottom: none;
    border-top: solid 1px #dde2ea;
    padding: 15px 0 0;
    margin: 10px 0 50px;
}
.comment_article {
    width: 100%;
    padding: 30px;
    margin-left: 0;
}
.comment_article .title_item_block_1 {
    background: #fff;
}
.container_blog {
    margin-bottom: 40px;
}
.content_blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.item_content_blocks {
    width: 50%;
    padding: 10px;
    display: flex;
}

.img_content_blocks {
    width: 185px;
    object-fit: cover;
    height: 185px;
}

.title_content_blocks {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.desc_content_blocks {
    background-color: #f0f4fa;
    padding: 20px;
    width: calc(100% - 185px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.text_content_blocks {
    font-size: 16px;
    margin-bottom: 0 !important;
}
.count_header_block {
    width: 26px;
    height: 26px;
    background-color: #e94f37;
    position: absolute;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: -13px;
    top: -13px;
  font-size: 14px;
  display: none;
}
.main_submenu {
    position: absolute;
    width: 1200px;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    box-shadow: 0 8px 10px 0 rgba(57, 62, 65, 0.08);
    display: none;
}
.main_menu > li:hover .main_submenu {
    display: block;
}
.list_cat_main_submenu {
    display: flex;
    margin: -5px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.title_tag_main_submenu {
  color: #545454;
  margin-bottom: 10px;
  margin-top: 30px;
}
.title_tag_main_submenu:first-child{
    margin-top: 0;
}

.main_menu .prod_tag {
    color: #000;
    padding: 7px 25px;
    display: block;
    height: auto;
    width: auto;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.main_menu .prod_tag:hover {
    color: #fff;
}

.content_main_submenu {
    padding: 30px;
}

.main_menu .item_cat_main_submenu {
    height: auto;
    width: 220px;
    margin: 5px;
    display: block;
    padding: 20px;
    border-radius: 4px;
    background-color: #edf1f6;
    transition: .3s;
    border: solid 1px #edf1f6;
}

.img_item_cat_main_submenu {height: 115px;width: 100%;object-fit: contain;margin-bottom: 15px;}

.title_item_cat_main_submenu {
    font-weight: bold;
    color: #000;
    text-transform: none;
    text-align: center;
    transition: .3s;
}

.main_menu .item_cat_main_submenu:hover {
    border-color: #dde2ea;
    background: #fff;
    box-shadow: 0 2px 6px 0 #ebebeb;
}

.main_menu .item_cat_main_submenu:hover .title_item_cat_main_submenu {
    color: #3f88c5;
}
.block_more_main_submenu {
    margin: 5px;
    width: calc(100% - 700px);
}

.main_menu .item_more_main_submenu {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    display: flex;
    align-items: center;
    padding: 24px;
    height: auto;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.img_item_more_main_submenu {
    margin-right: 35px;
  width: 50px;
}

.content_item_more_main_submenu {
    color: #000;
    transition: .3s;
}

.before_title_item_more_main_submenu {
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 5px;
}

.title_item_more_main_submenu {
    font-size: 18px;
}

.main_menu .item_more_main_submenu:last-child {
    margin-bottom: 0;
}
.main_menu .item_more_main_submenu:hover {
    box-shadow: 0 2px 6px 0 #ebebeb;
    background: #fff;
}

.main_menu .item_more_main_submenu:hover .content_item_more_main_submenu {
    color: #3f88c5;
}
.link_center_line_header:hover{
  background: #dde2ea;
}
.link_go_studio:hover {
    opacity: 1;
}
.for_link_all_prod a:hover {
    background: #000;
}
.link_interaktive:hover{
  color: #3f88c5;
  background: #f0f4f9;
}
.submit_prod_card:hover {
    background: #15d0ac;
}
.mobile_top_line_header{
  display: none;
}
.slider_brends {
  width: calc(100% - 215px) !important;
}
.layout {
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 10;
}
.main_menu a i {
    display: none;
}
.title_menu_mob, .two_menu_mobil{
  display: none;
}
.back_menu_mob{
  display: none;
}
body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mobil_filter_button{
  display: none;
}
.mobile_prod_content, .title_mobil_tab{
  display: none;
}
.mob_list_label_sort_catalog{
  display: none;
}
.block_min_max_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter_section_range_input {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #dde2ea;
    width: 46%;
    color: #393e41;
    text-align: center;
    font-size: 16px;
    font-family: Circe;
}

.ui-widget.ui-slider {
    background-color: #f0f4fa;
    border: none;
    height: 8px;
}

.ui-widget.ui-slider .ui-slider-range {
    background-color: #1ae5be;
}

.ui-widget.ui-slider .ui-slider-handle {
    width: 12px;
    height: 24px;
    background-color: #dde2ea;
    border: none;
    border-radius: 0;
    top: -8px;
}
.call_order{
  color: #393e41;
}
.modal_window {
    padding: 30px 40px 25px !important;
}

.title_modal_window {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.input_modal_window {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    height: 55px;
    width: 100%;
    font-size: 18px;
    font-family: Circe;
    padding: 0 20px;
    transition: .3s;
}
.textarea_modal_window {
    width: 100%;
    height: 112px;
    border-radius: 4px;
    border: solid 1px #dde2ea;
    resize: none;
  outline: none;
  font-size: 18px;
    font-family: Circe;
    padding: 12px 20px;
}
.line_input_modal_window {
    position: relative;
    margin-bottom: 15px;
  transition: .3s;
}
.modal_window ::-webkit-input-placeholder {
  opacity: 0;
}

.input_modal_window:focus + .placeholder_input_modal_window,
.input_modal_window:placeholder-shown:focus + .placeholder_input_modal_window, 
.input_modal_window:not(:placeholder-shown) + .placeholder_input_modal_window,

.textarea_modal_window:focus + .placeholder_input_modal_window,
.textarea_modal_window:placeholder-shown:focus + .placeholder_input_modal_window, 
.textarea_modal_window:not(:placeholder-shown) + .placeholder_input_modal_window{
    font-size: 13px;
    top: 13px;
}
.input_modal_window:focus{
    padding-top: 13px;
}
.textarea_modal_window:focus, .textarea_modal_window:valid {
    padding-top: 19px;
}
.placeholder_input_modal_window {
    color: #b4b7bc;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
textarea + .placeholder_input_modal_window {
    top: 15px;
    transform: none;
}
.submit_modal_window, .m-modal-button--checkout {
    margin: 0 auto 15px;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 800;
    padding: 18px 60px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #dde2ea;
    border: none;
    transition: .3s;
    cursor: pointer;
}
.submit_modal_window:hover, .m-modal-button--checkout:hover{
      background: #1ae5be;
    color: #fff;
}
.politic_form_modal_window {
    color: #b4b7bc;
    font-size: 14px;
    max-width: 390px;
    text-align: center;
    margin: 0 auto;
}
.alert_message{
  display: none;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.alert_message.ok {
    display: block;
    color: #000000;
}
.alert_message.error{
  display: block;
  color: #e94f37;
}
.input_modal_window.error + div + .error, .textarea_modal_window.error + div + .error {
    font-size: 14px;
    color: #e94f37;
    position: absolute;
    top: calc(100% + 3px);
}
.input_modal_window.error, .textarea_modal_window.error {
    border: solid 1px #fdbbb1;
    background-color: #fff1ee;
    color: #e94f37;
}
.line_input_modal_window.error {
    margin-bottom: 25px;
}
.m-modal-wrapper {
    padding: 30px 40px 25px;
}

.m-modal-heading {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}

.m-input {
    position: relative;
    margin-bottom: 15px;
    transition: .3s;
}

.m-input-field {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    height: 55px;
    width: 100%;
    font-size: 18px;
    font-family: Circe;
    padding: 0 20px;
    transition: .3s;
    margin: 0;
}

.m-input-label {
    color: #b4b7bc;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
.m-input-label.focus {
    font-size: 13px;
    top: 13px;
}
.m-input-field:focus, .m-input-field.focus, .m-input-label.focus + .m-input-field {
    padding-top: 13px;
}
.m-input-field::-webkit-input-placeholder {color:#fff;}
.m-input-field::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.m-input-field:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.m-input-field:-ms-input-placeholder      {color:#fff;}
.search_page .input_serch_header {
    width: 100%;
    font-size: 18px;
    height: 55px;
    border: solid 1px #dde2ea;
    background-color: #ffffff;
    color: #000;
    margin-bottom: 20px;
}

.search_page .submit_input_serch_header {
    color: #dde2ea;
    font-size: 18px;
    top: 28px;
}
.bllock_404 {
    background-color: #f0f4fa;
    padding: 50px 0;
}

.container_404 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.title_container_404 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 13px;
}
.text_container_404 {
    font-size: 18px;
    max-width: 460px;
}
.compare-notice {
    display: none;
}
.compare_table {
    width: 100%;
    border: solid 1px #dde2ea;
    border-radius: 4px;
}

.img_prod_compare {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.title_prod_compare {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    color: #000;
    text-align: center;
}

.compare_table td {
    padding: 10px;
}

.compare_table tr:nth-child(2n) {
    background-color: #f0f4fa;
}

.compare_table td.compare_prop_title {
    color: #b4b7bc;
    padding-left: 25px;
    transition: .3s;
}

.compare_table tr:hover {
    background-color: #dde2ea;
    color: #000;
}

.compare_table tr {
    transition: .3s;
}

.compare_table tr:hover td.compare_prop_title {
    color: #000;
}

.header_compare {
    text-align: center;
}
.compare_remove_prod {
    font-size: 14px;
    color: #b4b7bc;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 0;
    height: auto;
    border: none;
    padding: 0;
  background: none !important;
}
.compare_remove_prod:hover {
    color: #e94f37;
}
.compare_table td:last-child {
    padding-right: 20px;
}
.compare_table tr {
    display: flex;
}
.compare_table td {
    width: 100%;
}
.container_cart {
    display: flex;
    flex-wrap: wrap;
}

.right_container_cart {
    width: 390px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px;
    background-color: #f0f4fa;
  	margin-bottom: 20px;
}

.left_container_cart {
    width: calc(100% - 390px);
    padding: 30px 20px 50px 0;
}

.title_total_price {
    width: 100%;
    color: #393e41;
    text-align: center;
    margin-bottom: 5px;
}

.total_price {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.submit_cart {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    transition: .3s;
    outline: none;
    border: none;
    border-radius: 4px;
    background-color: #3f88c5;
    text-transform: uppercase;
    padding: 17px;
    width: 100%;
    cursor: pointer;
  max-width: 320px;
}

.submit_cart:hover {
    background-color: #1ae5be;
}

.list_item_cart {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    overflow: hidden;
}
.cart_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 30px;
    border-bottom: solid 1px #dde2ea;
}

.cart_item:last-child {
    border-bottom: none;
}

.prod_link_cart_item {
    display: flex;
    align-items: center;
      width: calc(100% - 375px);
}

.img_cart_item {
    width: 100px;
}

.title_cart_item {
    font-size: 22px;
    font-weight: bold;
    margin-left: 25px;
    color: #000;
    transition: .3s;
}

.prices_cart_item {
    font-size: 22px;
    font-weight: bold;
    margin-left: 30px;
}

.delete_cart_item {
    color: #dde2ea;
    text-align: center;
    margin-left: 30px;
    font-size: 14px;
    transition: .3s;
}

.delete_cart_item span {
    display: block;
}

.quantity_cart_item {
    border-radius: 4px;
    border: solid 1px #dde2ea;
    display: flex;
    margin-left: 30px;
}

.quantity_cart_item input {
    border: none;
    padding: 0;
    width: 50px;
    text-align: center;
    font-family: Circe;
    font-size: 18px;
}

.quantity_cart_item span {
    width: 50px;
    font-size: 18px;
    font-weight: 800;
    color: #dde2ea;
    padding: 14px 0;
    transition: .3s;
    cursor: pointer;
    text-align: center;
}

.quantity_cart_item span:hover {
    color: #fff;
    background: #dde2ea;
}

.delete_cart_item:hover {
    color: #e94f37;
}

.prod_link_cart_item:hover .title_cart_item{
    color: #3e88c5;
}
.form_coupon {
    display: flex;
    width: 100%;
  max-width: 320px;
  margin: 0 auto 35px;
  flex-wrap: wrap;
}

.title_coupon {
    color: #b4b7bc;
    margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.input_coupon {
    width: 55%;
    border-radius: 4px 0 0 4px;
    border: none;
    padding: 0 20px;
    font-family: Circe;
    font-size: 16px;
}

.submit_coupon {
    width: 45%;
    font-size: 16px;
    font-weight: 800;
    border: none;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    background-color: #dde2ea;
    padding: 13px 5px;
    cursor: pointer;
    transition: .3s;
}
.submit_coupon:hover {
    background: #ffffff;
    color: #3f88c5;
}
.discount {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #1ae5be;
    font-size: 18px;
    color: #fff;
    padding: 7px 15px;
}
.notice-error {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #fff1ee;
    font-size: 18px;
    color: #e94f37;
    padding: 7px 15px;
}
.discounts-notice{
    margin-top: 15px;
}
.cart-notice{
    margin-bottom: 15px;
}
.item_container_404 {
    width: 50%;
}
.img_container_404 {
    margin-left: auto;
    display: block;
}
.gray_footer{
  opacity: 0.6;
}
.blog_big_item {
    background: #fff;
}
.owl-nav .disabled{
  opacity: 0.3;
}
.owl-nav{
  transition: .3s;
}
.modal_add {
    position: fixed;
    right: 50px;
    bottom: -200px;
    z-index: 999999999999999;
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
    transition: .7s;
    opacity: 0;
}
.modal_add.active{
  bottom: 80px;
  opacity: 1;
}
.btn_add_modal {
    display: block;
    padding: 17px 0 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}
.title_modal_add {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.close_modal_add {
    position: absolute;
    top: 13px;
    right: 15px;
}
.close_modal_add:hover path {
    fill: #1ae5be;
}
.close_modal_add {
    cursor: pointer;
}
.close_modal_add path {
    transition: .3s;
}
.prop_prod_table, .prop_prod_table-4 {
    width: 100%;
    border: solid 1px #dde2ea;
    font-size: 17px;
    font-weight: 300;
}
.prop_prod_table tr:nth-child(2n), .prop_prod_table-4 tr:nth-child(2n) {
    background: #f0f4fa;
}
.prop_prod_table td {
    padding: 14px 20px 13px;
    width: 50%;
}

.prop_prod_table-4 td{
    padding: 14px 20px 13px;
    width: 25%!important;
    vertical-align: middle;
}

.prop_prod_table td:first-child {
    color: #393e41;
}
.prop_prod_table td:last-child {
    
}
.prop_prod_table span, .prop_prod_table-4 span {
    margin-right: 5px;
}
.prop_prod_table span:last-child:after {
    content: none;
}
.samovivoz_table {
    font-weight: 400;
}
.samovivoz_table td:last-child {
    font-weight: normal;
}
.samovivoz_table thead td {
    vertical-align: middle;
    line-height: 1.1;
    color: #b4b7bc !important;
    font-size: 16px;
    background: #f0f4fa;
}
#not_add_compare .title_modal_add {
    margin-bottom: 0;
}
.breadcrumbs span {
    /*padding: 0 5px;*/
}
.img_item_list_services {
    display: block;
    max-width: initial;
    min-height: 100%;
    position: absolute;
}
.container_wizard .manual_3d_sidebar {
    display: none;
}
.ui-widget.ui-slider .ui-slider-handle {
    outline: none;
  cursor: pointer;
}
.mob_btn_add_cart{
  display: none !important;
}
.content_container_catalog .breadcrumbs, .content_product .breadcrumbs{
  display: none;
}
.control_prod .add_compare_prod {
    width: 60px;
}
.right_content_block_prod .add_cart_prod {
    background-color: #1ce5be;
}
.right_content_block_prod .add_cart_prod:hover {
    background-color: #1ce5be;
  color: #fff;
    box-shadow: 0 0.5em 0.5em -0.4em #5a5a5a33;
  transform: translateY(-0.25em);
}
.right_content_block_prod .add_compare_prod {
    background: #dde2ea;
    border-color: #dde2ea;
}
.right_content_block_prod .add_compare_prod svg path {
    fill: #000;
}
.right_content_block_prod .add_compare_prod:hover {
    background: #ffffff;
    border-color: #dde2ea;
}
.right_content_block_prod .add_compare_prod:hover svg path {
    fill: #dde2ea;
}
.right_content_block_prod .buy_one_prod:hover{
    background: #ffffff;
    border-color: #dde2ea;
}
.mini_galery_prod .img_mini_gal_prod {
    height: 100px;
    object-fit: contain;
    width: 100%;
    padding: 0 10px;
    border: 0;
}
.sbm_filter {
    width: 100%;
    margin-bottom: 15px;
}
.callback_form_btn {
    display: inline-block;
    padding: 16px 50px;
}
.block_callback_form_btn {
    text-align: center;
}
.list_delivery_prod li {
    font-size: 20px;
    margin-bottom: 0 !important;
}
.list_delivery_prod li {
    font-size: 20px;
    margin-bottom: 0 !important;
}
.list_delivery_prod p {
    margin-bottom: 15px;
}
.list_delivery_prod ul {
    margin-bottom: 15px;
    margin-top: 10px;
}
.item_bottom_content_prod .item_block_1 {
    padding: 40px 40px 40px;
    margin-top: 15px;
}
.soc_header a path{
  transition: .3s;
}
.soc_header a:hover path{
    fill: #1ce5be;
}
#problems img {
    margin-bottom: 10px;
      height: inherit;
}
#problems a {
    color: #414243;
    border: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 300;
}
#problems strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    transition: .2s all;
}

#problems a:hover, #problems a:hover strong {color: #1ce5be;}
.faq-title {
    margin-bottom: 15px;
}
.faq-title img {
      float: left;
     margin-right: 20px;
    margin-bottom: 10px;
}
.faq-title h2 {
    width: inherit;
    display: inline;
}
.content_description_prod img {
    height: inherit;

    border-radius: 4px;


}
.content_description_prod img{
}


.option-selector .option {
    margin-bottom: 10px;
}
.option-selector .option
.option-label{
    margin-bottom: 5px;
    color: #b4b7bc;
}
.option-values label{
    display: inline-block;
}
.option-values label input{
    display: none;
}
.option-values label span{
    cursor: pointer;
    border-radius: 4px;
    background-color: #dde2ea;
    color: #000;
    padding: 7px 25px;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s;
    box-shadow: none;
}
.option-values label input[type="radio"]:checked + span,
.option-values label span:hover{
    background-color: #1ae5be;
    color: #fff;
}
.option-values label.is-disabled{
    display: none;
}
.label_prod_tag {
    background-color: #dde2ea;
    cursor: pointer;
}

.line_prod_opt label {
    display: inline-block;
}

input:checked + .label_prod_tag {
    background-color: #1ae5be;
    color: #fff;
}

.title_line_prod_opt {
    margin-bottom: 5px;
    color: #b4b7bc;
}

.line_prod_opt {
    margin-bottom: 10px;
}
div.hidden, .hidden{
  display: none;
}

.collection_subs {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.collection_subs-submenu {
    width: calc(25% - 20px);
    background: #edf1f6;
    min-height: 120px;
    margin:0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px;
    transition: .2s all;
    border: 1px solid #edf1f6;
}

.collection_subs-submenu:hover {
    border-color: #dde2ea;
    background: #fff;
    box-shadow: 0 2px 6px 0 #ebebeb;
}

.collection_subs-submenu-title {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
}

img.collection_subs-submenu-img {
    max-height: 70px;
}
#problems a {
    box-shadow: none;
}
.title_com_list {position: relative;padding-left: 0;left: 0;top: 0;margin-top: 40px;margin-bottom: 15px;}
.no_comment_alrt {
    font-size: 18px;
    font-weight: bold;
    color: #b4b7bc;
    background-color: #f0f4fa;
    padding: 30px 40px;
}
.item_reviews_blog {
    padding: 30px;
    background-color: #f0f4fa;
    margin-bottom: 20px;
}

.text_item_reviews_blog {
    font-size: 20px;
    margin-bottom: 20px;
}

.bottom_item_reviews_blog {
    color: #b4b7bc;
    font-size: 18px;
    font-weight: bold;
}
.name_email_comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.name_email_comment .line_input_modal_window {
    width: 49%;
}
.review_form-notice.notice.notice--success {
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(28, 229, 190, 0.24);
}
.content_prod_card {
    color: #333;
    display: inline-block;
    position: relative;
}

.content_prod_card_mobile {
    color: #333;
    margin: 0;
}

.submit_description_wizard ul li:before{
  content: none;
}
.submit_description_wizard {
    max-width: 270px;
    margin: 0 auto;
    float: none;
    display: block;
}
.text_1_wiz {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 5px;
    text-align: center;
}

.text_2_wiz {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
}
.list_wiz .item_prod {
    width: 25%;
}
.left_elem_item_filter_catalog span:last-child {
}
.prod_card .submit_prod_card {
    width: calc(100% - 79px);
}
.crr-cnt {
    zoom: .8;    
  font-weight: 300;
    display: inline-block;
    position: relative;
    margin-left: -12px;
}
.description_wizard strong {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    background: #f5f7fb;
    padding: 10px 15px;
    line-height: 1.2;
}
.description_wizard .left_elem_item_filter_catalog {
    width: 100%;
}
.description_wizard ul {
    margin-bottom: 10px;
}
.content_description_prod table {
    width: 100%;
  margin-bottom: 15px;
}
.content_description_prod caption {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_description_prod table td {
}
.description_wizard ul li:before {
    content: none;
}
.description_wizard .left_elem_item_filter_catalog {
    align-items: flex-start;
}
.description_wizard .elem_item_filter_catalog span {
    font-size: 16px;
}
.description_wizard .check_filter_block {
      width: 20px;
    height: 20px;
}
.description_wizard .check_filter_block {
    margin-right: 10px;
}
.content_description_prod #feedback_form td {
    border: none;
}

.content_description_prod #feedback_form #feedback_commit {
    margin: 0 auto 15px;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 800;
    padding: 18px 60px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #dde2ea;
    border: none;
    transition: .3s;
    cursor: pointer;
}

.content_description_prod #feedback_form #feedback_commit:hover {
    background: #1ae5be;
    color: #fff;
}
.content_description_prod ol{
  margin-bottom: 20px;
}

.content_description_prod .brand_block ol{
  margin-bottom: 0px!important;
}

.content_description_prod .brand_block ol li{
    margin-bottom: 0;
    text-align: left;
}


.list_prod_article .item_prod {
    width: 100%;
    padding: 17px 10px 80px;
}
.list_prod_article {
    margin: -17px 0 -50px;
}
.block_7_collection {
    background: #eff4f9;
    padding: 30px 20px 30px 40px;
    margin-bottom: 20px;
      border-radius: 4px;
}
.block_7_collection .img_right_content_block_7 {
    margin-bottom: 0;
    max-width: 270px;
}
.block_7_collection .left_content_block_7 {
    width: 65%;
    color: #333;
}

.block_7_collection .right_content_block_7 {
    width: 35%;
}

.block_7_collection .title_block {
    font-size: 22px;
}

.block_7_collection .under_title_block {
    color: #333;
    font-weight: normal;
    font-size: 16px;
      margin-bottom: 20px;
}
.block_7_collection .link_interaktive {
    padding: 12px 30px 11px;
      font-size: 16px;
}
.block_7_collection .link_interaktive:hover {
    background: #dde2ea;
    border-color: #dde2ea;
    color: #000;
}
.blog_img {
    width: 35%;
}
.blog_info {
    width: 65%;
}
.button {
    border-radius: 4px;
    background-color: #dde2ea;
    display: flex;
    width: 100%;
    padding: 13px 15px 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    transition: .3s;
    border: 2px solid transparent;
}
.button:hover {
    background: #fff;
    border-color: #dde2ea;
}
.button-proba {}
.div_proba {
    margin-bottom: 16px;
    text-align: center;
}
.div_proba span {
    padding-top: 15px;
    display: inline-block;
    color: #b4b7bc;
    font-weight: 300;
}
.banner_bottom_collect {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #edf1f6;
    box-shadow: 0 0 13px -5px #696969;
  padding: 30px 0;
  z-index: 2;
}

.banner_bottom_collect .container {
    display: flex;
    align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
}
.left_banner_bottom_collect {
    display: flex;
    align-items: center;
}

.img_banner_bottom_collect {
    width: 1000px;
    background-color: unset!important;
}

.title_banner_bottom_collect {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.15;
}

.link_banner_bottom_collect {
    transition: .3s;
    border-radius: 4px;
    background-color: #2f2f2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 14px 50px;
    margin-right: 100px;
}
.link_banner_bottom_collect:hover {
    background: #000;
}

.link_banner_bottom_collect i {
    margin-left: 10px;
    margin-bottom: 4px;
}
.close_banner_bottom_collect {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #929292;
}


.banner_inside_collect {
    left: 0;
    bottom: 0;
    right: 0;
    background: #edf1f6;
    box-shadow: 0 0 13px -5px #696969;
  padding: 30px 0;
  z-index: 2;
  margin-bottom: 50px;
    margin-top: 50px;
}

.banner_inside_collect .container {
    align-items: center;

}
.left_banner_inside_collect {
    align-items: center;
}

.img_banner_inside_collect {
    margin-right: 45px;
}

.title_banner_inside_collect {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.15;
}

.link_banner_inside_collect {
    transition: .3s;
    border-radius: 4px;
    background-color: #2f2f2f;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 18px;
    align-items: center!important;
    padding: 14px 50px!important;
    box-shadow:none!important;
    display: block;
    vertical-align: middle;
    clear: both;
    float: left;
    font-weight: bold;
}
.link_banner_inside_collect:hover {
    background: #000;
}

.link_banner_inside_collect i {
    margin-left: 10px;
    margin-bottom: 4px;
}
.close_banner_inside_collect {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #929292;
}

.ban-butt{
    display: flex;
    vertical-align: middle;
    
    
}
.ban-butt .link_banner_inside_collect{
    margin-top: 40px;
    margin-left: 30px;
    font-weight: bold!important;

}

.ban-text{
    margin-top: 30px;
    padding-left: 20px;
}



.list_subcollection {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item_list_subcollection {
    color: #333;
/*    width: calc(25% - 20px); */
    margin: 10px;
    background: #f0f4f9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 20px;
    align-content: space-around;
    transition: .3s;
	box-shadow: 0px 1px 1px #888;
}

.item_list_subcollection img {
    margin-bottom: 15px;
}
.item_list_subcollection span {
    text-align: center;
    display: block;
    width: 100%;
}
.item_list_subcollection:hover {
    background: #e2e7ec;
}
.wb-box {
    max-height: 80vh;
    overflow: auto;
}







.webbankirPopup {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  max-width: 580px;
}

.webbankirPopup {
    margin: 0;
}

.webbankirPopup article, .webbankirPopup aside, .webbankirPopup details, .webbankirPopup figcaption, .webbankirPopup figure, .webbankirPopup footer, .webbankirPopup header, .webbankirPopup hgroup, .webbankirPopup main, .webbankirPopup menu, .webbankirPopup nav, .webbankirPopup section, .webbankirPopup summary {
    display: block
}

.webbankirPopup audio, .webbankirPopup canvas, .webbankirPopup progress, .webbankirPopup video {
    display: inline-block;
    vertical-align: baseline
}

.webbankirPopup audio:not([controls]) {
    display: none;
    height: 0
}

.webbankirPopup [hidden], .webbankirPopup template {
    display: none
}

.webbankirPopup a {
    background-color: transparent
}

.webbankirPopup a:active, .webbankirPopup a:hover {
    outline: 0
}

.webbankirPopup abbr[title] {
    border-bottom: 1px dotted
}

.webbankirPopup b, .webbankirPopup strong {
    font-weight: 700
}

.webbankirPopup dfn {
    font-style: italic
}

.webbankirPopup h1 {
    font-size: 2em;
    margin: .67em 0
}

.webbankirPopup mark {
    background: #ff0;
    color: #000
}

.webbankirPopup small {
    font-size: 80%
}

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

.webbankirPopup sup {
    top: -.5em
}

.webbankirPopup sub {
    bottom: -.25em
}

.webbankirPopup img {
    border: 0
}

.webbankirPopup svg:not(:root) {
    overflow: hidden
}

.webbankirPopup figure {
    margin: 1em 40px
}

.webbankirPopup hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.webbankirPopup pre {
    overflow: auto
}

.webbankirPopup code, .webbankirPopup kbd, .webbankirPopup pre, .webbankirPopup samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.webbankirPopup button, .webbankirPopup input, .webbankirPopup optgroup, .webbankirPopup select, .webbankirPopup textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.webbankirPopup button {
    overflow: visible
}

.webbankirPopup button, .webbankirPopup select {
    text-transform: none
}

.webbankirPopup button, .webbankirPopup html input[type="button"], .webbankirPopup input[type="reset"], .webbankirPopup input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

.webbankirPopup button[disabled], .webbankirPopup html input[disabled] {
    cursor: default
}

.webbankirPopup button::-moz-focus-inner, .webbankirPopup input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.webbankirPopup input {
    line-height: normal
}

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

.webbankirPopup input[type="number"]::-webkit-inner-spin-button, .webbankirPopup input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

.webbankirPopup input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.webbankirPopup input[type="search"]::-webkit-search-cancel-button, .webbankirPopup input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.webbankirPopup fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.webbankirPopup legend {
    border: 0;
    padding: 0
}

.webbankirPopup textarea {
    overflow: auto
}

.webbankirPopup optgroup {
    font-weight: 700
}

.webbankirPopup table {
    border-collapse: collapse;
    border-spacing: 0
}

.webbankirPopup td, .webbankirPopup th {
    padding: 0
}

.webbankirPopup .container {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.webbankirPopup .columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

@media (min-width: 600px) {
    .webbankirPopup .container {
        width: 85%;
        padding: 0
    }
}

@media (min-width: 700px) {
    .webbankirPopup .columns {
        margin-left: 4%
    }

    .webbankirPopup .columns:first-child {
        margin-left: 0
    }

    .webbankirPopup .one.columns, .webbankirPopup .two.columns, .webbankirPopup .three.columns, .webbankirPopup .four.columns, .webbankirPopup .five.columns, .webbankirPopup .six.columns, .webbankirPopup .seven.columns, .webbankirPopup .eight.columns, .webbankirPopup .nine.columns, .webbankirPopup .ten.columns, .webbankirPopup .eleven.columns, .webbankirPopup .twelve.columns, .webbankirPopup .one-third.columns, .webbankirPopup .two-thirds.columns, .webbankirPopup .one-half.column {
        width: 48%
    }
}

@media (min-width: 1000px) {
    .webbankirPopup .container {
        width: 92%
    }

    .webbankirPopup .one.columns {
        width: 4.66666666667%
    }

    .webbankirPopup .two.columns {
        width: 13.3333333333%
    }

    .webbankirPopup .three.columns {
        width: 22%
    }

    .webbankirPopup .four.columns {
        width: 30.6666666667%
    }

    .webbankirPopup .five.columns {
        width: 39.3333333333%
    }

    .webbankirPopup .six.columns {
        width: 48%
    }

    .webbankirPopup .seven.columns {
        width: 56.6666666667%
    }

    .webbankirPopup .eight.columns {
        width: 65.3333333333%
    }

    .webbankirPopup .nine.columns {
        width: 74.0%
    }

    .webbankirPopup .ten.columns {
        width: 82.6666666667%
    }

    .webbankirPopup .eleven.columns {
        width: 91.3333333333%
    }

    .webbankirPopup .twelve.columns {
        width: 100%;
        margin-left: 0
    }

    .webbankirPopup .one-third.columns {
        width: 30.6666666667%
    }

    .webbankirPopup .two-thirds.columns {
        width: 65.3333333333%
    }

    .webbankirPopup .one-half.column {
        width: 48%
    }
}

.webbankirPopup .wb-syntax-test-class {
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1)
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.webbankirPopup {
    font-size: 62.5%
}

.webbankirPopup {
    font-size: 1.5em;
    line-height: 1.6;
    /*background: #fafbfc*/
}

.webbankirPopup a {
    color: #226EF2
}

.webbankirPopup p {
    margin: 0
}

.webbankirPopup .wb-temp {
    /*background: url(../tmp/bg.jpg) 50% 0;*/
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    overflow: scroll
}

.webbankirPopup .wb-modal {
    font-family: 'Roboto', sans-serif;
    padding: 50px 30px
}

@media (max-width: 500px) {
    .webbankirPopup .wb-modal {
        padding: 0px
    }
}

.webbankirPopup .wb-modal .wb-box {
    position: relative;
    margin: 0 auto;
    max-width: 580px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    z-index: 100
}

@media (max-width: 500px) {
    .webbankirPopup .wb-modal .wb-box {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        min-height: 100vh
    }
}

.webbankirPopup .wb-modal-bg {
    background: rgba(11, 11, 11, 0.8) !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0
}

.webbankirPopup .wb-head {
    position: relative;
    border-bottom: 1px solid #E8E9E9;
    padding: 20px 60px 20px 50px
}

@media (max-width: 500px) {
    .webbankirPopup .wb-head {
        padding: 20px 25px 50px 25px
    }
}

.webbankirPopup .wb-head .wb-header {
    margin-bottom: 0
}

.webbankirPopup .wb-head .wb-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/close.png) 50% 50% no-repeat;
    position: absolute;
    top: 26px;
    right: 20px;
    cursor:pointer;
}

@media (max-width: 500px) {
    .webbankirPopup .wb-head .wb-close {
        top: 21px;
        right: 10px;
        cursor:pointer;
    }
}

.webbankirPopup .wb-content {
    padding: 30px 50px
}

@media (max-width: 500px) {
    .webbankirPopup .wb-content {
        padding: 20px 25px
    }
}

.webbankirPopup .wb-header {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 400
}

.webbankirPopup p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px
}

.webbankirPopup strong {
    font-weight: 500
}

.webbankirPopup .wb-icons-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px
}

.webbankirPopup .wb-icons-list li {
    position: relative;
    padding: 0 0 0 46px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px
}

.webbankirPopup .wb-icons-list li img {
    position: absolute;
    left: 0
}

.webbankirPopup .wb-icons-list li .wb-text {
    min-height: 36px;
    display: flex;
    align-items: center
}

.webbankirPopup .wb-icons-list li .wb-text strong {
    display: inline
}

.webbankirPopup .wb-how-to-pay {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0
}

@media (max-width: 400px) {
    .webbankirPopup .wb-how-to-pay {
        display: block
    }

    .webbankirPopup .wb-how-to-pay span {
        display: block;
        margin-bottom: 15px
    }
    .mc-hidden {
    display: none !important;
  }
  .block_avail_prod {
  text-align: center; 
  }
 .right_content_block_prod {
    margin-bottom: 0px!important
  }
}

.webbankirPopup hr {
    border: 0;
    height: 1px;
    background: #E8E9E9;
    margin: 15px 0
}
#modal_ras, #modal_kred{
  padding: 0 !important;
}

.banner-block{
    display: inline-block;
}

.banner-block a.title_prod{
    color: white;
    border-bottom-style: none!important;
}

.sidebar .sticky{
 margin-top: 20px; 
}

.mc-menu.mc-grid.mc-menu-sm {
    display: none!important;
}
.insales_widget-delivery.insales_widget-delivery--box-shadow{
    box-shadow:none!important;
}



.insales_widget-delivery_header{
    border-radius: 4px!important;
    background-color: #f0f4fa!important;
    padding: 15px!important;

}

.insales_widget-delivery_city{
  display:flex;
  align-items:baseline;
  font-size: 15px!important;
}


.insales_widget-current_address button.insales_widget-open_modal{
    color: #3f88c5!important;
    /* font-size: 18px; */
    transition: .3s!important;
    text-decoration: underline;
    display: inline-block!important;
    line-height: 1.15!important;

}

.insales_widget-label{
  background-image:none!important;
  background-repeat:no-repeat;
  background-position:0;
  padding-left:5px!important;
  line-height:16px;
  background-size:22px;
  white-space:nowrap
}


.cr .mc-noreviews {
  line-height:20px!important;
    display: none;
}


.sticky-top{
  position: sticky; 
  top: 20px;
  z-index: 12;
  
}

.istochnik, .istochnik a{
    color: #dde2ea;
    text-align: right;
    font-style: italic;
}
.istochnik a {
    text-decoration: none;
}



  .oglav {
    font-size: 10px;
    margin-bottom: 4px;
  }

.delivery_page table i{
    top: 10px;
    position: relative;
    left: 20px;
}
.review-text{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}
.review-autor{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}
.review-manege{
    background: #fff;
    padding: 5px 10px;
    color: #000;
    margin-bottom: 10px;
}
.review-manager_reply{
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.review-replied_at{
    margin-top: 5px;
    font-size: 11px;
}
.review-manege-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.modal_window .input_modal_window.error + div + .error, 
.modal_window .textarea_modal_window.error + div + .error{
    position: initial;
}
.mobile_top_line_header{
    position: relative;
}
.mobile-search{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background: #393e41;
    transition: .3s all;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}
.mobile-search
.input_serch_header{
    width: 100%;
}
.serch_header-form{
    position: relative;
}
.mobile-search.js-active{
    visibility: visible;
    opacity: 1;
}
.search_mobile_button .fa-times{
    display: none;
}
.search_mobile_button.js-active .fa-times{
    display: block;
}
.search_mobile_button.js-active .fa-search{
    display: none;
}
.delivery-sidebar{
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0!important;
}
.delivery-sidebar .item_filter_catalog:first-child{
    border-top: 0;
}
.delivery-sidebar .title_item_filter_catalog a{
    color: inherit;
}
.delivery-sidebar .oglav{
    font-size: 17px;
}
.delivery-sidebar .oglav+.oglav{
    margin-top: 5px;
}
.btn-open-sidebar{
    position: fixed;
    display: none;
    z-index: 9;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f0f4f9;
    justify-content: center;
    align-items: center;
    bottom: 90px;
    right: 20px;
    flex-direction: column;
}
.btn-open-sidebar div{
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}
.btn-open-sidebar div+div{
    margin-top: 4px;
}
@media (max-width: 991px){
    .container_blog{
        align-items: flex-start;
    }
    .btn-open-sidebar{
        display: flex;
    }
}
.menu-submenu{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0 8px 10px 0 rgba(57, 62, 65, .08);
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}
.has_sub:hover .menu-submenu{
    opacity: 1;
    visibility: visible;
}
.menu-submenu,
.menu-submenu *{
    box-sizing: border-box;
}
.menu-submenu a{
    color: inherit;
}
.submenu-brand-container{
    display: flex;
    justify-content: flex-start;
}
.submenu-brand-left,.submenu-brand-right{
    width: 30%;
    padding: 30px;    
}
.submenu-brand-left{
    background: #f8f8f8;
}
.brand-litteras{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -5px;
}
.litera-item{
    margin: 5px;
    font-weight: bold;
    color: #000;
    text-transform: none;
    text-align: center;
    padding: 10px 9px;
    border-radius: 4px;
    background-color: #edf1f6;
    transition: .3s;
    border: solid 1px #edf1f6;
}
.litera-item:hover{
    color: #3f88c5;    
    border-color: #dde2ea;
    background: #fff;
    box-shadow: 0 2px 6px 0 #ebebeb;
}

.content_main_submenu.brand{
    padding: 0;
}
.submenu-brand-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.btn-more-brand{
    margin-top: 30px;
    display: inline-flex;
    padding: 10px;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #000!important;
}
.submenu-brand-right{
    position: relative;
}
.subcollection-list-wrapper{
    overflow: hidden;
}
.submenu-brand-right ul{
    /*columns: 5;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 370px;
    column-gap: 38px;
    transition: .3s all;
    position: relative;
}
.next-column-menu{
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.subcollection-list{
    font-size: 14px;
}
.subcollection-list
.subsubcol{
    margin: 10px 0;
    padding-left: 5px;
}
.subcollection-list
.subsubcol li:before{
    content: '—';
    margin-right: 4px; 
}


@media (max-width: 991px){
    .subcollection-list
    .subsubcol li:before{
        display: none;
    }
    .subcollection-list
    .subsubcol{
        margin: 0 0;
        padding-left: 0;
    }
}
.subcollection-list li+li{
    margin-top: 5px;
}
.subcollection-list a:hover{
    color: #1ae5be;
}
.notfull-submenu .subcollection-list{
    columns: initial;
}
.prod-menu+.prod-menu{
    margin-top: 15px;
}
.prod-menu-img{
    width: 65px;
    height: 65px;
    position: relative;
}
.prod-menu-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod-menu-info{
    padding-left: 10px;
    font-weight: 700;
    font-size: .813rem;
    max-width: 220px;
}
.prod-menu-title{
    font-size: 16px;
  	font-weight: normal;
}
.prod-menu-price{
    margin-top: 5px;
}
.notfull-submenu {
    position: relative;
}
.notfull-submenu .menu-submenu{
    width: 280px;
    transform: translateX(-50%);
    left: 50%;
}
.notfull-submenu .menu-submenu.hasmenu-prod{
    width: 590px;
    transform: translateX(-30%);
}
.notfull-submenu .submenu-brand-right{
    display: none;
}
.notfull-submenu .hasmenu-prod .submenu-brand-right{
    display: block;
    width: 60%;
}
.notfull-submenu .submenu-brand-left{
    width: 100%;
}
.notfull-submenu .hasmenu-prod .submenu-brand-left{
    width: 40%;
}
.overflow-menu{
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    z-index: 98;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity;
}
.overflow-menu.js-active{
    left: 0;
    opacity: 0.45;
    visibility: visible;
}
.brand-item-litera{
    margin: 15px 0;
    font-size: 20px;
    font-weight: 900;
}
.text-center{
    text-align: center;
}
@media (max-width: 991px){

    .overflow-menu{
        display: none;
    }
    .submenu-brand-right{
        display: none !important;
    }
    .submenu-brand-left{
        padding: 15px;
        width: 100% !important;
        background: #fff;
    }
    .menu-submenu{
        min-height: initial;
    }
    .notfull-submenu{
        position: initial;
    }
    .notfull-submenu .menu-submenu.hasmenu-prod,
    .notfull-submenu .menu-submenu{
        width: 100%;
        transform: translateX(-50%)!important;
    }
    .back_menu_mob{
        margin: 15px;
    }
    .block_rait_prod,.block_avail_prod {
        text-align: center;
      padding-bottom: 0px;
    }
    .subcollection-list a{
        font-weight: bold;
        color: #000;
        text-transform: none;
        width: 100%;
        margin:0 0 15px;
        display: flex;
        padding: 20px;
        border-radius: 4px;
        background-color: #edf1f6;
        transition: .3s;
        font-size: 16px;
    }
    .subcollection-list li{
        margin: 0 !important;
    }
    .subcollection-list a:hover{
       color: #3f88c5; 
        background: #fff;
        box-shadow: 0 2px 6px 0 #ebebeb;
    }
}
.star-rating .star-radio {
    display: none;
}
.star-rating .star-radio label{
    display: inline-block;
}
.star-rating .star-label i{
    color: #ccc;
}
.star-rating .star-radio:checked ~ .star-label i,
.star-rating .star-label:hover ~ .star-label i,
.star-rating .star-label:hover i{
    color: #ec9810;
}
.star-rating{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.reteled-title{
    color: #b4b7bc;
    margin-bottom: 10px;
}
.card-reteled + .card-reteled{
    margin-top: 10px;
}
.card-reteled-img{
    width: 45px;
    height: 45px;
    min-width: 45px;
    position: relative;
}
.card-reteled-inner{
    flex-wrap: nowrap;
}
.card-reteled-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s all;
}
.card-reteled-img img[data-src]{
    opacity: 0;
}
.buy-reteled{
    width: 28px;
    min-width: 28px;
    background: none;
    border: 0;
    outline: none;
    padding: 0 0;
    margin: 0 11px;
    cursor: pointer;
    transition: .3s all;
}
.buy-reteled path{
    transition: .3s all;
    fill: #1fd9bc;
}
.buy-reteled:hover{
    transform: translateY(-5px);
}
.buy-reteled:hover path{
    fill: #15d0ac;
}
.card-mini-price img{
    width: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.card-mini-title{
    margin-right: 10px;
}
.card-mini-title,
.card-mini-price span{
    font-size: 16px;
    line-height: 1.25;
    color: #2e3133;
    font-weight: 400;
}
.card-mini-price{
    white-space: nowrap;
}
img.fancybox-image{
    background: #fff;
    padding: 10px;
}
.card-mini-title:hover{
    text-decoration: underline;
}
.zpros-kp{
    margin-top: 20px;
}
@media (max-width: 991px){

    .buy-reteled {
        width: 25px;
        min-width: 25px;
        margin: 0 15px 0 3px;
    }
    .card-mini-title{
        margin-right: 5px;
    }
    .card-mini-price img {
        width: 14px;
        margin: 0 3px 0 0;
    }
    .card-mini-title, .card-mini-price span{
        font-size: 14px;
    }
}
.form-reviews{
    display: none;
}
.open-form-reviews{
    text-align: center;
}
.not-reviews{
    margin-bottom: 10px;
    font-size: 12px;
}
.card-similar-info{
    margin-left: 15px;
}
.card-similar-info
.card-mini-title, 
.card-similar-info
.card-mini-price span,
.pay-text,
.not-reviews{
    font-size: 14px;
    line-height: 1.5;
}
.card-similar-info
.old_price{
    color: #ccc!important;
    margin-left: 0px;
    text-decoration: none!important;
}
.slick-slide .item_prod{
    width: 100%;
}
.similar-slider .slick-arrow{
    display: none!important;
}
.similar-slider
.slick-track{
    min-width: 100%;
}
    .similar-slider .slick-list{
        padding: 70px 0;
        margin: -70px 0;
    }
ul.slick-dots{
    display: flex;
    justify-content: center;
    margin: 25px 0;
    position: relative;
    z-index: 75;
}
ul.slick-dots li{
    margin: 0 4px;
}
ul.slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    color: rgba(0,0,0,0);
    padding: 0 0;
    transition: .3s all;
    background: #dde2ea;
    border: 0;
    outline: none;
}
ul.slick-dots li:not(.slick-active) button:hover{
    background: #f1f4fa;
}
ul.slick-dots li.slick-active button{
    background: #999;
}
ul.slick-dots li.slick-active:hover button{
    background: #999;
}
@media (min-width: 992px){
    .item_bottom_content_prod_serv{
        padding-top: 13px;
    }
}
.item_block_1.hide{
    display: none;
}
@media (max-width: 991px){
    .item_block_1.hide{
        display: block;
    }
    .item_block_1.show{
        display: none;
    }
    .conten_footer{
        flex-wrap: wrap;
    }
    .item_block_1.hide .title_item_block_1{
        background: #fff;
    }
    .elemet_conten_footer:nth-child(1){
        order: 1;
    }
    .elemet_conten_footer:nth-child(2){
        order: 3;
        padding-top: 30px;
    }
    .elemet_conten_footer:nth-child(3){
        order:4;
        padding-top: 30px;
    }
    .elemet_conten_footer:nth-child(4){
        order:2;
        max-width: initial;
    }
    .main-tabs .list_tebs{
        margin: -7px;
    }
    .main-tabs .list_tebs
    a.item_list_tebs{
        margin: 7px !important;
        width: calc(50% - 14px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 574px){
    .conten_footer{
        display: flex!important;
    }
    .item_block_1.hide .title_item_block_1{
        background: #fff;
    }
    .elemet_conten_footer:nth-child(1){
        order: 1;
    }
    .elemet_conten_footer:nth-child(2){
        order: 2;
        width: 50% !important;
    }
    .elemet_conten_footer:nth-child(3){
        order:3;
        width: 50% !important;
    }
    .elemet_conten_footer:nth-child(4){
        order:4;
        max-width: initial;
    }
    .block_2 .item_content_block_2:last-child{
        max-width: 57%;
    }
}
@media (max-width: 375px){
    .main-tabs .list_tebs{
        margin: -5px;
    }
    .main-tabs .list_tebs
    a.item_list_tebs{
        margin: 5px !important;
        width: calc(50% - 10px);
    }
}
.breadcrumb-item:not(:last-child):after{
    content: '–';
    padding: 0 5px;
}
@media (max-width: 1199px){
    .co-tabs-node{
        white-space: nowrap;
        font-size: 14px;
    }
      .prod_tag {
  	font-size: 20px!important;
}
}
@media (max-width: 575px){
    .co-tabs-node{
        white-space: nowrap;
        font-size: 13px;
    }
}
.bundle-item-char+.bundle-item-char{
    margin-top: 25px;
}
.modal_phone_header{
    cursor: pointer;
}
.callback-container{
    position: relative;
    display: inline-block;
}

.callback-container-hover{
    position: relative;
}
.callback-tooltipe{
    position: absolute;
    top: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    padding-top: 20px;
    z-index: 100;
}
.callback-container-hover:hover .callback-tooltipe{
    opacity: 1;
    visibility: visible;
}
.callback-tooltipe-container{
    background: #fff;
    padding: 25px 15px;
    width: 250px;
    text-align: center;
    box-shadow: 0 0 10px 0px rgb(0,0,0,.5)
}
.callback-tooltipe-container:before{
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
.callback-tooltipe-container a{
    color: #3f88c5;
    transition: .3s;
    display: inline-block;
    line-height: 1.15;
  	font-size: 15 px;
}
.callback-tooltipe-container a:hover{
    color: #1ce5be;
}
.callback-tooltipe-container a + a{
    margin-top: 10px;
}
.hide-point{
    display: none;
}
.index-text{
    background-color: #f5f7fb;
    padding: 40px 0;
}
.index-text-container{
    margin: 0 -15px;
}
.index-text-cell{
    padding: 0 15px;
    width: 50%;
}
.index-text-cell p+p{
    margin-top: 10px;
}
@media (max-width: 991px){
    .hide-point{
        display: block;
    }
    .index-text-cell{
        width: 100%;
    }
    .index-text-cell+.index-text-cell{
        margin-top: 10px;
    }
}
@media (max-width: 600px){
    .callback-container{
        position: initial;
    	display: block;
    }
  .block_phone_footer{
    position:relative;
  }
  .block_phone_footer
    .callback-tooltipe-container:before{
        right: initial;
        transform: none;
        left: 45px;
    }
    .callback-tooltipe{
        left: initial;
        transform: translateX(0);
        right: 0;
    }
    .callback-tooltipe-container:before{
        left: initial;
        transform: none;
        right: 45px;
    }
  .block_phone_footer
  .callback-tooltipe{
    right: initial;
    left: 0;
  }
    .callback-tooltipe{
        width: 285px;
    }
    .callback-tooltipe-container a {
        margin: 0 11%;
        font-size: 18px;
    }
    .callback-tooltipe-container{
        width: 100%;
    }
    .block_description_catalog
    .description_catalog{
        margin: 0 -10px;
        width: auto;
    }
}
.comment_article
.input_modal_window.error + div + .error, 
.comment_article
.textarea_modal_window.error + div + .error{
    position: initial;
}
    .main_menu
    .has_sub:nth-child(5)
    .menu-submenu,
    .main_menu
    .has_sub:nth-child(6)
    .menu-submenu{
        transform: translateX(-80%);
    }
#modal_kp{
    max-width: 470px;
}

label.error{
    position: initial;
    font-size: 14px;
    color: #e94f37;
    top: calc(100% + 3px);
}
.g-recaptcha >div.error{
    height: auto !important;
}
.m-modal--checkout
.m-input:not(.m-input--required),
#checkout_buyer_fields{
    display: none !important;
}
.facke-qick
.m-input:not(.m-input--required){
    display: block !important;
}
.m-modal-close{
    max-width: 20px;
    padding: 13px;
}
.logo-mobile{
    display: none;
}
@media (max-width: 767px){
    .logo-mobile{
        display: block;
    }
    .logo{
        display: none;
    }
}
.thumb-video,.slide-video{
    position: relative;
    display: block;
}
.thumb-video:after,.slide-video:after{
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('play.svg')no-repeat center;
    background-size: 100%;
    top: 50%;
    left: calc(50% + 15px);
    transform: translate(-50%,-50%);
    z-index: 5;
}
.slide-video:after{
    width: 60px;
    height: 60px;
    left: 50%;
}
.collection-image{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.mob_tab_cont img{
    display: inline;
    height: auto;
    width: 100%;
}
@media (max-width: 767px){
    .mob_tab_cont{
        padding: 3px 0px;
    }
}
.facke-qick
label[for="client_messenger_subscription"]{
    position: initial;
    transform: none;
}
.facke-qick .m-input:not(.m-input--required){
    display: flex !important;
}
.acordion{
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.acordion-item.active
{
    display: block;
}
.acordion-text{
    display: none;
}
.acordion-item+.acordion-item{
    margin-top: 25px;
}
.acordion-click{
    display: flex;
    align-items: center;
}
.acordion-click .plus{
    width: 20px;
    height: 20px;
    min-width: 20px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.acordion-click .plus:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #2e3133;
}
.acordion-click .plus:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #2e3133;
}
.acordion-item.active
.acordion-click .plus:before{
    opacity: 0;
}
.acordion-item.active
.acordion-click .plus:after,
.acordion-item.active
.acordion-click .plus:before{
    background: #1ce5be;
}
.acordion-name{
    font-size: 20px;
    font-weight: bold;
}
.acordion-text{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}
.modal-faq-text{
    margin: 25px 0;
    text-align: center;
}
.modal-faq-text a{
    color: #3f88c5;
    transition: .3s;
    line-height: 1.15;
}
.modal-faq-text a:hover{
    color: #1ce5be;
}
.modal-faq{
    max-width: 580px!important;
    width: 100%;
}
@media (max-width: 480px){
    .modal_window.modal-faq{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
#review_stars {
    overflow: hidden;
    position: relative; 
    display: inline-flex;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}
#review_stars input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
#review_stars input ~ label i{
  color:#ccc;
}
#review_stars input:checked ~ label i{
  color: #ec9801;
}
#review_stars label {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#review_stars label:hover i, #review_stars label:hover ~ label i{
  color: #ec9801;
}

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

/* Layout helpers
----------------------------------*/

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/*!
 * Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.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.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .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: .1em;
  padding: .2em .25em .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: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          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-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.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; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Slider */

.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
.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;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-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;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@media (max-width:1229px){
  .container{
    width: 992px;
  }
  .top_menu li {
    padding: 0px 7px;
  }
  .top_menu a {
    font-size: 15px;
  }
  .soc_header a span {
    display: none;
  }
  .center_line_header {
    padding: 20px 0;
  }
  .input_serch_header {
      width: 270px;
  }
  .link_logo {
      width: 190px;
  }
  .phone_header {
      font-size: 20px;
  }
  .center_line_header {
    padding: 20px 0;
  }

  .input_serch_header {
      width: 270px;
  }

  .link_logo {
      width: 190px;
  }

  .phone_header {
      font-size: 20px;
  }

  .main_menu>li> a {
      padding: 0 15px;
      font-size: 16px;
  }
  .title_list_item_block_1 {
    font-size: 19px;
  }

  ul.list_cat_item_block_1 {
      padding-right: 15px;
  }

  .list_cat_item_block_1 a {font-size: 17px;}

  .img_list_cat_item_block_1 {
      width: 130px;
  }

  .item_block_1 {
      padding: 60px 40px 35px;
  }

  .a_list_application_area {
      padding: 10px 30px;
      font-size: 17px;
  }

  .img_list_application_area {
      width: 90px;
      height: 90px;
  }

  .item_content_block_2 {
      padding-right: 30px;
      font-size: 14px;
  }
  .price_prod_card {
      font-size: 15px;
  }
  .star_prod_card {
      font-size: 14px;
  }

  .title_prod_card {
      font-size: 15px;
  }
  .param_prod_card {
      font-size: 13px;
  }
  .prod_article_block .submit_prod_card {
    padding: 0 21px;
    font-size: 15px;
    height: 45px;
}
  .submit_prod_card {
      padding: 0 27px;
      font-size: 16px;
      height: 45px;
  }
  .compare_prod_card {
      height: 45px;
      padding: 0 15px;
  }
  .title_item_list_question {
      font-size: 18px;
  }

  .content_item_application_area span {
      font-size: 18px;
  }

  .content_item_application_area p {
      font-size: 15px;
  }

  .text_item_list_services {
      font-size: 14px;
  }

  .title_item_list_services {
      font-size: 19px;
  }

  .title_block_7 {
      font-size: 22px;
  }

  .under_title_block_7 {
      font-size: 17px;
  }

  .img_item_news {
      width: 150px;
  }

  .content_item_news {
      padding-left: 180px;
  }

  .title_item_news {
      font-size: 18px;
  }

  .text_item_news {
      font-size: 16px;
  }
  .elemet_conten_footer:nth-child(1) {
      max-width: 240px;
  }
  .content_container_catalog {
    width: calc(100% - 250px);
  }
  .sidebar {
    width: 250px;
  }
  .title_cort_catalog {
    font-size: 16px;
  }

  .nav_list_prod {
      font-size: 16px;
  }

  .news_list_sidebar {
      font-size: 15px;
      padding: 20px 15px;
  }

  .ul_news_list_sidebar a:before {
      margin-right: 10px;
  }

  .link_blog_sidebar {
      font-size: 16px;
      height: 45px;
  }

  .manual_3d_sidebar {
      padding: 15px;
  }

  .title_manual_3d_sidebar {
      font-size: 18px;
  }

  .text_manual_3d_sidebar {
      font-size: 15px;
  }
  
  .oglav {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .clear_filter {
      font-size: 16px;
      height: 45px;
  }

  .title_news_list_sidebar {
      font-size: 18px;
  }

  .title_item_filter_catalog {
      font-size: 16px;
      padding: 10px 15px;
  }

  .content_item_filter_catalog {
      padding: 15px;
  }

  .check_filter_block {
      width: 20px;
      height: 20px;
      font-size: 14px;
      margin-right: 11px;
  }

  .elem_item_filter_catalog span {
      font-size: 15px;
  }

  .count_prod_item_filter {
      font-size: 15px;
  }

  .sort_catalog label span {
      margin-left: 15px;
  }
  .item_line_under_title_blog {
    font-size: 16px;
  }
  .title_item_list_blog {
      font-size: 20px;
  }

  .text_item_list_blog {
      font-size: 16px;
  }

  .top_item_list_blog {
      font-size: 16px;
  }
  .img_content_blocks {
    width: 140px;
    height: 160px;
  }

  .desc_content_blocks {
      width: calc(100% - 140px);
      padding: 10px 15px;
  }

  .title_content_blocks {
      font-size: 17px;
  }

  .text_content_blocks {
      font-size: 15px;
  }
  .block_rait_avail {
    display: block;
  }

  .block_rait_prod {
      margin-bottom: 30px;
  }

  .brand_block {
      display: block;
      text-align: center;
  }

  .brand_block span {
      display: block;
      padding: 10px 0 0;
      text-align: center;
  }

  .mini_param_prod {
  }

  .mini_param_prod td {
      font-size: 16px;
  }

  .difficulties_block {
      font-size: 16px;
  }

  .prod_tag {
      font-size: 15px;
      padding: 5px 15px;
  }

  .add_cart_prod {
      height: 45px;
      font-size: 16px;
  }

  .add_compare_prod {
      height: 45px;
  }

  .buy_one_prod {
      height: 45px;
      font-size: 16px;
  }

  .kp_prod {
      font-size: 16px;
  }

  .item_more_buy_prod {
      font-size: 16px;
  }

  .tabs_prod .item_list_tebs {
      font-size: 18px;
  }

  .item_bottom_content_prod.serv .item_block_1 {
      padding: 35px 25px;
  }

  .list_delivery_prod span {
      font-size: 16px;
  }

  .item_reviews_prod {
      font-size: 18px;
  }

  .title_mini_list_prod {
      font-size: 24px;
  }
  .sort_catalog label {
    font-size: 16px;
	}
  .left_container_cart {
    width: 100%;
    padding-right: 0;
  }

  .right_container_cart {
      width: 100%;
  }
  .title_prod_compare {
    font-size: 18px;
  }
  .mini_galery_prod .img_mini_gal_prod {
    height: 73px;
}
  .prod_card .submit_prod_card {
    width: calc(100% - 68px);
}
  
}

@media (max-width:991px){
  .container{
    width: 768px;
  }
  .top_line_header, .bottom_line_header {
    display: none;
  }
  .mobile_top_line_header {
    display: block;
    padding: 20px 0;
    background-color: #2e3133;
  }
  .content_mobile_top_line_header {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .item_mobile_top_line_header {
    display: flex;
    align-items: center;
    color: #fff;
  }

  .item_mobile_top_line_header span {
      font-size: 13px;
      text-transform: uppercase;
  }

  .burger_menu {
    width: 30px;
    padding-bottom: 16px;
    margin-right: 15px;
    position: relative;
}
  .burger_menu span {
    display: block;
    background: #fff;
    height: 2px;
  }
  .burger_menu:before {
      content: '';
      display: block;
      position: absolute;
      background: #fff;
      left: 0;
      height: 2px;
      width: 100%;
      top: 8px;
  }

  .burger_menu:after {
      content: '';
      display: block;
      position: absolute;
      background: #fff;
      left: 0;
      height: 2px;
      width: 20px;
      top: calc(100% - 2.5px);
  }
  .link_mobile_top_line_header {
    margin-left: 30px;
    position: relative;
  }

  .img_center_line_header {
      width: 23px;
  }

  .search_mobile_button {
      font-size: 19px;
  }

  .count_header_block {
      width: 23px;
      height: 23px;
      font-size: 12px;
      right: -13px;
      top: -15px;
  }
  .serch_header {
    display: none;
  }

  .block_link_center_line_header {
      display: none;
  }

  .block_phone_header {
      text-align: right;
  }

  .phone_header {
      font-size: 23px;
  }

  .modal_phone_header {
      font-size: 14px;
  }

  .link_logo {
      width: 205px;
  }
  .content_block_1 {
    display: block;
    margin: 0;
  }

  .item_block_1 {
      width: 100%;
      padding: 40px 30px;
      margin: 0 0 30px;
  }

  .block_list_cat_item_block_1 {
      justify-content: space-between;
  }

  .list_cat_item_block_1 a {
      font-size: 20px;
  }

  .a_list_application_area {
      font-size: 20px;
  }

  .content_block_2 {
      flex-wrap: wrap;
      justify-content: center;
  }

  .item_content_block_2 {
      width: 100%;
      max-width: 200px;
      margin-bottom: 20px;
  }

  .block_2 {
      padding: 35px 0 15px;
  }

  .header_tabs {
      display: block;
      text-align: left;
  }

  .list_tebs {
    display: flex;
    flex-wrap: wrap;
    
  }
.block_3 {
    padding: 30px 0 40px;
}
  .for_link_all_prod a {
    font-size: 16px;
    padding: 15px 30px 13px;
}
  .item_list_question {
    padding: 15px 20px;
}
  .content_item_list_question, .content_item_list_question p {
    padding: 10px 0 0;
}
  .item_list_question {
    padding: 15px 20px;
}
  .title_tabs {
      margin-bottom: 15px;
  }

  .list_wiz .item_prod, .item_prod {
      width: 33.3%;
  }

  .body_tabs .item_prod:nth-child(7), .body_tabs .item_prod:nth-child(8) {
      display: none;
  }
  .item_list_question {
    padding: 30px;
  }

  .block_5 .item_block_1:first-child {
      padding: 0;
        margin: 0 0 50px;
  }

  .title_item_list_question {
      font-size: 22px;
  }

  .item_list_question {
      padding: 20px 30px;
  }

  .content_item_application_area span {
      font-size: 20px;
  }

  .content_item_application_area p {
      font-size: 18px;
  }

  .item_application_area {
      align-items: center;
  }

  .item_list_services {
  }

  .img_item_list_services {
      height: 220px;
      object-fit: cover;
  }

  .content_item_news {
    padding: 15px;
    padding-left: 165px;
  }
  .text_item_news {
    font-size: 14px;
    max-height: 48px;
}

  .item_block_9 {
      width: 50%;
  }


  .elemet_conten_footer {
      width: 50%;
  }
  .bottom_line_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    bottom: 0;
    z-index: 15;
    overflow: auto;
    min-width: 300px;
    box-shadow: 2px 2px 10px 0 rgba(57, 62, 65, 0.39);
    transform: translateX(-110%);
    transition: transform .5s;
  }
  .bottom_line_header.active{
    transform: translateX(0);
  }
  .bottom_line_header .container {
      width: auto;
      padding: 0;
  }

  .main_menu {
      display: block;
  }

  .main_menu>li> a {
      color: #000;
      text-align: left;
      display: flex;
      border-bottom: solid 1px #dde2ea;
      background-color: #f0f4fa;
      font-size: 16px;
      padding: 15px;
      justify-content: space-between;
  }
  .main_menu > li:first-child> a {
      border-top: solid 1px #dde2ea;
  }
  .main_menu>li> a i {
    display: block;
    font-size: 24px;
    color: #c7c7c7;
    transition: .3s;
  }
  .title_menu_mob {
    display: block;
    color: #b4b7bc;
    padding: 15px;
  }

  .two_menu_mobil {
      display: block;
  }

  .two_menu_mobil a {
      display: block;
      padding: 15px;
      color: #000;
      border-top: solid 1px #dde2ea;
  }
  .main_menu>li> a:hover i {
    color: #000;
  }
  .main_menu > li:hover .main_submenu {
    display: none;
  }
  .main_submenu{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    z-index: 100;
    transform: translateX(-110%);
    transition: transform .5s;
  }
  .main_submenu.active {
    transform: translateX(0);
    display: block !important;
  }
  .content_main_submenu {
      padding: 15px;
      overflow: auto;
  }

  .list_cat_main_submenu {
      margin: 0;
      display: block;
  }

  .main_menu .item_cat_main_submenu {
      width: 100%;
      margin: 0 0 15px;
      display: flex;
      border: none !important;
  }

  .block_more_main_submenu {
      width: 100%;
      margin: 0;
  }
  .img_item_cat_main_submenu {
    order: 1;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .title_item_cat_main_submenu {
      text-align: left;
  }
  .main_menu .item_more_main_submenu {
    background: #fff;
    padding: 15px;
  }

  .before_title_item_more_main_submenu {
      font-size: 14px;
  }

  .title_item_more_main_submenu {
      font-size: 16px;
  }

  .img_item_more_main_submenu {
      width: 40px;
      margin-right: 20px;
  }
  .title_tag_main_submenu {
    color: #b4b7bc;
    padding: 15px 0;
    border-bottom: solid 1px #dde2ea;
  }

  .main_menu .prod_tag {
      border: none !important;
      padding: 7px 15px;
  }
  .back_menu_mob {
    display: block;
    color: #b4b7bc;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #dde2ea;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .back_menu_mob i {
      margin-right: 10px;
      font-size: 22px;
      margin-top: -5px;
  }
  .container_catalog {
    flex-wrap: wrap;
  }

  .sidebar {
      width: 100%;
      order: 1;
  }

  .content_container_catalog {
      width: 100%;
      margin-bottom: 30px;
  }

  .count_catalog {display: none;}

  .count_prod_list {
      display: none;
  }

  .nav_list_prod {
      justify-content: center;
  }
  .filter_catalog {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 300px;
      background: #fff;
      z-index: 2;
      margin: 0;
      transition: transform .5s;
      transform: translateX(-110%);
      z-index: 11;
  }
  .filter_catalog.active{
    transform: translateX(0);
  }
  .banner_catalog {
      display: none;
  }
  .mobil_filter_button {
    display: flex;
    align-items: center;
    color: #393e41;
  }

  .mobil_filter_button i {
      font-size: 20px;
      margin-right: 5px;
      margin-top: -4px;
      cursor: pointer;
  }
  .clear_filter {
  }
  .filter-btns{
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 10px;
  }
  .submit_prod_card {
    margin-bottom: 10px;
    bottom: 40px;
    width: 100%!important;
  }
  .container_filter_catalog {
      height: 100%;
      padding-bottom: 110px;
      overflow: auto;
  }
  .prod_article_block .item_prod {

  }
  .content_product {
    flex-wrap: wrap;
  }

  .galery_prod_block {
      width: 100%;
  }

  .content_prod_block {
      width: 100%;
      padding: 0;
  }

  .galery_prod_block {
      margin-bottom: 20px;
  }

  .content_prod_block .title_prod {
      display: none;
  }

  .content_prod_block .breadcrumbs {
      display: none;
  }


  .brand_block {
	  display: flex;
      text-align: left;
  }

  .brand_block span {
      text-align: left;
      padding-left: 15px;
  }

  .img_brand_prod {
      width: 150px;
  }

  .content_advant_prod {
      padding-bottom: 0;
      border-bottom: 0;
  }

  .bottom_content_prod {
      flex-wrap: wrap;
  }

  .item_bottom_content_prod, .item_bottom_content_prod_desc, .item_bottom_content_prod_serv {
    width: 100%;
    padding: 0;
  }
  .tabs_prod .list_tebs {
      justify-content: flex-start;
  }

  .header_tabs {
      margin-bottom: 20px;
  }
  .mini_galery_prod {
    display: none;
  }
  .mobile_prod_content{
    display: flex;
    width: 100%;
  }
  .owl-item .item_prod {
    width: 100%;
    margin: 1px 0 23px;
  }

  .mini_list_prod .list_prod {
      margin: 0;
  }

  .mini_list_prod .owl-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
  }

  .mini_list_prod .owl-dot {
      width: 12px;
      height: 12px;
      background: #f0f4fa !important;
      border-radius: 100%;
      margin-left: 5px;
  }

  .mini_list_prod .owl-dot.active {
      border: solid 3px #3f88c5;
  }
  .big_galery_prod .slick-dots {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }

  .big_galery_prod .slick-dots li button {
      width: 12px;
      height: 12px;
      background: #f0f4fa !important;
      border-radius: 100%;
      margin-left: 5px;
      font-size: 0;
      border: none;
      padding: 0;
  }

  .big_galery_prod .slick-dots li.slick-active button {
    border: solid 3px #3f88c5;
  }
  .content_block_prod {
    flex-wrap: wrap;
  }


  .img_center_line_header {width: 23px !important;}

  .item_container_404 {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .text_container_404 {
      margin: 0 auto;
  }

  .img_container_404 {
      margin: 0 auto;
  }
  .search_page {
    display: block;
  }
  .title_cart_item {
      font-size: 18px;
  }

  .cart_item {
      padding: 35px 20px;
  }

  .prices_cart_item {
      font-size: 18px;
  }
  .control_panel_prod_card {
    position: absolute;
    height: auto;
    bottom: 15px;
    top: auto;
}

.prod_card {
    padding-bottom: 0px;
}

.prod_card:hover .control_panel_prod_card {
    height: auto;
    box-shadow: none;
    padding: 0px 15px;
}
  .img_big_gal_prod {
    border: none;
}
}
@media (max-width:767px){
  .comments-count {
    min-width: 50%;
    float: right;
    text-align: right;
}
  .item_line_under_title_blog {
    width: 45%;
}
  .collection_subs {
    margin: 0 -5px;
    width: auto;
}
  .container{
    width: 575px;
  }
  .item_list_tebs {
    padding: 8px 25px;
  }

  .item_prod, .list_wiz .item_prod {
      width: 50%;
  }

  .item_list_services {
      width: 100%;
      margin: 0 0 20px;
  }

  .list_services {
      flex-wrap: wrap;
  }

  .text_item_list_services {
      font-size: 16px;
  }

  .title_item_list_services {
      font-size: 22px;
  }

  .left_content_block_7 {
      width: 100%;
     position: relative;
    z-index: 2;
  }

  .right_content_block_7 {
      position: absolute;
      right: 0;
      bottom: 20px;
      width: 100%;
      max-width: 400px;
      opacity: .4;
         z-index: 0;
  }

  .content_block_7 {
      position: relative;
  }

  .list_news {
      column-count: 1;
  }

  .content_item_news {
   padding-left: 165px;
  }

  .item_block_9 {
      width: 100%;
  }

  .right_content_block_10 {
      display: none;
  }

  .left_content_block_10 {
      display: none;
  }
  
 
  .block_10 {
      display: none;
  }
  
  .list_prod_catalog .item_prod {width: 50%;}
  .list_prod_catalog .item_prod {
    padding: 0 5px 20px;
  }

  .list_prod_catalog {
      margin: 0 -5px;
  }

  .block_price_star_prod_card {
      display: block;
  }

  .price_prod_card {
      margin-bottom: 10px;
  }

  .title_prod_card {
      margin-bottom: 10px;
  }
.mob_btn_add_cart {
    display: block !important;
    margin: 0 auto;
      width: auto !important;
}
.submit_prod_card span{
  display: none;
}
  .submit_prod_card, .prod_card .submit_prod_card {
    width: 47%;
        padding: 0 15px;
  }
.compare_prod_card{
  width: 47%;
  }
  .mob_list_label_sort_catalog {
    font-size: 14px;
    font-family: Circe;
    text-decoration: underline;
    outline: none;
    margin-left: 10px;
    background: none;
    border: none;
    display: block;
  }

  .list_label_sort_catalog {
      display: none;
  }
  .prod_article_block .item_prod_mobile {
    max-width: 450px;
  }

  .line_under_title_blog {
      display: block;
        margin: 0 5px;
  }

  .item_line_under_title_blog:first-child {
      margin-bottom: 15px;
  }
  .title_prod {
    font-size: 24px;
  }
  .item_content_blocks {
      width: 100%;
  }
  .title_mobil_tab {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding: 15px;
    border: solid 1px #dde2ea;
    background-color: #f0f4fa;
    text-transform: uppercase;
  }
  .tabs_prod .header_tabs {
    display: none;
  }
  .tabs_prod .item_body_tabs {
    display: block;
  }
.mob_tab_cont {

}
  
  .prop_prod_table tr {
    display: flex;
    flex-wrap: wrap;
}
  .list_reviews_prod .mc-c .mc-comment-media img {
    max-width: 100% !important;
}
  .prod_link_cart_item {
      width: 100%;
      margin-bottom: 20px;
  }

  .cart_item {
      flex-wrap: wrap;
  }
  .js-comapre-hide {
      overflow: auto;
      width: 100%;
      border: solid 1px #dde2ea;
      border-radius: 4px;
  }

  .compare_table {
      min-width: 735px;
      border: none;
  }
  .title_cort_catalog {
    font-size: 14px;
}
  .left_content_block_prod {
    width: 100%;
}

.right_content_block_prod {
    width: 100%;
    order: -1;
    margin: 0 0 20px;
    padding: 25px 15px;
}
.item_block_1.comment_article {
    margin-top: 30px;
}
  
  .item_line_under_title_blog span {
    min-width: 135px;
}
  .block_7_collection .right_content_block_7 {
    display: none;
}

.block_7_collection .left_content_block_7 {
    width: 100%;
}

.block_7_collection .title_block {
    font-size: 18px;
}

.block_7_collection .under_title_block {
    font-size: 15px;
    margin-bottom: 20px;
}
.item_list_subcollection {
    width: calc(33.3% - 20px);
}
.item_list_subcollection img {
    max-width: 60px;
}
}
@media (max-width:574px){
  .item_line_under_title_blog {
    width: 100%;
}
  .under_title_block {
    margin-bottom: 20px;
}
  .block_8 {
    margin: 30px 0;
}
  .for_link_all_prod {
    margin-top: 5px;
}
  .block_9 {
    padding: 10px 0;
}
  .content_block_10 .title_block {
      font-size: 22px;
  }
  .block_10 {
    padding: 30px 0 40px;
}
  .container{
    width: 100%;
  }
  .phone_header {font-size: 16px;}

  .mobile_top_line_header {
      padding: 15px 0;
  }

  .modal_phone_header {
      font-size: 12px;
  }

  .center_line_header {
      padding: 15px 0;
  }

  .count_header_block {
      width: 17px;
      height: 17px;
      font-size: 10px;
      right: -8px;
      top: -10px;
  }

  .link_logo {
      width: 140px;
  }
  .title_item_block_1 {
    font-size: 20px;
    padding: 0 15px;
    left: 15px;
    max-width: 90%;
  }
.item_block_1 .list_application_area {
    margin-top: 20px;
}
  .item_application_area {
    padding: 20px;
}
  .block_5 {
    padding: 20px 0 0px;
}
  .block_6 {
    padding: 30px 0 10px;
}
  .item_block_1 {
      padding: 25px;
  }
.left_content_block_7 .title_block {
    font-size: 22px;
}
  .list_cat_item_block_1 {
      width: 100%;
      padding: 0;
  }

  .img_list_cat_item_block_1 {
      position: absolute;
      right: 25px;
      bottom: 25px;
      opacity: .15;
      width: 115px;
  }

  .a_list_application_area {
      padding: 20px;
      font-size: 16px;
  }

  .img_list_application_area {
      width: 85px;
      height: 85px;
  }

  .img_content_block_2 {
      margin-right: 10px;
      width: 30px;
  }

  .item_content_block_2 {
      padding-right: 15px;
      max-width: 50%;
  }

  .title_tabs {
      font-size: 18px;
        padding: 0;
        text-align: left;
  }

  .item_list_tebs {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .item_list_tebs:last-child {
      margin: 0;
    margin-top: 10px;
  }

  .title_item_list_question {
      font-size: 18px;
  }

  .content_item_list_question a {
      font-size: 14px;
  }

  .item_list_question.active {
      padding: 20px;
  }

  .content_item_application_area span {
      font-size: 18px;
  }

  .content_item_application_area p {
      font-size: 16px;
    padding: 0;
  }
  .title_block {
    font-size: 22px;
}
  .item_block_9 {
    font-size: 16px;
}
  .elemet_conten_footer:first-child p {
    font-size: 15px;
}
  footer {
    font-size: 15px;
}
.under_title_block {
    margin-bottom: 15px;
    font-size: 16px;
}
  .img_list_application_area {
      width: 50px;
      height: auto;
  }

  .content_item_application_area {
      padding-right: 10px;
  }

  .under_title_block_7 {
      font-size: 16px;
  }

  .item_news {
    display: block;
    height: initial;
}
  .content_item_news {
    padding: 20px;
}
  .text_item_news {
    max-height: initial;
}

  .img_item_news {
      position: relative;
      width: 100%;
      max-height: 200px;
  }

  .conten_footer {
      display: block;
      margin-bottom: 0;
  }

  .elemet_conten_footer {
      width: 100%;
      max-width: none !important;
      margin-bottom: 20px;
  }
  .item_content_blocks {
    width: 100%;
  }

  .item_content_blocks {
      display: block;
  }

  .img_content_blocks {
      width: 100%;
      display: block;
      height: auto;
  }

  .desc_content_blocks {
      width: 100%;
      padding: 15px;
  }
  .prod_link_cart_item {
      flex-wrap: wrap;
  }

  .title_cart_item {
      width: 100%;
      margin: 20px 0 0;
      text-align: center;
  }

  .img_cart_item {
      margin: 0 auto;
  }

  .prices_cart_item {
      width: 100%;
      margin: 0 0 20px;
      text-align: center;
  }

  .quantity_cart_item {
      margin: 0 auto 20px;
  }

  .delete_cart_item {
      width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .delete_cart_item span {
      margin-left: 5px;
  }
  .content_brends {
      display: block;
  }

  .title_content_brends {
      padding-right: 0;
        font-size: 20px;
        margin-bottom: 20px;
  }

  .slider_brends {
      width: 100% !important;
  }
  .slider_brends .owl-nav {
      top: -49px;
      left: auto;
      right: 0;
      transform: translateY(0);
      display: flex;
  }
.block_4 {
    padding: 30px 0 30px;
}
  .slider_brends .owl-nav .owl-next {
      margin: 9px 0 0 30px;
  }
  
.tabs_prod .item_body_tabs.active .mob_tab_cont {
    display: block;
    width: auto;
      margin: 10px;
}

  
  .title_mobil_tab {
    border-left: 0;
    border-right: 0;
}
.tabs_prod {
    margin: 0 -5px 35px;
}
.block_sort_count_catalog {
    margin: 0 -10px 20px;
    border-radius: 0;
    padding: 20px 10px 20px 20px;
}
  .list_prod_catalog {
    margin: 0;
}
  .breadcrumbs {
    font-size: 14px;
}
  .content_container_catalog {
    padding: 0;
}
  .content_description_prod .gray_text {
    font-size: 14px;
    margin-bottom: 20px;
}
.content_container_catalog .breadcrumbs, .content_product .breadcrumbs {
    display: block;
    margin: 0 -15px 0;
    background: #fff;
    padding-top: 0;
}
  .right_content_block_prod {
    margin: 0 -5px 20px;
    width: calc(100% + 10px);
    border-radius: 0;
    padding-top: 0;
}
  #problems a {
    font-size: 14px;
}
  #problems strong {
    font-size: 16px;
    line-height: 1.1;
}
  .content_description_prod h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 0;
}
  .faq-title h2 {
    width: 100%;
    display: inline-block;
    margin: 0;
}
  .faq-title img {
    margin-right: 15px;
    margin-bottom: 15px;
}
  .content_description_prod p {
    margin-bottom: 12px;
    font-size: 16px;
}
  .content_description_prod {
  font-size: 16px;
  margin: 0 5px;
  padding-top: 10px;
  }
  .item_list_blog {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}

.element_list_blog {
    width: 100%;
}
  .title_item_list_blog {
    font-size: 16px;
    padding: 0 15px 10px;
}

.top_item_list_blog {
    padding: 15px 15px 10px;
    width: 100%;
    flex-wrap: wrap;
    font-size: 13px;
}

.tag_item_list_blog {
    margin-right: 10px;
    margin-left: 0;
}

.date_item_list_blog {
    margin-right: 10px;
}

.text_item_list_blog {
    padding: 0 15px 0;
    font-size: 13px;
}

.element_list_blog .item_list_blog {
    height: auto;
}
  .item_link_cat_blog {
    font-size: 16px;
    margin-right: 15px;
    padding-bottom: 1px;
    border-bottom: solid 2px #fff;
    margin-bottom: 4px;
}
  .list_cat_item_block_1 a {
    font-size: 16px;
    margin-bottom: 15px;
}
.title_list_item_block_1 {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
      position: relative;
    z-index: 2;
}
  .title_list_item_block_1 span {
    float: left;
    max-width: 60%;
}
  .title_list_item_block_1 img {
    margin-left: 0px;
    margin-top: 10px;
}
  .elemet_conten_footer .block_phone_footer {
    margin-bottom: 20px;
}
  .elemet_conten_footer .soc_header {
    margin-top: 20px;
}
  .block_phone_footer .modal_phone_header {
    font-size: 14px;
    margin-top: 10px;
}
  .block_phone_footer .phone_header {
    font-size: 22px;
}
  .block_1 {
    padding: 40px 0 0;
    width: 100%;
    display: inline-block;
}
  .block_2 {
    padding: 30px 0 5px;
}
  article {
    overflow-x: hidden;
}
  .container_catalog {
    margin: 20px -10px 20px;
}
  .title_prod {
    font-size: 22px;
    padding: 0 10px;
}
  .content_product {
    margin: 0px 0 25px;
}
  .mini_param_prod td:first-child {
      width: 53%;
  }
  .prop_prod_table td {
    width: 100%;
    border-bottom: 1px solid #dde2ea;
    text-align: center;
}
  .item_bottom_content_prod.serv .item_block_1 {
    padding: 35px 25px;
    margin: 0 10px 30px;
    width: auto;
}
  .title_mini_list_prod {
    font-size: 22px;
    margin-bottom: 20px;
        padding: 0 5px;
}
  .owl-item .item_prod {
    padding: 0 5px 20px;
}
  .mini_list_prod {
    margin: 0 -5px;
}
  .mob_btn_add_cart {
    max-width: 23px;
}
  .collection_subs-submenu {
    width: calc(33.3333333% - 10px);
    min-height: 120px;
    padding: 15px;
    margin:0 5px 10px;
}
  .collection_subs-submenu-title {
    margin-top: 15px;
    font-size: 14px;
}
  .name_email_comment .line_input_modal_window {
    width: 100%;
}
  .link_interaktive {
    padding: 14px 30px 12px;
}
  .block_7_collection {
    padding: 20px;
}
  .block_7_collection .title_block {
    font-size: 20px;
    margin-bottom: 5px;
}
  .block_7_collection .under_title_block {
    font-size: 14px;
    margin-bottom: 15px;
}
 .block_7_collection .link_interaktive {
    padding: 12px 20px;
    font-size: 13px;
    height: inherit;
}
  .img_banner_bottom_collect {
    margin-right: 10px;
    width: 50px;
}

.title_banner_bottom_collect {
    font-size: 17px;
}

.text_banner_bottom_collect {
    font-size: 15px;
}

.left_banner_bottom_collect {
    margin-bottom: 20px;
}
  .item_list_subcollection {
    width: calc(50% - 20px);
}
}
@media (max-width:375px){
  .difficulties_block, .mini_param_prod td {
    font-size: 15px;
}
  .bottom_content_prod {
    margin-top: 20px;
}
  .item_prod {
    padding: 0 5px 10px;
}
  .list_prod {
    margin: 0 -5px;
}
  .prod_card {
      padding: 10px 12px 10px;
}
  .item_list_subcollection {
    padding: 20px 10px;
    box-shadow: 0px 1px 1px #888;
}
   .fa-credit-card, .fa-file-contract {
    display:none;
      
}
    
  
}
@media (max-width:320px){
  .mini_param_prod td {
    font-size: 14px;
}
  .item_list_tebs {
    font-size: 13px;
    margin-right: 7px;
}
}

@media (max-width:770px){
.content_description_prod .brand_block {

    font-size: 0.8em;
	
}
.content_description_prod h4 {
    font-weight: bold;
    margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 1.4em;
	padding-bottom: 10px;
}
.brand_block i {
	margin-left: 0px;
	font-size: 1.8em;
	margin-right: 10px;
}
  .block_avail_prod {
  text-align: center;
  }
  
  .right_content_block_prod {
    margin: 0;
}

}








