:root {
--color-dark: #000000;
  --color-grey: #282726;
  --color-light: #d8eaff;
  --color-light2: #afc9d7;
  --color1: #243F73;
  --color2: #3f609d;
  /*--color3: #e3ce6f;*/
  --color3: #e1d093;
}

iframe {vertical-align:top}


a,
.logo img,
.mainnav ul ul,
.mainnav a:after,
.gohome,
.service-item h4,
.btn-form:after,
.service-item,
.buy-btn,
.service-price,
.serviceitem-desc,
.owl-dot span
	{
		      transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;

}

a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
main p a {
  border-bottom: 1px dashed;
  color: var(--color1);
}
body {
  /*font-family: 'Montserrat', sans-serif;*/
	font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 1.42;
  min-width: 360px;
	padding-top: 70px;
}
h1, .h1, h2, .h2 {
}
.logo, h1, .h1, h2, .h2 {
	font-weight:600;
}

h1, h2, h3 {
    letter-spacing: 1px;   
}
h1, .h1 {
  font-size: 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h2, .h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2em;
	color: #000;
}
h2 span {
  font-size: .8em;
  display: block;
}
h2 a, .h2 a {
  color:#000;
}
h3, .h3 {}
.h4, h4 {
  font-size: 20px;
	font-weight:bold;
}
a {color:#6e6d86;}
	
a, a:hover {
	text-decoration: none;   
	outline: none;
	color: #000;
}	
header a, header a:hover, header a:focus {
	color: var(--color1);
}

.btn {
  border-radius: 0;
  position: relative;
	  min-width: 140px;
		margin: 5px 5px;
  border-width: 2px;
  border-radius: 18px;
	overflow: hidden;
	  text-transform: uppercase;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,transparent,rgb(255 255 255 / 50%),transparent);
  transition: all 850ms;
}
.btn:hover:before {
  left: 100%;
}
.btn-primary {
	color: #000;
  background-color: var(--color3);
  border-color: var(--color2);

	
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: var(--color2);
  border-color: var(--color3);
  color: #fff;
	box-shadow: 4px 4px 10px rgba(0,0,0,.3);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(217 202 199 / 56%);
}
.btn-secondary {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color2);
  color: #fff; 
}
.btn-secondary:hover {
  background-color: var(--color2);
  border-color: var(--color3);
  color: #fff;
	box-shadow: 4px 4px 10px rgba(0,0,0,.3);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus, .btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgb(217 202 199 / 56%);
}

svg {
	vertical-align: top;
}

img {
	max-width: 100%; 
	vertical-align:top;
	height:auto!important;
}

/*
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
	height: 100%;   
}*/
p {
  line-height: 1.5em;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  background: var(--color-light);
  box-shadow: 0 0 20px rgba(0,0,0,.4);
  flex-direction: row;
  z-index: 999;
  padding: 5px 20px;
	
  align-items: center;
}

.logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
}


.logo img {
  width: 70px;
}
.logo span {
  color: var(--color1);
  letter-spacing: 1px;
  margin-left: 20px;
  text-shadow: 3px 4px 5px rgba(0,0,0,.3);
  max-width: 330px;
  line-height: 1.1;
}
.is-top .logo img {
}


.topBar {
  text-align: right;
	  margin-bottom: 20px;
  font-size: 14px;
}
.topBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline-block;

}

.topBar ul li {
  display:inline-block;
}
.topBar a {
	color: var(--color1);
}

.mainnav {
  text-align: center;
}
.mainnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainnav ul li {
	display:inline-block;

}
.mainnav a {
  color: var(--color1);
  font-size: 16px;
  letter-spacing: 1px;
  padding: 7px 20px 4px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-height: 800px) {
	.mainnav a {
		padding: 4px 20px;
	}
}
.mainnav a:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--color-light);
  display: block;
  margin: 0 auto;
}
.mainnav a:hover:after, .mainnav .active a:after {
  width: 100%;
}
.mainnav .active a {
  color: var(--color1);
}

