

/* Start:/bitrix/templates/iclient_standart/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17810412393625*/
p{
    margin-bottom: 15px;
}

h2{
    margin-bottom: 15px;
}

table{
    margin-bottom: 15px;
}

.sct_img{
    float:right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.price .information, .price .tablet, .price .title-box, .price table {

    width: 100%;
}
.price .title-box {
    background: #545d70;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: -1px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.price table thead tr th {
    text-align: center;
    background: #b7bac9;
    color: #fff;
    padding: 5px 0;
}
.price table tbody tr td, .price table thead tr th {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    font-family: Roboto,sans-serif;
}

.podsct_it{
    display: inline-table;
    width: 20%;
    margin: 5px;
}

.podsct_thumb{
    margin-bottom: 20px;
}

/*---------
    FAQ
---------*/
.faq
{
    margin-top: 50px;
}


.faq .block_title
{
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #4d5d68;
}



.faq .accordion
{
    /*width: calc(50% - 10px);*/
    width: 100%;
}



.faq .accordion_item + .accordion_item
{
    margin-top: 10px;
}

.faq .accordion_item .head
{
    position: relative;

    padding: 14px 58px 14px 19px;

    cursor: pointer;
    transition: border-radius .2s linear;

    border: 1px solid #4d5d68;
    border-radius: 5px;
}

.faq .accordion_item .head .title
{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.faq .accordion_item .head .icon
{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 19px;
    bottom: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;
}

.faq .accordion_item .head .icon:before,
.faq .accordion_item .head .icon:after
{
    position: absolute;

    display: block;

    width: 100%;
    height: 2px;
    margin: auto;

    content: '';
    transition: .2s linear;

    background: #000;

    inset: 0;
}

.faq .accordion_item .head .icon:after
{
    width: 2px;
    height: 100%;
}

.faq .accordion_item .data
{
    font-size: 14px;
    line-height: 18px;

    display: none;

    padding: 9px 19px 19px;

    border: 1px solid #4d5d68;
    border-radius: 0 0 5px 5px;
}

.faq .accordion_item .data > * + *
{
    margin-top: 10px;
}


.faq .accordion_item.active .head
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq .accordion_item.active .head .icon:before
{
    background: rgba(219, 14, 17, 1);
}

.faq .accordion_item.active .head .icon:after
{
    opacity: 0;
}

.faq .add_question
{
    width: calc(50% - 10px);
    margin-left: auto;
}



@media print, (max-width: 949px)
{
    /*---------
        FAQ
    ---------*/
    .faq .accordion_item .data
    {
        padding: 14px 19px;
    }
}


@media print, (max-width: 767px)
{
    /*---------
        FAQ
    ---------*/
    .faq
    {
        margin-top: 30px;
    }


    .faq .accordion
    {
        width: 100%;
    }


    .faq .add_question
    {
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width: 479px)
{
    /*---------
        FAQ
    ---------*/
    .faq .accordion
    {
        width: 100%;
        /*width: calc(100% + 20px);*/
        margin-right: -10px;
        margin-left: -10px;
    }

    .faq .accordion .block_title {
        padding:0 0 0 10px;
    }
}
/* End */


/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.list/landing_list_new/style.css?17725150571095*/
.landing-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.landing-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 20px;
    border: 1px solid #4d5d68;
    margin: 0 0 -1px -1px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.landing-item__name {

}
.landing-item__image {
    position: relative;
    width: 40px;
    height: 40px;
}
.landing-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}
.landing-item:hover {
    background-color: #4d5d68;
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .landing-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
/* End */


/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.list/catalog_advantages/style.css?1772517677182*/
.icons-block__item svg,
.icons-block__item img {
	max-width: 36px;
	max-height: 36px;
}
.icons-block__item img {
	margin: 0!important;
}
.icons-block-advantages {
	padding: 30px 0;
}
/* End */


/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.list/projects/style.css?17839504001537*/
.projects-slider .slick-slide {
	padding: 8px;
	box-sizing: border-box;
}
.projects-item {
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.projects-item__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	max-height: 400px;
	overflow: hidden;
}
.projects-item__media img {
	max-height: 400px;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
	margin-top: 0!important;
	margin-bottom: 15px!important;
}
.projects-item__title {
	font-size: 14px;
	line-height: 1.4;
	color: #222;
	margin-top: 10px;
	text-align: center;
}
.projects-item__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
}
.projects-item__link {
	display: block;
	width: 100%;
	height: 100%;
}
.projects-item__media img,
.projects-item__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projects-item__link--video { position: relative; }
.projects-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .55);
	pointer-events: none;
}
.projects-item__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}
/* End */
/* /bitrix/templates/iclient_standart/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17810412393625 */
/* /bitrix/templates/iclient_standart/components/bitrix/news.list/landing_list_new/style.css?17725150571095 */
/* /bitrix/templates/iclient_standart/components/bitrix/news.list/catalog_advantages/style.css?1772517677182 */
/* /bitrix/templates/iclient_standart/components/bitrix/news.list/projects/style.css?17839504001537 */
