@font-face {
    font-family: "Raleway";
    src: local('Raleway Regular'),
    url(/assets/fonts/Raleway-Regular.ttf) format("truetype");
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: "Raleway";
    src: local('Raleway SemiBold'),
    url(/assets/fonts/Raleway-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: "Raleway";
    src: local('Raleway Bold'),
    url(/assets/fonts/Raleway-Bold.ttf) format("truetype");
    font-weight: bold;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-variant-numeric: lining-nums;
}

[v-cloak] {
    display: none;
}

input {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {color:#B9B9B9;}
::-moz-placeholder          {color:#B9B9B9;}
:-moz-placeholder           {color:#B9B9B9;}
:-ms-input-placeholder      {color:#B9B9B9;}

.block-wr {
    max-width: 1160px;
    margin: 0 auto;
}

.content-block {
    flex-grow: 1;
    margin-bottom: 75px;
}

body {
    font-family: "Raleway";
    font-weight: normal;
    font-size: 14px;
    /*background: #E5E5E5;*/
    background: #f9f9f9;
}

.page-wr {
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header-wr {
    background-color: #fff;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-top-left {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #747474;
}

.header-top-middle ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.header-top-middle ul li {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
    margin: 0 30px;
}

.header-top-middle ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: 0.2s linear;
}

.header-top-middle ul li a:hover {
    text-decoration: none;
    color: #ffbf3e;
    transition: 0.2s linear;
}

.header-top-middle ul li img {
    max-width: 20px;
    margin-right: 4px;
}

.header-top-right a {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
}

.header-top-right a:hover {
    color: #000;
    text-decoration: underline;
}

.header-bottom-wr {
    /*background-color: #ffbf3e;*/
    padding: 10px 0;
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom-left {
    width: 37%;
}

.header-bottom-middle {
    width: 26%;
}

.header-bottom-right {
    width: 37%;
}

.header-bottom-left ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.header-bottom-left ul li {
    margin-right: 24px;
}

.header-bottom-left ul li:last-child {
    margin-right: 0;
}

.header-bottom-left ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    transition: 0.2s linear;
}

.header-bottom-left ul li a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.2s linear;
}

.header-bottom-middle a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    color: #000;
    transition: 0.2s linear;
}

.header-bottom-middle a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.2s linear;
}

.header-bottom-middle a img {
    margin-bottom: 15px;
    max-width: 100%;
}

.header-bottom-right {
    text-align: right;
}

.header-bottom-right a {
    display: inline-block;
}

.header-bottom-right a:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    transition: 0.2s linear;
}

.header-bottom-right a:nth-child(1):hover {
    color: #000;
    text-decoration: none;
    transition: 0.2s linear;
}

.header-bottom-right a:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    background-color: #ffbf3e;
    border: 2px solid #000;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s linear;
    padding: 7px 35px;
    margin-left: 25px;
}

.header-bottom-right a:nth-child(2):hover {
    text-decoration: none;
    transition: 0.2s linear;
    background-color: #fff;
    border: 2px solid #000;
}

footer {
    background-color: #000;
    padding: 50px 0;
}

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

.footer-col {
    width: 24%;
}

.footer-col-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style-type: none;
}

.footer-col ul li {
    margin-bottom: 16px;
}

.footer-col ul li:last-child {
    margin-bottom: 0;
}

.footer-col ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
}

