/* MISC */

/* Some animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}


table,
table tr {
	background: none;
	font-size: 1em;
}
table img {
	max-width: initial !important;
}

table.border tr > td {
	border: 1px solid;
}
.rtecenter {
  text-align: center;
}
/* Decor elements */
.decor-1 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ui-title-block + .decor-1 {
  width: 240px;
  margin-top: 17px;
  margin-bottom: 13px;
}
.decor-1:before,
.decor-1:after {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 62px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #000;
	content: '';
}
.decor-1 .icon {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 24px;
	color: var(--color-primary);
}

.decor-2:before,
.decor-2:after {
	display: inline-block;
	width: 12px;
	height: 2px;
	content: '';
	transition: all 0.3s;
}
.decor-2:before {
	background-color: var(--color-primary);
}
.decor-2:after {
	margin-left: 3px;
	background-color: #333;
}

.decor-2_mod-a:before,
.decor-2_mod-a:after {
	width: 18px;
	height: 3px;
}
.decor-2_mod-b:before,
.decor-2_mod-b:after {
	width: 10px;
}
.decor-2_mod-b:before {
	background-color: var(--color-primary);
}
.decor-2_mod_white:before {
  background-color: var(--color-primary);
}
.decor-2_mod_white:after {
	background-color: #fff;
}

.decor-3:before,
.decor-3:after {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	content: '';
	transition: all 0.3s;
}
.decor-3:before {
	background-color: var(--color-primary);
}
.decor-3:after {
	background-color: #333;
}
.decor-3_mod-a:after {
	background-color: #fff;
}

.decor-4 {
	padding: 5px;
	border-radius: 50%;
	background-color: #f6f6f6;
}
.decor-4 .icon {
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 13px;
	font-size: 50px;
	line-height: 1;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
}
.decor-4_mod-a {
	border-color: #777;
}
.decor-4_mod-b {
	position: absolute;
	top: 30px;
	right: -45px;
	display: inline-block;
	z-index: 10;
}
.decor-4_mod-c {
	background-color: #fff;
	box-shadow: 0 0 0 2px #777;
}
.subscribe__decor {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
}
.c-tabs-nav__link .decor-4 {
  top: -55px;
}
.c-tabs-nav__link .decor-4 .icon {
  MARGIN-BOTTOM: 0px;
  width: 70px;
  height: 70px;
  font-size: 40px;
}



.list-staff {
	cursor: default;
}
.list-staff__name {
	font-size: 20px;
	transition: all 0.3s;
}
.list-staff__categories {
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.list-staff__description {
	margin-top: 22px;
}
.list-staff__img {
	position: relative;
	margin-bottom: 43px;
	border-top-left-radius: 7px;
	overflow: hidden;
	transition: all 0.3s;
}
.list-staff__img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	transition: all 0.3s;
}
.list-staff:hover .list-staff__img:after {
	opacity: 0.8;
	background-color: var(--color-primary);
}
.list-staff__img img {
	box-shadow: 0 3px 0 0 #333;
}
.list-staff .social-links {
	display: inline-block;
	margin-top: 30px;
	margin-left: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #7f7f7f;
}
.list-staff .social-links li {
	padding-right: 18px;
}
.list-staff .social-links .icon {
	font-size: 14px;
	color: #777;
	transition: all 0.3s;
}


