/* USER VARIABLES SECTION */

:root {
    --accent: #0FBB8F;
    --text: #414141;
    --light: #757575;
    --regular-text: 18px;
    --lineheight: 1.65;
    --userfont: golos, sans-serif;
    --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}


/* BOOTSTRAP SETTINGS SECTION */


/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: .625rem;
}

.row,
.row>* {
    --bs-gutter-x: 1.25rem;
}


/* FONTS LOAD SECTION */

@font-face {
    src: url("../fonts/sourcesanspro.woff2") format("woff2");
    font-family: "sourcesanspro";
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../fonts/sourcesanspro-semibold.woff2") format("woff2");
    font-family: "sourcesanspro";
    font-weight: 600;
    font-style: normal;
}

@font-face {
    src: url("../fonts/sourcesanspro-bold.woff2") format("woff2");
    font-family: "sourcesanspro";
    font-weight: 700;
    font-style: normal;
}

@font-face {
    src: url("../fonts/golos-regular.woff2") format("woff2");
    font-family: "golos";
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../fonts/golos-semibold.woff2") format("woff2");
    font-family: "golos";
    font-weight: 600;
    font-style: normal;
}

@font-face {
    src: url("../fonts/golos-bold.woff2") format("woff2");
    font-family: "golos";
    font-weight: 700;
    font-style: normal;
}


/* GENERAL CSS SETTINGS */

::placeholder {
    color: #666;
}

::selection {
    background-color: var(--accent);
    color: #fff;
}

input,
textarea {
    outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

body {
    font-family: var(--userfont);
    font-size: var(--regular-text);
    line-height: var(--lineheight);
    color: var(--text);
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}

.wraps>.wrapper_inner {
    padding-top: 24px;
    padding-bottom: 50px;
    z-index: 0;
}

.wrapper_inner {
    padding: 0 24px;
    max-width: 1208px;
    margin: 0 auto;
    background: #fff;
}

.right_block {
    padding-left: 244px;
    overflow: visible;
    position: relative;
}

.right_block:after {
    content: '';
    clear: both;
    display: table;
}

.middle {
    position: relative;
    float: left;
    width: 100%;
}

.middle>.container {
    width: 100% !important;
    padding: 0px !important;
    position: relative;
}

h1 {
    color: #414141;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    padding-bottom: 22px;
    padding-right: 55px;
}

.right_side.wide {
    width: 230px;
}

.right_side {
    width: 200px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
}

.left_side.wide {
    padding-right: 240px;
}

.left_side {
    padding-right: 200px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* USER STYLES */

a[data-fancybox] img {
    cursor: zoom-in;
}

.right_side {
    font-family: "sourcesanspro", sans-serif;
}

.right_features {
    margin-bottom: 100px;
}

.right_features__item {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
}

.right_features__text {
    padding-left: 15px;
}

.right_features__text h4 {
    margin: 0 0 2px 0;
    font-family: "sourcesanspro", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.right_features__text p {
    font-size: 11px;
    color: #757575;
    margin-top: 0;
    line-height: 14px;
}

.right_question {
    margin-bottom: 37px;
    padding: 20px;
    border: 1px solid #E9E9E9;
    text-align: center;
}

.right_question__title {
    margin-bottom: 5px;
    font-family: "sourcesanspro", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #414141;
}

.right_question__subtitle {
    margin-bottom: 10px;
    font-size: 11px;
    color: #757575;
    line-height: 14px;
}

.right_question__img img {
    max-width: 40px;
    margin-bottom: 16px;
}

.button {
    position: relative;
    display: inline-block;
    width: 113px;
    padding: 1px 10px;
    background: #0FBB8F;
    border: 2px solid #0FBB8F;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: "sourcesanspro", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
}

.button:hover {
    background: #29c89f;
    border: 2px solid #29c89f;
    color: #fff;
}

.button.white {
    background: #FDFDFD;
    color: #414141;
    border: 1.5px solid #0FBB8F;
}

.button.white:hover {
    background: #0FBB8F;
    color: #fff;
}

.button.arrow {
    width: auto;
    font-size: 15px;
    line-height: 19px;
    padding: 6px 35px 6px 25px;
}

.button.arrow::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 18px;
    transform: translateY(-5px);
    background: url(../images/arrow-right.svg) no-repeat center;
    background-size: cover;
}

.pagesubtitle {
    max-width: 400px;
    font-family: "golos", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.sawdust {
    display: flex;
}

.sawdust_list ul {
    padding: 0;
    margin: 0 0 45px 0;
    list-style-type: none;
}

.sawdust_list {
    padding-top: 30px;
    margin-right: 40px;
}

.sawdust_list .button {
    margin-left: 30px;
}

.sawdust_list ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 27px;
    font-family: 'golos', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--light);
}

.sawdust_list ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-1px);
    background: var(--accent);
}

