

/* Start:/local/components/altermax/getchips/templates/finder/style.css?17545663073063*/
.page .main_img_container {

	/* background: url(/local/templates/altermax/img/bg-6daab0f7.webp) no-repeat; */
    background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 96px 0;
	position: relative;
	/* height: 250px; */
    padding-bottom: 60px;

}

#main_search_form {
    width: 100%;
    display: flex;
    justify-content: center;
}

#main_search {
    width: 100%;
}

.page {
    background: url(/local/templates/altermax/img/bg-6daab0f7.webp) no-repeat;
    background-size: cover;
}

.page .title_main {
	font-weight: 400;
    line-height: 46px;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
}

.component_search {
	display: flex;
    width: 465px;
    justify-content: space-between;
    align-items: flex-start;
}

.search_name_container .el-input__wrapper{
	display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px #969692 inset;
    color: #333;
    background-color: white;
    border-radius: 4px;
    padding: 1px 15px;
	height: 40px;
	width: 300px;
    margin-bottom: 5px;
}
.search_name_container .el-input__wrapper input, .search_qty_container .el-input__wrapper input {
padding: 0;
outline: 0;
border: none;
background: 0 0;
width:100%;
height: 100%;
font-size: 16px;
font-weight: 400;
}


.search_qty_container .el-input__wrapper{
	display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px #969692 inset;
    color: #333;
    background-color: white;
    border-radius: 4px;
    padding: 1px 15px;
	height: 40px;
	width: 200px;
    margin-bottom: 5px;
}

.component_search .get_find {
    background-color: white;
    color: #fff;
    padding: 12px 11.5px;
    border-color: #439b24;
    border-width: 1.5px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 40px;
    white-space: nowrap;
}

.component_search .search_get_container:hover * {
    background: #439b24; 
}
.component_search .search_get_container:hover svg path {
    fill:white;
}

.component_search .search_name_container .action-hint {
    text-decoration: underline;
    cursor:pointer;
}

.component_search .search_qty_container .hint .action-hint {
    text-decoration: underline;
    cursor:pointer;
}
.component_search .search_qty_container .hint .action-hint:not(:first-child) {
    margin-left:10px;
}


/* Адаптация моби мобилки finder на главной */

@media (max-width: 769px) {
    .component_search {
        align-items: center;
        flex-direction: column;
    }
    .component_search #hint_name {
        text-align: center;
    }

    .component_search #hint_qty {
        text-align: center;
    }    

    #main_search > div {
        margin-bottom: 10px;
    }
    .page .main_img_container {
        padding: 22px 0;
    }

}    


/* Адаптация моби мобилки finder на главной */
/* End */


/* Start:/local/components/altermax/slider.altermax/templates/partner/style.css?1754578998310*/
#partner .wrapper {
max-width: 1260px;
margin: 0 auto;
height: auto !important;
height: 100%;
padding: 0px 5px;
position: relative;
min-width: 1000px;
}

.flexslider2 img {
  padding:20px;
  background: white;
  border: 1px solid white;
  border-radius: 8px;
}

.flexslider2 li img {
  border:1px solid grey;
}
/* End */