/* LIST FEATURES */
.list-features {
	position: relative;
	margin-top: 35px;
	margin-right: 32px;
	padding-bottom: 73px;
	text-align: right;
}
.list-features__item {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.list-features__item:after {
	display: block;
	height: 30px;
	margin-right: 26px;
	border-right: 1px dotted;
	content: '';
}
.list-features__item:last-child:after {
	content: none;
}
.list-features__inner {
	margin-right: 97px;
}
.list-features__title {
	position: relative;
	margin-bottom: 14px;
	padding-right: 15px;
}
.list-features__title:before,
.list-features__title:after {
	position: absolute;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
}
.list-features__title:before {
	bottom: 10px;
	background-color: var(--color-dark);
}
.list-features__title:after {
	bottom: 0;
	background-color: var(--color-primary);
}
.list-features__description {
	height: 46px;
	overflow: hidden;
}
.list-features__icon {
	float: right;
	font-size: 54px;
	line-height: 1;
	color: var(--color-primary);
}
.list-features__title-emphasis {
	font-size: 24px;
	font-weight: 400;
}

.list-features_mod-a {
	margin-top: 0;
}
.list-features_mod-a .list-features__item {
	width: 50%;
}
.list-features_mod-a .list-features__item:nth-child(odd) {
	float: left;
	padding-right: 35px;
}
.list-features_mod-a .list-features__item:nth-child(even) {
	float: right;
	padding-left: 77px;
	text-align: left;
}
.list-features_mod-a .list-features__item:after {
	height: 37px;
	margin-top: 9px;
}
.list-features_mod-a .list-features__item:nth-child(3):after {
	border-right: none;
}
.list-features_mod-a .list-features__item:nth-child(even):after {
	margin-right: 0;
	margin-left: 26px;
	border-right: none;
	border-left: 1px dotted;
}
.list-features_mod-a .list-features__item .list-features__icon {
	margin-top: 15px;
}
.list-features_mod-a .list-features__item:nth-child(even) .list-features__icon {
	float: left;
}
.list-features_mod-a .list-features__item:nth-child(even) .list-features__inner {
	margin-right: 0;
	margin-left: 89px;
}
.list-features_mod-a .list-features__item:nth-child(even) .list-features__title:before,
.list-features_mod-a .list-features__item:nth-child(even) .list-features__title:after {
	right: auto;
	left: 0;
}
.list-features_mod-a .list-features__item:nth-child(even) .list-features__title {
	padding-right: 0;
	padding-left: 15px;
}
.list-features_mod-b {
	margin-bottom: 20px;
}
.list-features_mod-b:before {
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 174px;
	height: 25px;
	background: url('../img/decor/arrow-orange_right_top.png') no-repeat;
	content: '';
}

.list-features-2 {
	margin-top: 58px;
	padding-right: 30px;
	vertical-align: top;
}
.list-features-2__icon {
	float: left;
	font-size: 54px;
	line-height: 1;
	color: var(--color-primary)
}
.list-features-2__inner {
	margin-left: 77px;
}
.list-features-2__title {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
}
.list-features-2__title:before,
.list-features-2__title:after {
	position: absolute;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
}
.list-features-2__title:before {
	bottom: 10px;
	background-color: #333;
}
.list-features-2__title:after {
	bottom: 0;
	background-color: var(--color-primary);
}
.list-features-2__description {
	height: 70px;
	margin-bottom: 15px;
}
.list-features-2__title:before,
.list-features-2__title:after {
	left: 0;
}

/* Lists */
.list {
	margin-top: 13px;
	margin-bottom: 23px;
	margin-left: 3px;
}
.list li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 32px;
}
.list li:before {
	position: absolute;
	top: 0;
	left: 0;
}
.list li a {
	color: #777;
}
.list li a:hover {
	text-decoration: none;
}

.list-mark_mod-a li:before {
	font: normal normal normal 15px/1 FontAwesome;
	font-family: 'Font Awesome 5 Free';
	font-weight: 300;
	color: #333;
	content: '\f058';
}

.list-mark_mod-b li {
	padding-left: 25px;
}
.list-mark_mod-b li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-family: 'Font Awesome 5 Free';
	font-weight: 300;
	color: #333;
	content: '\f0da';
}

.list-mark_mod-c li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-family: 'Font Awesome 5 Free';
	font-weight: 300;
	color: #333;
	content: '\f00c';
}
.list-mark_mod-c li:hover:before {
	content: '\f00d';
}

.list-mark_mod-d li {
	padding-left: 25px;
}
.list-mark_mod-d li:before {
	top: 3px;
	width: 5px;
	height: 5px;
	background-color: #333;
	content: '';
}
.list-mark_mod-d li:after {
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 5px;
	content: '';
	background-color: var(--color-primary);
}