.footer-col ul li a:hover {
    color: #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

.footer-right {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-right a {
    display: inline-block;
}

.footer-right a:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
}

.footer-right a:nth-child(1):hover {
    color: #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

.footer-right a:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    border: 2px solid #ffbf3e;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s linear;
    padding: 7px 16px;
    margin-top: 15px;
}

.footer-right a:nth-child(2):hover {
    text-decoration: none;
    transition: 0.2s linear;
    background-color: #000;
}

.mobile-only {
    display: none;
}

/*START FORM ELEMENTS*/

.form-field {
    margin-bottom: 24px;
}

.form-field:last-child {
    margin-bottom: 0;
}

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field textarea {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 15px 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #747474;
    border: 1px solid #F5F5F5;
    font-family: "Raleway";
    transition: 0.2s linear;
}

.form-field input[type="text"]:hover,
.form-field input[type="tel"]:hover,
.form-field input[type="email"]:hover,
.form-field textarea:hover {
    border: 1px solid #fff;
    transition: 0.2s linear;
}

.form-field input[type="text"]:focus,
.form-field input[type="tel"]:focus,
.form-field input[type="email"]:focus,
.form-field textarea:focus {
    border: 1px solid #ffbf3e;
    transition: 0.2s linear;
}

.form-field textarea {
    resize: none;
}

.form-field input[type="submit"] {
    background: #ffbf3e;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
    transition: 0.2s linear;
    cursor: pointer;
}

.form-field input[type="submit"]:hover {
    background: #000;
    transition: 0.2s linear;
}

/*END FORM ELEMENTS*/

/*START BOTTOM FORM*/

.bottom-form {
    background: #EBEBEB;
    border-radius: 16px;
    margin: 40px 0;
    padding: 24px 100px 24px 35px;
    display: flex;
}

.bottom-form-title {
    width: 25%;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    color: #ffbf3e;
    margin-right: 35px;
}

.bottom-form-title img {
    max-width: 100%;
    margin-right: 4px;
}

.bottom-form-fields {
    width: 75%;
    display: flex;
}

.bottom-form-fields-left {
    width: calc(65% - 20px);
    margin-right: 20px;
}

.bottom-form-fields-right {
    width: calc(35% - 20px);
    margin-left: 20px;
}

.bottom-form input,
.bottom-form textarea {
    width: calc(100% - 40px);
}

/*END BOTTOM FORM*/

/*START MAIN PAGE*/

.top-links-wr {
    margin: 30px;
}

.top-links {
    display: flex;
    position: relative;
    justify-content: center;
}

.top-links:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #EBEBEB;
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 0;
}

.top-links a {
    display: inline-block;
    width: 50%;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
    padding-bottom: 10px;
    transition: 0.2s linear;
}

.top-links a.active:after,
.top-links a:hover:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #ffbf3e;
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

.modal-box {
    max-width: 300px;
    background-color: #fff;
    margin: 0 auto;
    padding: 16px;
    position: relative;
}

.modal-box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 16px;
    color: #000000;
    text-align: center;
}

#callback-form input {
    margin-bottom: 16px;
}

#callback-form input:last-child {
    margin-bottom: 0;
}

#callback-form input[type="submit"] {
    background: #ffbf3e;
    border-radius: 8px;
    padding: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    transition: 0.2s linear;
    margin-bottom: 16px;
}

#callback-form input[type="submit"]:hover {
    background: #ffbf3e;
    transition: 0.2s linear;
}

#order-form-modal input {
    margin-bottom: 16px;
}

#order-form-modal input:last-child {
    margin-bottom: 0;
}

#order-form-modal input[type="submit"] {
    background: #ffbf3e;
    border-radius: 8px;
    padding: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    transition: 0.2s linear;
    margin-bottom: 16px;
}

#order-form-modal input[type="submit"]:hover {
    background: #ffbf3e;
    transition: 0.2s linear;
}


#modal-box-message,
#simple-page-form-response,
#bottom-form-response,
#product-modal-box-message {
    text-align: center;
    font-weight: bold;
}

.alert-good {
    color: #209a03;
    display: block;
    margin-bottom: 16px;
}

.alert-bad {
    color: #ec0f0f;
    display: block;
    margin-bottom: 16px;
}

/*END MAIN PAGE*/

/*START CATALOG BLOCK*/

.catalog-box {
    display: flex;
}

.catalog-box-left {
    width: 260px;
    margin-right: 40px;
}

.catalog-box-right {
    width: calc(100% - 300px);
}