.mainnav ul ul {
  background: #fff;
  list-style: none;
  padding: 0;
  /* max-width: 300px; */
  max-height: 0px;
  position: absolute;
  border: 1px solid #eee;
  border-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.mainnav>ul>li>ul>li > a {
    white-space: normal;
    line-height: 130%;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.mainnav>ul>li:hover>ul {
	max-height: 400px;
	opacity:1;
}

.topSocial {
  padding: 0;
  list-style: none;
  text-align: center;
	margin: 0;
}

.topSocial li {
  display: inline-block;
	
}
.topSocial li a {
  display: block;
  background: #376557;
  line-height: 30px;
  width: 30px;
  border-radius: 14px;
  /* color: var(--color-dark); */
  margin: 0 4px;
}
.topSocial a:hover {
  background: var(--color1);
}

.telecom {
  list-style: none;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  padding: 0;
}
ul.telecom li {
  margin: 0 4px;
}
ul.telecom a .fil10, ul.telecom a .fil0 {
  fill: var(--color1);
}
ul.telecom a:hover .fil10, ul.telecom a:hover .fil0 {
  fill: var(--color2);
}


/*
.telecom .fil0 {fill:#376557}
.telecom .fil2 {fill:url(#id0);fill-rule:nonzero}
.telecom .fil1 {fill:url(#id1);fill-rule:nonzero}
*/

#trigger-overlay {
  display: none;
}

[class^="icon-"], [class*=" icon-"] {
  vertical-align: middle;
}
.addressText span {
  display: block;
}
.lang-select {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  list-style: none;
  margin: 0 auto 20px;
}

.lang-select li {
	display:inline-block;
	padding:0 5px;
	border-left:2px solid var(--color-light)
}
.lang-select li:first-child {
	border-left:none;
}
.lang-select a {
  color: var(--color-light);
}
.lang-select a.active {
	color: #fff;
}
.topPhones {
  list-style: none;
  padding: 0;
  text-align: center;
}
ul.topPhones a {
}
.topAddress {
  color: var(--color-light);
}
.topAddress:hover {
  color: #fff;
}
.icon-phone, .icon-location {
	font-size:1.2em;
}

.gohome {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background: var(--color-light);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 33px;
  box-shadow: 3px 4px 15px rgb(0 0 0 / 40%);
	opacity:0;
}
.gohome.show {
	opacity:.8;
}

/* Баннер */
.section-banner {
  position: relative;
  color: var(--color1);
  overflow: hidden;
}
.section-banner .row {
  align-items: center;
}
.speaker-image {
  text-align: center;
}
.speaker-image img {
    padding-top: 20px;
  margin-bottom: -50px;
	height: auto;
}
@media (min-width:1199px) {
	.speaker-image img {
		margin-bottom: -130px;
	}
}
.subtitle {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color3);
  color: #000;
}
.section-banner h2 {
  color: var(--color1);
	margin-bottom: 20px;
}
.banner-desc strong {
  font-size: 1.7em;
  color: var(--color3);
  color: #000;
}
.banner-text h3 {
  font-size: 23px;
}
.banner-text p {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
}

.button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section {
  padding: 70px 0;
	  overflow: hidden;
}
.section-title {
  text-align: center;
  font-size: 2em;
  line-height: normal;
  color: var(--color1);
  padding: 10px 0;
}
.service-item {
  text-align: center;
	max-width: 350px;
	margin: 0 auto 30px;
  border: 2px solid var(--color3);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  height: calc(100% - 30px);
  background: var(--color2);
  color: #fff;
	font-size: 18px;
  box-shadow: 3px 4px 15px rgb(63 96 157 / 82%);
	
}

.service-item .icon-wrapper {
  font-size: 40px;
  margin-bottom: 10px
}

.service-item .icon-wrapper i {
  display: block;
  margin: 0 auto
}
.icon-wrapper img {
  max-width: 65px;
}
.service-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out
}

.service-item:hover .pulse-shrink {
  animation-name: pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

@keyframes pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

.pulse-shrink {
  display: inline-block
}
/* */
.speacker-item {
  position: relative;
	border-radius: 10px;
	overflow:hidden;
}
.speacker-item img {
  width: 100%;
}
.speaker-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.9) 58%, rgba(255,255,255,.9) 100%);
  padding: 50px 0 10px;
}
.speacker-item img {
  border-radius: 10px!important;
}
/* Program */
.accordion-item {
  margin-bottom: 8px;
  background: transparent;
  border: none;
}
.accordion-button {
	padding: 0;
}
.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  margin-right: 10px;
}
.accordion-button>span {
  display: flex;
  align-items: center;
  padding: 16px;
}
.accordion-button>span.module-name {
  padding-left: 130px;
}
.accordion-body {
  background: #fff;
}
.program h2 {
  color: #fff;
}
.program-steps h4 {
  background: var(--color2);
  color: #000;
  line-height: 60px;
  border-radius: 50px;
  padding: 0;
  display: flex;
  justify-content: end;
  cursor: pointer
}

.program-steps h3 {
  min-height: 60px;
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  font-size: 1.5rem
}
.accordion-button {
  font-size: 22px;
  color: #fff;
  background-color: var(--color2);
  border-top-right-radius: 10px;
}
.module-number {
	width:120px;
  /* background: var(--color1); */
  /* width: 60px; */
  /* height: 60px; */
  /* border-radius: 100%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* font-size: 1.2em; */
  /* font-weight: bold; */
  /* color: #fff; */
  /* margin-left: 10px; */
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  background: var(--color1);
  padding: 16px;
	color: var(--color-light);
}

