
.text-danger {
    color: #527ea5 !important;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}


.btn:focus, .btn:active {
        border-color: rgba(0,0,0,0) !important;
        box-shadow: none !important;
        outline: 0 none !important;
    }


.grecaptcha-badge {display: none}

@media screen and (max-width: 1160px)
{
.bx-yandex-view-layout {
     width: 100% !important; 
}
}


.form-control:focus {
    color: #495057;
    /*background-color: rgba(0,0,0, .05);*/
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}

 input[type="number"] { 
  -moz-appearance: textfield;
}
 input[type="number"]::-webkit-inner-spin-button { 
  display: none;
}


#form_calc .form-control{
  border-radius: 0 !important;
  /*text-align: right !important;*/
}

/*            Modal           */

.modal *[aria-label="Close"] {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

/*           end  Modal           */



  .index_catalog .nav-link {
    font-size: 1.2em;
    color: black;
  }
  .index_catalog .nav-pills .nav-link.active, .index_catalog .nav-pills .show>.nav-link {
    background: none;
    color: black;
    border: 1px black solid;
    border-radius: 20px;
  }


.blueimp-gallery>.prev, .blueimp-gallery>.next{
  color: black !important;
}

[class^="item"] .h4{
    font-size: 1.2em;
    font-weight: bold;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
}

.btn, .form-control {
  border-radius: 20px !important;
}


@media (max-width: 768px) {

.btn-info.add_comment {
  background: none !important;
  border: none !important;
}
}

/*COLOR*/

a.go_top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
    width: 45px;
    height: 45px;
    text-align: center;
    /*background: #ffd201;*/
    color: #999;
    padding: 12px 0;
    color: black !important;
    border-radius: 50%;
    z-index: 1050;
}

.tags.element {
    color: #007bff;
    /*font-size: 20px;*/
}



.tags.element a{
    /*color: black;*/
}

.tags::before {
    font-family: "FontAwesome";
    content: "\f0c6";
    margin-right: 5px;
    /*font-size: 22px;*/
}

.slider_top .tags {
    /*font-size: 13px;*/
}




