

/* Start:/bitrix/components/uservice/brands.models_pages/templates/.default/style.css?17555104511097*/
/* .model-page-menu container+*{
    margin-top: 0;
}
.section__head+.container-fluid {
    margin-top: 0;
    padding-top: 0;
}

.text-in-picture,
.text-in-picture.swiper-slide {
    display: flex;
    flex-direction: column;
}


.model-hero__content.text-in-picture__wrapper {
    position: static;
    color: #0d1016;
    order: 1;
    border-radius: 3rem;
    background-color: #fff;
    box-shadow: 0 .1rem .4rem 0 hsla(240, 4%, 5%, .05);
    padding: 2.8rem 1rem 1rem;
    margin-top: 1rem;
    align-items: flex-start;

}
.text-in-picture__picture img {
    border-radius: 3rem;
    width: 100%;
}


@media (min-width: 1300px) {
    .text-in-picture__wrapper {

        margin-top: 0rem;
        margin-bottom: 9.1rem;

        max-width: 50%;
    }
    .model-hero__content.text-in-picture__wrapper {
        color: #fff;
        position: absolute;
        inset: auto auto 0 auto;
        background: transparent;
        border-radius: 0;
    }
    .pic-n-text__text-title.text-in-picture__title {
        font-size: 2.6rem;
    }
} */
/* 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/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.models_pages/templates/.default/style.css?17555104511097 */
/* /bitrix/components/sprint.editor/blocks/templates/uservice/_style.css?16946710873267 */
/* /bitrix/components/uservice/brand.contacts/templates/.default/style.css?1496848250853 */