.collapsed .module-number {
  /* background: var(--color1); */
  /* border: 2px solid var(--color2); */
  /* color: #fff; */
}

.module-timeline {
  z-index: 2;
  min-height: 74px;
	  position: relative;
}

.module-timeline:after {
  content: "";
  background: var(--color2);
  width: 4px;
  height: 0%;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  transform: translateX(-50%);
  z-index: -1
}

.program-steps .row:last-child .module-timeline:after {
  content: none
}

.program {
  color: #fff;
}
.card-body {
  background: var(--color-light);
  border: var(--color2);
  border-radius: 10px;
  padding: 20px;
	color:#000;
}

.aos-animate .module-timeline:after {
  height: 100%
}
/* TextImageBlock */
a.anchor {
  margin-top: -120px;
  position: absolute;
}
.textImageBlock {
  position: relative;
	padding:70px 0;
	background-image: url(/storage/app/media/logo-bg.png);
	background-attachment:fixed;
	background-position:center;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.half-bg {
  width: 50%;
  background-position: center right;
}
.section-facts .half-bg {
    background-position: top center;
}
/* Price */
.after-text {
  color: #fff;
}
#pricing .section-title {
  color: #fff;
  margin-bottom: 10px;
}
.section-subcontent {
  text-align: center;
  font-size: 1.2em;
	margin-bottom:30px;
}
#pricing .section-subcontent {
  color: #fff
}

.pricing-table-1 {
  background: #fff
}

.pricing-table-1 .table-header {
  padding: 30px 0;
  color: #fff
}

.pricing-table-1 .table-header h3 {
  font-size: 30px;
  font-weight: 400
}

.pricing-table-1 .plan {
  border-bottom: 1px solid rgba(189,195,199,0.5)
}

.pricing-table-1 .plan .price {
  font-size: 24px
}

.pricing-table-1 .plan .period {
  font-size: 18px;
  color: #999;
  text-transform: uppercase
}

.pricing-table-1 .plan-info {
  margin-top: 30px
}

.pricing-table-1 .plan-info p {
  color: #bdc3c7;
  font-size: 16px;
  line-height: 30px
}

.pricing-table-1 .button-area {
  padding: 10px 0 45px
}

#pricing-block-x {
  background: #ecf0f1
}

.pricing-table-x {
  background: rgb(36 63 115 / 75%);
  padding: 15px 30px;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  height: calc(100% - 30px);
  box-shadow: 4px 4px 10px rgba(0,0,0,.7);
	border: 1px solid #2c4c85;
}

.pricing-table-x .table-header {
  padding: 15px 0;
  color: #fff;
  text-align: center
}

.pricing-table-x .table-header h3 {
  font-size: 30px;
  font-weight: 400
}

.pricing-table-x .plan {
  text-align: center
}

.pricing-table-x .plan .price {
  font-size: 30px;
  color: var(--color3);
}

.pricing-table-x .plan .period {
  font-size: 18px;
  color: rgba(231,76,60,0.7);
  text-transform: uppercase
}

.pricing-table-x .plan-info {
  margin-top: 30px
}

.pricing-table-x .plan-info ul {
  /*padding-left: 30px;*/
  position: relative
}
/*
.pricing-table-x .plan-info li:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  margin-top: 7px
}
*/

.pricing-table-x .plan-info p {
  color: #fff;
  font-size: 16px;
  line-height: 16px
}

.pricing-table-x .plan-info p i {
  margin-right: 5px
}

.pricing-table-x .button-area {
  padding: 10px 0 40px;
  text-align: center
}

/* Numbers (Facts) */
section {
	position: relative;
	z-index:2;
}
.col-full-height {
  margin-bottom: 30px;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
	z-index:-1;
}
.half-bg {
  width: 50%;
  background-position: center right;
}
@media (max-width: 768px) {
	.section-bg.half-bg {
		position: relative;
		height: 100vw;
		width: 100%;
		order: 2;
	}
}
.section-facts {
  padding: 70px 0;
  text-align: center;
  background: var(--color-light);
  color: #000;
  background-size: 50%;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width:1200px) {
	.section-facts {
		background-position: left bottom;
	}
}
.fact-count .h3 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0px;
  margin-left: 20px;
  text-shadow: 3px 4px 5px rgba(0,0,0,.3);
  color: var(--color1);
}
.fact-count h4 span, .fact-count .h4 span {
  color: var(--color1);
}
.fact-count h4 a, .fact-count .h4 a {
  border-bottom: 1px dashed;
}
.facts-item {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: var(--color1);
  margin-bottom: 10px;
}
.fact-count h4, .fact-count .h4 {
  font-weight: normal;
  font-size: 22px;
  color: #000;
}
.owl-dots {
  display: flex;
  justify-content: center;
	padding-top: 10px;
}
.owl-dot {
  padding: 4px;
}
.owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--color1);
  border-radius: 5px;
	opacity: .6;
	margin-bottom: 10px;
}
.owl-dot.active span {
  width: 24px;
	opacity: 1;
}

