:root {
  --timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 250ms;
}

.card-body {
    -webkit-box-flex: 1;
    color: var(--card-color);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--card-spacer-y) var(--card-spacer-x);
    padding-left: 40px;
    padding-right: 0px;
}

@supports (display:grid) {
    @media (min-width: 992px) {
        .blog-items.columns-2 {
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
    }
}

@supports (display:grid) {
    .blog-items[class*=" columns-"]>div, .blog-items[class^=columns-]>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-height: 450px;
        background-color: #fafafa;
        padding: 10px;
        border-radius: 0px;
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    }
}

.text-muted {
    --text-opacity: 1;
    color: var(--secondary-color) !important;
    font-size: 14px;
}

.link {
  border-bottom: 1px solid;
}

.container-header .navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    padding: 10px;
  max-height: 450px;
}

.container-header .mod-menu>li {
    position: relative;
    font-size: 17px;
    padding: .25rem 0.3rem;
}

.btn-primary {
    border-color: #8c25aa;
}

.breadcrumb li {
    font-size: 14px;
    padding-bottom: 0px;
}

.modju {
  margin: 20px;
}

.monya {
  font-size:18px;
}

.container-header .container-nav .container-search, .container-header .container-nav nav {
    margin-top: 0;
}

.mod-finder__search.input-group button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(to bottom, #a626d4, #692171);
}

.form-control {
    padding: 0.6rem 0.6rem!important;
}
.footer .grid-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}
.container-header .container-nav {
    background: linear-gradient(to bottom, #a626d4, #692171);
}
.fa.fa-calendar:before {
    content: "\f073";
    color: #031f78;
}
.result__taxonomy {
    list-style: none;
    padding: 0;
    display: none;
}
.container-header {
  background-color: #fff !important;
  background-image:none !important;
}
.container-header nav {
    margin-top: 0;
    padding: 0;
}
.mod-custom {
    position: relative;
    width: 100%;
}

img {
   
    margin: 15px 0px 18px 0px;
}


@media (min-width: 500px){
.site-grid {
    grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(3,minmax(0,11.83rem)) 332px [main-end] minmax(0,1fr) [full-end] !important;
}
@font-face { font-display: swap !important; }
}


p{
  font-size:18px;
  line-height:1.7 ;
}
li {
  line-height:1.7;
  font-size:18px;
}
h2 {
    margin: 23px 0 14px 0px;
}

h1,h2,h3{
  
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
    padding: 5px 5px 8px 5px;
    border-bottom: #000 1px groove;
  
}

@media (min-width: 1200px){
.h1, h1, h2, h3 {
  font-size: 1.4rem !important;
  }}

@media (min-width: 1200px){
  
  
.grid-child {
    width: 947px;
  }}


.card {
  
    border: none !important;
 
}

.container-header .mod-menu {
  
    margin-left: 15px !important;
}
.container-header .mod-menu>li:after {
 opacity: 100% !important;
  
}


.container-header .grid-child {
    padding: 0px !important;
}

.container-header .container-nav {
 
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.2);
}


.row-fluid.ccomment-menu {
    background: rgba(0,0,0,.03);
}
.ccomment .pull-left {
    float: left;
    padding-left: 10px;
    margin-top: 9px;
}
h4.pull-left:before {
    color: #7cc045;
    content: "\f05a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 23px;
    margin-right: 2px;
}

button.ccomment-add-new.btn.btn-mini {
    margin-top: 3px;
    padding: 10px;
    font-size: 18px;
}

.h4, h4 {
    font-size: 1.2rem !important;
    font-weight: normal !important;
}

@media all and (max-width:767px) {
     iframe {
         width: 100% !important;  
         -ms-overflow-x: hidden !important;
             overflow-x: hidden !important;
     }
    iframe div {
        width: 100% !important;        
    }
    #mys-wrapper {
        width: 100% !important;
    }
    html, body {
        width: 100%;
        -ms-overflow-x: hidden !important;
             overflow-x: hidden !important;
    }

    [class*="span"], .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;       
        overflow: hidden;
    }

}
a{
  text-decoration: none !important;
}
a.but {
 
box-shadow: 0 11px 12px rgba(0, 0, 0, 0.38);
padding: 10px !important;
margin-bottom: 10px;
font-weight: bold;
margin-right: 15px;  
background: #fff;
}

.but-block {
  margin-bottom: 40px;
margin-top: 40px;
}

.page-header h2 {
  margin-top: 10px;
  border-bottom: 0;
  font-size: 19px !important;
  color: #000;
}

.page-header a {
    color: #000;
}

