

/* Start:/local/templates/sag-v3/components/bitrix/catalog/last_tpl/style.css?1777065101697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/sag-v3/components/bitrix/catalog/last_tpl/bitrix/catalog.section/products_section/style.css?177706510110224*/
.catalog-page {
    padding: 17px 0 40px;
    }
    .catalog-page .top-block {
    /* padding-left: 250px; */
    margin-bottom: 50px;
    position: relative;
    }
    .catalog-page .top-block h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    }
    .catalog-page .top-block p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    }
    .catalog-page .top-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    text-align: center;
    }
    .catalog-page .pre-table {
    font-size: 16px;
    margin-bottom: 20px;
    display: none;
    }
    .catalog-page table {
    width: 100%;
    border-collapse: collapse;
    }
    .catalog-page table thead tr {
    background: #F8FBFB;
    }
    .catalog-page table thead tr th {
    padding: 10px 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #939393;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    }
    .catalog-page table thead tr th.headerSortUp span .fa.fa-sort {
    display: none;
    }
    .catalog-page table thead tr th.headerSortUp span .fa.fa-sort-asc {
    display: none;
    }
    .catalog-page table thead tr th.headerSortUp span .fa.fa-sort-desc {
    display: inline-block;
    }
    .catalog-page table thead tr th.headerSortDown span .fa.fa-sort {
    display: none;
    }
    .catalog-page table thead tr th.headerSortDown span .fa.fa-sort-desc {
    display: none;
    }
    .catalog-page table thead tr th.headerSortDown span .fa.fa-sort-asc {
    display: inline-block;
    }
    .catalog-page table thead tr th span .fa {
    vertical-align: middle;
    display: none;
    }
    .catalog-page table thead tr th span .fa.fa-sort-desc {
    display: none;
    }
    .catalog-page table thead tr th span .fa.fa-sort-asc {
    display: none;
    }
    .catalog-page table thead tr th span .fa.fa-sort {
    display: inline-block;
    }
    .catalog-page table tbody tr td {
    padding: 15px 5px;
    border: 1px solid #939393;
    font-size: 14px;
    line-height: 1.4;
    }
    .catalog-page table tbody tr td:nth-child(1) {
    font-weight: 800;
    }
    .catalog-page table tbody tr td:nth-child(3) a {
    font-weight: bold;
    color: #FB003C;
    }
    .catalog-page table tbody tr td:nth-child(5) {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    }
    .catalog-page table tbody tr td .image {
    text-align: center;
    padding: 0 10px;
    position: relative;
    /* margin-bottom: 15px; */
    }
    .catalog-page table tbody tr td .image a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #8E8E8E;
    text-decoration: none;
    }
    .catalog-page table tbody tr td .number {
    width: 114px;
    height: 21px;
    position: relative;
    }
    .catalog-page table tbody tr td .number input[type='text'] {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    }
    .catalog-page table tbody tr td .number span {
    position: absolute;
    cursor: pointer;
    line-height: 21px;
    font-weight: 500;
    font-size: 20px;
    color: #DADADA;
    }
    .catalog-page table tbody tr td .number span.minus {
    left: 14px;
    }
    .catalog-page table tbody tr td .number span.plus {
    right: 14px;
    }
    .catalog-page table tbody tr td .number span:hover {
    color: #000;
    }
    .catalog-page table tbody tr td .price {
    text-align: right;
    white-space: nowrap;
    }
    .catalog-page table tbody tr td .price .new {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 25px;
    line-height: 158.68%;
    }
    .catalog-page table tbody tr td .price .old {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 158.68%;
    text-decoration-line: line-through;
    color: #AFA9A9;
    }
    .catalog-page table tbody tr td .price .new.price-by-request {
    font-size: 18px;
    }
    .catalog-page table tbody tr td button {
    width: 199px;
    height: 37px;
    background: #FB003C;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border: 0;
    cursor: pointer;
    }
    .catalog-page table tbody tr td button span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/bitrix/templates/sag/i/cart.svg');
    margin: -4px 2px 0 0;
    }
    .catalog-form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
    }
    .catalog-form .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.6);
    }
    .catalog-form .window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 540px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 32px;
    }
    .catalog-success .window {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        max-width: 1050px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        padding-top: 115px;
        padding-bottom: 90px;
        }
    .catalog-form .window .name {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 161.3%;
    }
    .catalog-form .window input[type='text'] {
    width: 100%;
    height: 50px;
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 17px;
    }
    .catalog-form .window input[type='email'] {
        width: 100%;
        height: 50px;
        border: 1px solid #DADADA;
        border-radius: 10px;
        padding: 0 20px;
        font-weight: 300;
        font-size: 15px;
        margin-bottom: 17px;
        }
    .catalog-form .window .item {
    border: 1px solid #000000;
    border-radius: 10px;
    margin-bottom: 27px;
    padding: 25px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 161.3%;
    position: relative;
    }
    .catalog-form .window .item .number {
    width: 114px;
    height: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    }
    .catalog-form .window .item .number input[type='text'] {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    }
    .catalog-form .window .item .number span {
    position: absolute;
    cursor: pointer;
    line-height: 21px;
    font-weight: 500;
    font-size: 20px;
    color: #DADADA;
    }
    .catalog-form .window .item .number span.minus {
    left: 14px;
    }
    .catalog-form .window .item .number span.plus {
    right: 14px;
    }
    .catalog-form .window .item .number span:hover {
    color: #000;
    }
    .catalog-form .window p {
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 161.3%;
    }
    .catalog-form .window button {
    width: 100%;
    height: 51px;
    color: #fff;
    background: #FB003C;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    border: 0;
    cursor: pointer;
    }
    @media (max-width: 1199px) {
    .catalog-page table thead tr th {
        font-size: 13px;
    }
    .catalog-page table tbody tr td {
        font-size: 13px;
    }
    .catalog-page table tbody tr td button {
        width: 130px;
    }
    .catalog-page table tbody tr td .number {
        width: 90px;
    }
    }
    @media (max-width: 1000px) {
    .catalog-page .tbl {
        padding-bottom: 10px;
        overflow-x: scroll;
        margin-right: -10px;
    }
    .catalog-page table {
        width: 800px;
    }
    .catalog-page .pre-table {
        display: block;
    }
    .catalog-page .top-block .image {
        width: 160px;
    }
    /* .catalog-page .top-block {
        padding-left: 160px;
    } */
    .catalog-page .top-block p {
        font-size: 16px;
    }
    .catalog-page .top-block h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    }


    @media (max-width: 1000px) {
        .catalog-page .image img {
            width: 100px;
        }

        .catalog-page .top-block .image {
            bottom: -20px !important;
        }
    }

    @media (max-width: 575px) {
    .catalog-page .top-block {
        padding-left: 0;
    }
    .catalog-page .top-block .image {
        position: unset;
        left: auto;
        bottom: auto;
        margin-bottom: 15px;
        text-align: center;
        width: auto;
    }
    .catalog-page .top-block h1 {
        text-align: center;
    }
    .catalog-form .window {
        width: 320px;
        padding: 20px;
    }
    .catalog-form .window .name {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .catalog-form .window .item {
        padding: 10px 20px;
        margin-bottom: 15px;
    }
    .catalog-form .window .item .number {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 5px;
    }
    .catalog-form .window p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .catalog-form .window input[type='text'] {
        height: 40px;
        margin-bottom: 12px;
    }
    .catalog-form .window input[type='email'] {
        height: 40px;
        margin-bottom: 12px;
    }
    .catalog-form .window button {
        height: 40px;
    }
    }
/* End */
/* /local/templates/sag-v3/components/bitrix/catalog/last_tpl/style.css?1777065101697 */
/* /local/templates/sag-v3/components/bitrix/catalog/last_tpl/bitrix/catalog.section/products_section/style.css?177706510110224 */