@font-face {
      font-family: 'fontello';
      src: url('fonts/fontello.eot?4254001');
      src: url('fonts/fontello.eot?4254001#iefix') format('embedded-opentype'),
           url('fonts/fontello.woff?4254001') format('woff'),
           url('fonts/fontello.ttf?4254001') format('truetype'),
           url('fonts/fontello.svg?4254001#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
     
      font-variant: normal;
      text-transform: none;
     
      line-height: 1em;
     
      margin-left: .2em;
     
     
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
    }

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-eye:before { content: '\e800'; } /* '' */
.icon-picture:before { content: '\e801'; } /* '' */
.icon-chat:before { content: '\e802'; } /* '' */

body {
    font-family: Verdana;
    font-size: 14px;
}

blockquote {
  padding: 10px 20px;
  margin: 20px 0 20px 5%;
  font-size: 22px;
  border-left: 5px solid #ccc; 
}


blockquote footer {
    opacity: .5;
    font-size: 14px;
}

button, 
button:active, 
button:focus,
a, 
a:active, 
a:focus {
    outline: none;
}

/* a{ color: black;} */

a:hover {
    opacity: .8;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

.p-2 {
    padding: 0.35rem!important;
}

@media (max-width: 768px) {
header {
    padding-bottom: 0 !important;
}
    .h1, h1 {
      font-size: 24px !important;
    }
    .h2, h2 {
      font-size: 22px !important;
    }
    .content_blocks .block_default h3 {
    font-size: 16px;
    margin: 10px 5px 5px;
}
  .slick-slide h3{
      font-size: 14px !important; 
      font-weight: bold;
  }
}
/* header a { color: black} */



header .slogan {
    font-size: 18px;
    opacity: .5;
    font-style: italic;
    padding: 5px 0 5px 15px;
    font-weight: 100;
}

header .social .fa {
    font-size: 22px;
    opacity: .7;
}

.social img{
    height: 22px;
    width: auto;
}

header .menu_collapse {
    font-size: 24px;
    margin-right: 15px;
}

.main_menu {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
.main_menu {
    margin-bottom: 0;
}
}


.main_menu .menu {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.main_menu .menu_enter_search {
    font-size: 13px;
}

.main_menu .menu_enter_search .fa {
    font-size: 18px;
}

.date_time {
    font-size: 13px;
    opacity: .7;
}

.date_time::before {
    font-family: "FontAwesome";
    content: "\f017";
    margin-right: 3px;
}

.slider_top .tags a { color: white;}
/*.slider_top a:hover {color: white; opacity: .8;}*/



.slider_top .date_time,
.slider_top .text {
    margin-bottom: 5px;
}

.slider_top,
.slider_top a {
     color: white; 
}

.slider_top .tags a {
    text-decoration: underline !important;
}

.slider_top>div {
    min-height: 375px;
}

/*.slider_top>div>a>div .left {
    width: 60%;
}*/

.slider_top h2 {
    font-weight: bold;
    font-size: 22px;
}

.slider_top h3 {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 768px) {
.slider_top h2 {
    font-weight: bold;
    font-size: 20px;
}
.slider_top .date_time, .slider_top .text {
  font-size: 13px;
}
.slick-next.slick-arrow{ display: none !important; }
.date_time {
  font-size: 12px;
}
.date_time + a{
  font-size: 13px;
} 

.tags {
  font-size: 12px;
}
.text { font-size: 13px; }
.content_blocks>div.block_long h3 {
    font-size: 18px !important;
}
}

/* ***************************************  BLOCK`s */

.row.content_blocks>.col>a>div,
.row.content_blocks>[class^=col-]>a>div {
    border-radius: 5px;
}

.row.content_blocks>.col>a,
.row.content_blocks>[class^=col-] a {
    color: black;
}

.content_blocks>div>div,
.content_blocks>div>a>div {
    min-height: 280px;
}

.content_blocks .block_white_black .date_time,
.content_blocks .block_default .date_time {
    margin: 7px 0 15px;
}


/* *****************  1. defautl */

.content_blocks .block_default h3 {
    font-size: 20px;
    margin: 10px 5px 5px;
}

.content_blocks .block_default .text {
    margin: 0 5px
}

.content_blocks .block_default img {
    border-radius: 5px 5px 0 0;
}


/* *****************  2. black & white */

.content_blocks>div>a>div.block_white_black {
    padding: 20px;
}

.content_blocks .block_white_black h3 {
    font-size: 22px;
    font-weight: bold;
}


/* *****************  3. long */

/*.content_blocks>div.block_long>a>div>div {
    margin: 0 30px 0 40%;
    width: 56%;
}*/

.content_blocks>div.block_long>div {
    border-radius: 5px;
}

.content_blocks div.block_long a {
    color: white !important
}

.content_blocks div.block_long .tags a {
    text-decoration: underline;
}

.content_blocks>div.block_long h3 {
    font-size: 24px;
}

.content_blocks>div.block_long a .date_time {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.content_blocks>div.block_long .text {
    margin: 7px 0;
}


/* *****************  4. image */

.content_blocks .block_image a * {
    color: white;
}

.content_blocks>div.block_image>a>div {
    padding: 60px 30px 60px;
}

.content_blocks>div.block_image a .date_time {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.content_blocks .block_image h3 {
    font-size: 20px;
}


/* ***************************************  NEWS */

.news_blocks {
    margin-top: 25px;
    margin-bottom: 15px;
}

.news_blocks .date_time {
    opacity: .4;
}

.news_blocks>div {
    margin-bottom: 10px;
}


/* ***************************************  VIDEO */

.video_blocks {
    border: 1px solid rgb(240, 240, 240);
    /* border-right: none; */
}

.video_blocks .video_list {
    overflow-y: scroll;
    padding: 20px 15px 20px 15px;
    /* height: 100%; */
}

.video_blocks ::-webkit-scrollbar {
    width: 10px;
}

.video_blocks ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    margin-right: -2px !important;
}

.video_blocks ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
}

.video_blocks h3 {
    margin: 20px 20px 0 20px;
    font-size: 20px;
    ;
}

.video_list {
    margin-right: -2px;
}


/* ***************************************  FOOTER */

    footer {
  background: linear-gradient(-105deg, #302f2f 50%, #cfd3d8 50%);
  min-height: 300px;
}
  footer .container{
  background: linear-gradient(236deg, #302f2f 70%, #cfd3d8 25%); /*135*/
  min-height: 300px;
}


@media (max-width: 1000px) {
    footer {
  background: #302f2f;
}
  footer .container{
  background: #302f2f;
}

footer .contacts{ color: white; }

}

footer .social hr {
    border-top: 1px solid #787878;
}


footer .social a{
    color: #787878;
    font-size: 18px;
    padding: 5px;
   width: 40px;
   height: 40px;
   border: 1px solid  #787878;
   display: inline-block;
   text-align: center;
   border-radius: 50%;
}
footer .menu a {

color: white;
opacity: .5;

}

footer .menu a.active, footer .menu li.active a {

opacity: .3;

}

/* ***************************************  MENU MODAL */

.modal.menu .modal-content {
    position: fixed;
    top: 0;
    right: 0 !important;
    background: rgba(77, 77, 77, 0.95);
    border: none;
    height: 100vh;
    border-radius: 0;
    box-shadow: 0 0 40px rgb(0, 0, 0);
}

.modal.menu .modal-dialog {
    color: white;
    position: fixed;
    width: auto;
    margin: 0;
    right: 0;
    pointer-events: none;
    background: black;
    width: 100%;
    font-size: 14px;
    pointer-events: auto;
}

.modal.menu .close {
    color: white;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    text-shadow: none;
}

.modal.menu .close:hover {
    color: white;
}

.modal.menu .modal-body {
    padding: 20px;
    height: calc(90vh - 40px);
    overflow: auto;
    /*direction: rtl;*/
    /* margin-left: 5px; */
}

.modal.menu .modal-body::-webkit-scrollbar {
    width: 10px;
}

.modal.menu .modal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    margin-right: -2px !important;
}

.modal.menu .modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1);
}

.modal.menu .modal-footer {
    -ms-flex-pack: end;
    justify-content: flex-start;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
}


/* ***************************************  SEARCH MODAL */

.modal.search .modal-dialog {
    color: white;
    /* position: fixed; */
    /* width: auto; */
    /* margin: auto; */
    /* left: 0; */
    /* pointer-events: none; */
    background: none;
    width: 60% !important;
    max-width: 60%;
    font-size: 24px;
    /* margin: 0 !important; */
}

@media (max-width: 768px) {
.modal.search .modal-dialog {
    width: 100% !important;
    max-width: 100%;
}
.modal.search .modal-body {
    padding: 40px 20px 40px 0 !important;
    /* margin-left: 5px; */
}
}
.modal.search .modal-content {
    /* position: fixed; */
    /* top: 0; */
    /* right: 0 !important; */
    /* background: none; */
    /* border: none; */
    /* height: 200px; */
    /* border-radius: 0; */
    background: none;
}

.modal.search .close {
    color: white;
    opacity: 1;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 2;
    text-shadow: none;
}

.modal.search .modal-body {
    padding: 40px 60px 40px 40px;
    /* margin-left: 5px; */
}

.modal.search .modal-body input {
    background: black;
    color: white;
    border-color: rgba(255,255,255, .3);
}

/*.modal.search .modal-backdrop {
  background: #fff !important;
}
*/
.modal.search .modal-backdrop.show {
  opacity: .8 !important;
}  

.modal.search {
  background: rgba(0,0,0, .7) !important;
  /*opacity: .8 !important;*/

}

.slider_top>div:hover,
.block_long>a>div:hover,
.block_image>a>div:hover,
.block_default>img:hover{
    opacity: .9;
    cursor: pointer !important;
}
.block_white_black:hover {
    box-shadow: 0 0 1000px rgba(0,0,0, .1) inset;
    
}

div>a>div {cursor: pointer !important;}


#modal_mobile_menu li, li .login{

font-size: 18px !important;
margin-bottom: 5px;

}