.page_content {
    padding-bottom: 10px;
    border-bottom: 2px solid #F1F1F1;
}

.page_content.opilki {
    padding-bottom: 40px;
}

.page_content.desc h5 {
    margin-bottom: 20px;
    font-family: 'golos', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
}

.page_content.desc h6 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
}

.page_content.desc {
    padding: 40px 0 30px 70px;
}

.page_title {
    margin-bottom: 25px;
    font-family: 'golos', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.desc_item {
    display: flex;
    margin-bottom: 30px;
}

.desc_img {
    position: absolute;
    left: 10px;
}

.desc_img img {
    max-width: 38px;
}

.desc_text {
    font-family: 'golos', sans-serif;
}

.desc_text h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
}

.desc_text span {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}

.use_list {
    display: flex;
}

.use_content ul {
    padding-left: 15px;
}

.use_content ul li {
    margin-bottom: 10px;
    line-height: 18px;
}

.use_content {
    font-family: 'golos', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.use_content.dealers {
    font-size: 12px;
}

.use_img img {
    max-width: 280px;
    margin-top: -30px;
}

.page_gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.page_gallery__item {
    display: block;
    position: relative;
    flex: 0 1 24.4%;
    padding: 0px 0px 18% 0px;
    overflow: hidden;
    margin: 0 0.3% 0.5% 0.3%;
}

.page_gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.feature_table {
    margin-right: 50px;
    color: #414141;
}

.feature_table tr td:first-child {
    font-weight: 600;
    width: 80px;
}

.use_img.feature {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.color_list {
    display: flex;
    flex: 0 1 33.333%;
    justify-content: space-between;
}

.color_item {
    margin-right: 20px;
}

.color_text {
    margin-bottom: 10px;
    font-family: 'golos', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.color_text span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(5px);
    margin-right: 10px;
    box-sizing: border-box;
}

.color_item:first-child .color_text span {
    background: #D7D4D4;
    border: 1px solid #CBCBCB;
}

.color_item:nth-child(2) .color_text span {
    background: #894949;
    border: 1px solid #5C3838;
}

.color_item:nth-child(3) .color_text span {
    background: #529368;
    border: 1px solid #4B874E;
}

.color_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.feature_notice {
    font-size: 14px;
    line-height: 17px;
    color: #414141;
}

.page_subtitle {
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 10px;
    color: #757575;
}

.products_list {
    width: 100%;
    margin: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.product_item {
    text-align: center;
    flex: 0 1 31.333%;
}

.product_item__img img {
    max-width: 100%;
    max-height: 105px;
}

.product_item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
}

.product_item__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #414141;
}

.product_item__price {
    margin: 0 auto 13px;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    max-width: 185px;
}

.products_list.delivery .product_item__img {
    height: auto;
    margin-bottom: 10px;
}

.products_list.delivery .product_item__img img {
    max-width: 100%;
    max-height: 140px;
}

.page_content.wood {
    padding: 40px 0 30px 0px;
}

.wood_list {
    font-size: 14px;
    line-height: 17px;
    color: #414141;
}

.wood_item {
    padding: 14px 0;
    display: flex;
    text-align: left;
    border-bottom: 1px solid #CAC4C4;
}

.wood_img {
    margin-right: 10px;
}

.wood_img img {
    max-width: 35px;
}

.wood_item:last-child {
    border-bottom: none;
}

.sawdust.lumber .sawdust_img img {
    max-width: 350px;
}

.lumber_list {
    display: flex;
    justify-content: space-between;
}

.lumber_item {
    flex: 0 1 20%;
    text-align: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.lumber_content,
.lumber_inner {
    display: flex;
}

.lumber_content {
    flex: 0 1 48%
}

.products_list.lumber .product_item {
    flex: auto;
    text-align-last: left;
}

.products_list.lumber .product_item:first-child {
    width: 66.666%;
}

.products_list.lumber .product_item:last-child {
    width: 33.333%;
}

.products_list.delivery {
    margin: 40px 0 0px 0;
}

.products_list.delivery .button.arrow {
    font-size: 14px;
}

.lumber_title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
}

.lumber_table {
    margin-right: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #757575;
}

.lumber_img img {
    width: 100%;
    max-width: 110px;
}

.lumber_inner.one {
    margin-bottom: 40px;
}

.sawdust.lumber {
    margin-bottom: 30px;
}

.sawdust.lumber .sawdust_img img {
    margin-top: 40px;
}

.lumber_content:first-child {
    padding-right: 30px;
}

.page_content.lumber {
    padding: 40px 0 30px 0px;
}

.page_content.dealers {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(245, 245, 245, 0.7);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.dealers_items {
    display: flex;
}

.dealers_item {
    flex: 0 1 50%;
}

.dealers_item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dealers_item ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.3;
}

.dealers_item ul li:before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: -10px;
    color: var(--accent);
    padding-right: 10px;
    font-size: 30px;
}