.list-mark_mod-e li:before {
	top: 3px;
	font: normal normal normal 13px/1 FontAwesome;
	content: '\f0a4';
	/* >> Name of the FA free font (mandatory), e.g.:
							- 'Font Awesome 5 Free' for Regular and Solid symbols;
							- 'Font Awesome 5 Brand' for Brands symbols. */
	font-family: 'Font Awesome 5 Free';
	font-weight: 300;
	/* >> Optional styling: */
	display: inline-block;
	color: var(--color-primary);
}

.list-num {
	counter-reset: list;
}
.list-num li:before {
	display: inline-block;
	counter-increment: list;
}

.list-num_mod-a li:before {
	font-size: 14px;
	font-weight: 900;
	content: counter(list) '. ';
	color: var(--color-primary);
}

.list-num_mod-b li:before {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	color: #fff;
	border-radius: 50%;
	content: counter(list) '';
	text-align: center;
}


/* Dropcap */
.dropcap:first-letter {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	padding: 10px 10px 7px;
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
}
.dropcap_mod-a::first-letter {
  background-color: var(--color-primary);
}
.dropcap_mod-b:first-letter {
	background-color: #333;
}
p.dropcap {
	margin-top: 15px;
}


.line-all {
  DISPLAY: inline-block;
  WIDTH: 100%;
  TEXT-ALIGN: center;
  PADDING-top: 40px;
}
.line-all a {
  MARGIN: 0px;
}
.line-all a.btn {
  LINE-HEIGHT: 38px;
  DISPLAY: inline-block;
}
.view-footer .line-all {
  padding-top: 0;
}


/* BLOCKQUOTES */
.blockquote {
	position: relative;
	font-family: 'Merriweather';
}
.blockquote cite {
	font-style: normal;
	text-transform: uppercase;
}
.blockquote__autor {
	display: block;
	font: 700 14px 'Titillium Web';
}
.blockquote__company {
	display: block;
	font: 400 10px Lato;
}

.blockquote_mod-a {
	padding: 25px 77px;
	font-size: 16px;
	text-align: center;
}
.blockquote_mod-a:before {
	position: absolute;
	top: -53px;
	left: 50%;
	margin-left: -23px;
	font-family: 'Merriweather';
	font-size: 72px;
	content: '“';
	color: var(--color-primary);
}
.blockquote_mod-a p {
	line-height: 1.75;
}
.blockquote_mod-a footer {
	margin-top: 15px;
}

.blockquote_mod-b {
	margin-bottom: 80px;
	margin-left: 90px;
	padding: 0 40px 5px;
	font-size: 24px;
	color: #333;
	border-left-width: 5px;
	border-left-style: solid;
}
.blockquote_mod-b p {
	line-height: 1.5;
}
.blockquote_mod-b footer {
	margin-top: 30px;
	padding-left: 2px;
}
.blockquote_mod-b .blockquote__autor {
	margin-bottom: 8px;
}

.blockquote_mod-c:before {
	position: absolute;
	top: 28px;
	left: 59px;
	display: block;
	font-size: 72px;
	color: var(--color-primary);
	content: '“';
}
.blockquote_mod-c {
	margin-top: 68px;
	padding: 50px 40px 50px 138px;
	font-size: 16px;
	color: #fff;
	background-color: #222;
}
.blockquote_mod-c header {
	margin-bottom: 20px;
}
.blockquote_mod-c p {
	line-height: 1.85;
}

/* PAGERS */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 12px;
	flex-wrap: wrap;
	display: flex;
  /* margin-top: 45px; */
  justify-content: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 16px;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  border-top-right-radius: 10px;
  font-family: "Titillium Web";
  font-weight: 700;
  margin-right: 6px;
  margin-bottom: 12px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
  transition: all .3s;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaaaaa;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 12px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aaaaaa;
  background-color: #ffffff;
  cursor: not-allowed;
}


/* ======= TYPOGRAPHY ======= */

