/*------------------------------------------------------*/

:root{
    --color-active: #007bff;
    --color-active-hover: #0069d9;
	
    --color-active-text: white;
	--color-active-text-hover: white;

	--color-focus: #007bff;
    --color-focus-hover: #007bff;
	
	--color-focus-text: white;
	--color-focus-text-hover: white;
	
	--texture_1:url("https://www.toptal.com/designers/subtlepatterns/patterns/stripes-light.png");
	
	--color-brand: #007bff;
    --color-brand-hover: #0069d9;
}

.texture1{
	background-image: var(--texture_1);
}

*:focus{
	outline-color: var(--color-active);
}

::selection{
background: var(--color-active); /* Safari */
color: var( --color-active-text); /* Safari */
}


::-moz-selection{
background: var(--color-active); /* Firefox */
color: var( --color-active-text); /* Firefox */
}



.text-primary{
    color: var(--color-active-hover)!important;
}



/*------------------------------------------------------*/

body{
	
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4, h5,.h5{
	
}

h1,.h1{
	
}

h2,.h2{
	
}

h3,.h3{
	
}

h4,.h4{
	
}

h5,.h5{
	
}

p,.p{
	
}

span{
	
}

img{
	
}

/*------------------------------------------------------*/

.b-img{
	background-color:inherit;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	overflow: hidden;
}

/*------------------------------------------------------*/

.text-muted{
	opacity:0.7 !important;
	color: inherit !important;
}

/*------------------------------------------------------*/

#main_frame{
	min-height: 90vh;
}


.mb_slide{
	min-height:600px;
}

.btn-brand{
	color: #fff;
    background-color: var(--color-brand);
    border-color: var(--color-brand);
}

.btn-brand:hover{
	color: #fff;
    background-color: var(--color-brand-hover);
    border-color: var(--color-brand-hover);
}

.btn-primary{
	color: #fff;
    background-color: var(--color-active);
    border-color: var(--color-active);
}

.btn-primary:hover{
	color: #fff;
    background-color: var(--color-active-hover);
    border-color: var(--color-active-hover);
}

.btn-outline-primary{
	color: #fff;
    border-color: var(--color-active);
}

.btn-outline-primary:hover{
	color: #fff;
    background-color: var(--color-active-hover);
    border-color: var(--color-active-hover);
}

.animate5{
	transition:all 0.5s
}

.animate3{
	transition:all 0.3s
}

/*------------------------------------------------------*/

#main_frame input[type="checkbox"]{
    display: inline-block !important;
    width: 1px;
    height: 1px;
    position: relative;
    z-index: 2;
    top: 20px;
    left: 15px;
    opacity: 0;
}
 
#main_frame input[type="checkbox"] +label{
	color: #252525;
    cursor: default;
    font-weight: normal;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    display: inline-flex;
    font-size: 13px;
	transition:all 0.5s;
	cursor:pointer;
	align-items:center;
}

#main_frame input[type="checkbox"] +label:hover{
	color: var(--color-active);
}
 
#main_frame input[type="checkbox"] +label:before{
    content: " ";
    color: var(--color-active);
    display: inline-block;
    font: 20px/28px FontAwesome;
    margin-right: 10px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-image: initial;
    vertical-align: middle;
    border-radius: 5px;
}
 
#main_frame input:checked + label:before {
	/* глифон - галочка */
	content: "\f00c";
}
 
#main_frame input:disabled + label:before {
	background: #eee;
	color: #aaa;
}

/*------------------------------------------------------*/

.feedback_screen{
	position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
}

/*------------------------------------------------------*/

.text-logo{
	font-size: 24px;
    text-transform: uppercase;
}

.text-logo > a{
	text-decoration:none;
	color:inherit;
}

.phone_holder{
	font-size: 19px;
	text-decoration:none;
	color:inherit;
}

.phone_holder > a{
	text-decoration:none;
	color:inherit;
}

.sub_menu{
	background-color:#efefef;
}

.sub_menu .nav a{
	color:#222;
	border-right:1px solid #ccc;
	font-weight: 700;
	transition:all 0.3s;
}

.sub_menu .nav a:hover{
	color:#222;
	background-color:#cccccc;
}

.sub_menu .nav .dropdown-menu a{
    color: #222;
    border-right: 0px;
    font-weight: 700;
    transition: all 0.3s;
}

#footer{
	min-height:250px;
	background-color:#252525;
	color:white;
}

#sub_menu_footer a.nav-link{
    transition:all 0.5s;
	color: white;
}

#sub_menu_footer a.nav-link:hover{
    background-color: #353535;
}

label.form-control{
    background-color: transparent;
    height: auto;
    border-color: transparent;
    margin-top: 20px;
}

.application-mobile-menu{
	position: fixed;
    z-index: 15;
    bottom: 0px;
    left: 0px;
    background: white;
    width: 100%;
    min-height: 5vh;
    padding: 2vh;
}

.application-mobile-menu ul{
	justify-content: space-around;
}

.application-mobile-menu ul a{
    display: block;
    font-size: 40px;
}

/* --------------------------------------------------- */

.catalog_name {
	line-height: 16px;
    text-align: center;
    height: 70px;
    align-items: center;
    display: flex;
	justify-content: center;
}