@font-face {
    font-family: 'Roboto Slab';
    src: url('../css/fonts/RobotoSlab-Regular.eot');
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
        url('../css/fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('../css/fonts/RobotoSlab-Regular.woff') format('woff'),
        url('../css/fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../css/fonts/RobotoSlab-Bold.eot');
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
        url('../css/fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('../css/fonts/RobotoSlab-Bold.woff') format('woff'),
        url('../css/fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
html{
    height: 100%;
}
body {
	font-family: 'Roboto Slab', sans-serif;
	background-color: #6c757d;
    color: #fff;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.content{
   flex: 1 0 auto;
   min-height: 200px;
	padding-left: 15px;
    padding-right: 15px;
}
.burger{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999;
}
.burger span, .burger span:before, .burger span:after{
  width: 100%;
  position: absolute;
  height: 7px;
  background: #ffffff;
  display: block;
  transition: .3s;
  border-radius: 5px;
}
.burger span:before{
  content: "";
  top: -15px;
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.burger span{
  top: 20px;
}
.burger span:after{
  content: "";
  bottom: -15px;
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.burger span.active:before{
  content: "";
  top: 0px;
  transform: rotate(45deg);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger span.active:after{
  content: "";
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger span.active{
  background: rgba(255, 255, 255, 0); 
}
.menu{
  width: 100%;
  height: 100%;
  background: #333;
  color: #ccc;
  padding: 30px;
  position: fixed;
  left: -100%;
  transition: left 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 998;
  opacity: 0.97;
}
.menu.animate{
  left: 0;
}
.m-menu {
	line-height: 250%;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	font-size: 1.6em;
}
nav > ul > a {
  list-style: none;
}
nav > ul > a {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 5px 10px;
  color: #aaa;
  font-size: 24px;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: 0.5s;
  overflow: hidden;
}
nav > ul > a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -100%;
  width: 100%;
  height: 4px;
  background: #2196f3;
  transition: 0.5s;
}
nav > ul > a:hover {
  color: #fff;
}
nav > ul > a:hover::before {
  animation: animate .5s linear forwards; 
}
@keyframes animate {
  0% {
    top: calc(50% - 2px);
    left: -100%;
    height: 4px;
    z-index: 1;
  }
  50% {
    top: calc(50% - 2px);
    left: 0;
    height: 4px;
    z-index: 1;
  }
  100% {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
  }
}
.logo {
	margin: auto;
    display: block;
	max-width: 350px;
    padding-top: 25px;
}
.background {
	position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: -10;
    background: url(/images/11-min.jpg);
    background-size: cover;
}
.background:before {
	background: rgb(37 43 64 / 0.95);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.hd {
	padding-left: 5px;
    padding-right: 5px;
	padding-top: 2rem!important;
	font-size: 2rem;
}
.form-group {
	overflow: hidden;
	max-height: 150px;
	transition: 0.5s;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
.hidefg {
	max-height:0px;
}
.hidef {
	max-height:80px!important;
}
h3.text-info {
	cursor: pointer;
}
span.view {
	float:right;
}
span.view img {
	filter: invert(86%) sepia(5%) saturate(3791%) hue-rotate(178deg) brightness(105%) contrast(109%);
}
span.number img {
	width: 16px;
    margin-top: -7px;
}
#phonecheck-form {
	overflow: hidden;
	max-height: 550px;
	transition: 0.5s;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
#ct {
	color: #ffc107;
    font-weight: 500;
}
#load{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	z-index: 999;
	opacity: 0.95;
	background: #222629;
}
#message {
	font-size: 1.2rem;
	color: white;
    font-weight: 500;
	margin-top: 10px;
}

#load div{
	position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
}
#phonecheck .container #phonecheck-row #phonecheck-column #phonecheck-box {
  margin-top: 60px;
  max-width: 600px;
  height: auto;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
  border-radius: 10px;
}
#phonecheck .container #phonecheck-row #phonecheck-column #phonecheck-box #phonecheck-form {
  padding: 20px;
}
#phonecheck .container #phonecheck-row #phonecheck-column #phonecheck-box #phonecheck-form #register-link {
  margin-top: -85px;
}
.refresh-captcha,
    button[type="submit"] {
      padding-left: 2rem;
}

.refresh-captcha::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      left: .5rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent no-repeat center center;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.333 512'%3E%3Cpath fill='%23000' d='M440.935 12.574l3.966 82.766C399.416 41.904 331.674 8 256 8 134.813 8 33.933 94.924 12.296 209.824 10.908 217.193 16.604 224 24.103 224h49.084c5.57 0 10.377-3.842 11.676-9.259C103.407 137.408 172.931 80 256 80c60.893 0 114.512 30.856 146.104 77.801l-101.53-4.865c-6.845-.328-12.574 5.133-12.574 11.986v47.411c0 6.627 5.373 12 12 12h200.333c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12h-47.411c-6.853 0-12.315 5.729-11.987 12.574zM256 432c-60.895 0-114.517-30.858-146.109-77.805l101.868 4.871c6.845.327 12.573-5.134 12.573-11.986v-47.412c0-6.627-5.373-12-12-12H12c-6.627 0-12 5.373-12 12V500c0 6.627 5.373 12 12 12h47.385c6.863 0 12.328-5.745 11.985-12.599l-4.129-82.575C112.725 470.166 180.405 504 256 504c121.187 0 222.067-86.924 243.704-201.824 1.388-7.369-4.308-14.176-11.807-14.176h-49.084c-5.57 0-10.377 3.842-11.676 9.259C408.593 374.592 339.069 432 256 432z'/%3E%3C/svg%3E");
}

button[type="submit"]::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      left: .5rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent no-repeat center center;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.333 512'%3E%3Cpath fill='%23fff' d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E");
}
#messagf {
	color: #495057;
}
.inpt {
	max-width: 400px;
    text-align: left;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
    color: #1e7e34;
}
.category {
	position: relative;
    padding: 0px 5px 0px 5px;
    color: #000;
    background: #5fbfff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9fa), to(#5fbfff));
    background: -moz-linear-gradient(#f8f9fa, #5fbfff);
    background: -o-linear-gradient(#f8f9fa, #5fbfff);
    background: linear-gradient(#f8f9fa, #5fbfff);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    top: 3px;
    display: inline-block;
	font-size: 0.8em
}
.comment {
	padding: 8px;
    border-radius: 3px;
    color: #333;
    -webkit-box-shadow: 0 0 10px #CECECE inset;
    -moz-box-shadow: 0 0 10px #CECECE inset;
    box-shadow: 0 0 10px #CECECE inset;
    display: block;
    position: relative;
    background-color: #fff;
	margin-bottom: 18px;
}
.b-add-comm {
	box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    width: 90px;
	float: right;
    line-height: 0.8rem;
    text-align: center;
}
.b-add-comm:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.b-add-comm:active {
	position:relative;
	top:1px;
}
#com_a {
	padding: 15px;
}
#com_a h5 {
	position: relative;
    width: 90%;
    top: -20px;
}
.w100{
	width:100%;
}
.popup-fade {
	display: none;
	color: #343a40;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	width: 90%;
    max-width: 600px;
    top: 45%;
    left: 50%;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    z-index: 99999;
    opacity: 1;
    transform: translate(-50%, -50%);
}
.popup-close {
	position: absolute;
    top: 10px;
    right: 10px;
    color: #212529;
    border: 2px solid #212529;
    padding: 5px;
    border-radius: 50%;
    line-height: 10px;
    cursor: pointer;
	background-color: #ffcdd2;
}
#op_pr {
	display: block;
    width: 100%;
    position: relative;
}
#op_reg {
	/*width: 73%;*/
    display: block;
}
#phn {
	color: #dc3545;
}
#Footer {
    background-color: #3a3f46;
    color: white;
}

