body{
  color:#777777;
}

.full-screen-bg-section{
  display: flex;
    align-items: center;
}


#sp-main-title{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(140, 140, 142, 0.12)), url(/images/new-bg.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sp-module.title-info-block{
  width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 35px;
    border-radius: 15px;
   
    margin-top: 20vh;
}

.sp-module.title-info-block h3{
  color: #369085;
    font-size: 25px;
    line-height: 36px;
}

.sp-module.title-info-block .sp-module-content .title-info-block p{
  color: #777777;
    font-size: 18px;
    font-weight: 300;
}

#sp-main-body{
      padding: 30px 0;
  position:relative;
}

.muted-link{
  border-radius: 15px;
    display: block;
    cursor: pointer;
    padding: 30px 0 0 20px;
    color: white;
    background: rgb(82,179,168);
    background: linear-gradient(135deg, rgba(82,179,168, 1) 0%, rgb(136, 211, 202) 100%);
      display: flex;
  min-height: 148px;
  transition: linear 0.3s;
}
.muted-link .content-area{
  color: white;
}
.muted-link .content-area h4{
  font-size: 24px;
    font-weight: 400;
  margin-bottom: 20px;
}

.muted-link .content-area p{
  font-size: 18px;
    font-weight: 300;
}

.muted-link .icon-area{
  margin-right:20px;
  margin-top: 8px;
}

.news-section .sp-module{
  padding: 70px 0;
}

.news-section .sp-module .news-title{
  
  text-align: center;
    margin-bottom: 60px;
  color:white;
  position: relative;
}

h3.news-title::before,h3.news-title::after {
    display: block;
    content: " ";
    width: 37%;
    height: 3px;
    background-color: #65c6bb;
  position:absolute;
  top: 50%;
  border-radius: 50px;
}

h3.news-title::before{
  right:0;
}

h3.news-title::after{
  left:0;
}


.news-section .newsflash-image img{
  border-radius:10px;
  width: 100%;
  border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.news-section .newsflash-title{
  text-align:center;
}

.news-section .newsflash-title a{
  color:white;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}



.muted-block::before {
    content: " ";
    display: block;
    width: 104%;
    background-image: url(/images/wave.svg);
    position: absolute;
    left: -3px;
    right: 0;
    height: 100%;
    background-size: contain;
    bottom: 33%;
    background-repeat: no-repeat;
}


.home-transparent-menu #sp-header{
  background-color:transparent;
  transition:linear 0.3s;
}

#sp-header {
    height: 80px;
    background-color:white;
  transition:linear 0.3s;
}

#sp-slide{
  height:75vh;
}

.home-transparent-menu .sp-megamenu-parent > li > a {
    color: #fff;
}

.home-transparent-menu .sp-megamenu-parent > li a:hover, .sp-megamenu-parent > li a:focus{
  color:#fff !important;
  
}

.home-transparent-menu .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: white;
}

.sp-megamenu-parent > li > a {
    color: #369085;
}

.sp-megamenu-parent > li a:hover, .sp-megamenu-parent > li a:focus{
  color:#369085 !important;
  
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #369085;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 18px;
    margin: 0;
  font-weight:300;
}
.sp-megamenu-parent > li > a:hover::after{
  width:100%;
}
.sp-megamenu-parent > li > a:after {
    content: " ";
    display: block;
    height: 3px;
    background: rgb(82,179,168);
    background: linear-gradient(135deg, rgba(82,179,168, 1) 0%, rgb(136, 211, 202) 100%);
    margin-top: -15px;
    position: relative;
    transition: width 0.3s ease;
  width:0;
}

.article-details .article-author-information {
    
    display: none !important;
}

.info-menu_title+.sp-module-content .menu li a, .articles-menu_title+.sp-module-content .menu li a, .footer-title{
  color: #369085 !important;
}

.info-menu_title+.sp-module-content .menu li, .articles-menu_title+.sp-module-content .menu li{
  margin-bottom: 10px;
}

