

/* Start:/local/components/simpleit/torgi/templates/classic/style.css?1707159236798*/
.torgi-tabs {
    margin-bottom: 20px;
}

.nashy-clienty {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(7, 1fr);
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nashy-clienty {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .nashy-clienty {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .nashy-clienty {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* End */


/* Start:/local/templates/simpleIT/components/bitrix/form/simpleit-inline/bitrix/form.result.new/.default/style.css?1707159822713*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/simpleIT/components/bitrix/form/simpleit-inline/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/simpleIT/components/bitrix/form/simpleit-inline/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.popup-form.popup-form--inline {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* End */


/* Start:/local/templates/simpleIT/css/widgets/tabs.css?1707159671690*/
.tabs {}

.tabs-nav {
    display:flex;
    /*flex-wrap: wrap;*/
    white-space: nowrap;
    overflow-x: scroll;
}

.tab-nav {
    cursor: pointer;
    padding: 16px 24px 15px;
    color: #777;
    background: #fafafa;
    border: 1px solid #ececec;
    transition: all .2s linear;
    margin-right: 10px;
    margin-bottom: 5px;
}
.tab-nav:last-child {
    margin-right: 0;
}
.tab-nav:hover {
    background: #fff;
    color: #000;
}

.tab-nav.tab-active {
    background: #fff;
    color: #000;
    cursor: default;
    box-shadow: 0 2px 0 0 var(--main-color);
}

.tabs-content {
    margin-top: 10px;
}
.tab-content {
    display: none;
}
.tab-content.tab-active {
    display: block;
}
/* End */
/* /local/components/simpleit/torgi/templates/classic/style.css?1707159236798 */
/* /local/templates/simpleIT/components/bitrix/form/simpleit-inline/bitrix/form.result.new/.default/style.css?1707159822713 */
/* /local/templates/simpleIT/css/widgets/tabs.css?1707159671690 */
