@charset "utf-8";
/* CSS Document by TOP SYSTEM VIDEO */
/*------------------------------------------------------------------------Body-*/
html, body{
	scroll-behavior: smooth;
	font-family: GothaProLig;
}
/*------------------------------------------------------------------------Font`s-*/
@font-face{
	font-family:GothaProBol;
	src: url(font/GothaProBol.otf);
}
@font-face{
	font-family:GothaProLig;
	src: url(font/GothaProLig.otf);
}
@font-face{
	font-family:GothaProReg;
	src: url(font/GothaProReg.otf);
}
/*------------------------------------------------------------------------Styles-basic*/
.h0{font-size:32px;font-family:GothaProBol;line-height: 1.1;}

.h01{font-size:32px;font-family:GothaProBol;line-height: 1.1; margin-bottom: 10px;}
.h01-reg{font-family:GothaProLig;}


.h02{font-size:24px;font-family:GothaProBol;line-height: 1.1; margin-bottom: 5px;}
.h03{font-size:18px;font-family:GothaProBol;line-height: 1.2; color: black;margin-bottom: 5px;}
.h04{font-size:26px;font-family:GothaProBol;line-height: 1.2; color: #e6ab3a;}
.h05{font-size:24px;font-family:GothaProBol;line-height: 1.1; color: #000;margin-bottom: 35px;}
.h06{font-size:16px;font-family:GothaProBol; margin-top: 10px;}


.link-footer{text-decoration: underline; color:#000;transition-property:all;transition:all ease 0.4s;}
.link-footer:hover{text-decoration:none;color:#aaaaaa;transition:0.4s;}

.link-black{text-decoration: underline; color:#000;transition-property:all;transition:all ease 0.4s;}
.link-black:hover{text-decoration:none;color:#000;transition:0.4s;}

.link-white{text-decoration: underline; color:#FFF;transition-property:all;transition:all ease 0.4s;}
.link-white:hover{text-decoration:none;color:#FFF;transition:0.4s;}

.link-head{text-decoration: underline; color:#eaad42;transition-property:all;transition:all ease 0.4s;}
.link-head:hover{text-decoration:none;color:#000;transition:0.4s;}

.pad-left-rable{padding-left: 5px;}

.padding-footer{
	margin-top: 90px;
}
.padding-navi{
	margin-top: 60px;
}
.logo-hover{transition-property:all;transition:all ease 0.4s;}
.logo-hover:hover{
	transition:0.4s;
	-ms-transform: scale(1.04); /* IE 9 */
    -webkit-transform: scale(1.04); /* Safari 3-8 */
    transform: scale(1.04);
}

.close-hover:hover{
	cursor:pointer;
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}
.pad-link-footer{margin-left: 5%;}
.pad-block{margin-top: 10px;}
.br{padding: 0;}
.alert-img{margin-top: -6px; padding-right: 7px;}
.pad-star{margin-top: -10px; margin-bottom: 10px;}
@media (max-width: 992px){
  .br{
	  display: none;
}}
@media (max-width: 992px){
  .pad-link-footer{
	 margin-left: 1%;
}}
@media (max-width: 992px){
  .h01{
	 font-size:22px;
	  padding-top:15px;
}}
@media (max-width: 576px){
  .h01{
	  padding-top:15px;
	  padding-right: 45px;
}}
.pad-icon-head{margin-right: 8px;}
.img-logotype{padding: 0px;}
.pad-text{margin-top: 10px;}
@media (max-width: 576px){
  .img-logotype{
	width:100%;
    height:auto;
	max-width:220px;
}}
/*------------------------------------------------------------------------Styles-head*/
.logotype{
	height: 200px;
	padding-top: 67px;
}
@media (max-width: 576px){
  .logotype{
	height: 180px;
}}
.head-text-01{
	height: 200px;
	padding-top: 85px;
	font-size: 13px;
	text-align: right;
	line-height: 0.4;
}
.head-text-02{
	height: 200px;
	padding-top: 85px;
	font-size: 13px;
	text-align: right;
	padding-right: 30%;
}
.head-input{
	height: 200px;
	padding-top: 65px;
}
/*------------------------------------------------------------------------Styles-slider*/
.slider{
	min-height: 340px;
	border-radius: 20px;
	margin-bottom: 80px;
	background-image: linear-gradient(45deg, rgba(226, 167, 50, .85) 0%, rgba(245, 196, 100, .85) 100%), url(images/background.png);
	background-repeat: no-repeat;
	background-position: bottom;
    background-size:180%;
}
@media (max-width: 1200px){
  .slider{
	  padding-bottom: 40px;
}}
@media (max-width: 576px){
  .slider{
	  padding-bottom: 25px;
}}
.slider-text{
	padding-top: 55px;
	padding-left: 60px;
	padding-right: 0px;
	font-size: 16px;
	color: white;
	line-height: 1.3;
}
.img-camera{
	margin-top:-24px;
	float: right;
	margin-right:-22px;
}
@media (max-width: 992px){
  .img-camera{
	width:100%;
    height:auto;
	max-width:120px;
	margin-right:-7px;
	margin-top:-20px;
}}
@media (max-width: 992px){
  .slider-text{
	padding-top: 65px;
	margin-top: -130px;
	padding-right: 80px;
}}
@media (max-width: 992px){
  .slider{
	  background-size: 800%;
}}
@media (max-width: 576px){
  .slider-text{
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom:-120px;
}}
/*------------------------------------------------------------------------Styles-brand*/
.brand{
	background-color: #f7f7f7;
	border-radius: 15px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	transition-property: all;
	transition: all ease 0.4s;
}
.brand:hover{
	-webkit-box-shadow: 0px 2px 93px -11px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 2px 93px -11px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 93px -11px rgba(0, 0, 0, 0.16);
	transition-property: all;
	transition: all ease 0.4s;
}
.brand-text{
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 25px;
}
.brand-rating{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.brand-title{
	font-size: 14px;
	line-height: 1.3;
}
.brand-logotype{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 30px;
}
.brand-status{
	font-size: 14px;
	line-height: 1.2;
}
.brand-comment{	
	text-align: right;
	background-image: url(images/comment.svg);;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.brand-couter{
	padding-right: 65px;
	padding-top: 12px;
	font-size: 20px;
	font-family:GothaProBol;
	color: #e6ab3a;
}
.span-brand{
	position:absolute;
	margin-left: -110px;
	margin-top: -6px;
	z-index: 2;
}
/*------------------------------------------------------------------------Styles-form`s*/
.input-css{
	height:60px;
	width:100%;
	border:none;
	background-color:#f7f7f7;
	padding-left:55px;
	margin-right:7px;
	font-size:13px;
	border-radius:12px;
	margin-top:0px;
	color:#757575;
	-moz-appearance:none;
 	-webkit-appearance:none;
	appearance:none;
	transition: all ease 0.5s;
	background-image: url(images/lupa.svg);
	background-repeat: no-repeat;
	background-position: left;
}
.input-css:hover{background-color:#f0efef;transition: all ease 0.5s;} 
.input-css:focus{
	border-color:#34237c; 
	box-shadow:0 0 1px 2px rgba(255, 200, 35, .6);
	box-shadow:0 0 0 3px -moz-mac-focusring; 
	color:#515050;
	outline:none; 
}
.input-form{
	height:60px;
	width:100%;
	border:none;
	background-color:#f7f7f7;
	padding-left:20px;
	margin-right:7px;
	font-size:13px;
	border-radius:12px;
	margin-top:10px;
	color:#757575;
	-moz-appearance:none;
 	-webkit-appearance:none;
	appearance:none;
	transition: all ease 0.5s;
}
.input-form:hover{background-color:#f0efef;transition: all ease 0.5s;} 
.input-form:focus{
	border-color:#34237c; 
	box-shadow:0 0 1px 2px rgba(255, 200, 35, .6);
	box-shadow:0 0 0 3px -moz-mac-focusring; 
	color:#515050;
	outline:none; 
}
/*------------------------------------------------------------------------Styles-button`s*/
.button-slider{
	width: 190px;
	border-radius:12px;
	background-color:#000;
	color:#e2a834;
	border:#ffc823 solid 0px;
	padding:15px 25px 15px 25px;
	font-size:14px;
	height:60px;
	transition-property: all;
	transition: all ease 0.5s;
	font-family:GothaProBol;
	margin-top: 20px;
}
.button-slider:hover{
	background-color:#FFF;
	transition:0.5s;
	cursor:pointer;
	text-decoration: underline;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-brand{
	width:92%;
	border-radius:12px;
	background-color:#e6ab3a;
	border:#ffc823 solid 0px;
	color:#FFF;
	padding:10px 10px 10px 10px;
	font-size:12px;
	height:45px;
	transition-property: all;
	transition: all ease 0.5s;
	font-family:GothaProBol;
	margin-top: 35px;
}
.button-brand:hover{
	background-color:#000;
	transition:0.5s;
	cursor:pointer;
	text-decoration: underline;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-brand-two{
	width:100%;
	border-radius:12px;
	background: rgba(0, 0, 0, 0);
	border:#e6ab3a solid 2px;
	color:#e6ab3a;
	padding:10px 15px 10px 15px;
	font-size:12px;
	height:45px;
	transition-property: all;
	transition: all ease 0.5s;
	font-family:GothaProBol;
	margin-top: 35px;
	margin-bottom: 20px;
}
.button-brand-two:hover{
	text-decoration: underline;
	background-color:#e6ab3a;
	color: white;
	transition:0.5s;
	cursor:pointer;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-pages{
	width:50px;
	border-radius:12px;
	background-color:#e6ab3a;
	border:#ffc823 solid 0px;
	color:#FFF;
	padding:10px 10px 10px 10px;
	font-size:12px;
	height:45px;
	transition-property: all;
	transition: all ease 0.5s;
	font-family:GothaProBol;
	margin-right: 5px;
}
.button-pages:hover{
	background-color:#000;
	transition:0.5s;
	cursor:pointer;
	text-decoration: underline;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-pages-active{
	width:50px;
	margin-right: 5px;
	border-radius:12px;
	background: rgba(0, 0, 0, 0);
	border:#e6ab3a solid 2px;
	color:#e6ab3a;
	padding:10px 15px 10px 15px;
	font-size:12px;
	height:45px;
	transition-property: all;
	transition: all ease 0.5s;
	font-family:GothaProBol;
}
.button-pages-active:hover{
	text-decoration: underline;
	background-color:#e6ab3a;
	color: white;
	transition:0.5s;
	cursor:pointer;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-send{
	width: 100%;
	border-radius:12px;
	background-color:#e6ab3a;
	color:#FFF;
	border:#ffc823 solid 0px;
	padding:15px 25px 15px 25px;
	font-size:18px;
	height:80px;
	transition-property: all;
	transition: all ease 0.5s;
	font-family:GothaProBol;
	margin-top: 20px;
	margin-bottom: 5px;
}
.button-send:hover{
	background-color:#000;
	transition:0.5s;
	cursor:pointer;
	text-decoration: underline;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-brand-page{
	width:100%;
	border-radius:12px;
	background: rgba(0, 0, 0, 0);
	border:#e6ab3a solid 2px;
	color:#e6ab3a;
	padding:10px 15px 10px 15px;
	font-size:12px;
	height:45px;;
	font-family:GothaProBol;
	margin-top: -5px;
	transition-property: all;
	transition: all ease 0.5s;
}
.button-brand-page:hover{
	text-decoration: underline;
	background-color:#e6ab3a;
	color: white;
	transition:0.5s;
	cursor:pointer;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
.button-brand-page-all{
	width:100%;
	border-radius:12px;
	background:#e6ab3a;
	border:#e6ab3a solid 2px;
	color:#FFF;
	padding:10px 15px 10px 15px;
	font-size:12px;
	height:45px;;
	font-family:GothaProBol;
	margin-top: -5px;
	transition-property: all;
	transition: all ease 0.5s;
}
.button-brand-page-all:hover{
	text-decoration: underline;
	background-color:#000;
	color: white;
	border:#000 solid 2px;
	transition:0.5s;
	cursor:pointer;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
@media (max-width: 1200px){
  .button-brand-page{
	  margin-top: 5px;
}}
@media (max-width: 1200px){
  .button-brand-page-all{
	  margin-top: 5px;
}}
/*------------------------------------------------------------------------Burger-*/
.text-padding{
	padding-left:15%; 
	margin-top:40px;
	font-size:13px;
	font-family:GothaProLig;
	line-height:1.4;
	color: white;
}
.active-title{color: #ffe859;font-family:GothaProBol;}
.position-menu{
	/*background-color:#333;*/
	height:auto;
	margin:0 auto;
	position:relative;
	margin-top:-130px;
	margin-right:10px;
}
@media (max-width: 576px){
  .position-menu{
	  margin-top:-117px;
}}
.menu-btn{
  display:flex;	
  padding-top:10px;
  align-items:center;
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:40px;
  cursor:pointer;
  z-index:2;
}
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display:block;
  position:absolute;
  width:50px;
  height:4px;
  background-color:#000;
  border-radius: 22px;
  transition-duration: .25s;
  font-family:GothaProBol;
}
.menu-btn > span::before {
  content: '';
  top: -18px;
}
.menu-btn > span::after {
  content: '';
  top:18px;
}
.menubox{
  display:block;
  position:fixed;
  visibility:hidden;
  top:0;
  left:-100%;
  font-size:16px;
  line-height:1.4;
  width:76%;
  height:100%;
  margin:0;
  padding:70px 0px;
  list-style:none;
  background: linear-gradient(70deg, #dda73d, #ffd077);
  box-shadow:12px 0px 16px rgba(0, 0, 0, .3);
  transition-duration: .25s;
  z-index: 100;
}
.menubox img{padding-left:15%; margin-bottom:30px;}
.menu-item {
  display:block;
  z-index: 100;
  padding:11px 15%;
  color:#FFF;
  font-size:15px;
  text-decoration:none;
  transition-duration: .25s;
  padding-left:-40px;
}
.menu-item:hover {
  background-color:#000;
  color:#FFF;
  width:100%;
  font-family:GothaProReg;
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
  font-size: 16px;
}
#menu-toggle{
  opacity: 0;
}
#menu-toggle:checked ~ .menu-btn > span{
  transform:rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top:0;
  transform:rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top:0;
  transform:rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
  visibility:visible;
  left:0;
}
/*------------------------------------------------------------------------Styles-block-*/
.block-01{
	border:  solid 3px #eeeeee;
	border-radius: 20px;
	margin-top: 100px;
	color: #888787;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 1.3;
	margin-bottom: 70px;
}
.block-02{
	border:  solid 3px #e6ab3a;
	border-radius: 20px;
	margin-top: 100px;
	color: #888787;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 1.3;
	margin-bottom: 70px;
}
@media (max-width: 992px){
  .block-01{
	  margin-bottom: 0px;
}}
@media (max-width: 992px){
  .block-02{
	  margin-top: 0px;
}}
/*------------------------------------------------------------------------Styles-footer-*/
.footer-back{
	background-color: #f7f7f7;
	min-height: 90px;
	border-radius: 20px;
	margin-bottom: 55px;
	padding-top: 25px;
}
.footer-01{
	font-size: 14px;
	line-height: 1.3;
	padding-left: 25px;	  
}
.footer-02{
	font-size: 14px;
	line-height: 1.3;
	padding-top: 2px;
	text-align: left;
	color: #787777;
}
.footer-03{
	text-align: right;
	font-size: 14px;
	padding-right: 25px;
	padding-top: 8px;
}
@media (max-width: 992px){
  .footer-01{
	  text-align: center;
	  padding-left: 0px;
	  padding-top: 20px;
	  padding-bottom: 20px;
}}
@media (max-width: 1200px){
  .footer-02{
	  padding-left: 0%;
}}

@media (max-width: 992px){
  .footer-02{
	  text-align: center;
	  padding-top: 20px;
	  padding-bottom: 0px;
	  padding-left: 0%;
}}
@media (max-width: 992px){
  .footer-03{
	  padding-top:0px;
	  text-align: center;
	  padding-right: 0px;
	  padding-bottom: 40px;
}}
.line-float{
	float: right;
	margin-right: 15%;
}
@media (max-width: 1200px){
  .line-float{
	  display: none;
}}
/*------------------------------------------------------------------------Styles-animal-*/
.icon-animal{
	border:none;
	transition-property: all;
	transition: all ease 0.4s;
}
.icon-animal:hover{
    transition:0.4s;
  	filter: sepia(34%);
}
/*------------------------------------------------------------------------Styles-rating-*/
.rating-mini {
	display: inline-block;
	font-size: 0;
	margin-top:-3px;
	margin-left: -3px;
}
.rating-mini span {
	padding: 0;
	font-size: 30px;
	line-height: 1;
	color: lightgrey;	
}
.rating-mini > span:before {
	content: '★';
}
.rating-mini > span.active {
	color: #eaad42;
}
@media (max-width: 576px){
  .rating-mini span{
	 font-size: 26px;
	 line-height: 1.1;
}}
/*------------------------------------------------------------------------Styles-progress-*/
progress {
  opacity: 0;	
}
.progress-container {
  position: relative;
  display: inline-block;
  background: #dcdcdc;
  height: 8px;
  border-radius: 6px;
  overflow: hidden;
  width: 92%;
}
.progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: #24d165;
}
.progress-container-02 {
  position: relative;
  display: inline-block;
  background: #dcdcdc;
  height: 8px;
  border-radius: 6px;
  overflow: hidden;
  width: 92%;
}
.progress-container-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background: #ea4e09;
}
.progress-container-03 {
  position: relative;
  display: inline-block;
  background: #dcdcdc;
  height: 8px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
.progress-container-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 45%;
  background: #e6a839;
}
.progress-container-04 {
  position: relative;
  display: inline-block;
  background: #dcdcdc;
  height: 8px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
.progress-container-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: #24d165;
}
/*------------------------------------------------------------------------Styles-paginator-*/
.paginator{
	margin-top: 40px;
	margin-bottom: 40px;
}
/*------------------------------------------------------------------------Styles-pop-up-*/
.modalDialog:target {
	display:block;
	pointer-events:auto;	 	
  	opacity:1;		
}
.modalDialog > div {
	width:100%;
	max-width:500px;
	height:auto;
	position:relative;
	top:0;
	left:0;
	padding:43px 40px 30px 40px;
	background:#FFF;
	font-size:14px;
	line-height:1.3;
	border-radius:15px;	  
	box-shadow:40px 40px 40px rgba(0,0,0,0.12), 0px 15px 15px rgba(0,0,0,0.12);
}
.modalDialog {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
 	background:rgba(0,0,0,0.90);
	z-index:99999;
	display:none;
	pointer-events: none;
	text-align:left;	
	overflow:hidden;
}
@media (max-width: 768px){
	.modalDialog > div {
	height:100%;
	width:100%;
	margin:0 auto;
	padding: 53px 35px 25px 35px;
	border-radius:none;
	border-radius:0px;
	max-width:100%;
	background-color:#FFF;

}}
.popup .close {
  	position:absolute;
  	top:25px;
  	right:33px;
  	transition: all 200ms;
  	font-size:40px;
  	font-weight:bold;
  	text-decoration:none;
  	color:#34237c;
}
@media (max-width: 768px){
	.popup .close {
	top:33px;
}}
.popup .close:hover {
  	color: #ffc823;
}
.popup{
  	margin:8% auto;
	overflow:auto;	
  	background:#fff;
    animation-duration:0.5s; 
    animation-fill-mode:both;  
    animation-name:fadeInDown-II;
}
.modalDialog {
    animation-duration:0.5s; 
    animation-fill-mode:both;  
    animation-name:fadeInDown; 
}
@keyframes fadeInDown { 
    0% {                
        opacity: 0;
        transform: translate3d(0px, 0px, 0px);
    }
    80% {              
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDown-II { 
    0% {                
        opacity: 0;
        transform: translate3d(0px, 700px, 0px);
    }
    80% {              
        opacity: 1;
        transform: none;
    }
}
/*------------------------------------------------------------------------Styles-text-are-*/
.text-area{
	height:140px;
	width:100%;
	border:none;
	padding-top:20px;
	background-color:#f7f7f7;
	padding-left:20px;
	margin-right:7px;
	font-size:14px;
	border-radius:12px;
	margin-top:10px;
	color:#757575;
	-moz-appearance:none;
 	-webkit-appearance:none;
	appearance:none;
	margin-bottom:10px;
}
.text-area:hover{border-color:#34237c;} 
.text-area:focus{
	border-color:#34237c; 
	box-shadow:0 0 1px 2px rgba(255, 200, 35, .6);
	box-shadow:0 0 0 3px -moz-mac-focusring; 
	color:#515050;
	outline:none; 
}
.select-css {
	height:60px;
	width:100%;
	border:none;
	background-color:#f7f7f7;
	padding-left:20px;
	margin-right:7px;
	font-size:14px;
	border-radius:12px;
	margin-top:0px;
	color:#757575;
	-moz-appearance:none;
 	-webkit-appearance:none;
	appearance:none;
	background-image:url(images/arrow.svg);
	background-repeat:no-repeat;
	background-position:right;
}
.select-css:hover{border-color:#34237c;	cursor:pointer;} 
.select-css:focus{
	border-color:#34237c; 
	box-shadow:0 0 1px 2px rgba(255, 200, 35, .6);
	box-shadow:0 0 0 3px -moz-mac-focusring; 
	color:#515050;
	outline:none; 
} 
/*--------------------------------------------------------------------------Styles-config-*/
input[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: linear-gradient(to bottom right, #e6ab3a, #e6ab3a);
  border-radius: 25px;
  border: 0px solid #e6ab3a;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 3px solid #e6ab3a;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  background: #e6ab3a;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: linear-gradient(to bottom right, #e6ab3a, #e6ab3a);
}

.pad-config{
	margin-top: 16px;
	margin-bottom: 16px;
}
/*--------------------------------------------------------------------------Styles-privacy-*/
.privacy{
	font-size: 16px;
	margin-top: -10px;
}
/*--------------------------------------------------------------------------Styles-pages-brand-*/
.page-brand{
	min-height: 170px;
	border-radius: 20px;
	margin-bottom: 40px;
	background-image: linear-gradient(45deg, rgba(239, 238, 235, .85) 0%, rgba(239, 238, 235, .85) 100%), url(images/background-02.png);
	background-repeat: no-repeat;
	background-position: bottom;
    background-size:100%;
}
@media (max-width: 1200px){
  .page-brand{
	 background-size:400%;
}}
.pad-page-brand{
	margin-top: 20px;
}
.page-rating{
	text-align: center;
	font-size: 14px;
	padding-top: 35px;
}
@media (max-width: 1200px){
  .page-rating{
	padding-top: 25px;
	  padding-bottom: 10px;
}}
.page-text{
	font-size: 14px;
	line-height: 1.5;
	padding-top: 35px;
}
@media (max-width: 1200px){
  .page-text{
	 text-align: center;
}}
.page-logotype{
	text-align: center;
	padding-top: 60px;
}
@media (max-width: 768px){
  .page-logotype{
	padding-top: 55px;
}}
@media (max-width: 1200px){
  .display-menu{
	  display: none;
}}
@media (min-width: 1200px){
  .display-menu-view{
	  display: none;
}}
.page-progres-01{
	padding-top:30px;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 30px;
}
@media (max-width: 1200px){
  .page-progres-01{
	  margin-left: 30px;
	  padding-top:10px;
}}
.page-progres-02{
	padding-top:30px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.5;
}
@media (max-width: 1200px){
  .page-progres-02{
	padding-top:10px;
}}
.pad-rating-right{
	padding-right: 30%;
}
@media (max-width: 1200px){
  .pad-rating-right{
	padding-right: 0%;
}}
/*--------------------------------------------------------------------------Styles-hide-pages-*/
.nav-pills .nav-link.active{
	  border-radius: 0px;
	  padding: 0;
	  border: none;
	  font: inherit;
	  color: inherit;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	  color: #000 !important;
	  background-color: #FFF !important;
	  text-decoration:none !important;
      padding: 0 !important;
	  font-size: 26px !important;
	  font-family:GothaProBol;
}
.nav-link:hover{
	  text-decoration:none !important;
	  color:#ffb200 !important;
	  padding: 0 !important;
	  font-size: 26px !important;
}
.nav-link.active  {
	  text-decoration:none !important;
	  color:#FFF !important;
	  padding: 0 !important;
	  font-size: 26px !important;
}
.nav-link.active:hover{
	  text-decoration:none !important;
	  padding: 0 !important;
	  font-size: 26px !important;
	  color:#000 !important;
}
.nav-link{
	  text-decoration:underline !important;
	  padding: 0 !important;
	  font-size: 26px !important;
	  font-family:GothaProBol;
	  color:#ffb200 !important;
}
.pad-navi-01{
	margin-left: 10px;
}
.pad-navi-02{
	margin-left: 15px;
}
/*--------------------------------------------------------------------------Styles-tables-*/
.table-head{
	background-color: #e6ab3a;
	min-height: 45px;
	border: solid 2px #FFF;
	color: white;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 12px;
	font-family:GothaProBol;
}
@media (max-width: 576px){
  .table-head{
	 font-size: 11px;
}}
.table-head-left{
	background-color: #e6ab3a;
	min-height: 45px;
	padding-bottom: 12px;
	border: solid 2px #FFF;
	color: white;
	padding-top: 12px;
	font-size: 12px;
	font-family:GothaProBol;
	border-radius: 12px 0 0 0;
}
@media (max-width: 576px){
  .table-head-left{
	 font-size: 11px;
}}
.table-head-right{
	background-color: #e6ab3a;
	min-height: 45px;
	padding-bottom: 12px;
	border: solid 2px #FFF;
	color: white;
	padding-top: 12px;
	font-size: 12px;
	font-family:GothaProBol;
	border-radius:  0 12px 0 0;
}
@media (max-width: 576px){
  .table-head-right{
	 font-size: 11px;
}}
.table-line{
	background-color: #eaeaea;
	height: 45px;
	border: solid 2px #FFF;
	color: black;
	padding-top: 10px;
	font-size: 14px;
}
@media (max-width: 576px){
  .table-line{
	 font-size: 11px;
	 padding-top: 12px;
}}
.table-text{
	background-color: #eaeaea;
	height: auto;
	border: solid 2px #FFF;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px; 
	word-wrap: break-word;
}
@media (max-width: 576px){
  .table-text{
	 font-size: 11px;
	 padding-top: 10px;
	 padding-bottom: 12px;
}}
.table-text-right{
	background-color: #eaeaea;
	height: auto;
	border: solid 2px #FFF;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px;
	border-radius:  0  0 12px 0; 
	word-wrap: break-word;
}
@media (max-width: 576px){
  .table-text-right{
	 font-size: 11px;
	 padding-top: 10px;
	 padding-bottom: 12px;
}}
.table-text-left{
	background-color: #eaeaea;
	height: auto;
	border: solid 2px #FFF;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px;
	border-radius:   0  0  0 12px; 
	word-wrap: break-word;
}
@media (max-width: 576px){
  .table-text-left{
	 font-size: 11px;
	 padding-top: 10px;
	 padding-bottom: 12px;
}}
/*--------------------------------------------------------------------------Styles-comment-*/
.comment{
	background-color: #FFF;
	border-radius: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: auto;
	border: solid 2px #eeeeee;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px;
	word-wrap: break-word;
}
.com-vertical{
	margin-top: 20px;
}
/*-------------------------------------------------------------------------*/
.fixedbut { 
	position: fixed; 
	bottom: 24px;
	margin-left: 26px;
	display: block; 
	background: #000; 
	color: #fff; 
	text-decoration: none; 
	padding: 16px 30px 30px 30px; 
	z-index: 999999;
	height: 60px;
	width: auto;
	border-radius: 100px;	
	transition:all ease 0.8s;
}
.fixedbut:hover{ 
	background: #222;
	cursor: pointer;	
	transition:all ease 0.8s;  
	transform: scale(1.1); 
}