.info-menu_title+.sp-module-content .menu li a:hover, .articles-menu_title+.sp-module-content .menu li a:hover{
font-weight:400px;
  transition:linear 0.3s;
}

.info-menu_title+.sp-module-content .menu, .articles-menu_title+.sp-module-content .menu{
  list-style:none;
  padding:0;
  padding-left: 10px;
}

.info-menu_title, .articles-menu_title{
  margin-bottom:20px;
  color: #369085;
}

.footer-contacts{
  	color: #369085;
}

.footer-contacts div a{
  color: #369085;
}

.footer-contacts div,.footer-contacts div a{
  line-height: 2;
}

.footer-contacts img.contact-icon{
  margin-right: 15px !important;
    display: inline-block;
}

.footer-contacts .adress, .footer-contacts .phones, .footer-contacts .email{
  margin-bottom: 20px;
}

#sp-footer {
    background: #369085;
    
    left: 0;
}


.created-by {
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.created-by a {
    margin-left: 10px;
}

.created-by img {
    max-height: 25px;
}

#sp-footer .container-inner {
    padding: 15px 0;
    border: none; 
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " ";
    float: right;
    margin-left: 7px;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: transparent;
  padding:0;
   border-radius: 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 20px;
    margin: 0;
  background: #fff;
  margin-top: 15px;
  border-radius: 15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #369085;
  font-size: 16px;
  transition:linear 0.3s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #369085 !important;
  font-weight:500;
}

.article-header h1, .news-blog>h2{
    text-align: center;
    color: #369085;
    margin-top: 70px;
  margin-bottom: 30px;
}

.posts-info{
  margin-bottom: 30px;
    
    -webkit-box-shadow: 10px 10px 37px 10px rgba(240,240,240,1);
    -moz-box-shadow: 10px 10px 37px 10px rgba(240,240,240,1);
    box-shadow: 10px 10px 37px 10px rgba(240,240,240,1);
    border-bottom-right-radius: 25px;
    padding: 25px 25px 25px 35px;
  border-bottom: 1px #65c6bba3 solid;
}

.posts-info .name{
  font-size: 18px;
    margin-bottom: 15px;
    color: #777777;
}

.posts-info .phone{
  font-size: 16px;
    margin-bottom: 15px;
    color: #777777;
}

.posts-info .post{
  font-size: 16px;
  font-weight:500;
    margin-bottom: 15px;
    color: #369085;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a{
  font-weight:500;
}

.work-time{
  color: #369085;
    text-align: center;
  margin-bottom:80px;
}

.work-time h3{
  color: #369085;
    text-align: center;
  
}

.table-responsive table{
  
    width: 100%;
	color:#777777;
}

.table-responsive table td{
  padding: 15px 8px;
    border: 2px solid #e3e3e3;
    text-align: center;
}

.table-responsive table tr{
  transition:linear 0.2s;
}

.table-responsive table tr:hover{
  background-color: rgba(112,164,195,0.2);
}

.article-details h3{
  text-align:center;
  color:#369085;
  margin-bottom:50px;
}

#sp-header.header-sticky ~ section#sp-main-body {
    padding: 30px 0 !important;
}

.article-details .footer-contacts{
  margin-bottom:40px;
}


.article-details{
  color:#777777;
}

.article-details h4{
  color:#369085;
  font-size: 20px;
}

.muted-link .content-area h4{
    color: white;
}

.logo img{
  display:inline-block;
  margin-right: 10px;
}

#sp-header .logo {
    height: 80px;
}

#sp-header .logo a {
    font-size: 13px;
  line-height:22px;
    color:#369085;
  display:flex;
  align-items:center;
}

.home-transparent-menu #sp-header .logo a {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
  line-height:22px;
}

.home-transparent-menu #sp-header {
    height: 80px;
    background-color: transparent;
    position: absolute;
    transition: linear 0.3s;
}

