@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v25-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v25-latin_latin-ext-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v25-latin_latin-ext-900.woff2') format('woff2');
}

:root {
  --bs-primary-rgb: 0, 158, 214 !important;
}

body {
  font-family: 'Montserrat' !important;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

a, .nav-link {
    color: #000000;
}

a:hover, .nav-link:hover {
    color: #009ed6;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #009ed6;
    border-color: #009ed6;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #000000;
    border-color: #000000;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-brand {
    margin-right: 1.5rem;
}

.dropdown-menu {
    padding: 5px;
    font-size: 13px;
    min-width: 320px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(50, 129, 157, 0.9);
    border: none;
    border-radius: 0;
}

.dropdown-item {
    padding: 2px 8px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.dropdown-item:hover {
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}

main.siteBody {
    padding-top: 105px;
    padding-bottom: 30px;
}

.breadcrumbs .mod-breadcrumbs.breadcrumb {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
}

.headerClasses {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;
}

.headerClasses p {
    margin-bottom: 8px;
}

.page-header {
    height: 0;
}

.page-header h1[itemprop="headline"] {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    top: 80px;
    left: 0;
    color: white;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.page-header h1[itemprop="headline"]::after {
    content: "";
    width: 37px;
    height: 2px;
    background: #009ed6;
    display: block;
    position: relative;
    top: 10px;
    left: 4px;
}

figure.item-image {
    margin: 0 0 40px 0;
}

.article-title {
    font-size: 1.6875em;
    text-transform: uppercase;
    text-align: left !important;
    margin-top: 45px !important;
    margin-bottom: 30px !important;
}

.article-title::after {
    content: "";
    width: 37px;
    height: 2px;
    background: #009ed6;
    display: block;
    position: relative;
    top: 3px;
    left: 2px;
    margin-bottom: 9px;
}

.article-subtitle {
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    left: 61px;
    top: -127px;
    color: white;
    margin-right: 800px;
}

main.siteBody ul li::marker {
    color: #009ed6;
}

main.siteBody .article-main {
    text-align: justify;
}

main.siteBody .article-img {
    margin: 0 auto;
    display: block;
}

main.siteBody .com-content-article__body p {
    margin-bottom: 0
}

main.siteBody .com-content-article__body .article-main p:not(.article-title) {
    margin-bottom: 22px;
}

main.siteBody .article-img-left, main.siteBody .article-img-right {
    width: 49%;
    margin-top: 1%;
    margin-bottom: 1%;
}

main.siteBody .article-img-left {
    margin-right: 1%;
}

main.siteBody .article-img-small {
    margin: 0 12px;
    width: 15px;
    height: 15px;
}

main.siteBody .com-content-category-blog h3.page-header {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    height: auto;
}

.com-content-category-blog__item.blog-item .item-image img {
    display: block;
    width: auto;
    height: 90px;
    margin: 0;
}

.com-content-category-blog__item.blog-item .page-header {
    height: auto;
    margin-bottom: 15px;
}

.com-content-category-blog__item.blog-item .page-header h2 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.com-content-category-blog__item.blog-item .page-header h2 a {
    text-decoration: none;
}

.com-content-category-blog__item.blog-item .page-header h2::after {
    content: "";
    width: 37px;
    height: 2px;
    background: #009ed6;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    margin-top: 3px;
}

.com-content-category-blog.blog h1 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.blog-items .blog-item {
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #ddd;
}

.com-content-category-blog__item.blog-item .item-content {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.com-content-category-blog__item.blog-item .article-data {
    margin-bottom: 7px;
    text-align: left;
}

.com-content-category-blog__item.blog-item .article-data .article-img-small {
    margin: 0 12px;
    width: 15px;
    height: 15px;
}

.com-content-category-blog__item.blog-item .article-data .article-data-text {
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.arbitration {
  	margin-bottom: 22px;
}

.structure {
  	margin: 53px auto;
    border-collapse: initial;
}

.departments {
  	margin: 16px auto 23px;
    border-collapse: initial;
}

.departments-title {
  	text-align: center;
}

.structure td, .departments td {
    width: 180px;
    height: 80px;
    background: #009ed6;
    text-align: center;
    font-size: 13px;
	padding: 10px;
}

.structure td:hover, .departments td:hover {
  	filter: brightness(85%);
}

.structure td a, .departments td a {
	text-decoration: none;
	color: white;
}

.structure td.s-hidden, .departments td.s-hidden {
	background: white;
  	filter: none;
}

.after-footer {
    padding: 20px 0;
}

.before-footer .container {
    padding-top: 35px !important;
    border-top: 3px solid #009ed6;
}

.acym_module_form table.acym_form {
    width: 350px;
    margin: auto;
}

.acym_module_form table.acym_form .acym__users__creation__fields__title {
    display: block;
    margin-bottom: 4px;
}

.acym_module_form label {
    display: block;
    width: 100%;
}

.acym_form input.cell {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 30px;
    background: white;
    border: 1px solid #009ed6;
    margin-bottom: 10px;
}

.acym_form .acyterms {
    padding-bottom: 15px;
}

.dj-image {
	height: calc(100vh) !important;
}

.slide-desc-text-default {
	padding: 640px 15px 15px 15px !important;
}

.slide-text {
  	margin-bottom: 182px !important;
}

.my-slider-title {
    text-transform: uppercase !important;
    font-size: 72px !important;
    line-height: 1.2;
    margin-left: 135px !important;
    margin-right: 135px !important;
    text-align: center;
}

.slider-title-black {
	font-weight: 900 !important;
}

.my-slider-subtitle {
  	font-size: 14px !important;
    width: 900px;
  	margin-top: 10px !important;
  	margin-left: auto !important;
  	margin-right: auto !important;
  	text-align: center;
  	height: 30vh;
}

.slide-desc-text-default a.readmore {
    width: 210px !important;
    color: #fff;
    border: 1px solid #009ed6 !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    font-weight: 700 !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
  	float: none !important;
  	bottom: 200px !important;
	position: relative !important;
  z-index: 99;
}

.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
	position: absolute !important;
  	top: auto !important;
	bottom: 0px !important;
  	left: 0 !important;
  	right: 0 !important;
	text-align: center !important;
  height: 20vh;
}

.djslider-default .load-button {
  	width: 7px !important;
  	height: 7px !important;
  	border: 1px solid white !important;
  	background: rgba(0,0,0,0.6);
}

.djslider-default .load-button {
  	opacity: 1 !important;
}

.djslider-default .load-button-active {
	background: #009ed6 !important;
}

.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    position: absolute !important;
    top: auto !important;
    bottom: 13px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    height: 30vh;
}

.convertforms {
    margin: auto !important;
}

ul.pagination {
    justify-content: center;
}

ul.pagination li:first-child, ul.pagination li:last-child {
    display: none;
}

.page-link:hover, .page-link {
    color: #009ed6;
}

.page-item.active .page-link {
    background-color: #009ed6;
    border-color: #009ed6;
}

.marquee0 img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 20px;
}

.before-footer {
    padding-bottom: 35px;
}

footer.footer {
    text-transform: uppercase;
}

footer.footer p {
    margin-bottom: 5px;
}

footer.footer.bg-primary {
    color: #fff;
}

footer.footer.bg-primary a {
    color: #fff;
    text-decoration: none;
}

footer.footer.bg-primary a:hover {
    color: #fff;
    text-decoration: underline;
}

footer.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1560px)
{
  .djslider-default ul.djslider-in > li {
      	height: 100vh !important;
    	}

    	.slide-desc-text-default {
      	padding: 640px 0 0 0 !important;
    	}

    	.my-slider-title {
  		margin: 0 0 20px 0 !important;
  		width: 100vw !important;
    	}

    	.slide-text {
        	margin-bottom: 0 !important;
      	height: 85vh !important;
    	}

      .djslider-default ul.djslider-in > li, #djslider120 {
          height: 100vh !important;
      }

    	.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
      	width: 100vw !important;
        	height: auto !important;
        	bottom: 3px !important;
        	position: fixed !important;
    	}

    	.slide-desc-text-default a.readmore {
      	width: 20vw !important;
  		margin: 13px calc(40vw - 1px) !important;
        	bottom: 0 !important;
  	}

    	.my-slider-subtitle {
      	height: auto !important;
    	}
}

