

/* Start:/local/templates/timberica/css/about.css?17756417328614*/
.s_innerFirst {
    background: #3B3B3B;
    min-height: 600px;
    margin-bottom: 100px;
    position: relative; }
.s_innerFirst > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.innerFirst {
    position: relative; }
.innerFirst .breadcrumbs {
    margin-bottom: 50px; }
.innerFirst .breadcrumbs ul {
    margin: 0;
    padding: 120px 0 0;
    list-style: none;
    display: flex; }
.innerFirst .breadcrumbs ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #B4B4B4;
    line-height: 1; }
.innerFirst .breadcrumbs ul li:not(:last-child) {
    margin-right: 10px; }
.innerFirst .breadcrumbs ul li a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
.innerFirst .breadcrumbs ul li a::after {
    content: url("/local/templates/timberica/css/../images/right-arrow.png");
    margin-left: 10px; }
.innerFirst .breadcrumbs ul li a::before {
    width: calc(100% - 15px);
    content: " ";
    background: #B4B4B4;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0; }
.innerFirst h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: OpenSansBold, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    max-width: 330px;
    margin: 0 0 60px; }
.innerFirst p {
    font-size: 16px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #ffffff;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 0 60px; }
.innerFirst .btn_bottom {
    text-align: center;
    margin-bottom: 60px; }
.innerFirst .btn_bottom a {
    display: inline-block; }
.innerFirst_absolute {
    position: absolute;
    bottom: 0;
    right: 0; }
.innerFirst_absolute p {
    font-size: 18px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 150px;
    margin-left: auto; }
.innerFirst_absolute__year {
    display: flex;
    align-items: flex-start;
    font-size: 72px;
    font-weight: 700;
    font-family: OpenSansBold, sans-serif;
    color: #ffffff;
    line-height: 57px; }
.innerFirst_absolute__year_rotate {
    font-size: 12px;
    font-weight: 700;
    font-family: OpenSansBold, sans-serif;
    color: #ffffff;
    line-height: 1;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 20px; }

.s_history {
    margin-bottom: 100px; }

.history {
    display: flex; }
.history_left {
    position: relative;
    width: 750px;
    display: flex;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
.history_left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.history_left .blur {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%); }
.history_left__content {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px; }
.history_left__content__title {
    font-size: 28px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px; }
.history_left__content__title span {
    font-family: OpenSansBold, sans-serif;
    font-weight: 700; }
.history_left__content p {
    font-size: 18px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #ffffff;
    line-height: 1.5;
    margin: 0; }
.history_right {
    margin-left: 70px;
    width: 400px;
    flex-shrink: 0; }
.history_right h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #000000;
    line-height: 1; }
.history_right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
.history_right ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    font-family: OpenSansBold, sans-serif;
    color: #000000;
    line-height: 1.5; }
.history_right ul li:not(:last-child) {
    margin-bottom: 50px; }
.history_right ul li::before {
    width: 55px;
    height: 55px;
    content: url("/local/templates/timberica/css/../images/before.png");
    margin-right: 30px;
    position: relative;
    z-index: 1; }
.history_right ul:before {
    content: " ";
    position: absolute;
    top: 29px;
    bottom: 40px;
    left: 29px;
    width: 1px;
    background: #E0EFEC; }
.history__date {
    font-family: OpenSans, sans-serif;
    font-weight: 400; }

.s_factories {
    margin-bottom: 100px; }

.factories_top {
    display: flex;
    margin-bottom: 90px; }
.factories_top h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #000000;
    line-height: 1;
    max-width: 330px;
    flex-shrink: 0;
    margin: 0; }
.factories_top p {
    font-size: 18px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #000000;
    line-height: 1.5;
    border-bottom: 1px solid #EAE9E8;
    margin: 0 0 0 300px; }
.factories__container {
    display: flex; }
.factories_left {
    width: 420px;
    flex-shrink: 0;
    margin-right: 100px; }
.factories_left p {
    font-size: 18px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    margin: 0; }
.factories_left_top {
    position: relative;
    display: flex;
    margin-bottom: 40px; }
.factories_left_top .blur {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%); }
.factories_left_top img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover; }
.factories_left_top p {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #ffffff;
    line-height: 1.5; }
.factories_right {
    width: 100%; }
.factories_right img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.s_whyGeo {
    margin-bottom: 100px; }

.whyGeo {
    display: flex; }
.whyGeo h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #000000;
    line-height: 1;
    margin: 0 0 50px; }
.whyGeo_left {
    width: 50%;
    padding-right: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.whyGeo_right {
    width: 50%;
    position: relative; }
.whyGeo_right img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover; }
.whyGeo_right img:first-child {
    max-width: 450px;
    height: 80%; }
.whyGeo_right img:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 450px;
    height: 300px; }

.factoryPhoto {
    margin-bottom: 100px; }

.factoryPhoto h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: OpenSans, sans-serif;
    color: #000000;
    line-height: 1;
    margin: 0 0 50px;
    text-align: center; }
.factoryPhoto__slider .slick-list {
    margin: 0 -10px; }
.factoryPhoto__slider .slick-slide {
    margin: 0 10px; }
.factoryPhoto__slider .slick-arrow {
    width: 80px;
    height: 80px;
    background: none;
    opacity: 1; }
.factoryPhoto__slider .slick-arrow.slick-next {
    right: -40px; }
.factoryPhoto__slider .slick-arrow.slick-prev {
    left: -40px; }
.factoryPhoto__slider .slick-arrow img {
    width: 100%;
    height: 100%; }
.factoryPhoto__slider img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover; }

@media only screen and (max-width: 1000px){
    .history {
        flex-direction: column; }
    .history_left, .history_right {
        width: 100%; }
    .history_right {
        margin-left: 0; }

    .factories_top {
        flex-direction: column; }
    .factories_top h2 {
        margin-bottom: 30px;
        width: 100%; }
    .factories_top p {
        width: 100%;
        margin-left: 0; }

    .factories__container {
        flex-direction: column; }
    .factories_left, .factories_right {
        width: 100%; }
    .factories_left {
        margin: 0 0 40px; }

    .whyGeo {
        flex-direction: column; }
    .whyGeo_left, .whyGeo_right {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/timberica/css/slick.css?17756417321776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/timberica/components/bitrix/catalog.item/item/style.css?1785401763265*/
.marketing__item {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sale_persent {
    color: #F59D20;
    font-size: 16px;
    font-weight: bold;
    font-family: OpenSansBold, sans-serif;
    margin: 0 5px 10px;
}

/* End */
/* /local/templates/timberica/css/about.css?17756417328614 */
/* /local/templates/timberica/css/slick.css?17756417321776 */
/* /local/templates/timberica/components/bitrix/catalog.item/item/style.css?1785401763265 */