#catalog-search {
    position: relative;
}

.catalog-box-search {
    margin-bottom: 24px;
}

.catalog-box-categories {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 15px;
}

.catalog-box-categories-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 15px;
}

.catalog-box-categories-items ul {
    list-style-type: none;
}

.catalog-box-categories-items > ul > li {
    margin-bottom: 16px;
}

.catalog-box-categories-items > ul > li:last-child {
    margin-bottom: 0;
}

.catalog-box-categories-items ul ul {
    margin-left: 10px;
}

.catalog-box-categories-items > ul > li > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    /*color: #747474;*/
    color: #000;
    text-decoration: none;
    padding-bottom: 1px;
    display: block;
    transition: 0.2s linear;
    position: relative;
    padding-right: 1px;
}

.catalog-box-categories-items > ul > li > a > span {
    font-weight: normal;
    font-size: 10px;
    line-height: 130%;
    color: #B0B0B0;
    display: block;
    margin-top: 4px;
    transition: 0.2s linear;
}

.catalog-box-categories-items > ul > li > a.open {
    color: #000000;
}

.catalog-box-categories-items > ul > li > a.open > span {
    color: #ffbf3e;
}

.catalog-box-categories-items > ul > li > a:hover,
.catalog-box-categories-items > ul > li > a:hover span {
    color: #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

.catalog-box-categories-items > ul > li > a:after {
    content: '';
    width: 8px;
    height: 6px;
    /*background-image: url("/assets/img/triangle.svg");*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 0;
}

.catalog-box-categories-items > ul > li > a.parent:after {
    transform: rotate(180deg);
}

.catalog-box-categories-items > ul > li > a.parent.open:after {
    transform: rotate(0);
}

.catalog-box-categories-items > ul > li > ul > li {
    margin-bottom: 16px;
}

.catalog-box-categories-items > ul > li > ul > li:last-child {
    margin-bottom: 0;
}

.catalog-box-categories-items > ul > li > ul > li > a {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #747474;
    text-decoration: none;
    transition: 0.2s linear;
    position: relative;
    display: block;
}

.catalog-box-categories-items > ul > li > ul > li > a > span {
    font-weight: normal;
    font-size: 10px;
    line-height: 130%;
    color: #B0B0B0;
    display: block;
    margin-top: 4px;
    transition: 0.2s linear;
}

.catalog-box-categories-items > ul > li > ul > li > a:hover,
.catalog-box-categories-items > ul > li > ul > li > a:hover span {
    color: #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

.catalog-box-categories-items > ul > li > ul {
    display: none;
}
/*END CATALOG BLOCK*/

/*START FILTER*/

.catalog-box-filter {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
}

.catalog-box-filter-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 15px;
}

.filter-item {
    margin-bottom: 24px;
}

.filter-item:last-child {
    margin-bottom: 0;
}

.filter-item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 12px;
    color: #000000;
}

.filter-item-field {
    margin-bottom: 10px;
}

.filter-item-field:last-child {
    margin-bottom: 0;
}

.catalog-box-filter-buttons {
    margin-top: 30px;
}

#apply-filter {
    background: #ffbf3e;
    border-radius: 8px;
    padding: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    transition: 0.2s linear;
    margin-bottom: 16px;
}

#apply-filter:hover {
    background: #e6bb72;
    transition: 0.2s linear;
}

#reset-filter {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    background: none;
    border: none;
    color: #747474;
    width: 100%;
    cursor: pointer;
    transition: 0.2s linear;
}

#reset-filter:hover {
    color: #000;
    transition: 0.2s linear;
}

/*START FILTER*/

/*START INPUTS*/
.styled-input {
    background: #F5F5F5;
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    width: 100%;
    position: relative;
    transition: 0.2s linear;
}

.styled-input:focus {
    border: 2px solid #ffbf3e;
    transition: 0.2s linear;
}

.styled-input-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    width: 100%;
    text-align: center;
    justify-content: center;
    cursor: text;
}