@media (max-width: 1400px)
{
  .page-header h1[itemprop="headline"] {
      top: 60px;
      width: 1030px;
  }
  .article-subtitle {
      left: 0;
      top: -97px;
      margin-left: 47px;
      margin-right: 47px;
  }
}

@media (max-width: 1200px)
{
.navbar .d-flex {
    margin-left: 0 !important;
    padding: 4px 0 !important;
}
.page-header h1[itemprop="headline"] {
    top: 60px;
    width: 100%;
    padding: 0 30px;
}
.article-subtitle {
  left: 0;
  top: -67px;
  margin-left: 30px;
  margin-right: 30px;
}
}

@media (max-width: 992px)
{
  .my-slider-subtitle {
      width: 100%;
  }
  .page-header h1[itemprop="headline"] {
    top: 40px;
    font-size: 29px;
    line-height: 1.2;
  }
}

@media (max-width: 768px)
{
  .page-header h1[itemprop="headline"] {
      font-size: 22px !important;
      top: 3vw !important;
  }
  .djslider-default ul.djslider-in > li {
    	height: 100vh !important;
  	}

  	.slide-desc-text-default {
    	padding: 640px 0 0 0 !important;
  	}

  	.my-slider-title {
		margin: 0 0 20px 0 !important;
		width: 100vw !important;
  	}

  	.slide-text {
      	margin-bottom: 0 !important;
    	height: 85vh !important;
  	}

  	.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    	width: 100vw !important;
      	height: auto !important;
      	bottom: 3px !important;
      	position: fixed !important;
  	}

  	.slide-desc-text-default a.readmore {
    	width: 20vw !important;
		margin: 13px calc(40vw - 1px) !important;
      	bottom: 0 !important;
	}

  	.my-slider-subtitle {
    	height: auto !important;
  	}
    .article-subtitle {
      font-size: 11px !important;
      margin-right: 50px !important;
      top: -6vw !important;
  }
}

@media (max-width: 576px)
{
  body {
    overflow-x: hidden;
  }
  .navbar-brand img {
    width: 200px;
  }
  .my-slider-title {
      font-size: 1.2rem !important;
  }
  .my-slider-subtitle {
    font-size: 0.6rem !important;
    width: 82vw !important;
    margin: 0 9vw !important;
  }
  .article-subtitle {
    display: none;
  }
  .footer .mod-custom.custom {
    margin-bottom: 25px;
  }
}
@media (max-width: 490px)
{
  .page-header h1[itemprop="headline"] {
      font-size: 16px !important;
      top: 3vw !important;
  }
  .acym_module_form table.acym_form {
    width: 100%;
  }
}
