body {
  color: #000;
  background: #fff;
  font-family: Arial, sans-serif;
}

img {
  border: 0;
  -webkit-border-radius: .3em .3em .3em .3em;
  -moz-border-radius: .3em .3em .3em .3em;
  border-radius: .3em .3em .3em .3em;
}



/*=============================================
=                   Header                   =
=============================================*/
.header__image {
  right: 20px;
  top: 40px;
  z-index: 2;
  position: absolute;
}

.header__image img {
  width: 150px;
}

/*=====         End of Header         ======*/
.blure {
    filter: blur(5px); /* Начальное размытие */
    -webkit-filter: blur(5px); /* Для Safari */
    transition: filter 0.3s ease-in-out;
}

/* Используем CSS-переменную для динамического изменения размытия */
.blure[data-blur] {
    filter: blur(var(--blur-amount, 5px));
    -webkit-filter: blur(var(--blur-amount, 5px));
}
.cp {cursor:pointer}
/*=============================================
=                    Menu                    =
=============================================*/
.menu {
  min-height: 3.75rem;
  line-height: 3.75rem;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.menu .navbar {
  padding: 0 1rem;
}

.menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.menu .nav-link {
  padding: 0 1rem;
  font-size: 1.125rem;
}

.navbar-dark .navbar-brand,
.menu .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.menu .navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/*=====          End of Menu          ======*/

/*=============================================
=                   Footer                   =
=============================================*/
.footer {
  border-top: 1px solid #222;
  background: url(/images/footer.jpg) center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 150px;
}

.footer a {
  color: #222;
  text-decoration: none;
  vertical-align: baseline;
}

.footer a:hover {
  color: #000;
  text-decoration: underline;
}

/*=====         End of Footer         ======*/


/*=============================================
=                  Profiles                  =
=============================================*/

.profiles__status {
  position: absolute;
  z-index: 8;
}

.profiles__status_vip {
  top: 5px;
  right: 20px;
}

.profiles__status_real {
  top: 50px;
  right: 50px;
}

.profiles__link {
  padding-left: 1rem;
  padding-right: 1rem;
  background: #222;
  height: 30px;
}

.profiles__link a {
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

/*=====        End of Profiles        ======*/

/*=============================================
=                   Profile                   =
=============================================*/
.profile__info {
  max-height: 700px;
}
/*=====         End of Profile         ======*/

.kol_smile {
  background: url('/images/smiles/smile.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_sad {
  background: url('/images/smiles/sad.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_wink {
  background: url('/images/smiles/wink.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_blum {
  background: url('/images/smiles/blum.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_good {
  background: url('/images/smiles/good.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_blush {
  background: url('/images/smiles/blush.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_angel {
  background: url('/images/smiles/angel.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_cray {
  background: url('/images/smiles/cray.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_diablo {
  background: url('/images/smiles/diablo.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_music {
  background: url('/images/smiles/music.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_dirol {
  background: url('/images/smiles/dirol.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_scratch {
  background: url('/images/smiles/scratch.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_dance {
  background: url('/images/smiles/dance.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_fool {
  background: url('/images/smiles/fool.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_yahoo {
  background: url('/images/smiles/yahoo.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_rofl {
  background: url('/images/smiles/rofl.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_shok {
  background: url('/images/smiles/shok.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_biggrin {
  background: url('/images/smiles/biggrin.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_bad {
  background: url('/images/smiles/bad.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_crazy {
  background: url('/images/smiles/crazy.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_man_in_love {
  background: url('/images/smiles/man_in_love.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_mocking {
  background: url('/images/smiles/mocking.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_wacko2 {
  background: url('/images/smiles/wacko2.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_pardon {
  background: url('/images/smiles/pardon.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_rolleyes {
  background: url('/images/smiles/rolleyes.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_nea {
  background: url('/images/smiles/nea.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_drinks {
  background: url('/images/smiles/drinks.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_shout {
  background: url('/images/smiles/shout.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_kiss_mini {
  background: url('/images/smiles/kiss_mini.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.kol_give_rose {
  background: url('/images/smiles/give_rose.gif') no-repeat left;
  cursor: pointer;
  font-size: 32px;
  line-height: 60px;
}

.main_editor_16 {
  background: url(/images/icons/main_editor_16.png) no-repeat center;
  cursor: pointer;
}

.main_delete_16 {
  background: url(/images/icons/main_delete_16.gif) no-repeat center;
}

.w100{width:100%;}
.fl-l{float:left;}

.desc{width:100%;height:290px;background: #fff;}
.wrap{width:940px;margin:0 auto;overflow:hidden;position:relative;}
.jcarousel-direction-rtl{direction:rtl}
.mycarousel{overflow:hidden;}
.mycarousel img{width:180px;height:260px;opacity:.8;border:2px solid #ccc;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px; margin:10px 4px 0}
.mycarousel img:hover{opacity:1;border:3px solid #7F3300}


a.to_top{position:fixed;bottom:20px;right:15px;cursor:pointer;display:none;z-index:9;}

a.uri_tg{position:fixed;bottom:20px;left:15px;cursor:pointer;display:none;z-index:9;}


.sure{box-shadow:0 0 1px #666;-moz-box-shadow:0 0 1px #666;-webkit-box-shadow:0 0 1px #666;-webkit-border-radius:.3em .3em .3em .3em;-moz-border-radius:.3em .3em .3em .3em;border-radius:.3em .3em .3em .3em;width:96%;margin:2px 0 2px 0;padding:2px 0 2px 0;}
.shadow{box-shadow:0 0 8px #999;-moz-box-shadow:0 0 8px #999;-webkit-box-shadow:0 0 8px #999;}
.radius, .round{-webkit-border-radius:.3em .3em .3em .3em;-moz-border-radius:.3em .3em .3em .3em;border-radius:.3em .3em .3em .3em;}

.anket_block {
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
}
a { color: #222; }
a:hover, a:active { color: #333; }
a:visited { color: #555; }
.small_column {width:220px;}

.transparent-bg {
    background-color: rgba(51, 51, 51, 0.5215686274509804);
    background-color: hsla(0, 0%, 20%, 0.5215686274509804);
    background-color: #33333385;
    text-shadow: 0 2px 5px rgba(0,0,0,.9);
}
#header { width:100%; min-height: 300px; overflow: hidden; position: relative; background:url(/images/header.jpg) no-repeat center bottom; background-size:cover; }