.dealers_item:last-child {
    padding-left: 20px;
}

.page_content.dealers h5 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #414141;
    ;
}

.use_content.dealers .feature_table tr td:first-child {
    font-weight: 400;
    width: 150px;
    color: #757575;
}

.use_content.dealers .feature_table tr td:last-child {
    font-weight: 600;
    color: #757575;
}

.dealers_wrap {
    display: flex;
}

.dealers_wrap__item:first-child {
    width: 40%;
}

.dealers_wrap__item:last-child {
    width: 60%;
}

.dealers_wrap__item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.dealers_wrap__item ul li {
    flex: 0 1 33%;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    text-align: center;
    margin-bottom: 20px;
}

.page_content.dealers .feature_table {
    margin-right: 20px;
}

.page_full.dealers {
    padding-top: 60px;
}

.nb {
    border: none;
}

.right_features__item:last-child {
    border: none;
}

.cta {
    display: inline-block;
    margin: 20px 20px 0  0;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #414141;
}

.cta span {
    font-weight: 400;
}

.page_content.dealers .button.arrow {
    transform: translateY(-9px);
}

.dealers_items.two .dealers_item {
    flex: auto;
    margin-bottom: 40px;
}

.dealers_item ul.stepan_list li:before {
    content: '\2714';
    top: -2px;
    color: #757575;
    font-size: 20px;
}

.dealers_item ul.stepan_list li {
    padding-left: 25px;
    font-weight: 600;
    color: #757575;
}

.mb-40 {
    margin-bottom: 40px;
}

.dealers_wrap__item ul li span {
    display: block;
}

.needles {
    position: relative;
    display: inline-block;
}

.needles::before {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 50px;
    top: -13px;
    right: -60px;
    background: url(../images/lumber/needles.png) no-repeat center;
    background-size: contain;
}

.wood_text span {
    display: inline-block;
    line-height: 20px;
}

.page_content.dealers .page_title {
    font-size: 22px;
}

.page_title.needles {
    font-size: 18px;
}

.lumber_item__title {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
}

.lumber_item__img img {
    max-width: 110px;
    margin: 0 auto;
}

.page_content.lumber .page_title {
    font-size: 18px;
}