@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/OpenSansBold/OpenSansBold.eot');
	src: url('../fonts/OpenSansBold/OpenSansBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSansBold/OpenSansBold.woff') format('woff'),
	url('../fonts/OpenSansBold/OpenSansBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSansRegular/OpenSansRegular.eot');
	src: url('../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSansRegular/OpenSansRegular.woff') format('woff'),
	url('../fonts/OpenSansRegular/OpenSansRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'OpenSansRegular';
    background-color: #bbb;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'OpenSansBold';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

input {
    font-weight: bold;
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.font_weight {
    font-weight: bold;
}

.preloaders {
	display: none;
	width: 200px;
	height: 200px;
	background: url('../images/preloader.gif') no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}

.clear_search_auto {
	margin: 5px;
	display:none;
}

.clear_search_parts {
	margin: 5px;
	display:none;
}

.message {
    position: fixed;
    padding: 10px;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 100500;
}

.message h4 {
    margin: 0;
    padding-bottom: 13px;
    font-size: 20px;
}

.message p {
    margin: 0;
    padding-bottom: 5px;
}

.message.danger {
    background: #e74c3c;
    color: #fff;
}

.danger-close {
    position: absolute;
    top: 15px;
    right: 40px;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius:100px; /*немного css3*/
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    cursor: pointer;
}

.message.warning {
    background: #e67e22;
    color: #fff;
}

.warning-close {
    position: absolute;
    top: 15px;
    right: 40px;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius:100px; /*немного css3*/
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    cursor: pointer;
}

.message.success {
    background: #1abc9c;
    color: #fff;
}

.success-close {
    position: absolute;
    top: 15px;
    right: 40px;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius:100px; /*немного css3*/
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    cursor: pointer;
}

.message_error {
    color: red;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 4px;
    padding: 10px;
}

.message_success {
    color: green;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid green;
    border-radius: 4px;
    padding: 10px;
}

.not_content {
    text-align: center;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
}

.not_content p {
    color: #696969;
    font-weight: bold;
    font-size: 15px;
}

.body_popup {
	padding: 10px;
	text-align: left;
}

.body_popup h3 {
	margin-bottom: 20px;
	border-bottom: 1px dashed orange;
	padding-bottom: 3px;
}

.body_popup p.name_company {
	font-size: 18px;
	font-family: 'OpenSansBold';
	margin-bottom: 10px;
}

.body_popup p.phone_company {
	margin-bottom: 10px;
}

.body_popup p.email_company {
	margin-bottom: 10px;
}

.body_popup p.adress_company {
	margin-bottom: 10px;
}

.back_index {
    background: url('../images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}

.logo_index {
    padding: 20px;
    margin-left: 50px;
    margin-top: 40px;
}

.line_break {
    padding: 10px 0;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px;
}

.manu_index {
    padding: 20px;
    margin-left: 50px;
    margin-top: 80px;
}

.manu_index ul li {
    margin: 10px 0;
}

.manu_index ul li a {
    color: #fff;
    font-size: 22px;
}

.manu_index ul li a i {
    color: #C9CD06;
    margin-right: 10px;
}

.manu_index ul li a:hover {
    color: #C9CD06;
    border-bottom: 1px dashed #C9CD06;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.social_index {
    padding: 20px;
    margin-left: 50px;
    margin-top: 50px;
}

.social_index ul li {
    display: inline-block;
    margin: 10px;
}

.social_index ul li a {
    font-size: 36px;
}

.social_index ul li a.whatsapp_index {
    color: #4DCD4A;
}

.social_index ul li a.whatsapp_index span {
    color: #fff;
    font-size: 20px;
}

.social_index ul li a.whatsapp_index span:hover {
    color: #bbb;
}

.social_index ul li a.instagram_index {
    color: #ED153C;
}

.social_index ul li a:hover {
    color: #bbb;
}

.copyright_index {
    padding: 20px;
    margin-left: 70px;
    margin-top: 30px;
}

.copyright_index p {
    color: #fff;
}

.copyright_index p a {
    color: #C9CD06;
    font-family: 'OpenSansBold';
    border-bottom: 1px dashed #C9CD06;
}

.copyright_index p a:hover {
    color: #bbb;
    border-color: #bbb;
}

.header {
    background: #fff;
}

.header .logo {
    padding: 20px;
    text-align: center;
}

.header .logo img {
    width: 300px;
}

.header .btn_return_index {
    text-align: center;
    padding: 30px;
}

.section_search_auto {
    margin-top: 30px;
}

.section_search_auto .form_search_auto {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.section_search_auto .form_search_auto h1 {
    margin-bottom: 30px;
    font-size: 25px;
    border-bottom: 1px dashed #337ab7;
    padding-bottom: 7px;
}

.section_search_auto .form_search_auto input {
    font-weight: normal;
    border-color: green;
    font-size: 12px;
}

.section_search_auto .form_search_auto select {
    font-weight: normal;
    border-color: green;
    font-size: 12px;
}

.section_search_auto .form_search_auto .search_auto {
    font-family: 'OpenSansBold';
}

.section_search_auto .form_search_auto .search_parts {
    font-family: 'OpenSansBold';
}

.section_search_auto .panel_search_auto {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.section_search_auto .panel_search_auto h2 {
    margin-bottom: 30px;
    font-size: 19px;
    border-bottom: 1px dashed #337ab7;
    padding-bottom: 7px;
}

.section_search_auto .panel_search_auto h2 span {
    color: #337ab7;
    font-size: 25px;
}

.btn_info {
    padding-bottom: 30px;
}

.auto_list ul li {
    padding: 10px 0;
    border-top: 1px solid #bbb;
}

.auto_list ul li.auto_list_one .auto_list_images {
    width: 250px;
    height: 150px;
    margin: 0 auto;
    border-radius: 5px;
}

.auto_list ul li.auto_list_one h3 {
    margin-top: 20px;
    color: #333;
    border-bottom: 1px dashed orange;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.auto_list ul li.auto_list_one p {
    margin-top: 5px;
}

.auto_list ul li.auto_list_one h3.list_title {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.auto_list ul li.auto_list_one p.list_price {
    font-size: 17px;
    margin-bottom: 10px;
}

.auto_list ul li.auto_list_one p.list_price b {
    color: green;
    border-bottom: 1px dashed green;
}

.auto_list ul li.auto_list_one p.list_btn {
    margin-top: 20px;
}

.auto_list ul li.auto_list_one p.list_btn_whatsapp {
    margin-top: 10px;
}

.pagenations {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #bbb;
}

.pagenations ul {
    margin-top: 20px;
}

.pagenations ul li {
    display: inline-block;
    margin: 4px 4px;
}

.section_search_auto .copyright {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.section_search_auto .copyright p a {
    font-family: 'OpenSansBold';
    color: #333;
    border-bottom: 1px dashed #333;
}

.section_search_auto .copyright p a:hover {
    color: #696969;
    border-color: #696969;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
    height: 10px;
    background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
    background-color: #eeeeee;
    -webkit-border-radius: 16px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #666;
    border: 1px solid #eee;
    -webkit-border-radius: 16px;
}

/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  height: 36px;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid green;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
  color: #333333;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: green;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 2px;
  margin-left: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-selection--single .select2-selection__arrow:after {
  content: '+';
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: '';
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--multiple:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 2px 2px 2px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 2px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 7px;
  -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 7px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 7px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 7px;
}
.select2-results__option {
  padding: 7px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 10px;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #f5f5f5;
}
.select2-results__option[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected=true] {
  background-color: #2196F3;
  color: #fff;
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 7px;
  margin-bottom: 7px;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999999;
  cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
  color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 7px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 7px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 12px;
}
.select2-search--dropdown:after {
  content: '';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  font-size: 14px;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}
.select-sm.select2-selection--single {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 12px;
}
.select2-result-repository__description {
  font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 15px;
}

.wrapper-scroll-btn{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #4b4c4c;
}
.wrapper-scroll-btn > span{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
	color: #4b4c4c;
}
.scrollup-btn {
	cursor:pointer;
	outline: none!important;
	color: #4b4c4c;
	position: absolute;
	right: 30px;
	bottom: 15px;
	width: 48px;
	height: 48px;
	font-size: 14px;
	-text-align: center;
	text-transform: uppercase;
	text-indent: -999em;
	line-height: 35px;
	background: url(../images/bg_topbutton.png) no-repeat left top;
	background-size: 100% 100%;
	overflow: hidden;
	transform: rotate(180deg) translateZ(1px);
	-webkit-transform: rotate(180deg) translateZ(1px);
	-moz-transform: rotate(180deg) translateZ(1px);
	-o-transform: rotate(180deg) translateZ(1px);
	-ms-transform: rotate(180deg);
	transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	-webkit-transition: all .45s cubic-bezier(0.175,0.885,0.320,1);
	-webkit-transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	-moz-transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	-o-transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	background-color: #bbb;
	border-radius: 50%;		
}
.scrollup-btn.rotate{
	transform: rotate(360deg) translateZ(1px);
	-webkit-transform: rotate(360deg) translateZ(1px);
	-moz-transform: rotate(360deg) translateZ(1px);
	-o-transform: rotate(360deg) translateZ(1px);
	-ms-transform: rotate(360deg);
}

.more_images ul li {
	display: inline-block;
	margin: 10px;
	border-top: none;
}

.more_images ul li .parts_more_images {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}