.styled-input-overlay img {
    margin-right: 4px;
}

.styled-input-box input[type="checkbox"]:checked,
.styled-input-box input[type="checkbox"]:not(:checked),
.styled-input-box input[type="radio"]:checked,
.styled-input-box input[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

.styled-input-box input[type="checkbox"]:checked + label,
.styled-input-box input[type="checkbox"]:not(:checked) + label,
.styled-input-box input[type="radio"]:checked + label,
.styled-input-box input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;

    font-size: 14px;
}

.styled-input-box input[type="checkbox"]:checked + label:before,
.styled-input-box input[type="checkbox"]:not(:checked) + label:before,
.styled-input-box input[type="radio"]:checked + label:before,
.styled-input-box input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 2px solid #ffbf3e;
    background-color: #ffffff;
}

.styled-input-box input[type="checkbox"]:checked + label:before,
.styled-input-box input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

.styled-input-box input[type="radio"]:checked + label:before,
.styled-input-box input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.styled-input-box input[type="checkbox"]:checked + label:after,
.styled-input-box input[type="checkbox"]:not(:checked) + label:after,
.styled-input-box input[type="radio"]:checked + label:after,
.styled-input-box input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.styled-input-box input[type="checkbox"]:checked + label:after,
.styled-input-box input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 5px;
    width: 8px;
    height: 4px;
    border-radius: 1px;
    border-left: 4px solid #ffbf3e;
    border-bottom: 4px solid #ffbf3e;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.styled-input-box input[type="radio"]:checked + label:after,
.styled-input-box input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffbf3e;
}

.styled-input-box input[type="checkbox"]:not(:checked) + label:after,
.styled-input-box input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.styled-input-box input[type="checkbox"]:checked + label:after,
.styled-input-box input[type="radio"]:checked + label:after {
    opacity: 1;
}

.noUi-target {
    border: none;
    box-shadow: none;
}

.noUi-handle {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 3px solid #ffbf3e;
    border-radius: 50%;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -8px;
    cursor: pointer;
}

.noUi-handle.noUi-handle-lower {
    right: -20px;
}

.noUi-handle.noUi-handle-upper {
    right: 0;
}

.noUi-handle:after, .noUi-handle:before {
    content: none;
}

.noUi-base, .noUi-connects, .noUi-horizontal {
    height: 4px;
}

.noUi-base {
    background: #EBEBEB;
    border-radius: 4px;
}

.noUi-connect {
    background: #ffbf3e;
}

.filter-item-range-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 16px;
}

/*END INPUTS*/

/*START FAST LINKS*/

.catalog-box-fast-links {
    background: #F5F5F5;
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 24px;
}

.catalog-box-fast-links-tabs-links {
    padding: 16px 24px;
    border-bottom: 2px solid  #EBEBEB;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.catalog-box-fast-links-tabs-links a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    transition: 0.2s linear;
    position: relative;
    margin-right: 40px;
    display: inline-block;
}

.catalog-box-fast-links-tabs-links a:hover,
.catalog-box-fast-links-tabs-links a.active {
    text-decoration: none;
    color: #ffbf3e;
    transition: 0.2s linear;
}

.catalog-box-fast-links-tabs-links a.active:after {
    content: '';
    position: absolute;
    top: calc(100% + 16px);
    border-radius: 8px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ffbf3e;
}

.catalog-box-fast-links-item {
    display: none;
    padding: 16px 24px 8px 24px;
}

.catalog-box-fast-links-item.active {
    display: block;
}

.catalog-box-fast-links-item a {
    padding: 4px 12px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #ffbf3e;
    box-sizing: border-box;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #000000;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: 0.2s linear;
}

.catalog-box-fast-links-item a:hover,
.catalog-box-fast-links-item a.active {
    background-color: #ffbf3e;
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
}

.catalog-box-fast-links-item a.filter-spoiler {
    background: none;
    border: none;
}