.typography-section-other {
	margin-top: -10px;
	padding-bottom: 70px;
}
.typography-title {
	margin-top: 0;
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 300;
	color: #777;
}
.typography-title-number {
	padding-left: 35px;
	font-size: 16px;
	color: #999;
}
.btn-typography {
	margin-right: 68px;
	margin-bottom: 52px;
	vertical-align: bottom;
}
.typography-table-headings tr td {
	padding-bottom: 24px;
}
.typography-bg {
	display: inline-block;
	margin-bottom: 17px;
}
p:last-child .typography-bg {
	margin-bottom: 0;
}
.typography-blockquote {
	margin-top: 75px;
}
.typography-blockquote + .typography-blockquote {
	margin-top: 53px;
}
.typography-progress-bar {
	margin-bottom: 40px;
}
.table-typography {
	margin-bottom: 74px;
}

article .content img {
  max-width: 100% !important;
  height: auto !important;
}


.alert_mod-d {
  background-color: #c4f4c6;
}
article .alert {
  padding: 8px 19px;
  margin-bottom: 14px;
  border: 1px solid transparent;
  color: #fff !important;
  position: relative;
}
article .alert::before {
	display: none !important;
}
article .alert-warning {
  background-color: #ff3518 !important;
  border-color: #ff3518 !important;
}
article .alert-success {
  background-color: #14d158 !important;
  border-color: #14d158 !important;
}
article .alert .icon {
  margin-right: 18px;
  font-size: 19px;
}
article .alert_mod-a {
  background-color: #ffb118;
}
article .alert_mod-c {
  background-color: #fecdcc;
}
article .alert_mod-e {
  background-color: #fff5cc;
}
article .alert_mod-e .close,
article .alert_mod-e .alert-icon {
  color: #ffba4f;
}
article .alert_mod-d .close,
article .alert_mod-d .alert-icon {
  color: #44dc4b;
}
article .alert_mod-c .close,
article .alert_mod-c .alert-icon {
  color: #ff524f;
}
article .alert-info {
  background-color: #148ed1;
  border-color: #148ed1;
}
article .alert-block {
	margin-bottom: 20px;
}
article .alert-default {
  color: #333 !important;
  background-color: #f5f5f5;
}
article .alert .close {
	margin-top: 35px;
	margin-right: 4px;
}
article .alert .close-icon {
	font-size: 18px;
}
article .alert__inner {
  padding: 13px 30px 17px 100px;
}
article .alert-icon .icon {
  position: absolute;
  top: 38px;
  left: 49px;
  font-size: 30px;
}
article .alert-title {
  margin-bottom: 9px;
  font: 700 18px 'Titillium Web';
  color: #333;
  text-transform: uppercase;
}
article .alert-text {
  color: #333;
  text-transform: none;
}
article .alert .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
}

.ui-dialog-titlebar{background-color:#c2c2c2;}
.ui-dialog .ui-dialog-titlebar-close
{
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png);
  z-index:999999;
}
.ui-widget.ui-widget-content {
	max-width: 100%;
}

blockquote {
  padding: 6px 12px;
  margin: 0 0 12px;
  font-size: 15px;
  position: relative;
  font-family: "Merriweather";
}
.note {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.57;
}

.panel {
  margin-bottom: 12px;
  border-top-left-radius: 5px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  padding-bottom: 20px;
}

.panel-body {
  padding: 10px 15px 0 30px;
  background-color: #fff;
}

.panel-heading {
  padding: 25px 70px 0 29px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 12px;
}

.panel-group .panel {
  margin-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 20px;
}