/* Start:/local/templates/altermax/css/flexslider.css?17230293564925*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline:0
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin:0;
	padding:0;
	list-style:none
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	padding:0
}
.flexslider .slides .item, .flexslider .slides>li {
/*	display:none;
*/	-webkit-backface-visibility:hidden
}
.flexslider .slides img {
	width:100%;
	display:block
}
.flex-pauseplay span {
	text-transform:capitalize
}
/* Clearfix for the .slides element */
.slides:after {
	content:"\0020";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
html[xmlns] .slides {
	display:block
}
* html .slides {
	height:1%
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display:inline-block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin:0;
	position:relative;
	zoom:1
}
.flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.loading .flex-viewport {
	max-height:300px
}
.flexslider .slides {
	zoom:1
}
.carousel li {
	margin-right:5px
}
/* Direction Nav */
.flex-direction-nav {
	position:absolute;
	right:-3px;
	top:-41px;
	padding-bottom:20px;
	opacity:1
}
.flexslider:hover .flex-direction-nav {
	opacity:1
}
.min .flex-direction-nav {
	top:-43px
}
.flex-direction-nav li {
	display:inline-block
}
.flex-direction-nav a {
	display:inline-block;
	cursor:pointer
}
.flex-direction-nav a:hover {
	color:#ee3b27
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev:hover {
	text-decoration:none
}
.flex-direction-nav .flex-disabled, .flex-direction-nav .flex-v-disabled {
	opacity:.5!important;
	filter:alpha(opacity=50);
	cursor:default;
	color:#2b2b2b;
}
.flex-direction-nav a:before {
	font-family:'FontAwesome';
	font-size:2em;
	display:inline-block;
	
}
.flex-direction-nav a.flex-next:before {
	content:'\f105'
}
.flex-direction-nav a.flex-prev:before {
	content:'\f104'
}
.min .flex-direction-nav a:before {
	font-size:20px
}
.vertical .flex-direction-nav a:before {
	content:'\f104'
}
.vertical .flex-direction-nav a.flex-next:before {
	content:'\f104'
}
.flexslider-thumb-vertical.min .flex-direction-nav {
	bottom:-50px;
	top:auto;
	left:16px
}
.flexslider-large {
	padding-bottom:30px
}
.flexslider-large .flex-direction-nav a:before {
	font-size:3em
}
.flexslider-large .flex-direction-nav {
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:0;
	left:0;
	width:100%
}
.flexslider-large .flex-direction-nav li {
	display:block;
	position:relative;
	width:100%
}
.flexslider-large .flex-direction-nav li .flex-next {
	position:absolute;
	right:10px
}
.flexslider-large .flex-direction-nav li .flex-prev {
	position:absolute;
	left:10px
}
/* Pause/Play */
.flex-pauseplay a {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:10px;
	opacity:.8;
	z-index:10;
	overflow:hidden;
	cursor:pointer;
	color:#000
}
.flex-pauseplay a:hover {
	opacity:1
}
/* Control Nav */
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align:center
}
.flex-control-nav li {
	margin:0 3px;
	display:inline-block;
	zoom:1;
*display:inline
}
.flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#272727;
	cursor:pointer;
	text-indent:-9999px;

	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px
}
.flex-control-paging li a:hover {
	background:#ee3b27
}
.flex-control-paging li a.flex-active {
	background:#ee3b27;
	cursor:default
}
.flexslider-large .flex-control-nav {
	bottom:0
}
.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden
}
.flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0
}
.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer
}
.flex-control-thumbs img:hover {
	opacity:1
}
.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default
}
@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
opacity:1;
left:10px
}
.flex-direction-nav .flex-next {
opacity:1;
right:10px
}
}

/* End */


/* Start:/local/components/altermax/slider.altermax/templates/manuf/style.css?1754579026310*/
#partner .wrapper {
max-width: 1260px;
margin: 0 auto;
height: auto !important;
height: 100%;
padding: 0px 5px;
position: relative;
min-width: 1000px;
}

#flexslider2 img {
  padding:20px;
  background: white;
  border: 1px solid white;
  border-radius: 8px;
}
#flexslider2 li img {
  border:1px solid grey;
} 
/* End */


/* Start:/local/components/altermax/slider.altermax/templates/add_company/style.css?1754578127866*/
#addsNews .adds_container {
    display: flex;
    justify-content: center;
    margin-top:40px;
    margin-bottom:40px;
}
#addsNews .adds_items {
max-width: 1200px;
width: 100%;
}
#addsNews .adds_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#addsNews .add_item {
    display: flex;
    flex-basis: 25%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom:40px
}
#addsNews .icon-block {
    margin-bottom:10px;
}
#addsNews .add_title {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    max-width: 260px;
    margin: 10px auto 0;
}

@media (max-width: 769px) {

    #addsNews .adds_container {
        margin-top: 10px;
    }     

    #addsNews .adds_items {
        justify-content: space-around;
    }

}

/* End */
/* /local/components/altermax/getchips/templates/finder/style.css?17545663073063 */
/* /local/components/altermax/slider.altermax/templates/partner/style.css?1754578998310 */
/* /local/templates/altermax/css/flexslider.css?17230293564925 */
/* /local/components/altermax/slider.altermax/templates/manuf/style.css?1754579026310 */
/* /local/components/altermax/slider.altermax/templates/add_company/style.css?1754578127866 */