footer.container-footer.footer.full-width {
    background: linear-gradient(to bottom, #a626d4, #692171);
}

a {
    color: #86229c;
    
}
blockquote p {
    font-size: 18px;
    background: #eff1f5b0;
    padding: 15px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
}

span.phone:after{content:"\f095";display:inline-block;font-family:FontAwesome;font-size:14px;color:#73b92e;}

span.num, span.phone {
    background: linear-gradient(to right,#eaececc4 0,#c7daec4d 100%);
    padding: 1px 5px;
    margin: 0 1px;
    border-radius: 3px;
    border: 1px solid #c7c1c1;
    color: #333;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.32);
}

.com-content-category-blog__item.blog-item img {
    margin-bottom: 0px;
}

.extlink::after {
  color: #ffd900;
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  margin-left: 2px;
  font-weight: normal;
  position: relative;
  bottom: 5px;
}
a.extlink{

color: #333;

}

.page-link {
 
    color: #333 !important;
}

.page-item.active .page-link {  
    color: #fff !important;
    background: #333;
}

.ccomment-captcha img {
    margin-top: 0px;
}

@media (min-width: 992px){
.container-header .mod-menu > li + li {
  margin-left: 1.2em !important;
  }
}

@media (max-width: 767px){
.container-header .grid-child {
    padding: 5px 10px 10px 10px !important;
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
  }
}

.raxo-columns .raxo-top .raxo-image img {
  border-width: 10px !important;
  box-shadow: 1px 0px 4px #333 !important;
}

.raxo-columns, .raxo-columns .raxo-block-name, .raxo-columns .raxo-top .raxo-wrap, .raxo-columns .raxo-image img {
  border-color: #eee !important;
}
.raxo-columns {

  border-bottom: none !important;
}

.raxo-columns a, .raxo-columns .raxo-block-name, .raxo-columns .raxo-title, .raxo-columns .raxo-block-button {
  color: #333 !important;
}

.raxo-columns a:hover {

  text-decoration: underline !important;
}

.mostread li:before {
    
    margin-right: 7px;
    color: #f92f2e;
    content: "\f4ad";
    font-family: 'Font Awesome\ 5 Free';
}

ul.mostread.mod-list {
  display: block;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 17px 11px 17px 12px;
  margin: 10px 10px 10px 0;
  border: 1px solid #e6e6e6;
  list-style: none;
}
ul.mostread.mod-list li a {
  font-weight: normal !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 15px !important;
  color: #333;
}
ul.mostread.mod-list li a:hover {

@media (min-width: 1200px){}
.h3, h3 {
  font-size: 1.35rem;
}

.h3, h3 {
font-size: 1.5rem !important;
    padding: 15px 0px 5px 0px;

}

.raxo-columns .raxo-top .raxo-title {
 
  font-size: 18px !important;
  line-height: 1.7 !important; 
}

.grid-child.container-sidebar-right {
  margin-left: 1em;
}

a.but-ad {
  box-shadow: 0 11px 12px rgba(0, 0, 0, 0.38);
  padding: 10px !important;
  margin-bottom: 10px;
  font-weight: bold;
  margin-right: 15px;
  background: #c00;
  color: #fff;
}

.btn.btn-secondary {
  background-color: #031f78;
  color: #fff;
  font-weight: 600;
}

.blog .btn.btn-secondary {
 /* padding: 16px;
  font-size: 20px;*/
  font-size: calc(0.9rem + .25vw) !important;
}

.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed{position:absolute;top:0;left:0;width:100%;height:100%;}

.raxo-columns article {
  flex: 1 1 25% !important;
}
.raxo-columns .raxo-top article {
 /* min-width: 100px !important;*/
}

.com-content-category-blog__items.blog-items.columns-2 {
  grid-template-columns: 1fr 1fr;
}

h2 {
  font-size: calc(1.375rem + 1.5vw);
}

.blog h1, .blog h2 {
  font-size: calc(1.2rem + .45vw) ;
}
.com-content-article__body a.extlink {
  text-decoration: underline !important;
}






.gallery {
  display: grid;
  max-width: 1140px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  
  
  grid-gap: 12px;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

.gallery__item {
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.gallery__image:hover {
  transform: scale(0.97);
}

.gallery__image {
  width: 100%;
  object-fit: cover;
  transition: transform var(--animation-duration) var(--timing-function);
}

.gallery__link {
  display: block;
  text-decoration: none;
  height: 100%;
}

.gallery__link:hover {
  cursor: zoom-in;
}
.telefon {
    background: #ececec;
    padding: 1px 3px;
    font-size: 14px;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
    border: 1px double #8c8a8a;
    color: #000;
}
.num666 {
    background: #1cc834;
    padding: 3px 5px;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2ca02f;
    color: #fff;
}
.klub-nika{
  padding:0px;
  margin:0px;
}
.nubex {
    color: #fff;
    user-select: none;
    text-decoration: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #5daa22;;
    padding: 0.3em 0.5em;
    line-height: 2;
}

.num666 {
    background: #1cc834;
    padding: 3px 5px;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2ca02f;
    color: #fff;
}
.roza {
      padding: 0 10px;
    border: 2px solid;
    border-radius: 15px 0;
    line-height: 29px;
    color: #d73c96;
}

.ganga{
  font-weight: 600;
    font-size: 14px;
}
.bog1{
    float: left;
    margin-left: 20%;
    width: 20%;
    font-weight: 800;
    font-size: 15px;
    margin-top: 15px;
}
 @media (max-width: 1024px) {
   .bog1{
    float: left;
    width: 70%;
    font-weight: 800;
    font-size: 15px;
     margin-top: 15px;
     padding-left: 30px;
}
}
.bog{
  float: left;
  padding-top: 5px;
}
 @media (max-width: 1024px) {
   .bog{
    float: left;
    font-weight: 800;
    font-size: 15px;
     margin-top: 15px;
     margin-left:50px;
     margin-bottom: 10px;
}
}

.bog0{
  color:#000;
     }
.bog2
    {
    float: right;
    margin: 0px 5px;
    padding: 0px 5px;
    margin-top: 10px;
     }

.bog3 {
    /*float: right;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.2);
    margin: 10px 5px 10px 5px;
    padding: 10px 13px 8px;
    border-radius: 10px;
    font-weight: 600;
    /*width: auto;
    height: 100%;
    /*-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;*/
    /*background: url(../img/lk-lined.3479cb17.svg) no-repeat;
    background-position: 50%;
    background-color: #fafafa;
    border: 1.2px solid #ededed;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* text-transform: uppercase; 
    font-size: 16px;
    color: #292626;
      display: flex;*/
    font-size: 18px;
    color: #692171;
    font-weight: 600;
}

.bog3:hover
{
	color: #0273a6;
  border-color: #0273a6;
}

.bog3:focus, 
.bog3:active
{
	color: #0273a6;
	text-shadow: none;
  border-color: #0273a6;
}

.bog3:focus:hover, 
.bog3:active:hover
{
	 color: #0273a6;
  border-color: #0273a6;
}
.cols {
  color:#666;
}
.telefon {
    background: #ececec;
    padding: 1px 3px;
    font-size: 14px;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
    border: 1px solid #5d625d;
    color: #000;
}
.bog5 {
  float: right;
    display: inline-block;
    width: auto;
    font-weight: 600;
    margin-top: 14px;
    color: #043e44;
  margin-right: 20px;
  font-size: 18px;
}
.bog4 {
    float: right;
   /* width: auto;
    height: 100%;*/
}
.num777 {
    padding: 5px 10px 5px 10px;
    margin: 15px 0 15px 5px;
    font-size: 16px;
    color: #fff;
    background: #031f78;
    background-size: 80px;
    min-height: 80px;
    FONT-weight: 400;
    line-height: 1.6;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 10px;
}

.levo {
    margin: -3px 10px 0px 0;
    float: left;
}
.morda {
  background:#858585;
  margin-top: 60px;
}
.fa.fa-credit-card {
    font-weight: 400;
    margin-right: 7px;
}
.fa-user:before {
    content: "\f007";
    margin-right: 7px;
}
.icon-menu:before {
    content: "\f0c9";
    font-size: 28px;
}
.fa-check:before {
    content: "\f00c";
    color: #ab1818;
      font-size: 20px;
    margin-right: 10px;
}
.fa.fa-external-link-square:before {
    content: "\f360";
    color: #ab1818;
   font-size: 20px;
}
.fa-circle-info:before, .fa-info-circle:before {
    content: "\f05a";
    color: #ab1818;
   font-size: 20px;
}
.junewsultra .jn a, .junewsultra .jn a:link, .junewsultra .jn a:visited {
    text-decoration: none;
    background: transparent;
    border: none;
    text-decoration: underline!important;
    color: #000!important;
    font-size: 16px;
}
.junewsultra .jn a:hover,
.junewsultra .jn a:focus,
.junewsultra .jn a:active {
    text-decoration: none!important;
    color: inherit;
    border: none;
}
.fa.fa-calendar:before {
    content: "\f073";
    color: #ab1818;
}
.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
    content: "\f071";
    color: #a10d0d;
}
.junewsultra .jn {
    margin: 0px 0px 50px 0!Important;
    padding: 0;
    border: 1px #e0e0e0 solid;
    clear: both;
    display: block;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.2);
}
.navi
{
  color: #000!important; 
}
.metismenu.mod-menu .metismenu-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5em 1em;
  margin: 10px 5px 10px 5px;
    padding: 10px 13px 8px;
    border-radius: 10px;
    font-weight: 600;
    width: auto;
    height: 100%;
    background: url(../img/lk-lined.3479cb17.svg) no-repeat;
    background-position: 50%;
    background-color: #fafafa;
    border: 1.2px solid #ededed;
    overflow: hidden;
    display: flex;
    font-size: 18px;
    color: #000!important;
    font-weight: 600;
  
}
.footer .grid-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.5em;
}

  @media (max-width: 361px)
  {
   .container-header .mod-finder 
    {
    color: #fff;
    margin-top: 10px;
} }

  .container-header .navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    padding: 10px 12px;
}