

/* Start:/bitrix/templates/proauto_default/components/bitrix/catalog.section.list/main-page-brands/style.css?17243086681684*/
.sections_wrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.mytabs a img {
    margin-right: 10px;
}

/*.mytabs a.active img {*/
/*    -webkit-filter: brightness(100);*/
/*    filter: brightness(100);*/
/*}*/

.section {
    width: 100%;
    font-size: 0;
}

.section .brand {
    display: inline-block;
    text-align: center;
    width: 180px;
    margin: 0px 10px 10px 10px;
    vertical-align: middle;
    transition: 0.5s;
}

.section .brand:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(45, 165, 227, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(45, 165, 227, 1);
    box-shadow: 0px 0px 20px 0px rgba(45, 165, 227, 1);
    text-decoration: none;
}

.section .brand p {
    font-size: 14px;
}

.mytab {
    display: none;
    padding: 15px;
    min-height: 60px;
}

.mytab.active {
    display: block;
}

.mytabs {
    display: block;
}

.mytabs a.active {
    background-color: #f1f1f1;
}

.mytabs a {
    padding: 15px 10px;
    display: block;
    float: left;
}

.mytabs a:hover {
    text-decoration: none;
}

.brand-frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
}

#requestFrame .loader {
    height: 100%;
    width: 100%;
    z-index: 10;
    text-align: center;
    top: 0;
    left: 0;
    border: none;
    background: url(/bitrix/js/main/core/images/wait.gif) 10px 50% no-repeat scroll rgba(255, 255, 255, 1);
    background-position: 50% 50%;
    display: block;
    position: absolute;
}

#requestFrame .loader.hidden {
    display: none;
}

.img_brand {
    width: 90%;
    height: auto;
}

/* End */


/* Start:/bitrix/templates/proauto_default/components/redsign/catalog.sorter/gopro/style.css?1724308668637*/
.catalogsorter .shortsort button {
	display: inline-block;
	padding: 5px 14px;
	line-height: 18px;
	text-decoration: none;
	border: none;
	background-color: transparent;
	color: #214496;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.catalogsorter .shortsort button.selected {
	color: #ffffff;
	background-color: #2da5e3;
}

.catalogsorter .shortsort button:hover {
	color: #ffffff;
	background-color: #1a89c3;
}

.catalogsorter .shortsort button:hover .svg-icon {
	fill: #ffffff;
}

.catalogsorter .shortsort .dropdownin > a {
	border-radius: 0 !important;
	margin: 0;
	display: block;
	float: unset;
}
/* End */


/* Start:/bitrix/templates/proauto_default/components/bitrix/catalog.section/gopro/style.css?1724308668312*/
a.find_item {
  background-color: #2da5e3;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 auto;
  margin-top: 30px;
  display: block !important;
  width: 145px !important;
  text-align: center;
}
li[data-propcode="NELIKVID"] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/proauto_default/components/bitrix/news.list/brands_main/style.css?17243086683337*/
.sections_wrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.section {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.section .brand {
  display: inline-block;
  text-align: center;
  width: 88px;
  margin: 0px 3px 0px 3px;
  vertical-align: middle;
  transition: 0.5s;
}

.section .brand:hover{-webkit-box-shadow: 0px 0px 20px 0px rgba(45,165,227,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(45,165,227,1);
box-shadow: 0px 0px 20px 0px rgba(45,165,227,1);
text-decoration: none;
}
.section .brand p {
  font-size: 13px;
}
.mytab {display: none; padding: 15px; min-height: 60px;}

.mytab.active {display: block;}
.mytabs {display: block;}
.mytabs a.active { background-color: #f1f1f1;}
.mytabs a {padding: 15px 10px;  display: block; float: left;}
.mytabs a:hover{text-decoration: none;}
/*.section {
    width: 100%;
    margin: 10px auto 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand {
    width: 200px;
    height: 150px;
    border: 1px solid #d3d3d3;
    margin: 16px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand:nth-child(4n) {
    margin-right: 0;
}
.brand:nth-child(4n+1) {
    margin-left: 0;
}
.brand:last-child {
    margin-right: -3px;
}
.brand img {
    width: 50px;
    height: 50px;
    background-color: grey;
    margin-top: 20px;
}
.brand:hover {
    background: #ededed;
    color: #3D8EFF;
    -webkit-transition: background ease-in 200ms;
    transition: background ease-in 200ms;
}

@media screen and (min-width: 720px) and (max-width: 945px) {
.brand:nth-child(4n) {
    margin-right: 16px;
}
.brand:nth-child(4n+1) {
    margin-left: 16px;
}
.brand:nth-child(3n) {
    margin-right: 0;
}
.brand:nth-child(3n+1) {
    margin-left: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 720px) {
.brand:nth-child(3n) {
    margin-right: 16px;
}
.brand:nth-child(3n+1) {
    margin-left: 16px;
}
.brand:nth-child(2n) {
    margin-right: 0;
}
.brand:nth-child(2n+1) {
    margin-left: 0;
}
}
@media screen and (max-width: 480px) {
.brand:nth-child(2n) {
    margin-right: 16px;
}
.brand:nth-child(2n+1) {
    margin-left: 16px;
}
}
*/
.brand-frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
}

#requestFrame .loader {
  height: 100%;
  width: 100%;
  z-index: 10;
  text-align: center;
  top: 0;
  left: 0;
  border: none;
  background: url(/bitrix/js/main/core/images/wait.gif) 10px 50% no-repeat scroll rgba(255, 255, 255, 1);
  background-position: 50% 50%;
  display: block;
  position: absolute;
}
#requestFrame .loader.hidden {
  display: none;
}

.img_brand{width: 90%; height: auto;}
/* End */
/* /bitrix/templates/proauto_default/components/bitrix/catalog.section.list/main-page-brands/style.css?17243086681684 */
/* /bitrix/templates/proauto_default/components/redsign/catalog.sorter/gopro/style.css?1724308668637 */
/* /bitrix/templates/proauto_default/components/bitrix/catalog.section/gopro/style.css?1724308668312 */
/* /bitrix/templates/proauto_default/components/bitrix/news.list/brands_main/style.css?17243086683337 */
