

/* Start:/bitrix/components/uservice/brands.brand/templates/.default/style.css?175326159459*/
/*.model-range-card__pic img {
    max-height: 200px;
}*/
/* End */


/* Start:/bitrix/components/uservice/models/templates/brandpage-block/style.css?16487296563234*/
.models_block{font-family:"FGB",Arial,sans-serif;margin:30px 0;padding:0}.content ul.models-body-type{display:flex;flex-direction:row;flex-wrap:wrap;font-family:"FGB",Arial,sans-serif;font-size:16px;margin:0;padding:10px 0;max-width:100%}.content li.models-body-type-item{border-bottom:2px dotted hsl(0,0%,0%);color:hsl(0,0%,0%);cursor:pointer;list-style:none;padding:0 2px;margin:0 15px 10px 0}.content li.models-body-type-item:last-child{margin:0 0 10px 0}.content li.models-body-type-item.active{border-bottom:2px dotted hsla(0,0%,0%,.5);color:hsla(0,0%,0%,.5)}li.models-body-type-item::before{display:none}.models-list{display:grid}.brand-model-wrapper{position:relative;padding:0 0 50px;display:none}.brand-model-wrapper.active{display:block}.brand_model-inner{display:flex;flex-direction:column;font-family:"FGB",Arial,sans-serif;position:relative;margin:0 -20px 0;padding:0 20px 20px}.brand_model-inner::after{background:linear-gradient(to bottom,hsl(0,0%,91%),hsl(0,0%,100%));content:'';position:absolute;left:0;bottom:-20px;width:100%;height:20px}.brand_model-title{cursor:default;display:flex;flex-direction:column;flex-wrap:wrap;max-width:50%;position:absolute;left:20px;top:25px}a.model_name{color:hsl(215,87%,31%);text-decoration:underline;display:inline-block;font-size:31px;line-height:28px;margin:0 0 3px;transition:all ease-in-out .2s}.model_price{color:hsl(0,0%,0%);display:inline-block;font-size:14px}.model_img{margin:35px 0 15px auto;max-width:200px;height:unset}.model-links-wrapper{position:absolute;left:0;bottom:62px}.model-links-inner{display:flex;flex-direction:row}.model-links-inner a{font-size:12px;position:relative;margin:0 0 0 10px}.model-links-inner a::before{content:'';background:hsl(0,0%,82%);position:absolute;top:calc(50% - 2.5px);left:-5px;width:1px;height:5px}.model-links-inner a:first-child{margin:0}.model-links-inner a:first-child:before{display:none}@media only screen and (min-width:767px){.models_block{margin-top:20px}.models-list{grid-template-columns:repeat(2,1fr);grid-gap:25px}.brand-model-wrapper{padding:0 0 30px}.brand_model-inner{margin:0;padding:0 20px}.model-links-wrapper{padding:0 20px;bottom:15px}.brand_model-inner::after{display:none}}@media only screen and (min-width:1040px){.brand-model-wrapper{position:relative;padding:0 0 40px}.brandpage-wrapper .models_block{margin:50px 0 0}.models_block h2{font-size:28px}.content ul.models-body-type{margin:40px 0 30px;padding:0}.models-list{grid-template-columns:repeat(3,1fr);margin:0 0 80px}.brand_model-inner{background:hsl(0,0%,100%);position:relative;padding:0 20px;transition:all ease-out .2s;z-index:10}.model-links-wrapper{bottom:60px;width:100%;transition:all ease-out .2s;margin:0;padding:0;z-index:1}a.model_name{font-size:28px}.brand-model-wrapper:hover .model-links-wrapper{bottom:0}.model-links-inner{transition:box-shadow ease-in .2s;padding:12px 20px;justify-content:space-between}.brand-model-wrapper:hover .model-links-inner{-webkit-box-shadow:0 9px 10px 1px rgba(0,0,0,.1);-moz-box-shadow:0 9px 10px 1px rgba(0,0,0,.1);box-shadow:0 9px 10px 1px rgba(0,0,0,.1)}.model-links-inner a{font-size:14px}.model-links-inner a::before{left:-9px}.model_img{margin:10px 0 0 auto}.brand_model-title{top:0;max-width:56%}}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/uservice/_style.css?16946710873267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/bitrix/components/allsites/v2.instock.cars.selection/templates/uservice-block/style.css?16756803564998*/
* {
    font-family: var(--font-family);
}
.without-header .wrapper,
.wrapper .content {
    padding: 0;
}
.content > h1 {
    padding: 40px 20px 20px;
}
a.instock-car, a.instock-car:visited{
    color: #000;
}
.instock-car {
    height: 300px;
    display: block;
    position: relative;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-collapse: collapse;
    background: url('/bitrix/components/allsites/new.instock.cars.selection/templates/.default/imgs/carbg.jpg') no-repeat bottom right transparent;
}