.news-blog .articles-leading .article{
  display: flex;
}

.news-blog div.articles-leading div.article {
  flex-direction: row;
    display: flex !important;
    width: 100% !important;
    padding: 0 !important;
    justify-content: space-between !important;
    box-shadow: 10px 10px 37px 10px rgba(240,240,240,1) !important;
    border-bottom-right-radius: 25px !important;
    flex-wrap: wrap;
}

.news-blog .articles-leading .article .article-intro-image, .news-blog .articles-leading .article .article-body{
  width: 50%;
  padding: 0 15px;
}

.news-blog div.articles-leading div.article div.article-body{
  max-height: 100%;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.news-blog div.articles-leading div.article div.article-intro-image{
  margin: 0;
  border-radius: 0;
  height: 300px !important;
}

.news-blog .articles-leading .article-header{
  margin-top: 15px;
}

.news-blog .article-header h2{
  color: #369085;
    font-weight: 500;
    font-size: 2em !important;
    margin-bottom: 30px !important;
    
}

.news-blog .articles-leading .article-header, .news-blog .article-introtext{
  justify-self: flex-start;
}

.news-blog .articles-leading .readmore{
  margin-top: auto;
  margin-bottom: 15px;
}

.news-blog .article-list .article .readmore a {
  color: #fff;
  font-weight: 500;
  background-color: #369085;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 16px;
}

.news-blog .article-list .article .article-intro-image img{
  border-radius:0;
}
.news-blog .articles-leading{
  
  margin:0 -30px 40px -30px;
}


.news-blog .article-list .article .article-intro-image{
  height: 200px;
  margin: 0 0 20px 0;
  float: none !important;
}

.news-blog .article-list .article .article-intro-image img{
  height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-blog .article-list .article .article-body{
  display: flex;
  flex-direction: column;
  height: 250px;
  padding: 0 15px 15px 15px;
}

.news-blog .article-list .article{
  display: flex;
    flex-direction: column;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 10px 10px 37px 10px rgba(240,240,240,1);
    border-bottom-right-radius: 25px;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.news-blog .article-list .article .readmore{
  margin-top: auto;
}

.home-transparent-menu #offcanvas-toggler > .fa{
  color:#fff;
}

#offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #369085;
  color: #fff;
}

.offcanvas-menu .offcanvas-inner {
  padding: 40px 30px 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: #369085;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #369085;
  padding: 10px 0;
  font-weight: 500;
    font-size: 16px;
}

.newsflash .news-item{
  background-color: rgba(101, 198, 187, 0.5);
  padding-bottom: 20px;
  border-radius: 25px;
  transition: linear all 0.3s;
  overflow: hidden;
}

.news-item.news-item:hover {
    
    overflow: hidden;
    transform: translateY(-10px);
    webkit-box-shadow: 14px 20px 72px 0px #111a2c5e;
    -moz-box-shadow: 14px 20px 72px 0px #111a2c5e;
    box-shadow: 0px 10px 30px -13px #777777;

}
.muted-link:hover {
    transform: translateY(-10px);
    webkit-box-shadow: 14px 20px 72px 0px #111a2c5e;
    -moz-box-shadow: 14px 20px 72px 0px #111a2c5e;
    box-shadow: 0px 10px 30px -13px #777777;
}

.blog.public-information-blog{
  padding-top: 30px;
}

.blog.public-information-blog .article-list .article .article-intro-image{
  margin: 0 auto 20px auto;
}

.blog.public-information-blog .article-list .article .article-intro-image img{
  width: 180px;
  margin: 0 auto;
}

.blog.public-information-blog .article-list .article{
  padding: 30px 20px;
  border: none;
  border-radius: 10px;
  transition: linear 0.3s;
}

.blog.public-information-blog .article-list .article:hover{
  transform: translateY(-10px);
    webkit-box-shadow: 0px 6px 33px -11px #42424269;
    -moz-box-shadow: 0px 6px 33px -11px #42424269;
    box-shadow: 0px 6px 33px -11px #42424269;
}

.blog.public-information-blog .article .article-header h2{
  text-align: center;
}

.blog.public-information-blog .article .article-header h2 a{
  color: #369085;
  transition: linear 0.3s;
}

.blog.public-information-blog .article .article-header h2 a:hover{
  color: #369085;
  opacity: 0.8;
}

.article-details .article-full-image img[alt="title-public-icon"]{
  display: none;
}


.article-details div[itemprop="articleBody"] ul li a{
  color:#369085;
  line-height: 35px;
  transition: linear 0.3s;
}

.article-details div[itemprop="articleBody"] ul li a:hover{
  color: #369085;
}

a {
  color: #369085;
}

#offcanvas-toggler > .fa {
  color: #369085 !important;
}