.panel-group .panel-heading {
  border-top-left-radius: 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group {
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  background-color: #fff;
}

.panel-default > .panel-heading {
  color: #333333;
  border-color: #eee;
  background-color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #fe5656;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #fe5656;
  border-color: #fe5656;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fe5656;
}

.panel-primary > .panel-heading .badge {
  color: #fe5656;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fe5656;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.accordion {
  margin-bottom: 43px;
}

.accordion .panel-heading {
  position: relative;
}

.accordion .panel-heading .btn-collapse {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  height: 43px;
  padding-left: 5px;
  background-color: var(--color-primary);
  transition: all 0.3s;
}

.accordion .panel-heading .btn-collapse:before {
  position: absolute;
  left: -10px;
  display: block;
  width: 23px;
  height: 100%;
  content: '';
  transition: all 0.3s;
  transform: skewX(26deg);
	background-color: var(--color-primary);
}


.accordion .panel .btn-collapse .icon {
  position: relative;
  display: inline-block;
  width: 25px;
  font: normal 700 18px Lato;
  color: #fff;
  vertical-align: middle;
	background-color: var(--color-primary);
  background-color: transparent;
  z-index: 10;
}
.accordion .panel-heading .btn-collapse.collapsed,
.accordion .panel-heading .btn-collapse.collapsed:before {
  background-color: #333;
}

.accordion .panel-heading .collapsed .btn-collapse {
  background-color: transparent;
}

.accordion .btn-collapse .icon:before {
  content: '-';
}

.accordion .btn-collapse.collapsed .icon:before {
  content: '+';
}

.accordion .panel-heading .btn-collapse.collapsed,.accordion .panel-heading .btn-collapse.collapsed:before {
  background-color: #333;
}

.accordion .panel-heading .btn-collapse + .panel-title + .decor-2 {
  display: block;
}

.accordion .panel-heading .btn-collapse.collapsed + .panel-title + .decor-2 {
  display: none;
}

.accordion .panel-title.panel-passive {
  color: #222;
}

.accordion .panel-default > .panel-heading .panel-title {
  font-weight: 700;
}

.accordion .panel-heading .panel-title {
  font-weight: 400;
}

.accordion + .note + .decor-3 {
  margin-bottom: 15px;
}

/* Висячий блок соц сети */
#block-social-fixed {
	/* display: none; */
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	bottom: 15px;
  left: 15px;
	/* right: 0; */
	width: auto;
	padding: 5px 0;
	/* margin-bottom: 0; */
	z-index: 10;
	box-shadow: 0 0 10px 1px #999;
}
#block-social-fixed .content {
	margin: 0;
	padding: 0;
}
.social-icons-fixed {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.social-icons-fixed .social-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	color: #fff;
	transition: color 0.3s;
}
.social-icons-fixed .social-icon::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content:'';
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background-color: transparent;
	transition: transform 0.4s, opacity 0.5s, background-color 0.5s;
}
.social-icons-fixed .social-icon:hover::after {
	transform: scale(1.3);
	opacity: 0;
	background: #333;
}

@media screen and (min-width: 768px) {
	.social-icons-fixed {
			flex-flow: column;
			justify-content: initial;
			padding-left: 0;
			padding-right: 0;
	}
	#block-social-fixed {
			display: block;
			background-color: transparent;
			bottom: 90px;
			right: 30px;
			left: auto;
			width: auto;
			box-shadow: none;
	}
	.social-icons-fixed .social-icon {
			width: 55px;
			height: 55px;
	}
}
.align-center {
	text-align: center;
}
.node .field--name-field-media-image.field--type-image {
	float: none;
}
.node .align-center .field--type-image {
	float: none;
}

.slider-thumbnails {
	position: relative;
}
.slider-thumbnails-main {
	overflow: hidden;
}
.slider-thumbnails-main__item {
	background-color: #222;
}
.slider-thumbnails-main__img {
	float: left;
	width: 50%;
}
.slider-thumbnails-main__info {
	float: right;
	width: 50%;
	padding: 4vw 4vw 2vw 24vw;
	text-align: center;
}
.slider-thumbsnails-main__icon {
	display: block;
	margin-bottom: 1vw;
	font-size: 7vw;
	line-height: 1;
	color: #fff;
}
.slider-thumbsnails-main__text {
	margin-top: 1.8vw;
	font-size: 0.9vw;
	color: #ddd;
}
.slider-thumbsnails-main__text p {
	margin-bottom: 1vw;
}

.slider-thumbnails-nav {
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 4.3vw;
}
.slider-thumbnails-nav__item {
	position: relative;
	float: none !important;
	width: 21vw !important;
	height: 4.3vw;
	margin-bottom: 2px;
	border-top-right-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 10;
	cursor: pointer;
	text-transform: uppercase;
}
.slider-thumbnails-nav__item .decor-3 {
	margin-right: 0.5vw;
}
.slider-thumbnails-nav__text {
	padding: 1.4vw;
	font: 700 1.2vw 'Titillium Web';
	color: #fff;
}
.slider-thumbnails-nav .flex-active-slide .decor-3 {
	display: none;
}