#Footer .info{
    text-align: justify; 
    color: #afb0b1;
}

#Footer .container ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#Footer .container h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#Footer .logo2{
    margin-top: 10px;
}

#Footer .second-bar .logo2 a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#Footer .container a {
    color: #d2d1d1;
    text-decoration: none;
}

#Footer .container a:hover,
#Footer .container a:focus {
    text-decoration: none;
    color: white;
}

#Footer .second-bar {
    text-align: center;
    background-color: #33373e;
    text-align: center;
}

#Footer .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#Footer .second-bar a:hover {
    text-decoration: none;
}

#Footer .social-icons {
    float:right;
}


#Footer .social-icons .facebook:hover {
    color: #0077e2;
}

#Footer .social-icons .instagram:hover {
    color: #ef1a1a;
}

#Footer .social-icons .vkontakte:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #Footer {
        text-align: center;
    }

    #Footer .info{
        text-align: center;
    }
}
#Footer {
   flex: 0 0 auto;
}
#button-up{
  display: none;	
  opacity:0.6;
  position: fixed;
  right: 20px;
  bottom: 50px;			
  color: #000;
  transition: .4s;
  z-index: 999;
}
#button-up img {
	width: 64px;
}
#button-up:hover{
  cursor: pointer;
  opacity: 1;
  transition: .3s;
  color: #FF0000;
  z-index: 999;
}
.grecaptcha-badge {
	opacity: 0.1;
}
.grecaptcha-badge:hover {
	opacity: 0.8;
}
.fa-1-4 {
	font-size: 1.4em;
}
i.fa-thumbs-o-down {
    color: #ff0000;
}
i.fa-thumbs-o-up {
    color: #00d400;
}
.norate {
	font-size: 0.8em;
}
#r_p, #r_m {
	cursor:pointer;
}
.fcg {
	width: 50%;
    display: inline;
    float: right;
}
.m-er {
	color: red;
    font-size: 0.85em;
    padding-bottom: 5px;
    padding-top: -5px;
    margin-top: -25px;
    position: absolute;
}
.lib-panel {
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}
.lib-panel img {
  width: 100%;
  background-color: transparent;
}
.lib-panel .row,
.lib-panel .col-md-6 {
  padding: 0;
  background-color: #6c757d;
}
.lib-panel .lib-row {
  padding: 0 0 0 0;
}
.lib-panel .lib-row.lib-header {
  background-color: #dee2e6;
  font-size: 16px;
  padding: 10px 20px 0 20px;
  height: 100%;
  line-height: 1.2;
}
.lib-panel .lib-row.lib-header a{
	text-decoration: none;
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #6c757d;
  margin: 7px 0 7px 0;
}
.lib-panel .lib-row.lib-desc {
  position: relative;
  display: block;
  font-size: 14px;
  top: 5px;
  height: 220px;
}
.lib-panel .lib-row.lib-desc a{
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 20px;
}
.row-margin-bottom {
  margin-bottom: 20px;
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.news {
	width: 99%;
    margin: auto;
    padding-bottom: 10px;
}
@media only screen and (max-device-width: 480px) {
	.m-menu {
		font-size: 1em;
		width: 100%;
	}
	.inpt {
		font-size: 1.2rem;
	}
	.sf {
		margin-top:-50px;
	}
	.logo {
		margin: auto;
		max-width: 150px;
		padding-top: 20px;
	}
	.hd {
		font-size: 1.7rem;
	}
}
.star-rating__container {
  display: inline-block;
}

.star-rating__wrapper {
  position: relative;
  display: flex;
}

.star-rating {
  display: inline-block;
  position: relative;
  user-select: none;
}

.star-rating__bg {
  color: #e0e0e0;
  display: flex;
}

.star-rating__live {
  display: flex;
  color: #ffb74d;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/*.star-rating_active:hover .star-rating__live {
  overflow: auto;
  width: 100% !important;
  color: #e0e0e0;
}*/

.star-rating__item_active {
  color: #fb8c00;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}

.star-rating__item {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.star-rating__avg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  width: 2em;
}

.star-rating__votes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5em;
  font-size: 0.875em;
}