.home-transparent-menu #offcanvas-toggler > .fa {
  color: #fff !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a,.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
  color: #369085 !important;
}


@media (min-width: 1920px){
  .muted-block::before{
        bottom: 25%;
  }
}

@media (max-width: 1920px){
  .muted-block::before{
        bottom: 16%;
  }
  
  .sp-module.title-info-block {
    width: 50%;
    padding: 20px;
}
  
  .title-info-block h1 {
    font-size: 2em;
}
}

@media (min-width: 1200px) {
  .muted-link{
    padding: 30px 0 0 20px;
  min-height: 148px;
}
  
.muted-link .content-area h4{
  font-size: 24px;
  margin-bottom: 20px;
}

.muted-link .content-area p{
  font-size: 18px;
}

.muted-link .icon-area{
  margin-right:20px;
  margin-top: 8px;
}
  
  .muted-link .icon-area svg{
    width:50px;
    height:50px;
  }
  
}

@media (max-width: 1200px) {
  .muted-block::before {
   bottom: 13%;
}
  
  .sp-module.title-info-block {
    width: 50%;
    padding: 20px;
}
  
  .title-info-block h1 {
    font-size: 1.9em;
}
  
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
    font-size: 16px;
}
  
  .blog.public-information-blog .article .article-header h2 {
    font-size: 1rem;
}
  
  .blog.public-information-blog .article-list .article {
    padding: 0;
}
}

@media (min-width: 992px) {
  .muted-link{
    padding: 20px 10px 0 15px;
  }
  
  .muted-link .content-area h4{
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .muted-link .icon-area {
    margin-right: 10px;
}
  
  .sp-module.title-info-block h3 {
    font-size: 25px;
    line-height: 36px;
}
  
  .sp-module.title-info-block .sp-module-content .title-info-block p {
    font-size: 18px;
}
  
  
  
}

@media (max-width: 992px) {
  .muted-block::before {
   display: none;
}
  
  .sp-module.title-info-block {
    width: 70%;
    padding: 20px;
}
  
  .title-info-block h1 {
    font-size: 1.9em;
}
  
  .blog.public-information-blog .article .article-header h2 {
    font-size: 0.9rem;
}
  
  .blog.public-information-blog .article-list .article {
    padding: 0;
}
}

@media (min-width: 768px) {
  .muted-link{
    margin-bottom:30px;
    padding: 18px 10px 0 20px;
    min-height: 137px;
  }
  .muted-link .content-area h4{
    font-size: 20px;
    margin-bottom: 17px;
  }
  
  .muted-link .content-area p{
    font-size:16px;
  }
  
  .muted-link .icon-area svg{
    width:40px;
    height:40px;
  }
  
  .news-blog h2 .subheading-category::before, .news-blog h2 .subheading-category::after{
  display:block;
}
  
}

@media (max-width: 767px){

  .newsflash .news-item{
    margin-bottom: 40px;
  }

  h3.news-title::before, h3.news-title::after{
    display: none;
  }
  .news-blog h2 .subheading-category::before, .news-blog h2 .subheading-category::after{
    display:none;
  }
  .news-blog .articles-leading .article .article-intro-image, .news-blog .articles-leading .article .article-body{
    width:100%;
    
  }
  
  .news-blog div.articles-leading div.article div.article-body{
    height: 250px !important;
  }
  
  .news-blog .articles-leading {
    margin: 0;
    
  }
  
  .news-blog div.articles-leading div.article div.article-intro-image {
    
    padding: 0 !important;
    height: 200px !important;
  }
  
  .news-blog .articles-leading .readmore {
    
    margin-bottom: 0 !important;
  }
  
  .news-blog  div.article-list div.row>div,.news-blog div.articles-leading div.article{
    margin-bottom: 30px !important;
  }
  
  .muted-block::before {
    bottom: 4%;
}
  
.title-info-block h1 {
  font-size: 1.355em;
}
  
   .sp-module.title-info-block {
   width: 100%; 
    padding: 30px;
}
  
  .blog.public-information-blog .article .article-header h2 {
    font-size: 0.75rem;
}
  
  .blog.public-information-blog .article-list .article {
    padding: 0;
}

.home-transparent-menu #sp-header .logo a{
  line-height: 16px;
}

p, .sp-module.title-info-block .sp-module-content .title-info-block p {
  font-size: 1em;
}

h2{
  font-size: 1.5rem;
}
}


