

/* Start:/local/templates/lg/components/bitrix/catalog/catalog/bitrix/catalog.section/catalogFullWidth/style.css?17394283978081*/
.catalog__table > table {
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    table-layout: auto;
}
.catalog__table > table thead td {
    color: #979797;
    font-size: 16px;
    line-height: 18px;
}
.catalog__table > table td,
.catalog__table > table th {
    font-size: 14px;
    padding: 13px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
}
.catalog__table > table th {
    background: transparent;
    font-weight: normal;
    padding: 10px 0;
    height: 57px;
}
.catalog__table > table td a:hover {
    color: #a50034;
}
.catalog__table {
    padding-top: 15px;
}
.catalog__content .catalog__table > table {
    margin-bottom: 59px;
    float: left;
}
.catalog__content .catalog__table > table td {
    color: #979797;
    font-size: 16px;
    height: 85px!important;
    padding: 10px;
    text-align: center;
}
.catalog__content .catalog__table > table:first-child {
    max-width: 50%;
}
.catalog__content .catalog__table > table:last-child {
    width: 35%;
    display: table;
}
.catalog__content .catalog__table > table:last-child td {
    color: #333;
    font-size: 14px;
}
.catalog__content .catalog__table > table td a{
    display: block;
}
.catalog__content .catalog__table > table:first-child.db {
    width: 60%;
}
@media screen and (max-width: 1124px) {
    .catalog__table{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
    }
    .catalog__table table:first-child {
        border-left: 1px solid #e5e5e5!important;
    }
}
@media (max-width: 1100px) {
    .catalog__table--fullwidth table tr:first-child td, .catalog__table--fullwidth table tr:first-child th {
        font-size: 25px;
    }
    .catalog__table > table td, .catalog__table > table th {
        font-size: 15px;
    }
    .catalog__content .catalog__table > table:first-child.db {
        max-width: 100%;
        width: auto;
    }
    .catalog__content .catalog__table > table:first-child {
        margin-left: 0 !important;
    }
    .catalog__table table {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .catalog__table {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
    }
    .catalog__content .catalog__table > table:first-child {
        width: auto;
    }
    .catalog__table {
        display: block;
        overflow-x: scroll;
    }
}
@media (max-width: 600px) {
    .catalog__content .catalog__table > table td {
        font-size: 14px;
    }
}
@media screen and (max-width: 580px) {
    .catalog__table.mergedTables {
        overflow-x: scroll;
        display: block;
    }
    .catalog__table table:first-child {
        min-width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .page__catalog.page__catalog_mobile .catalog__table table:last-child {
        min-width: 150px;
    }
    .page__catalog.page__catalog_mobile .catalog__table {
        overflow-x: scroll;
        padding-left: 21%;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 400px){
    .page__catalog.page__catalog_mobile .catalog__table table {
        min-width: 100%;
    }
    .page__catalog.page__catalog_mobile .catalog__table table:first-child {
        min-width: 250px;
    }
    .page__catalog.page__catalog_mobile .catalog__table table:last-child {
        min-width: 150px;
    }
}
@media screen and (max-width: 380px) {
    .page__catalog.page__catalog_mobile .catalog__table {
        overflow-x: scroll;
        padding-left: 13%;
        padding-bottom: 20px
    }
}
@media screen and (max-width: 320px) {
    .page__catalog.page__catalog_mobile .catalog__table {
        padding-left: 0;
    }
}
.catalog__table--fullwidth table {
    width: 100%;
}
.catalog__table--fullwidth table tr:first-child td, .catalog__table--fullwidth table tr:first-child th {
    font-size: 23px;
    background: #eee;
}
.catalog__table > table, .catalog__table > table td, .catalog__table > table th{
    border:1px solid #eee;
}
.catalog__table > table td,
.catalog__table > table th {
    height: 73px;
    font-size: 18px;
}

.projects {
    max-width: 1600px;
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    margin: 10px auto 0;
}
.projects__row {
    margin: 0;
    padding: 0;
}
.projects__cell {
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}
.projects__item {
    aspect-ratio: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.projects__cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    transition: -webkit-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
}
.projects__item:hover .projects__cover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.projects__caption {
    background-color: rgba(51,51,51,.7);
    color: white;
    display: block;
    min-height: 30px;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.projects_item {
    box-sizing: border-box;
}
.projects_item_content {
    position: relative;
}
.projects_item_content_cover {
    position: absolute;
    top: 6vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    text-align: center;
}
.projects_item__title {
    font-size: 6vh;
    line-height: 6vh;
    color: #000;
    margin-bottom: 10px;
    padding: 0 10px;
}
.projects_item__text {
    font-size: 3vh;
    line-height: 5vh;
    color: #000;
    margin-bottom: 15px;
    flex: 1 1 auto;
    padding: 0 5px;
    box-sizing: border-box;
}
.projects_item_content a {
    color: #000;
}
.projects__title {
    margin-bottom: 5vh;
    font-size: 6vh;
    line-height: 0.9375;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
@media (min-width: 551px) {
    .projects_row {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .projects__row {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .projects__cell {
        margin-right: 4px;
        width: calc(50% - 2px);
    }
    .projects__cell:nth-child(2n) {
        margin-right: 0;
    }
    .projects__title {
        margin-bottom: 5vh;
        font-size: 6vh;
    }
    .projects_item {
        padding-right: 10px;
    }
    .projects_item:last-child {
        padding-right: 0;
    }
}
@media (min-width: 1100px) {
    .projects__cell {
        width: 28.626%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 0 8px;
        padding: 0 4px;
    }
    .projects__cell--half {
        width: 50%;
    }
    .projects__caption {
        font-size: 22px;
    }
    .projects__title {
        margin-bottom: 29px;
        font-size: 48px;
    }
}
@media (min-width: 1300px) {
    .projects_item_content {
        height: 100%;
        min-height: 75vh;
    }
}
.catalog__item-btn {
    margin: 0 0 10px;
}
.catalog__item-btn.i-button {
    background: #fff;
    border: 1px solid #a50034;
    color: #a50034;
}

/* End */


/* Start:/local/templates/lg/components/bitrix/catalog.section.list/catalogMobileList/style.css?17110923534466*/
.catalog__table > table {
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    table-layout: auto;
}
.catalog__table > table thead td {
    color: #979797;
    font-size: 16px;
    line-height: 18px;
}
.catalog__table > table td,
.catalog__table > table th {
    font-size: 14px;
    padding: 13px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
}
.catalog__table > table th {
    background: transparent;
    font-weight: normal;
    padding: 10px 0;
    height: 57px;
}
.catalog__table > table td a:hover {
    color: #a50034;
}
.catalog__table {
    padding-top: 15px;
}
.catalog__content .catalog__table > table {
    margin-bottom: 59px;
    float: left;
}
.catalog__content .catalog__table > table td {
    color: #979797;
    font-size: 16px;
    height: 85px!important;
    padding: 10px;
    text-align: center;
}
.catalog__content .catalog__table > table:first-child {
    max-width: 50%;
}
.catalog__content .catalog__table > table:last-child {
    width: 35%;
    display: table;
}
.catalog__content .catalog__table > table:last-child td {
    color: #333;
    font-size: 14px;
}
.catalog__content .catalog__table > table td a{
    display: block;
}
.catalog__content .catalog__table > table:first-child.db {
    width: 60%;
}
@media screen and (max-width: 1124px) {
    .catalog__table{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
    }
    .catalog__table table:first-child {
        border-left: 1px solid #e5e5e5!important;
    }
}
@media (max-width: 1100px) {
    .catalog__table--fullwidth table tr:first-child td, .catalog__table--fullwidth table tr:first-child th {
        font-size: 25px;
    }
    .catalog__table > table td, .catalog__table > table th {
        font-size: 15px;
    }
    .catalog__content .catalog__table > table:first-child.db {
        max-width: 100%;
        width: auto;
    }
    .catalog__content .catalog__table > table:first-child {
        margin-left: 0 !important;
    }
    .catalog__table table {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .catalog__table {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
    }
    .catalog__content .catalog__table > table:first-child {
        width: auto;
    }
    .catalog__table {
        display: block;
        overflow-x: scroll;
    }
}
@media (max-width: 600px) {
    .catalog__content .catalog__table > table td {
        font-size: 14px;
    }
}
@media screen and (max-width: 580px) {
    .catalog__table.mergedTables {
        overflow-x: scroll;
        display: block;
    }
    .catalog__table table:first-child {
        min-width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .page__catalog.page__catalog_mobile .catalog__table table:last-child {
        min-width: 150px;
    }
    .page__catalog.page__catalog_mobile .catalog__table {
        overflow-x: scroll;
        padding-left: 21%;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 400px){
    .page__catalog.page__catalog_mobile .catalog__table table {
        min-width: 100%;
    }
    .page__catalog.page__catalog_mobile .catalog__table table:first-child {
        min-width: 250px;
    }
    .page__catalog.page__catalog_mobile .catalog__table table:last-child {
        min-width: 150px;
    }
}
@media screen and (max-width: 380px) {
    .page__catalog.page__catalog_mobile .catalog__table {
        overflow-x: scroll;
        padding-left: 13%;
        padding-bottom: 20px
    }
}
@media screen and (max-width: 320px) {
    .page__catalog.page__catalog_mobile .catalog__table {
        padding-left: 0;
    }
}
.catalog__table--fullwidth table {
    width: 100%;
}
.catalog__table--fullwidth table tr:first-child td, .catalog__table--fullwidth table tr:first-child th {
    font-size: 23px;
    background: #eee;
}
.catalog__table > table, .catalog__table > table td, .catalog__table > table th{
    border:1px solid #eee;
}
.catalog__table > table td,
.catalog__table > table th {
    height: 73px;
    font-size: 18px;
}

/* End */
/* /local/templates/lg/components/bitrix/catalog/catalog/bitrix/catalog.section/catalogFullWidth/style.css?17394283978081 */
/* /local/templates/lg/components/bitrix/catalog.section.list/catalogMobileList/style.css?17110923534466 */