.catalog-box-fast-links-item a.filter-spoiler:hover {
    color: #ffbf3e;
    cursor: pointer;
}

/*END FAST LINKS*/

/*START PRODUCTS LIST*/

.catalog-box-product {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 16px;
    display: flex;
    text-decoration: none;
    border: 2px solid #FFF;
    transition: 0.2s linear;
}

.catalog-box-product:hover {
    border: 2px solid #ffbf3e;
    transition: 0.2s linear;
}

.catalog-box-product-left {
    width: 100px;
    margin-right: 22px;
}

.catalog-box-product-left a {
    text-decoration: none;
    display: block;
}

.catalog-box-product-left img {
    max-width: 100%;
}

.catalog-box-product-right {
    width: calc(100% - 122px);

}

.catalog-box-product-right-top {
    margin-bottom: 12px;
}

.catalog-box-product-right-top {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
    transition: 0.2s linear;
}

.catalog-box-product-right-bottom {
    display: flex;
    justify-content: space-between;
}

.catalog-box-product-right-bottom-props {
    margin-right: 20px;
}

.catalog-box-product-right-bottom-prop {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 8px;
}

.catalog-box-product-right-bottom-prop span {
    color: #777777;
}

.catalog-box-product-right-bottom-prop:last-child {
    margin-bottom: 0;
}

.catalog-box-product-right-bottom-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    /*color: #747474;*/
    color: #000;
}

.catalog-box-product-right-bottom-props-box {
    display: flex;
}

/*END PRODUCTS LIST*/

/*START BREADCRUMBS*/

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.breadcrumbs ul li {
    margin-right: 5px;
    position: relative;
    font-size: 14px;
    color: #747474;
    margin-bottom: 5px;
}

.breadcrumbs ul li:after {
    content: '/';
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    margin-left: 2px;
}

.breadcrumbs ul li:last-child:after {
    content: '';
}

.breadcrumbs ul li a {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    transition: 0.2s linear;
    cursor: pointer;
}

.breadcrumbs ul li a:hover {
    color: #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

/*END BREADCRUMBS*/

/*START PRODUCT DETAIL*/

.product-detail-wr {
    margin-top: 40px;
}

.product-detail-top {
    display: flex;
    margin: 60px 0;
}

.product-detail-top-left {
    width: calc(50% - 20px);
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-top-left img {
    max-width: 100%;
}

.product-detail-top-right {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.product-detail-top-right h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 24px;
}

.product-detail-top-props {
    margin-bottom: 24px;
}

.product-detail-top-prop {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.product-detail-top-prop span {
    /*color: #747474;*/
    color: #363636;
}

.product-detail-top-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 24px;
}

.product-detail-top-button a {
    text-decoration: none;
    background: #ffbf3e;
    border-radius: 8px;
    padding: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    transition: 0.2s linear;
    margin-bottom: 16px;
    display: inline-block;
    width: 230px;
    text-align: center;
}

.product-detail-top-button a:hover {
    background: #000;
    text-decoration: none;
    transition: 0.2s linear;
}

.product-detail-bottom {
    background: #FFFFFF;
    border-radius: 16px;
}

.product-detail-bottom-links {
    display: flex;
    border-bottom: 2px solid #EBEBEB;
    padding: 48px 56px 8px 56px;
    position: relative;
}

.product-detail-bottom-links a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #747474;
    transition: 0.2s linear;
    position: relative;
    margin-right: 64px;
}

.product-detail-bottom-links a:last-child {
    margin-right: 0;
}

.product-detail-bottom-links a.active {
    color: #ffbf3e;
}

.product-detail-bottom-links a.active:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffbf3e;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
}

.product-detail-bottom-links a:hover {
    color: #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

.product-detail-bottom-tab {
    display: none;
}

.product-detail-bottom-tab.active {
    display: block;
    padding: 50px 56px;
}

#props {
    column-count: 2;
    column-gap: 15%;
    /*column-gap: 20%;*/
}