@media (min-width: 425px) {
  
  .muted-link{
    margin-bottom:30px;
    padding: 20px 0 0 20px;
    min-height: 137px;
  }
  
}

@media (max-width: 500px){
  .muted-block::before {
   bottom: 2%;
}
}

@media (max-width: 424px){
  .home-transparent-menu #sp-header .logo a, #sp-header .logo a{
    font-size: 14px;
    color:transparent;
  }

  .title-info-block h1{
    font-size: 1.314em;
    margin-bottom: 1em;
  }
  
  .muted-block::before {
   bottom: 2%;
}
  
.sp-module.title-info-block {
  width: 100%;
  padding: 10px;
  margin-top: 120px;
}

.sp-module.title-info-block .sp-module-content .title-info-block p {
  line-height: 1.8;
}

.sp-module.title-info-block .sp-module-content .title-info-block p strong{
  margin-bottom: 1em;
  display: inline-block;
}
  
  .blog.public-information-blog .article-list .article .article-intro-image img {
    width: 130px;
}

h2{
  font-size: 1.3rem;
  margin-bottom: 1em;
  line-height: 1.8;
}

p{
  font-size: 0.9em;
}



}

@media (max-width: 374px){
  .home-transparent-menu #sp-header .logo a, #sp-header .logo a{
    font-size: 12px;
  }
  
  .muted-block::before {
    bottom: 1%;
}
  
  .title-info-block h1 {
    font-size: 1.4em;
}

.sp-module.title-info-block .sp-module-content .title-info-block p {
  font-size: 16px;
}

h2{
  font-size: 1.2rem;
  margin-bottom: 1em;
  line-height: 1.8;
}

.footer-contacts img.contact-icon {
  width: 20px;
  margin-right: 5px !important;
}
  
}

@media (min-width: 320px) {
  
  .muted-link{
    margin-bottom:23px;
    padding: 20px 0 0 20px;
    min-height: 126px;
  }
  
  .muted-link .icon-area svg{
    width:35px;
    height:35px;
  }
  
  .muted-link .content-area h4{
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .muted-link .content-area p{
    font-size:15px;
  }
  .sp-module.title-info-block h3 {
    font-size: 17px;
    line-height: 26px;
}
  
 
}

@media (max-width: 320px){
  .muted-block::before {
    bottom: 1%;
}
  
.title-info-block h1 {
  font-size: 1.428em;
  line-height: 1.4;
}

.sp-module.title-info-block .sp-module-content .title-info-block p {
  font-size: 14px;
  line-height: 1.8;
}
  
}