.instock-car:first-child {
    border-top: 1px solid #e5e5e5;
}
.instock-car-name {
    color: #0a4595;
    font-size: 20px;
    line-height: 20px;
}
.instock-car-year {
    color:#7f7f7f;
    font-size: 12px;
}
.instock-car-head{
    position: absolute;
    top: 0;
    left:0;
    padding: 20px 20px 0;
}
.instock-car-img {
    margin-top: 30px;
    text-align: center;
}
.instock-car-img img {
    max-height: 130px;
    width: auto;
}
.instock-car-compl {
    font-size: 18px;
}
.instock-car-modif {
    font-size: 12px;
}
.instock-car-discount {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    color:#fff;
    position: relative;
    background-color : #d90202;
}
.instock-car-discount:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 11px;
    border-color: transparent transparent transparent #d90202;
    position: absolute;
    right: -11px;
    top:0;

}
.price-block {
    padding: 0 20px 20px;
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    align-items: center;
}
.bottom-price{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.instock-car-price {
    font-size: 18px;
}
.instock-car-count {
    color:#7f7f7f;
    font-size: 12px;
    position: relative;
}
.instock-car-count:before {
    display: block;
    position: absolute;
    top:4px;
    left:-9px;
    content: " ";
    width: 5px;
    height: 5px;
    background: #91ce79;
    border-radius: 50%;
}
.load-block {
   padding: 25px 0;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
}
.load-btn {
    text-decoration: none;
    display: inline-block;
    height: 18px;
    color: #b8976d;

}
.load-btn span.load-text{
    margin-left: 5px;
    position: relative;
    top:-6px;
    border-bottom: 2px dotted #b8976d;
}
.load-btn span.load-img {
    display: inline-block;
    border-bottom: none;
    width: 20px;
    height: 19px;
    background: url('/bitrix/components/allsites/new.instock.cars.selection/templates/.default/imgs/load-bg.jpg') no-repeat top left transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.load-btn:hover span.load-img {
    -moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
}

#instock-filter,
#instock-cars-selection-content{
    float: none !important;
    width: 100%  !important;
}

@media only screen and (min-width: 640px){
    .instock-car-wrapper {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
    }
    .instock-car {
        width: 50%;
    }
    .instock-car:nth-child(2){
        border-top: 1px solid #e5e5e5;
    }
    .instock-car:nth-child(2n-1){
        border-right: 1px solid #e5e5e5;
    }
}
@media only screen and (min-width: 1040px){
    .content {
        padding: 0;
    }
    .instock-car {
        position: relative;
        width: 25%;
        padding: 20px 10px 20px 20px;
        border-right: 1px solid #e5e5e5;
        -webkit-transition: all .13s ease-out;
        -moz-transition: all .13s ease-out;
        -o-transition: all .13s ease-out;
        transition: all .13s ease-out;
    }
    .instock-car:hover{
        z-index: 100;
        backface-visibility: visible;
        -webkit-box-shadow: 6px 6px 18px 0px rgba(50, 50, 50, 0.36);
        -moz-box-shadow:    6px 6px 18px 0px rgba(50, 50, 50, 0.36);
        box-shadow:         6px 6px 18px 0px rgba(50, 50, 50, 0.36);
    }

    .instock-car:first-child,
    .instock-car:nth-child(2),
    .instock-car:nth-child(3),
    .instock-car:nth-child(4) {
        border-top: 1px solid #e5e5e5;
    }
    .instock-car-wrapper {
        border-top: none;
        border-left: 1px solid #e5e5e5;
        border-bottom: none;
        border-right: none;
        margin-bottom: 10px;
    }
    .instock-car-img {
        margin-top: 35px;
    }
    .instock-car-img img {
        max-height: 110px;
    }
    /*.instock-car:nth-child(2n-1){
        border-right: 1px solid #e5e5e5;
    }*/
}
/* End */


/* Start:/bitrix/components/uservice/news.list.brands/templates/block/style.css?1656928424774*/
.simple-list-service {
	margin-top: 30px;
	border-bottom: 1px solid  #e7e7e7;
	padding-bottom: 20px;
}
.all-serv-act {
	text-align: center;
}

@media only screen and (min-width: 767px){
	.simple-list-service .list-items-service a {
		border: none !important;
	}
	.simple-list-service .list-items-service a:first-child {
		padding-left: 0;
	}
	.simple-list-service .list-items-service a:last-child {
		padding-right: 0;
	}
	.all-serv-act {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
		
	}
}
@media only screen and (min-width: 1024px){
	.simple-list {
		width:calc(100% + 40px);
		margin-left: -20px;
		padding: 20px !important;
		box-sizing: border-box;
	}
	.content .simple-list {
		margin-top: 30px;
	}
}
/* End */


/* Start:/bitrix/components/uservice/brand.contacts/templates/.default/style.css?1496848250853*/
.models {
	
	width:320px;
	margin:0 auto;
	}
.model {
	width:280px;
	margin:40px 0 50px 40px;
	display:block;
	float:left;
	text-decoration:none;
}
a.model:hover {
	text-decoration:underline;
	color:#000;
	}
.model img {
	width:auto;
	}
.model-descripton {
	margin-top:20px ;
	font-size:20px;
	position:relative;
	}
.model-descripton:before {
   content: " \f105";
   font-family: FontAwesome, Arial, sans-serif;
   font-size: 22px;
   position:absolute;
   left:5px;
   top:10px;
}
.model-name {
	margin-left: 30px;
	font-weight:bold;
	}
.model-cost {
	margin:5px 0 0 30px;
	}
.content h1,
.content h2 {
	text-align:center;
	}
@media only screen and (min-width: 640px) {
	.models {
		width:640px;
		}
}
@media only screen and (min-width: 960px) {
	.content h1,
	.content h2 {
		text-align:left;
		}
	.models {
		width:100%;
		margin-left:-40px;
	}
	
}

/* End */
/* /bitrix/components/uservice/brands.brand/templates/.default/style.css?175326159459 */
/* /bitrix/components/uservice/models/templates/brandpage-block/style.css?16487296563234 */
/* /bitrix/components/sprint.editor/blocks/templates/uservice/_style.css?16946710873267 */
/* /bitrix/components/allsites/v2.instock.cars.selection/templates/uservice-block/style.css?16756803564998 */
/* /bitrix/components/uservice/news.list.brands/templates/block/style.css?1656928424774 */
/* /bitrix/components/uservice/brand.contacts/templates/.default/style.css?1496848250853 */