.product-detail-bottom-tab-prop-box {
    margin-bottom: 40px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.product-detail-bottom-tab-prop-box-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 20px;
}

.product-detail-bottom-tab-prop-box-item {
    display: flex;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #747474;
}

.product-detail-bottom-tab-prop-box-item:last-child {
    margin-bottom: 0;
}

.product-detail-bottom-tab-prop-box-item-left {
    width: 60%;
    margin-right: 8px;
}

.product-detail-bottom-tab-prop-box-item-right {
    color: #000000;
    width: 40%;
}

.type-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.catalog-h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}

.type-content h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #000000;
}

.type-content p,
.type-content ul,
.type-content ol {
    margin-bottom: 16px;
}

.type-content p:last-child,
.type-content ul:last-child,
.type-content ol:last-child {
    margin-bottom: 0;
}

.type-content ul,
.type-content ol {
    padding-left: 30px;
}

.type-content ul li,
.type-content ol li {
    margin-bottom: 5px;
}

.type-content h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 24px;
    margin-top: 34px;
}

.type-content h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 26px;
}

.type-content a {
    text-decoration: none;
    color: #ffbf3e;
}

.type-content a:hover {
    text-decoration: none;
    color: #ffbf3e;
}

.type-content img {
    max-width: 100%;
}

.docs-tab-item {
    margin-bottom: 16px;
    display: flex;
    text-decoration: none;
    color: #000000;
    transition: 0.2s linear;
}

.docs-tab-item:hover {
    text-decoration: none;
    color: #ffbf3e;
    transition: 0.2s linear;
}

.docs-tab-item:last-child {
    margin-bottom: 0;
}

.docs-tab-item-left {
    width: 30px;
    margin-right: 4px;
}

.docs-tab-item-left img {
    max-width: 100%;
}

.docs-tab-item-right {
    width: calc(100% - 34px);
}

.docs-tab-item-right-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 4px;
    transition: 0.2s linear;
}

.docs-tab-item-right-desc {
    font-weight: normal;
    font-size: 10px;
    line-height: 130%;
    color: #B0B0B0;
}

.docs-tab-item:hover .docs-tab-item-right-title {
    text-decoration: none;
    color: #ffbf3e;
    transition: 0.2s linear;
}

.usl-tab-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.usl-tab-item {
    background: #F5F5F5;
    border-radius: 16px;
    border: 2px solid #F5F5F5;
    text-decoration: none;
    transition: 0.2s linear;
    padding: 24px;
    width: calc(50% - 72px);
    margin-bottom: 40px;
    display: flex;
}

.usl-tab-item:hover {
    border: 2px solid #ffbf3e;
    text-decoration: none;
    transition: 0.2s linear;
}

.usl-tab-item-left {
    width: 100px;
    height: 100px;
    margin-right: 16px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.usl-tab-item-right {
    width: calc(100% - 116px);
}

.usl-tab-item-right-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 12px;
}

.usl-tab-item-right-txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

/*END PRODUCT DETAIL*/

/*START SIMPLE PAGE*/

.simple-page-wr {
    margin-top: 40px;
}

.simple-page-box {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.simple-page-box-left {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.simple-page-box-right {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.simple-page-box-right-img {
    margin-bottom: 32px;
}

.simple-page-box-right-img img {
    max-width: 100%;
    border-radius: 16px;
}

.simple-page-form-box {
    background: #EBEBEB;
    border-radius: 16px;
    padding: 48px 56px;
}

.simple-page-form-box-title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 24px;
}

.simple-page-form-box textarea {
    width: calc(100% - 40px);
}

/*END SIMPLE PAGE*/


/* START PAGINATOR */
.paginator-wr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.paginator-wr a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #EBEBEB;
    text-decoration: none;
    color: #ffbf3e;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.2s linear;
}

.paginator-wr a.active {
    background-color: #ffbf3e;
    color: #fff;
}


.paginator-wr a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    transition: 0.2s linear;
}
/* END PAGINATOR */

