@import '../fonts/icomoon/style.css';
@import './auth/owl.carousel.min.css';
@import './auth/bootstrap.css';
select,textarea{background-color:transparent !important;}
textarea{background-color:transparent !important;}
input.error{border-color:rgba(255,0,0,0.5) !important}
textarea.error{border-color:rgba(255,0,0,0.5) !important}
select.error{background-color:rgba(255,0,0,0.2) !important}

.error-text{font-size:14px;color:#FF0000;}

#form-contactus{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;}
#form-contactus > div{width:48%;}
#form-contactus textarea{height:94px;}
label{cursor:pointer;}

#contact-form-show{display:inline-block;}
#form-contactus{display:none;}
#contact-form-show-chk:checked ~ #contact-form-show{filter:grayscale(1);}
#contact-form-show-chk:checked ~ #form-contactus{display:flex;}

.img-fluid{transition: 0.5s -webkit-filter linear;}
.input-focus .img-fluid{filter:blur(1.5px);}


@media(max-width:700px){
	#form-contactus{flex-direction:column;}
	#form-contactus> div{width:100%;}
}

#ratings{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
#ratings > div{width:31%;background-color:#00000011;border-radius:3px;padding:10px;font-size:14px;margin:10px 0px;}

@media(max-width:990px){
	#ratings > div{width:48%;}
}
@media(max-width:767px){
	#ratings > div{width:100%;}
}



#ratings:empty{dipsplay:none;}
.rating{width:60px;height:11px;margin:0px;padding:0px;list-style:none;display:inline-block;position:relative;background-image:url('../images/rating-stars-empty.png');background-repeat:repeat;background-position:0px 0px;background-size:auto 100%;}
.rating:before{content:"";height:11px;position:absolute;left:0px;top:0px;background-image:url('../images/rating-stars-fill.png');width:0;background-repeat:repeat;z-index:1;background-size:auto 100%;}
.rating{background-image:url('../images/rating-stars-empty-blue.png');}
.rating:before{background-image:url('../images/rating-stars-fill-blue.png');}
.rating.big{width:95px;height:18px;margin:0px;padding:0px;list-style:none;display:inline-block;position:relative;background-image:url('../images/rating-stars-b-empty.png');background-repeat:repeat;background-position:0px 0px;background-size:auto 100%;}
.rating.big:before{content:"";height:18px;position:absolute;left:0px;top:0px;background-image:url('../images/rating-stars-b-fill.png');width:0;background-repeat:repeat;z-index:1;background-size:auto 100%;}
.rating.bigger{width:160px;height:30px;margin:0px;padding:0px;list-style:none;display:inline-block;position:relative;background-image:url('../images/rating-stars-bb-empty.png');background-repeat:repeat;background-position:0px 0px;background-size:auto 100%;}
.rating.bigger:before{content:"";height:30px;position:absolute;left:0px;top:0px;background-image:url('../images/rating-stars-bb-fill.png');width:0;background-repeat:repeat;z-index:1;background-size:auto 100%;}
.rating.r05:before{width:10%;}
.rating.r10:before{width:20%;}
.rating.r15:before{width:30%;}
.rating.r20:before{width:40%;}
.rating.r25:before{width:50%;}
.rating.r30:before{width:60%;}
.rating.r35:before{width:70%;}
.rating.r40:before{width:80%;}
.rating.r45:before{width:90%;}
.rating.r50:before{width:100%;}

html{
min-height:100%;
background-image:url('../images/auth-bg.jpg');
  background-size:cover;
}
body {
	min-height:100%;
  font-family: "Roboto", sans-serif;
  _background-color: #5196A211;
  background-color:transparent;
  _background-image:url('../images/auth-bg.jpg');
  _background-size:cover;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

/*@media (max-width: 991.98px) {
  .content .bg {
    height: 500px;
  }
}*/

.content .contents,
.content .bg {
  width: 50%;
}

.btn-primary {
  color: #fff;
  background-color: #5196A2;
  border-color: #5196A2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5196A2CC;
  border-color: #5196A2CC;
}

@media (max-width: 1199.98px) {
  .content .contents,
  .content .bg {
    width: 100%;
  }
}

.content .contents .form-group,
.content .bg .form-group {
  position: relative;
}

.content .contents .form-group label,
.content .bg .form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.content .contents .form-group input,
.content .bg .form-group input,
.content .contents .form-group select,
.content .bg .form-group select,
.content .contents .form-group textarea,
.content .bg .form-group textarea {
  background: transparent;
  border-bottom: 1px solid #ccc;
}

.content .contents .form-group.first,
.content .bg .form-group.first {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.content .contents .form-group.last,
.content .bg .form-group.last {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.content .contents .form-group label,
.content .bg .form-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
}

.content .contents .form-group.focus,
.content .bg .form-group.focus {
  background: #fff;
}

.content .contents .form-group.field--not-empty label,
.content .bg .form-group.field--not-empty label {
  margin-top: -25px;
}

.content .contents .form-control,
.content .bg .form-control {
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
}

.content .contents .form-control:active, .content .contents .form-control:focus,
.content .bg .form-control:active,
.content .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content .bg {
  background-size: cover;
  background-position: center;
}

.content a {
  color: #888;
  text-decoration: underline;
}

.content .btn {
	text-decoration:none;
  height: 54px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}


.content .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control .caption {
  position: relative;
  top: 0.2rem;
  color: #888;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #5196A2;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #5196A2CC;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}
/*
@media (max-width: 991.98px) {
  .contents {
    padding: 10px 40px 40px;
  }
  .infogr {
    margin-top: 10px;
  }
}
*/
input {
  font-weight: 400px;
  font-size: 12px;
}

.infogr {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: middle;
  justify-content:center;
  overflow: hidden;
}

.bto {
  cursor: pointer;
}

.captcha img {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
}

.contacter {
  line-height: 40px;
  background: #5196A2;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none !important;
  color: #FFFFFF !important;
}

.contacter:hover {
  background: #5196A2CC;
}

.container .form-group.msg {
  background: #e0f2f3;
  overflow: hidden;
  border-radius: 7px;
}

.container .form-group.msg textarea {
  background: transparent;
  padding: 6px 10px;
}

.container .form-group.msg textarea:focus {
  background: transparent;
}

.cf-turnstile-wrapper {
    display: flex;
    justify-content: center; /* или left */
}

.cf-turnstile {
    flex-shrink: 0;
}