

/* Start:/local/templates/transopt/css/mainPage.css?17580254493315*/
header:not(.fixed) .header_burger span {
    background: #ffffff;
}
body.withModal header:not(.fixed) .header_burger span {
    background: #222222;
}

header:not(.fixed) .header_back svg {
    fill: #ffffff;
}
body.withModal header:not(.fixed) .header_back svg {
    fill: #222222;
}

main {
    padding-top: 0!important;
}
.mainPage_top {
    display: flex;
    flex-flow: row wrap;
}
.mainPage_topLeft {
    width: 66.7%;
}
.mainPage_topRight {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    width: 33.3%;
    padding-left: 80px;
}
.mainPage_topRight h3 {
    margin: 0 0 24px;
}

.mainPage_search {
    box-sizing: border-box;
    padding-right: 80px;
    margin-top: 152px;
    margin-bottom: 8px;
}









.mobileApp {
    position: relative;
    width: 100%;
    height: 608px;
    border-radius: 40px;
    background: #28B571;
}
.mobileApp_bg {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.mobileApp_phone {
    position: absolute;
    top: 0;
    left: 14%;
}
.mobileApp_info {
    position: absolute;
    top: 160px;
    right: 16%;
    color: #FFFFFF;
}
.mobileApp_text {
    color: #FFFFFF;
}
h2.mobileApp_text {
    margin: 0 0 32px;
}
p.mobileApp_text {
    font-size: 18px;
    line-height: 25px;
}
.mobileApp_btns {
    margin-top: 56px;
}

@media (max-width: 1779px) {
    .mobileApp_info {
        right: 10%;
    }
}
@media (max-width: 1599px) {
    .mainPage_topRight {
        padding-left: 40px;
    }
    .mobileApp_info {
        right: 5%;
    }
    .mobileApp_phone {
        left: 5%;
    }
}
@media (max-width: 1399px) {
    .mainPage_search {
        padding-right: 16px;
    }
}
@media (max-width: 1379px) {
    .mobileApp_info {
        right: 1%;
    }
    .mobileApp_phone {
        left: 1%;
    }
}
@media (max-width: 1279px) {
    .mainPage_top {
        margin-bottom: 0;
        background: #F0F5F7;
    }
    .mainPage_topLeft {
        width: 100%;
        background: #ffffff;
    }
    .mainPage_topRight {
        width: 100%;
        padding-left: 32px;
        background: #ffffff;
        border-radius: 0 0 0 40px;
    }
    form.mainPage_search {
        margin-top: -128px;
        margin-bottom: 72px;
        margin-left: 32px;
        width: calc(100% - 96px);
        padding: 0;
    }
    .mainPage_searchHeader {
        display: none;
    }
    .mainPage_search .form_cell {
        margin-bottom: 0;
    }


    .mainPage_news {
        margin-top: 48px;
    }



    .mainPage_appLinks {
        margin-bottom: 32px;
    }


    .mainPage_recommended {
        background: #F0F5F7;
        border-radius: 0 0 0 40px;
    }



    .mainPage_apps {
        display: none;
    }
}

@media (max-width: 767px) {
    main section {
        margin-bottom: 32px;
    }
    .mainPage_topRight {
        padding-left: 16px;
    }
    form.mainPage_search {
        margin-top: -56px;
        margin-bottom: 16px;
        margin-left: 0;
        width: calc(100% - 16px);
        padding: 0;
    }
    .mainPage_search .form_cell {
        margin-bottom: 0;
    }
    form.mainPage_search .input {
        height: 40px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .mainPage_news {
        margin-top: 32px;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/news.list/banners/style.css?17580254493434*/
.banners {
    width: 100%;
    max-height: 940px;
}
.banners_slider {
    position: relative;
    border-radius: 0 64px 64px 64px;
    overflow: hidden;
}
.banners_slide {
    position: relative;
    height: 940px;
}
.banners_slideImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}


.banners_slideText {
    position: absolute;
    top: 304px;
    z-index: 5;
    left: 12.5%;
    max-width: 80%;
    color: #FFFFFF;
}
.banners_slideText * {
    color: #FFFFFF;
}
.banners_slideText h1,
.banners_slideText h2 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 77px;
}
.banners_slideText p {
    font-size: 18px;
    line-height: 25px;
}


.banners_nav {
    position: absolute;
    left: 12.5%;
    bottom: 88px;
    display: flex;
    align-items: center;
}
.banners_arrow {
    margin-left: 40px;
}

.banners_dots {
    display: flex;
    margin: 0!important;
}
.banners_dots li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
    padding: 0;
    margin: 0;
}
.banners_dots li::before,
.banners_dots li::after {
    content: "";
    position: initial;
    width: 20px;
    height: 3px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background: #2ECF81;
    opacity: 0;
    transition: opacity 0.3s;
}

.banners_dots li button {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none;

    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: all 0.3s;
    cursor: pointer;
}
.banners_dots li button:hover {
    color: #2ECF81;
}

.banners_dots li button::before {
    content: "0";
}

.banners_dots li.slick-active button {
    color: #2ECF81;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.banners_dots li.slick-active::before,
.banners_dots li.slick-active::after {
    opacity: 1;
}



@media (max-width: 1279px) {
    .banners_slider {
        border-radius: 0 0 40px 40px;
    }
    .banners_slide {
        height: 728px;
    }

    .banners_slideText {
        top: 166px;
        left: 64px;
    }
    .banners_slideText h1,
    .banners_slideText h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px;
    }


    .banners_nav {
        left: 54px;
        bottom: 224px;
    }
    .banners_arrow {
        margin-left: 32px;
    }
}
@media (max-width: 767px) {
    .banners_slider {
        border-radius: 0 0 24px 0;
    }
    .banners_slide {
        height: 390px;
    }
    .banners_slideText {
        top: 88px;
        left: 16px;
        max-width: calc(100% - 32px);
    }
    .banners_slideText h1,
    .banners_slideText h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .banners_slideText p {
        font-size: 10px;
        line-height: 14px;
    }


    .banners_nav {
        left: 32px;
        bottom: 80px;
    }
    .banners_arrow {
        display: none!important;
    }
    .banners_dots li {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin-right: 8px;
        background: #FFFFFF;
        opacity: 0.4;
        transition: all 0.3s;
    }
    .banners_dots li * {
        display: none;
    }
    .banners_dots li.slick-active {
        background: #2ECF81;
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/news.line/newsSlider/style.css?17580254492547*/
.newsSlider {
    display: flex;
    flex-flow: column;
}
.newsSlider_header {
    display: flex;
    align-items: center;
    margin: 0 80px 24px 0;
}
.newsSlider_headerText * {
    margin: 0!important;
}
.newsSlider_arrows {
    display: flex;
    justify-content: space-between;
    width: 32px;
    margin-left: 32px;
}
.newsSlider_arrows .sliderArrow svg {
    height: 12px;
    width: 8px;
}

.newsSlider_slider {
    margin: 0 0 56px;
}
.newsSlider_slide {
    position: relative;
    display: flex;
    width: 224px;
    height: 256px;
    border-radius: 16px;
    margin-right: 16px;
    overflow: hidden;
    text-decoration: none;
}
.newsSlider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.newsSlider_info {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 24px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 61.41%, #222222 100%);
    backdrop-filter: blur(4px);
}
.newsSlider_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    transition: color 0.3s;
}
.newsSlider_date {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.newsSlider_slide:hover .newsSlider_name,
.newsSlider_slide:active .newsSlider_name {
    color: #2ECF81;
}


@media (max-width: 1399px) {
    .newsSlider_header {
        margin-right: 16px;
    }
}
@media (min-width: 1279px) {
    .btn.newsSlider_btn {
        min-width: auto;
        height: 32px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 1279px) {
    .newsSlider_header {
        margin: 0 32px 24px 0;
    }
    .newsSlider_arrows {
        width: 48px;
        margin-left: 32px;
    }
    .newsSlider_arrows .sliderArrow svg {
        height: 24px;
        width: 12px;
    }

    .newsSlider_slider {
        margin-bottom: 32px;
    }

    .newsSlider_slide {
        width: calc(20vw - 24px);
        height: 232px;
        margin-right: 16px;
    }
}
@media (max-width: 1079px) {
    .newsSlider_slide {
        width: calc(33vw - 32px);
    }
    .newsSlider_arrows {
        display: none;
    }
}
@media (max-width: 767px) {
    .newsSlider_header {
        margin-right: 16px;
    }
}
@media (max-width: 545px) {
    .newsSlider_header {
        margin: 0 16px 24px 0;
    }
    .newsSlider_slide {
        width: calc(50vw - 24px);
        margin-right: 8px;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/catalog.section/slider/style.css?17580254491372*/
.annsSl {
    display: flex;
    flex-flow: column;
    background: #F0F5F7;
    border-radius: 40px;
}
.annsSl_header {
    margin: 64px 64px 40px;
}
.annsSl_headerText * {
    margin: 0;
}
.annsSl_arrows {
    display: flex;
    justify-content: space-between;
    width: 64px;
    margin-left: 80px;
}






.annsSl_slider {
    margin: 0 44px 56px;
}

.annsSl_slider .slick-track {
    display: flex!important;
}
.annsSl_slider .slick-slide {
    height: inherit!important;
}

.annsSl_slide {
    margin:  8px 20px;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
}


@media (max-width: 1279px) {
    .annsSl_header {
        margin: 48px 32px 24px;
    }
    .annsSl_slider {
        margin: 0 0 32px 32px;
    }
    .annsSl_slide {
        width: calc(25vw - 36px);
        margin:  8px 8px;
    }
    .annsSl_arrows {
        width: 48px;
        margin-left: 32px;
    }
}
@media (max-width: 1079px) {
    .annsSl_slide {
        width: calc(33vw - 36px);
        margin: 8px 8px;
    }
    .annsSl_arrows {
        display: none;
    }
}
@media (max-width: 767px) {
    .annsSl_header {
        margin: 32px 16px 16px;
    }
    .annsSl_slider {
        margin: 0 0 16px 16px;
    }
    .annsSl_headerText * {
        margin: 0!important;
    }
}
@media (max-width: 519px) {
    .annsSl_slide {
        width: calc(50vw - 32px);
        margin: 8px 4px;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/news.list/tabs/style.css?17580254497696*/
.mainTabs_head {
    display: flex;
    justify-content: flex-start;
    margin: 80px 120px 0 160px;
    overflow-x: auto;
}
.mainTabs_header {
    padding: 12px 40px;
    border-radius: 16px 16px 16px 0;
    margin: 0 80px 0 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    transition: all 0.3s;
    cursor: pointer;
    white-space: nowrap;
}
.mainTabs_header.active {
    color: #ffffff;
    background: #28b571;
}
.mainTabs_header:last-child {
    margin-right: 0;
}

.mainTabs_body {
    transition: height 0.3s;
}
.mainTabs_item {
    position: relative;
    padding: 0 160px;
}
.mainTabs_itemInner {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    padding-top: 96px;
}
.mainTabs_itemInner.withSubs {
    padding-top: 24px;
}
.mainTabs_switcher {
    display: flex;
    flex-flow: column;
}
.mainTabs_switcherRadioContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.mainTabs_switcherElement {
    flex: 1;
    justify-content: space-between;
    box-sizing: border-box;
}
.mainTabs_switcherElement.open {
    display: flex;
}


.mainTabs_element {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 240px;
}
.mainTabs_element:last-child {
    width: calc(33.3% - 56px);
    flex-shrink: 0;
}
.mainTabs_elIcon {
    position: relative;
    height: 100%;
}
.mainTabs_num {
    font-size: 104px;
    line-height: 1;
    font-weight: 700;
    color: #28b571;
}


.mainTabs_dot {
    border-radius: 50%;
    position: absolute;
    width: 17px;
    height: 17px;
    bottom: 0;
    left: calc(50% - 8px);
    background: #28b571;
    border: 4px solid #ffffff;
    box-sizing: border-box;
    z-index: 3;
}
.mainTabs_verticalSolidLine {
    position: absolute;
    height: 50px;
    bottom: 16px;
    left: 50%;
    border-left: 1px solid #dae2e8;
}


.mainTabs_elInfo {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 56px 0 40px;
}
.mainTabs_element:last-child .mainTabs_elInfo {
    padding-right: 0;
}


.mainTabs_elName {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #28b571;
}

.mainTabs_dashedLine {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 1px dashed #dae2e8;
}
.mainTabs_solidLine {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 2;
    width: 100%;
    border-bottom: 1px solid #dae2e8;
}
.mainTabs_element:last-child .mainTabs_elInfo .mainTabs_solidLine {
    display: none;
}
.mainTabs_element:first-child .mainTabs_elIcon .mainTabs_solidLine {
    width: 50%;
    left: initial;
    right: 0;
}
.mainTabs_element:last-child .mainTabs_elIcon .mainTabs_solidLine {
    width: 50%;
}


.mainTabs_item:first-child .mainTabs_dashedLine {
    width: 50%;
    left: auto;
    right: 0;
}
.mainTabs_item:last-child .mainTabs_dashedLine {
    width: 50%;
}

.js_tabsItem {
    display: none;
}
@media (max-width: 1900px) {
    .mainTabs_header {
        margin-right: 40px;
    }
}
@media (max-width: 1820px) {
    .mainTabs_header {
        margin-right: 0;
    }
}
@media (max-width: 1744px) {
    .mainTabs_head {
        justify-content: center;
        margin: 48px 16px 0;
    }
    .mainTabs_item {
        padding: 0 16px;
    }

    .mainTabs_header {
        margin-right: 0;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1279px) {
    .mainTabs_itemInner {
        padding-top: 40px;
    }
    .mainTabs_itemInner.withSubs {
        padding-top: 16px;
    }
    .mainTabs_element {
        min-height: auto;
        width: 100%!important;
        flex: 1;
        flex-flow: column;
        align-items: center;
    }
    .mainTabs_elIcon {
        position: initial;
        display: flex;
        flex: 0;
        justify-content: center;
        margin: 0;
    }
    .mainTabs_elImg {
        width: 80px;
        height: 80px;
        margin-bottom: 16px;
    }
    .mainTabs_num {
        font-size: 80px;
    }
    .mainTabs_elIcon .mainTabs_solidLine {
        display: none!important;
    }
    
    .mainTabs_elInfo {
        padding: 0;
    }
    .mainTabs_elName {
        padding: 0 8px;
        margin-bottom: 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px
    }
    .mainTabs_elText {
        padding: 0 8px;
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 56px;
    }
    .mainTabs_verticalSolidLine {
        height: 24px;
        margin-left: 0;
    }
    .mainTabs_dot {
        margin-left: 0;
    }

    .mainTabs_solidLine {
        width: 100%;
        left: 0;
    }
    .mainTabs_element:last-child .mainTabs_elInfo .mainTabs_solidLine {
        display: block;
    }
    .mainTabs_element:first-child .mainTabs_solidLine {
        width: 50%;
        left: 50%;
    }
    .mainTabs_element:last-child .mainTabs_solidLine {
        width: 50%;
    }

    .mainTabs_item:first-child .mainTabs_dashedLine {
        width: calc(100% - 100% / 6);
        left: auto;
        right: 0;
    }
    .mainTabs_item:last-child .mainTabs_dashedLine {
        width: calc(100% - 100% / 6);
    }
    
    .mainTabs_switcherRadioContainer {
        margin-bottom: 24px;
    }
}
@media (max-width: 1079px) {
    .mainTabs_head {
        justify-content: flex-start;
    }
}



@media (max-width: 767px) {
    .mainTabs_verticalSolidLine,
    .mainTabs_solidLine,
    .mainTabs_dashedLine,
    .mainTabs_dot {
        display: none!important;
    }
    .mainTabs_head {
        margin: 16px 0 0 20px;
        overflow-x: auto;
    }
    .mainTabs_body {
        margin: 0;
    }
    .mainTabs_header {
        padding: 8px 16px;
        margin-right: 0;
        font-size: 14px;
        line-height: 17px;
    }
    .mainTabs_slider {
        text-align: center;
    }
    .mainTabs_dots {
        margin: 16px 0 24px;
        display: flex;
    }
    .mainTabs_dots li {
        width: 4px;
        height: 4px;
        background: grey;
        border-radius: 25px;
        margin: 0 4px;
        padding-left: 0;
    }
    .mainTabs_dots li::before {
        display: none;
    }
    .mainTabs_dots li.slick-active {
        background: #28b571;
    }
    .mainTabs_dots button {
        display: none;
    }
    
    .mainTabs_switcherRadioContainer .mainTabs_switcherRadio.switchStyle {
        height: 40px;
    }
    .mainTabs_switcherRadio .radioBtn.switchStyle .radioBtn_option {
        font-size: 12px;
        line-height: 14px;
    }
    
    .mainTabs_itemInner {
        flex-flow: column nowrap;
        padding: 0!important;
    }
    .mainTabs_switcherElement {
        flex-flow: column;
    }
    .mainTabs_element {
        flex-flow: row;
        align-items: center;
        width: 100%!important;
        min-height: auto;
        margin-bottom: 24px;
    }
    .mainTabs_element:last-child {
        margin-bottom: 0;
    }
    .mainTabs_elIcon {
        flex: 1 0 72px;
        align-items: center;
        margin: 0 16px 0 0;
    }
    .mainTabs_elImg {
        width: 72px;
        height: 72px;
        margin: 0;
    }
    .mainTabs_elInfo {
        height: auto;
    }
    .mainTabs_elName {
        margin: 0 0 8px 0;
        padding: 0;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
        line-height: 140%;
    }
    .mainTabs_elText {
        margin: 0;
        padding: 0;
        text-align: left;
        font-weight: 500;
        font-size: 10px;
        line-height: 140%;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/news.list/articles/style.css?17580254494521*/
.articles {
    height: 784px;
    display: flex;
    flex-flow: column wrap;
}
.articles_item {
    position: relative;
    width: calc((100% - (40px * 4)) / 5);
    height: 424px;
    border-radius: 24px;
    margin-right: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #28B571;
}
.articles_item:nth-child(2n) {
    margin-bottom: 0;
    background: #222222;
}
.articles_item:nth-child(9),
.articles_item:nth-child(10) {
    margin-right: 0;
}


.articles_item:nth-child(5),
.articles_item:nth-child(10) {
    height: 552px;
}
.articles_item:nth-child(2),
.articles_item:nth-child(3),
.articles_item:nth-child(7) {
    height: 320px;
}
.articles_item:nth-child(6),
.articles_item:nth-child(9) {
    height: 192px;
}
.articles_item:nth-child(6) .articles_itemImage,
.articles_item:nth-child(9) .articles_itemImage {
    display: none;
}
.articles_item:nth-child(6) .articles_itemInfo,
.articles_item:nth-child(9) .articles_itemInfo {
    background: none;
    backdrop-filter: none;
}

.articles_itemImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles_itemInfo {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    box-sizing: border-box;
    min-height: 50%;
    width: 100%;
    padding: 32px 24px 24px 40px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
    transition: min-height 0.3s;
}
.articles_itemText {
    margin-bottom: 8px;
    color: #ffffff;
    line-height: 140%;
    transition: color 0.3s;
}
.articles_itemName {
    font-size: 18px;
    font-weight: bold;
}
.articles_itemPreviewText {
    font-weight: 500;
    font-size: 14px;
}
.articles_itemDate {
    font-size: 12px;
    line-height: 14px;
}


.articles_item:hover .articles_itemInfo {
    min-height: 100%;
}
.articles_item:hover .articles_itemName,
.articles_item:hover .articles_itemDate {
    color: #28B571;
}
.articles_item:nth-child(9):hover .articles_itemName,
.articles_item:nth-child(9):hover .articles_itemDate {
    color: #222222;
}


@media (max-width: 1599px) {
    .articles_item {
        width: calc((100% - (40px * 3)) / 4);
    }
    .articles_item:nth-child(9),
    .articles_item:nth-child(10) {
        display: none;
    }

    .articles_item:nth-child(7),
    .articles_item:nth-child(8) {
        margin-right: 0;
    }
}

@media (max-width: 1279px) {
    .articles_item {
        width: calc((100% - (16px * 3)) / 4);
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .articles_itemInfo {
        padding: 16px;
    }
    .articles_itemName {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 1079px) {
    .articles {
        height: 720px;
    }
    .articles_item:nth-child(n) {
        width: calc((100% - (16px * 2)) / 3);
        height: 296px;
        margin-bottom: 16px;
        margin-right: 16px;
    }
    .articles_item:nth-child(2n) {
        margin-bottom: 16px;
    }
    .articles_item:nth-child(3),
    .articles_item:nth-child(5),
    .articles_item:nth-child(8) {
        margin-bottom: 0;
    }
    .articles_item:nth-child(6),
    .articles_item:nth-child(7),
    .articles_item:nth-child(8) {
        margin-right: 0;
    }
    
    
    .articles_item:nth-child(4) {
        height: 408px;
    }
    .articles_item:nth-child(3),
    .articles_item:nth-child(6) {
        height: 224px;
    }
    .articles_item:nth-child(2),
    .articles_item:nth-child(8) {
        height: 168px;
    }
}

@media (max-width: 639px) {
    .articles {
        height: 648px;
    }
    .articles_item:nth-child(n) {
        width: calc((100% - 8px) / 2);
        height: 176px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .articles_item:nth-child(4),
    .articles_item:nth-child(8) {
        margin-bottom: 0;
    }
    .articles_item:nth-child(5),
    .articles_item:nth-child(6),
    .articles_item:nth-child(7),
    .articles_item:nth-child(8) {
        margin-right: 0;
    }

    .articles_item:nth-child(4),
    .articles_item:nth-child(6) {
        height: 232px;
    }
    .articles_item:nth-child(3),
    .articles_item:nth-child(8) {
        height: 136px;
    }
    .articles_item:nth-child(2),
    .articles_item:nth-child(5) {
        height: 80px;
    }

    .articles_itemInfo {
        padding: 8px;
    }

    .articles_item:nth-child(5) .articles_itemName {
        font-size: 12px;
        line-height: 14px;
    }
}
/* End */
/* /local/templates/transopt/css/mainPage.css?17580254493315 */
/* /local/templates/transopt/components/bitrix/news.list/banners/style.css?17580254493434 */
/* /local/templates/transopt/components/bitrix/news.line/newsSlider/style.css?17580254492547 */
/* /local/templates/transopt/components/bitrix/catalog.section/slider/style.css?17580254491372 */
/* /local/templates/transopt/components/bitrix/news.list/tabs/style.css?17580254497696 */
/* /local/templates/transopt/components/bitrix/news.list/articles/style.css?17580254494521 */