@media screen and (max-width: 1160px) {
    .header-top {
        padding: 15px 10px;
    }

    .header-bottom-wr {
        padding: 15px 10px;
    }

    .catalog-wr {
        padding: 0 10px;
    }

    .catalog-h1 {
        padding: 0 10px;
    }

    footer {
        padding: 30px 10px;
    }

    .product-detail-wr,
    .simple-page-wr,
    .bottom-form-wr {
        padding: 0 10px;
    }
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
    .catalog-box-product-right-bottom {
        flex-wrap: wrap;
    }

    .catalog-box-product-right-bottom-props-box {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-box-product-right-bottom-props {
        margin-right: 0;
        width: calc(50% - 15px);
    }

    .catalog-box-product-right-bottom-price {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .header-bottom {
        flex-wrap: wrap;
    }

    .header-bottom-left {
        width: auto;
        order: 2;
    }

    .header-bottom-middle {
        width: 100%;
        order: 1;
    }

    .header-bottom-right {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .header-bottom-right a {
        display: inline-block;
    }

    .header-bottom-right a:first-child {
        margin-bottom: 15px;
    }

    .catalog-box-product-right-bottom {
        flex-wrap: wrap;
    }

    .catalog-box-product-right-bottom-props-box {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-box-product-right-bottom-props {
        margin-right: 0;
        width: calc(50% - 15px);
    }

    .catalog-box-product-right-bottom-price {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .bottom-form-wr {
        padding: 0px 10px;
    }

    .bottom-form {
        flex-wrap: wrap;
        padding: 24px 50px;
    }

    .bottom-form-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
        justify-content: center;
    }

    .bottom-form-fields {
        width: 100%;
    }

    .usl-tab-box {
        flex-wrap: wrap;
    }

    .usl-tab-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    #mob-filter-toggler {
        background: #ffbf3e;
        border-radius: 8px;
        padding: 12px;
        border: none;
        cursor: pointer;
        width: calc(100% - 24px);
        font-weight: bold;
        font-size: 16px;
        line-height: 120%;
        color: #FFFFFF;
        transition: 0.2s linear;
        margin-bottom: 16px;
        text-decoration: none;
        position: relative;
        text-align: center;
    }

    #mob-filter-toggler:hover {
        background: #ffbf3e;
        transition: 0.2s linear;
        text-decoration: none;
    }

    #mob-filter-toggler:after {
        content: '';
        width: 8px;
        height: 6px;
        background-image: url(/assets/img/triangle.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 18px;
        right: 15px;
        filter: invert(100%);
        transform: rotate(180deg);
        transition: 0.2s linear;
    }

    #mob-filter-toggler.open:after {
        transform: rotate(0);
        transition: 0.2s linear;
    }

    .header-top,
    .header-bottom {
        flex-wrap: wrap;
    }

    .header-top-left {
        /*width: calc(50% - 15px);*/
        /*margin-right: 10px;*/
        text-align: center;
        width: 100%;
        order: 1;
        font-size: 12px;
    }

    .header-top-right {
        /*width: calc(50% - 15px);*/
        text-align: center;
        width: 100%;
        /*margin-left: 10px;*/
        order: 2;
    }

    .header-top-middle {
        width: 100%;
        order: 3;
        margin-top: 15px;
    }

    .header-top-right a {
        font-size: 14px;
    }

    .header-top-middle ul li {
        margin: 0 8px;
    }

    .header-bottom-left {
        order: 2;
        width: 100%;
        margin: 30px 0;
    }

    .header-bottom-left ul {
        justify-content: center;
    }

    .header-bottom-middle {
        width: 100%;
        order: 1;
    }

    .header-bottom-right {
        order: 3;
        width: 100%;
        text-align: center;
    }

    .top-links-wr {
        display: none;
    }

    .catalog-wr {
        margin-top: 24px;
    }

    .catalog-box {
        flex-wrap: wrap;
    }

    .catalog-box-left {
        width: 100%;
        margin-right: 0;
        display: none;
    }

    .catalog-box-right {
        width: 100%;
    }

    .catalog-box-categories-items > ul > li > a {
        font-size: 16px;
    }

    .catalog-box-categories-items > ul > li > ul > li > a {
        font-size: 14px;
    }

    .catalog-box-categories-items > ul > li > a > span,
    .catalog-box-categories-items > ul > li > ul > li > a > span {
        font-size: 12px;
    }

    .catalog-box-fast-links-tabs-links {
        /*display: flex;*/
        /*overflow: auto;*/
    }

    .catalog-box-fast-links-tabs-links a {
        margin-right: 20px;
    }

    .catalog-box-fast-links-tabs-links a.active:after {
        top: calc(100% + 4px);
    }

    .catalog-box-product {
        flex-wrap: wrap;
    }

    .catalog-box-product-left {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 24px;
    }

    .catalog-box-product-right {
        width: 100%;
    }

    .catalog-box-product-left img {
        max-width: 75%;
    }

    .catalog-box-product-right-top {
        font-size: 18px;
    }

    .catalog-box-product-right-bottom {
        flex-wrap: wrap;
    }

    .catalog-box-product-right-bottom-props-box {
        justify-content: space-between;
        width: 100%;
    }

    .catalog-box-product-right-bottom-props {
        margin-right: 0;
        width: calc(50% - 10px);
    }

    .catalog-box-product-right-bottom-price {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .bottom-form {
        flex-wrap: wrap;
        padding: 24px;
    }

    .bottom-form-title {
        width: 100%;
        text-align: center;
        margin-right: 0;
        justify-content: center;
        margin-bottom: 24px;
    }

    .bottom-form-fields {
        width: 100%;
        flex-wrap: wrap;
    }

    .bottom-form-fields-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .bottom-form-fields-right {
        width: 100%;
        margin-left: 0;
    }

    .footer-wr {
        flex-wrap: wrap;
    }


    .footer-col {
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }

    .footer-col-title {
        font-size: 18px;
    }

    .footer-col ul li {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 16px;
    }

    .footer-right {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .product-detail-top {
        flex-wrap: wrap;
        margin: 30px 0;
    }

    .product-detail-top-left {
        width: 100%;
        margin-right: 0;
    }

    .product-detail-top-right {
        width: 100%;
        margin-left: 0;
    }

    .product-detail-top-right h1 {
        font-size: 26px;
    }

    .product-detail-top-price {
        font-size: 22px;
        text-align: center;
    }

    .product-detail-top-button a {
        width: calc(100% - 30px);
    }

    .product-detail-bottom-links {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 20px;
    }

    #props {
        column-count: 1;
        column-gap: 0;
    }
    .product-detail-bottom-tab.active {
        display: block;
        padding: 20px;
    }

    .usl-tab-box {
        flex-wrap: wrap;
    }

    .usl-tab-item {
        width: 100%;
        flex-wrap: wrap;
    }

    .product-detail-bottom-links a {
        font-size: 16px;
        margin-right: 40px;
    }

    .usl-tab-item-left {
        margin-right: 0;
        width: 100%;
        height: 175px;
        margin-bottom: 16px;
    }

    .usl-tab-item-right {
        width: 100%;
    }

    .simple-page-box {
        flex-wrap: wrap;
    }

    .simple-page-box-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .simple-page-box-right {
        width: 100%;
        margin-left: 0;
    }

    .simple-page-form-box {
        padding: 24px;
    }

    .catalog-h1 {
        font-size: 26px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .catalog-box-product-right-bottom-props-box {
        flex-wrap: wrap;
    }

    .catalog-box-product-right-bottom-props {
        margin-right: 0;
        width: 100%;
    }

    .breadcrumbs {
        display: none;
    }
}
