body {
  color: #404040;
  font-family: sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5 !important;
}

.container {
  width: 1200px;
  padding: 0;
  
}
.body .container {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}

.header-top .custom {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  background: #03446a;
  color: #fff;
  padding: 5px 15px;
}
.header-top .custom span {
  font-size: 14px;
}
.header-inner {
  padding-top: 5px;
}

.site-title {
  font-size: 23px;
  text-align: center;
}
.site-title a {
  color: #404040;
  font-family: sans-serif !important;
  font-weight: 400;
}

.site-description {
  text-align: center;
  margin-top: -5px;
}
.custom-logo-link {
  padding: 10px;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}

.nav {
  display: flex;
  justify-content: space-between;
}
.nav li a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  display: flex;
}

.navigation .nav > li:before {
  height: 0;
}

.navigation .nav > li > a:hover,
.navigation .nav > li > a:focus {
  background: #03446a;
}

.navigation .nav > li:hover,
.navigation .nav > li:focus {
  background: #03446a;
}
.navigation .nav > li > a:focus {
  outline: thin dotted;
  outline-offset: 0px;
}

.navigation {
  width: 100%;
  margin: 0 auto;
  float: none;
  height: auto;
  max-width: 100%;
  padding: 0;
  border-bottom: 0;
  border-top: 0;
  background: rgba(108, 185, 230, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(108, 185, 230, 1)),
    color-stop(41%, rgba(62, 155, 209, 1)),
    color-stop(100%, rgba(27, 149, 224, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cb9e6',endColorstr='#1b95e0',GradientType=1);
}

.navigation .nav-child {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  padding: 0;
  min-width: 220px;
  width: 100%;
  background: rgba(108, 185, 230, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(108, 185, 230, 1)),
    color-stop(41%, rgba(62, 155, 209, 1)),
    color-stop(100%, rgba(27, 149, 224, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(108, 185, 230, 1) 0%,
    rgba(62, 155, 209, 1) 41%,
    rgba(27, 149, 224, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cb9e6',endColorstr='#1b95e0',GradientType=1);
}
.navigation .nav-child li {
}
.navigation .nav-child li a {
  text-align: left;
  color: #fff;
  font-size: 14px;
  border: 1px solid #03446a1f;
  padding: 5px 0 5px 10px;
  white-space: pre-wrap;
}

.nav > li > a > img {
  max-width: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.navigation .nav > li > .nav-child:after {
  display: none;
}

.row-fluid {
  padding: 25px;
  width: auto;
  margin-top: -18px;
}
main {
  float: right;
}
aside {
  float: left;
}
@media (min-width: 1200px) {
  .row-fluid {
    width: auto;
  }
}

main {
  width: 860px;
  border-left: 1px solid #aba6a659;
}
aside {
  width: 255px;
  background: #e8e8e83d;
  height: fit-content;
}
aside .moduletable {
}
aside .nav {
  display: block;
}
aside > .moduletable > h3 {
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #03446a3d;
  padding-bottom: 10px;
  font-family: sans-serif !important;
  font-size: 1.17em;
  margin-block-start: 1.5em;
  margin-block-end: 1em;
  font-weight: bold;
}

aside .moduletable {
  margin: 0;
}
aside .moduletable ul {
  margin-bottom: 0;
}
aside .moduletable li a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 0;
  color: #03446af2;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

aside .moduletable li a:hover {
  color: #000;
}

main .custom {
  display: flex;
}

.main-content {
  width: 542px;
  margin-right: 46px;
  -webkit-font-smoothing: antialiased;
}
.main-content h1 {
  font-family: sans-serif !important;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
}

.main-content p {
  padding-bottom: 1em;
  margin: 0;
  color: #404040;
}
.main-content h2 {
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  font-size: 1.5em;
  font-family: sans-serif !important;
  color: #333;
}
.main-content ul {
  padding-bottom: 1em;
}
.main-content li {
  line-height: 1.5;
}
.aside-content {
  float: right;
  width: 260px;
  font-size: 14px;
  padding: 10px;
}
.site-info-block-right {
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #2096de;
  display: flex;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.copywrite {
  text-align: center;
  background: #03446a;
  color: #fff;
  padding-top: 0;
  font-size: 12px;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.slider-item {
  width: 860px;
  height: 300px;
}

.slider-item img {
  height: 100%;
  width: 100%;
}

.slick-prev {
  background-image: url(/images/arrow-left.png);
  left: 15px;
}
.slick-next {
  background-image: url(/images/arrow-right.png);
  right: 15px;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  z-index: 1000000;
  opacity: 0;
}
.slick-next {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}

.slider:hover .slick-prev,
.slider:hover .slick-next {
  opacity: 1;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  width: 10px;
}
/* Активная точка */
.slick-dots li.slick-active {
}
/* Элемент точки */
.slick-dots li button {
}
.slick-dots li button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  content: " ";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.75;
  background-color: black;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.55);
}

.slick-dots li.slick-active button:before {
  background-color: white;
  border: 2px solid black;
  box-sizing: content-box;
}
.slider {
  height: 310px;
  width: 100%;
}

.page-header h2 {
  font-family: sans-serif !important;
  text-align: center;
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 1.5;
}
.page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.entry-content {
  padding-top: 1em;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content ul li a {
  text-decoration: underline;
}

.entry-content ul li,
.articleBody ol li {
  line-height: 1.5;
}
.entry-content ul {
  padding-left: 40px;
}
.item-page,
main .custom {
  padding-left: 15px;
}

.articleBody {
  -webkit-font-smoothing: antialiased;
}

.articleBody h2 {
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  font-family: sans-serif !important;
  font-size: 18px;
}
.articleBody h3 {
  font-family: sans-serif !important;
  font-size: 1.17em;
  line-height: 1.5;
}
.articleBody ol {
  padding-bottom: 1em;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
}

.articleBody hr {
  background: #cecece !important;
  height: 1px;
  display: flex;
  width: 100%;
  margin-bottom: 15px !important;
  border-bottom: 0;
  border-top: 0;
}

.articleBody h2.custom-h2 {
  font-size: 24px;
}

.articleBody p {
  padding-bottom: 1.5em;
}
.articleBody .category-module {
  list-style: none;
  margin: 0;
}
.articleBody .category-module li {
  line-height: 1.5;
  margin-bottom: 70px;
}
.articleBody .category-module .category-custom-title {
  background: #f9f9f9;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #03446a80;
}

.articleBody .category-module .category-custom-title a,
.articleBody .category-module .category-custom-title span {
  color: #404040;
  font-size: 24px;
  display: block;
  font-weight: 600;
  line-height: 1em;
}
.articleBody .category-module .category-custom-title span a {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.4;
}
.articleBody .category-module a.mod-articles-category-title:hover,
.articleBody .category-module .category-custom-title span a {
  text-decoration: none;
}

.articleBody
  .category-module
  .mod-articles-category-readmore
  a.mod-articles-category-title {
  background: #65b4e3 !important;
  display: inline-flex;
  float: right !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 4px;
  box-shadow: -1px 1px 0 1px #1d96e0;
  text-shadow: 0 0 1px #00000078;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.articleBody p.mod-articles-category-introtext {
  padding-bottom: 0;
  margin-bottom: 0;
}
.articleBody ul li {
  line-height: 1.5;
}
.display-n {
  display: none !important;
}

.modal-scrollable .novyny-gallery {
  position: relative;
}

.novyny-gallery .modal-nav {
  position: unset;
}

.novyny-gallery .modal-nav .zmdi-chevron-left {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.novyny-gallery .modal-nav .zmdi-chevron-right {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.novyny-gallery .modal-nav i {
  position: absolute;
  font-size: 25px;
  padding: 0;
  line-height: 25px;
  width: 25px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.55);
}

.novyny-gallery .zmdi-close {
  background-color: #000;
  top: -10px;
  right: -10px;
}

.accordion-article {
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 2.75%;
}

.ui-accordion .ui-accordion-header {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  transition: height linear 2s;
}

.ui-accordion .ui-accordion-header:focus {
  outline: none;
}

.accordion-article .ui-state-default {
  border: none !important;
  background-color: transparent;
}
.ui-accordion .ui-accordion-header h3 {
  line-height: 1;
  margin: 0;
  color: #666666;
  font-size: 18px;
}

.ui-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.accordion-article .ui-state-active {
  border: none !important;
  background-color: transparent !important;
}

.ui-accordion .ui-accordion-content {
  background: transparent !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #4f4f4f61;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.accordion-article-active {
  background-color: white;
}

.ui-icon {
  display: none;
}
.title {
  display: flex !important;
  justify-content: space-between;
}
.accordion-custom-icon {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: relative;
}
.accordion-custom-icon::before {
  content: attr(custom-icon);
  font-size: 16px;
  color: #f4f4f4;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
}

.custom-table {
  margin: 0 0 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
.custom-table td {
  padding: 5px;
  font-size: 14px;
  border: 1px solid;
}
.ba-left-action, .ba-right-action, .ba-icon-close{
  opacity:0;
}

.ba-modal:hover .ba-left-action, .ba-modal:hover .ba-right-action, .ba-modal:hover .ba-icon-close{
  opacity:1;
}

.grey-btn-link a{
  background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #d9d9d9;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration: none;
    display: flex;
    width: auto;
    cursor: pointer;
}

.sticky-navbar{
   position: fixed;
  top: 0;
  width: 1200px;
      z-index: 5555555555555555;
}
.sticky-navbar + .row-fluid {
  padding-top: 60px;
}

.sticky-navbar ul{
  margin-bottom:0 !important;
}

.pull-left{
  display:none;
  
}
.main-article-box{
  display:flex;
}


@media (max-width: 768px){
  .header {
    background: transparent;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
}
  .pull-left{
  display:block;
  
}
}

@media (max-width: 767px){
  .container {
    width:100%;
    margin: 0 auto;
    padding: 0 -15px;
}
  
  body{
    padding:0 !important;
  }
  
  .body .container {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
  
  .left-col{
    padding-right:20px;
  }
  .right-col{
    padding-left:20px;
  }
  
  .navbar .btn, .navbar .btn-group {
    margin-top: 0;
        width: 100%;
    box-sizing: border-box;
        background: #1eca43;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding:5px;
}
  .navbar{
    margin-bottom:0;
  }
  .pull-left {
    float: none;
    background-color: white;
}
  .icon-bar{
    margin: 0 15px;
  }
  .icon-bar img{
    width: 20px;
    height: 20px;
    max-width: max-content;
  }
  
  .nav-collapse .nav {
    display: block;
    background-color:#03446a;
}
  
  .nav-collapse .nav li {
    background-color:#03446a;
    color:white;
}
  
  .nav-collapse .nav li a{
    color:white;
  }
  
  .row-fluid{
        display: flex;
    flex-direction: column-reverse;
  }
  
  main {
    width: auto;
    border-left: none;
}
  
  main .custom {
    padding-left: 0;
}
  
  .slider, .slider-item, .slider-item img {
    height: auto;
    width: 100%;
}
  .slider-item{
    margin:20px 0;
  }
  
  .main-article-box{
    display: flex;
    flex-direction: column-reverse;
  }
  
  .main-content {
    width: 100%;
    margin:0;
  }
  
  .aside-content {
    float: none;
    width: 100%;
    font-size: 14px;
    padding: 0;
}
  .ui-accordion .ui-accordion-header h3 {
    
    max-width: 85%;
}
  .articleBody .category-module .category-custom-title a, .articleBody .category-module .category-custom-title span {
   
    font-size: 16px;
}
  
}