/* Services */
#forwhom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px;
  background-attachment: fixed;
	}
.section-services {
  padding: 70px 0;
  background: var(--color-light);
  background-size: cover;
  background-position: center;
}
.service-item {
}
.service-item h4 {
  background: rgba(0,0,0,.3);
  padding: 10px;
  color: #e3d189;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin:0;
	text-align: center;
}
.serviceitem-desc {
  color: #fff;
  line-height: normal;
  padding: 15px;
	opacity:1;
	text-align: center;
}
.service-item:hover {
}
.service-item:hover h4 {
  /*box-shadow: 0 0 10px rgba(0,0,0,.8);*/
}
	.buy-btn {
		position: absolute;
		z-index: 2;
		opacity: 0;
		bottom: -22px;
		opacity: 1;	
		}

.serviceitem-buy {
  display: flex;
  justify-content: space-around;
  padding: 0 15px 25px;
  align-items: center;
}
.service-price {
  text-align: center;
  line-height: 33px;
  color: #e1d187;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.service-price span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

/* Contacts */
.section-contacts {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vw;
  display: flex;
  align-items: center;
	font-size:18px;
	position: relative;
  z-index: 2;
	  text-align: center;
}
.contacts-block {
  padding: 100px 0;
}
.contacts-block .topSocial {
}
.contacts-block .topSocial a, .contacts-block .topSocial img {
  width:50px;
}
.contacts-info {
  list-style: none;
  padding: 0;
	font-weight: bold;
	font-size:1.2em;
}
.contacts-info li{
  margin-bottom:20px;
}

/* Footer */
footer {
  background: var(--color-light);
  padding: 30px 0;
  font-size: 14px;
  color: var(--color1);
	text-align:center;
}
footer a {
  color: var(--color1);
}
footer a:hover {
  color: var(--color-dark);
}
.footernav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footernav ul {
  list-style: none;
  padding: 0;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footernav ul a {
  padding:3px 10px;
	margin-bottom:4px;
}

/* InnerPage */
.innerpage main {
  padding-top: 80px;
}
.innerpage h1 {
  text-align:center;
	color:var(--color2);
}

.text-error {
     display:none;
 }
.oc-visible.text-error {
    display:block;
  color: #f00;
  font-size: 14px;
}
.close {
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 30px;
  font-weight: normal;
  color: var(--color1);
  opacity: .8;
  font-size: 40px;
}
.close:hover {
	opacity:1;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
label a {
  border-bottom: 1px dashed;
}
.alert p:last-child {
  margin-bottom: 0;
}
.modal .alert {
  margin: 0px 0 20px;
  text-align: center;
}
.section-subtitle {
  max-width: 600px;
  margin: 0px auto 10px;
  font-weight: bold;
  font-size: 20px;
}

.btn-form {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
	  margin: 0 10px;
}
.btn-form:hover {
		color: #f2f7cf;

} 



.btn-form-mobile {
  position: fixed;
  bottom: 0px;
  left: 0;
  margin: 0;
  border-radius: 0;
  line-height: 40px;
  right: 60px;
  text-align: center;
  display: none;
  background: var(--color2);
}
.btn-form-mobile.w100 {
  right: 0;
}
.modal-header {
  justify-content: center;
  background: var(--color-light);
  text-transform:uppercase;
}
.modal-title {
  text-align: center;
	  flex: 1;
}
.advantages {
  background-color: #d7cbc6;
  position: relative;
  z-index: 2;
  padding: 70px 0;
	
}
.advantages-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: top left;
  background-size: cover;
	  width: 50%;
}
.feature-item {
  background: var(--color-light);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 50px;
	position:relative;
}
.feature-title {
  font-weight: bold;
}
.feature-index {
  position: absolute;
  left: -10px;
  top: -10px;
  background: var(--color2);
  color: #fff;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 0 20px 20px;
}
#overlay {
	position: fixed;
  background: rgb(234 242 245);
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 20px;
  font-size: .8em;
  z-index: 100;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  color: #000;
  z-index: 10000;
}
#overlay p {
	margin-bottom:0;
}
#overlay a {
  border-bottom: 1px dashed;
}

.hex-section {
    background-color: var(--color-light);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.hex-item {
    text-align: center;
}
.hex-title {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: var(--color2);
    width: 100%;
    max-width: 340px;
    left: 50%;
}
.hex-title span { 
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}

/* BLOCK PROGRAMMS */
.programms-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.programms-type {
    min-height: 28px;
    text-align: right;
    color: var(--color1);
    margin-bottom: 0;
}
.modal-body h3 {
    text-align: center;
}