.container {
    max-width: 1199px;
}

* {
    font-family: "Roboto-Regular";
    letter-spacing: 0.1px;
}
 
body {
    min-width: 320px;
}

.row {
    margin: auto;
}

.icon-menu-mob-exit {
    display: none;
    /* position: fixed; */
    margin-top: 26px;
    cursor: pointer;
}

.icon-menu-mob-exit:before {
    content: url("../images/menu_exit.png");
}

.header-yellow {
    background-color: #F9D740;
    width: 100%;
}

.menu-nav li a {
    font-family: "Roboto-Regular";
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: inline-block;
    padding-right: 15px;
    text-decoration: none !important;
    color: black;
    padding-bottom: 8px;
}

.menu-nav {
    margin-bottom: 0;
}

.menu-nav li {
    display: inline-block;
}

.header-black {
    min-height: 90px;
    /* left: 0px; */
    /* top: 32px; */
    background: #333333;
    min-width: 320px;
}



.header-black-items {
}

.header-yellow-mail:before {
    content: " ";
    background: url("../images/message.png");
    width: 20px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 4px;
}

.header-yellow-mail:hover {
    color: black;
    cursor: pointer;
}

.header-yellow-element:hover {
    color: black;
    cursor: pointer;
}

.header-black {
}

.logo {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration: none !important;
}

.logo-footer {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration: none !important;
}

.footer-logo {
}

.icon-search-mob-exit {
    display: none;
    content: url("../images/exit.png");
    /* margin-top: 12px; */
    position: absolute;
    left: 17px;
}

.footer-logo .logo-img {
    width: 53px;
}

.footer-logo .logo-img img {
    width: 100%;
}

.logo-img img {
}

.logo-head {
    text-align: left;
    color: #fff;
    padding-left: 20px;
    padding-top: 5px;
}

.logo-head-title {
    font-family: Rex Bold;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Rex-Bold';
    text-decoration: none;
}

.logo-head-desc {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #ffffffd9;
    letter-spacing: -0.1px;
}

.header-black__row {
    min-height: 90px;
}

.form-head {
    max-width: 100%;
    max-width: 470px;
    width: 100%;
}

.form-head .search-form {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    position: relative;
}

.search-form .search-field {
    width: 100%;
    background-color: #F5F5F5;
    border: none;
    border-radius: 36px;
    padding: 13px 20px;
    text-transform: initial;
    background: #292929;
    border-radius: 5px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 470px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.search-form .search-field {
}

.search-form .search-field:active {
    background-color: #b7a6a6;
    background: #F6F6F6;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #595959;
    color: #000000;
}

.search-form .search-field:focus {
    background-color: #b7a6a6;
    background: #F6F6F6;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #595959;
    color: #000000;
}

input.search-field[type="search"]:active {
    background-color: #b7a6a6;
    background: #F6F6F6;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #595959;
    color: #000000;
}

.icon-search6:before {
    content: url(../images/search-icon-black.png)!important;
}

input.search-field[type="search"]:valid {
    background-color: #b7a6a6;
    background: #F6F6F6;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #595959;
    color: #000000;
}

input.search-field[type="search"]::-webkit-input-placeholder {
    color: #595959;
}

input.search-field[type="search"]::-moz-placeholder {
    color: #595959;
}

.icon-search {
    display: inline-block;
    /* float: right; */
    top: 13px;
    cursor: pointer;
    right: 13px;
    position: absolute;
}

.icon-search:before {
    content: url(../images/search-icon-white.png);
}

.icon-search-mob {
    display: none;
    cursor: pointer;
}

.icon-search-mob:before {
    content: url(../images/search-icon-yellow.png);
}

.request-call-wrep {
    cursor: pointer;
    margin-left: auto;
}

.request-call-head {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /* display: flex; */
    /* align-items: center; */
    text-transform: uppercase;
    color: #000000;
    background: #F9D740;
    border-radius: 5px;
    padding: 14px 15px 10px 15px;
    letter-spacing: 0.2px;
    transition: 1s;
    /* transition: 3s linear; */
    /* transition: background 11s ease; */
    /* transition: right 6s; */
    /* transition: 49.3s; */
}

.request-call-head:hover {
    color: #000000;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #F9D740;
}

.footer-number-wrep {
    max-width: 242px;
    padding-left: 30px;
}

.footer-number-wrep2 {
    margin-left: auto;
    max-width: 242px;
    padding-left: 30px;
}

.footer-number-wrep a {
    /* padding-top: 8px; */
    display: block;
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    /* display: block !important; */
    letter-spacing: 0.1px;
}

.footer-number-wrep2 a {
    /* padding-top: 8px; */
    display: block;
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    /* display: block !important; */
    letter-spacing: 0.1px;
}

.footer-number-wrep2 a {
    display: none;
}

.footer-number-wrep2 .header-yellow-mail {
    /* display: inline-block; */
    /* font-family: "Roboto-Regular"; */
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    /* margin-right: 65px; */
    text-decoration: none !important;
    color: black;
    /* margin-left: auto; */
}

.header-yellow-mail {
    display: block !important;
}

.navbar-toggler:before {
    content: url(../images/burger-icon.png);
}

.navbar-toggler {
    display: none;
}

/*   catalog  */
.catalog-wrepper {
    background: #292929;
}

.catalog-wrepper .container {
    max-width: 1301px;
}

.tr-over .catalog-nav-img{
    opacity:.5;
}

.catalog-nav-block:hover .catalog-nav-img{
    opacity:1;
}

.catalog-nav {
    max-width: 1300px;
    height: 81px;
}

.catalog-hide {
    display: none;
    width: 999999999px;
    /* width: 95%; */
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    top: 56px;
    max-width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.catalog-hide_wrep {
    max-width: 1300px;
    margin: 0 auto;
}

.catalog-nav-block:hover >.catalog-hide {
    display: block;
    box-shadow: 0px 15px 12px -4px #34495e12;
    width: 100%;
    position: absolute;
    min-width: 100%;
    top: 171px;
    top: 196px;
    max-width: 100%;
    right: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    max-height: auto;
    height: auto;
    padding: 0;
    margin: 0;
    /* width: 400px; */
    padding-top: 42px;
    padding-bottom: 36px;
}

.catalog-nav-block {
    /* width: 133px; */
    position: static;
    padding-top: 13px;
    padding-bottom: 12px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.catalog-nav-block:hover {
}

.catalog-nav-block:hover .catalog-nav-block-in {
    background: #F9D740;
    border-radius: 6px;
    /* -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%); */
    -webkit-clip-path: polygon(49% 00%, 70% 0, 100% 0, 100% 100%, 63% 100%, 50% 78%, 37% 100%, 0 100%, 0 0, 0% 0);
    clip-path: polygon(49% 00%, 70% 0, 100% 0, 100% 100%, 53.9% 100%, 50% 89%, 46.1% 100%, 0 100%, 0 0, 0% 0);
}

.catalog-nav-block-in {
    width: 154px;
    /* opacity: 0.3; */
    padding-top: 10px;
    padding-bottom: 9px;
    /* background: #F9D740; */
    text-decoration: none;
    padding-left: 17px;
    padding-right: 20px;
    cursor: pointer;
    padding-left: 17px;
    padding-right: 17px;
}

.tr-over .catalog-nav-block-in .catalog-head {
    color: #000;
    opacity: 0.2;
}

.catalog-nav-block:hover .catalog-head {
    color: #000;
    opacity: 1;
}

.catalog-nav-img {
    margin-left: auto;
    width: 30px;
    padding-left: 4px;
    margin-right: 14px;
    height: 30px;
}

.catalog-nav-block-in> .catalog-head {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    /* display: table-row-group; */
    align-items: center;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    z-index: 999999;
    text-decoration: none;
}

.catalog-nav-img img {
}

.catalog {
    max-width: 224px;
    padding-left: 13px;
    width: 100%;
    padding-right: 13px;
    box-sizing: content-box;
    display: inline-block;
}

.catalog>a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* width: 100%; */
    color: #000000;
    /* margin-bottom: 9px; */
    /* font-family: "Roboto-Bold"; */
}

.catalog-name{
font-family: "Roboto-Bold"; 
}


.catalog-in-nav {
    border-top: 3px solid #F9D740;
    margin-top: 7px;
    padding-top: 9px;
}

.catalog-in-nav li {
    line-height: 34px;
}

.catalog-in-nav a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    /* identical to box height */
    color: #000000;
}

.wrepper {
    background-color: #fff;
}

/* ytp*/
.ytp-block {
    border-left: 1px solid #E6E6E6;
    padding-top: 21px;
    /* border-right: 1px solid #E6E6E6; */
    padding-bottom: 17px;
    padding-left: 24px;
    /* margin-left: -41px; */
    padding-right: 11px;
}

.ytp-block:first-child {
    border-left: 0px solid #E6E6E6;
}

.ytp-block:last-child {
    border-right: 0px solid #E6E6E6;
}

.ytp-nav {
    max-width: 1195px;
}

.ytp-block__img {
    width: 50px;
    height: 50px;
    padding-top: 14px;
}

.ytp-block__content {
    padding-left: 15px;
}

.ytp-block__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}

.ytp-block__text {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    letter-spacing: -0.1px;
}

.ytp {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 17px;
}

/* catalog */
.catalog-hover {
    text-align: center;
    max-width: 1224px;
    padding-left: 17px;
}

.catalog-hover-nav {
    padding-bottom: 60px;
    padding-top: 15px;
}

.catalog-hover-block {
    /* padding-bottom: 22px; */
    cursor: pointer;
    height: 286px;
    transition: 1s;
}

.catalog-hover-block:nth-child(-n+4) {
    border-bottom: 1px solid #e6e6e6;
}

.catalog-hover-block:nth-child(-n+3) {
    border-right: 1px solid #e6e6e6;
}

.catalog-hover-block:nth-child(n+5) {
    border-right: 1px solid #e6e6e6;
}

.catalog-hover-block:last-child {
    border-right: 0px solid #e6e6e6;
}

.catalog-hover-block:hover {
    background-image: url(../images/Rectangle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
}

.catalog-hover-block__img {
    margin-top: 37px;
    transition: 1s;
}

.catalog-hover-block__content {
    color: #000000;
    /* margin-top: 12px; */
    max-width: 228px;
    margin: 0 auto;
}

.catalog-hover-block__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-top: 19px;
}

.catalog-hover-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    display: none;
    /* padding-bottom: 43px; */
    padding-top: 18px;
}

.catalog-hover-block:hover .catalog-hover-block__img {
    margin-top: -14px;
    position: relative;
    /* top: -39px; */
}

.catalog-hover-block:hover .catalog-hover-block__text {
    display: block;
}

.catalog-hover-block__text:before {
    content: "";
    margin-bottom: -5px;
    background: url(../images/jam-eye.png) no-repeat;
    height: 22px;
    width: 28px;
    display: inline-block;
}

.catalog-hover-block__title-button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    background: #F9D740;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    /* margin:0 auto; */
    padding-top: 14px;
    padding-bottom: 11px;
    text-align: center;
    color: #000000 !important;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: 1s;
    text-decoration: none !important;
}

.catalog-hover-block__title-button:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #F9D740;
}

/* news */
.news {
    text-align: center;
    padding-bottom: 56px;
}

.news-title-wrep {
    /* display: inline-block; */
    padding-bottom: 61px;
    margin-top: 59px;
}

.news-title {
    /* font-family: Gotham Pro; */
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    /* identical to box height, or 83% */
    color: #000000;
    display: inline-block;
    padding-right: 19px;
    float: left;
    border-left: 5px solid #F9D740;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Gotham-Pro-Black',sans-serif;
    font-size: 24px;
    line-height: 20px;
}

.news-title-wrep hr {
    padding-top: 22px;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    border-top: 0px solid rgba(0,0,0,.1);
}

.news-nav {
    /* clear: both; */
    padding-bottom: 40px;
}

.news-block {
    margin-bottom: 20px;
}

.news-block__img {
}

.news-block__img img {
    width: 100%;
}

.news-block__content {
    padding-top: 20px;
    padding-bottom: 22px;
}

.news-block__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #000000 !important;
    text-align: left;
}

.news-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-top: 10px;
    text-align: left;
    letter-spacing: -0.1px;
}

.news-block__day:before {
    content: "";
    background: url(../images/jam-clock.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 9px;
}

.news-block__day {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    color: #999999d1;
}

.news-block__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
}

.seo-wrepper {
    background: #F5F5F5;
    padding-top: 68px;
}

.seo p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

footer {
    background: #333333;
}

.footer-copyright {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-Naviart {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #FFFFFF;
}

.footer-Naviart a {
    color: #f9d740;
    text-decoration: underline;
}

.footer-Naviart a:hover {
    text-decoration: none;
}

/* seo*/
.seo {
    height: 100%;
    overflow: hidden;
    transition: .3s;
}

.text-eclipse {
    position: relative;
    height: 197px;
}

.text-eclipse::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.28) 55%, rgba(245, 245, 245, 0.67) 84%, rgb(245, 245, 245) 100%);
}

.footer-row {
    height: 90px;
}

.seo-hide {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #000000;
    cursor: pointer;
    /* position: absolute; */
    /* right: 0; */
    margin-left: auto;
    padding-bottom: 37px;
    transition: .3s;
}

.seo-hide:before {
    content: "";
    background: url(../images/jam-arrow-down.png) no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 10px;
}

.seo-hide1 {
}

.seo-hide2 {
    display: none;
}

.seo-hide2:before {
    moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-bottom: -3px;
}

.footer-copyright a {
    color: #fff !important;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

/* seo*/
.seo {
    height: 100%;
    overflow: hidden;
    transition: .3s;
}

.text-eclipse {
    position: relative;
    height: 197px;
}

.text-eclipse::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.28) 55%, rgba(245, 245, 245, 0.67) 84%, rgb(245, 245, 245) 100%);
}

.footer-row {
    height: 90px;
}

.seo-hide {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #000000;
    cursor: pointer;
    /* position: absolute; */
    /* right: 0; */
    margin-left: auto;
    padding-bottom: 37px;
    transition: .3s;
}

.seo-hide:before {
    content: "";
    background: url(../images/jam-arrow-down.png) no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 10px;
}

.seo-hide1 {
}

.seo-hide2 {
    display: none;
}

.seo-hide2:before {
    moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-bottom: -3px;
}

.footer-copyright a {
    color: #fff !important;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

/* Product list */
.product-list {
}

.product-list-sitebar {
}

.product-list-title-sitebar {
    padding-bottom: 9px;
}

/* checkbox */
input[type=checkbox] {
    display: none;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    margin-right: 15px;
    /* line-height: 26px; */
    margin-bottom: 0;
}

label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    width: 18px;
    height: 18px;
}

input[type=checkbox]:checked + label:before {
    content: url(../images/check.png);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 18px;
    background-color: #f9d740;
    background: #F9D740;
    border: none;
}

.checkbox label:before {
    border-radius: 3px;
}

.checkbox {
    font-style: normal;
    /* font-weight: 900; */
    font-size: 16px;
    line-height: 19px;
    color: #292929;
    /* opacity: 0.99; */
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 6px;
}

.checkbox:hover {
    background: #FEF9E6;
}

.checkbox span {
    color: #d7d7d7;
    letter-spacing: -0.1px;
    padding-left: 5px;
    font-size: 16px;
}

/* checkbox */
.product-list-wrep {
}

.product-list-wrep {
    text-align: center;
    text-align: center;
    text-align-last: center;
}

.product-list-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    padding-top: 17px;
    color: #000000;
}

.product-list {
    width: 100%;
    padding-top: 15px;
}

.product-list-wrep-between {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}

.product-list-block {
    position: relative;
    padding: 0;
    /* padding-bottom: 9px; */
    text-decoration: none !IMPORTANT;
}

.product-list-block-hover {
    /* width: 300px; */
    /* height: 395px; */
    border: 1px solid #E6E6E6;
    background-color: white;
    z-index: 9999;
    cursor: pointer;
    border-top: 0px solid #E6E6E6;
    border-left: 0px solid #E6E6E6;
}

.product-list-block-hover:hover {
    position: absolute;
    /* height: 468px; */
    /* margin: 20px; */
    top: -27px;
    padding-top: 15px;
    width: 314px;
    /* width: 120%; */
    max-width: 314px;
    max-width: 109.4%;
    left: -13px;
    box-shadow: 0px 3px 8px 0px #34495e21;
    border: none;
}

.product-block__img {
    text-align: center;
    padding-top: 34px;
    margin-bottom: 19px;
}

.product-block__content {
    color: #000000;
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    padding-bottom: 32px;
    text-decoration: none;
}

.product-block__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}

.product-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.product-block__prise {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.button3 {
    display: none;
}

.product-list-block:hover .button3 {
    display: block;
    /* padding-top: 5px; */
    margin-top: 32px;
    display: inline-block;
    padding-left: 39px;
    padding-right: 39px;
}

.product-wrep {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 17px;
}

.fabricator {
    border-top: 0px solid #E6E6E6;
    margin-top: 14px;
}

/* jQuery UI Slider */
#slider {
    width: 200px;
    /* padding-bottom: 29px; */
    margin-bottom: 36px;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    background: url(../img/slider.png) no-repeat;
    cursor: pointer;
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -14px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    border: 1px solid #D4D4D4;
    background: #fff;
}

.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: #f9d740;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* jQuery UI Slider */
.product-list-title-wrep-head {
    width: 100%;
}

.product-list-title-wrep2 {
}

.select-wrep {
    margin-right: 160px;
    padding-top: 1px;
}

.select-title {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    /* height: 36px; */
    color: #292929;
    vertical-align: middle;
    display: block;
}

.select-wrep .select {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-left: 16px;
    position: relative;
}

.button4 {
    /* background-color: white; */
    display: inline-block;
    vertical-align: bottom;
    padding-left: 43px;
    position: relative;
    margin-top: 37px;
    margin-bottom: 30px;
}

.button4:before {
    content: "";
    background: url(../images/update-arrows.png) no-repeat;
    /* content: url(../images/update-arrows.png); */
    width: 20px;
    height: 18px;
    display: inline-block;
    /* margin-right: 7px; */
    position: absolute;
    left: 15px;
    /* bottom: 27px; */
    margin-top: -3px;
}

.product-navigation {
    display: block;
}

.product-navigation_block {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
    width: 40px;
    cursor: pointer;
    height: 40px;
    line-height: 41px;
    margin-right: 1px;
}

.product-navigation_block:hover {
    background: #EFEFEF;
}

.active-navigation_block {
    background: #F9D740 !important;
}

.navigation-row2 {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.navigation-row1 {
    text-align: center;
    width: 100%;
}

.tr-over {
    background-color: #fff;
}

/*  Product */
.bread-crumbs {
    padding-top: 31px;
}

.bread-crumbs_block {
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 21px;
    color: #cdcdcdb5;
    padding-left: 0px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.bread-crumbs_block:hover {
    text-decoration: underline;
}

.bread-crumbs_block-main {
    color: #292929;
    font-size: 18px;
    padding-right: 11px;
    font-weight: 900;
    text-decoration: none!important;
    cursor: inherit;
}

.product-description {
    color: #000000;
}

.product-title {
    font-size: 42px;
    line-height: 49px;
    font-weight: bold;
    margin-bottom: 14px;
}

.product-code, .product-manufacturer {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 13px;
}

.product-code span, .product-manufacturer span {
    font-weight: 500;
}

.product-form {
    background: #FBFAF7;
    padding: 2px 17px 16px 30px;
    margin-top: 15px;
    margin-bottom: 11px;
}

.product-form_title {
    padding-top: 23px;
    padding-bottom: 23px;
}

.product-form_title-availability {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #63CB4A;
    border-radius: 5px;
    padding: 10px 17px 19px 17px;
    height: 33px;
    /* cursor: pointer; */
}

.col-title .product-form_title-availability {
    display: none;
}

.product-form_title-1 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    /* padding-bottom: 4px; */
    color: #000000;
}

.product-form_title-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    padding-top: 8px;
}

.product-form_prise {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    margin-right: auto;
}

.product-FORM {
    display: inline-block;
    max-width: 450px;
    margin-left: auto;
    /* text-align: center; */
    /* text-align-last: center; */
}

.product-phone {
    width: 270px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
    /* display: flex; */
    align-items: center;
    color: #000000;
}

.product-submit {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #F9D740;
    border-radius: 5px;
    width: 168px;
    height: 39px;
    border: none;
    margin-top: -2px;
    margin-left: 6px;
    text-align: center;
    text-align-last: center;
    padding-top: 5px;
    cursor: pointer;
}

.product-submit:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #F9D740;
}

.product-Characteristics {
}

.product-Characteristics {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    padding-bottom: 13px;
}

.product-Characteristics p {
    /* line-height: 11px; */
    margin-bottom: 0;
}

.product-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.row-product {
    padding-top: 30px;
    padding-bottom: 60px;
}

.home-slider {
    position: relative;
    /* overflow: hidden; */
    padding-top: 30px;
}

.home-slider_title-wrep {
    padding-left: 43px;
    position: absolute;
    bottom: 55px;
}

.home-slider_title {
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 49px;
    /* text-align: center; */
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: -2px;
}

.home-slider_title-wrep span {
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 49px;
    /* text-align: center; */
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-left: -8px;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    display: block;
}

.home-slider_wrep {
}

.home-slider_wrep img {
    width: 100%;
}

.home-slider .slick-prev {
    width: 36px;
    height: 36px;
    background: #F9D740;
    z-index: 9;
    left: -15px;
}

.home-slider .slick-prev,.home-slider .slick-next {
    top: 53%;
}

.home-slider .slick-next {
    width: 36px;
    height: 36px;
    background: #F9D740;
    right: -15px;
    moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-top: -18px;
    transform: rotate(180deg);
}

.home-slider .slick-prev::before {
    content: url(../images/arrow-left-black.png);
    font-size: 0;
}

.home-slider .slick-next::before {
    content: url(../images/arrow-left-black.png);
    font-size: 0;
}

.slick-carousel {
}

.slider-for {
}

.slider-for_wrep-img {
}

.slider-for_wrep-img img {
    width: 100%;
}

.slider-nav {
    width: 100%;
}

.slider-nav_wrep-img {
    /* margin-left: 5px; */
    margin-right: 5px;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    box-sizing: unset;
}

.slider-nav_wrep-img.slick-current {
    border: 1px solid #F9D740;
    /* outline: 1px solid #F9D740; */
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-nav_wrep-img img {
    margin: 0 auto;
    /* box-sizing: border-box; */
    width: 100%;
}

.slider-nav .slick-track {
    padding-top: 3px;
    padding-bottom: 3px;
}

.text-page {
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    /* or 110% */
    color: #000000;
    padding-top: 41px;
    padding-bottom: 47px;
}

.text-page p {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
}

.text-page_title {
    font-size: 20px;
    padding-bottom: 11px;
    padding-top: 19px;
}

.masonry {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 25px;
    max-width: 280px;
}

.masonry input {
    width: 77px;
    height: 31px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #292929;
}

.ui-slider {
    position: relative;
    text-align: left;
}

/* -----------ui-slider --------------*/
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

/* 
    ----------------------------------*/
.ui-slider-horizontal {
    height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em;
    margin-left: -.6em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
    top: 3px;
    height: 2px;
    background-color: #f9d742;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* 
    ----------------------------------*/
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* 
    ----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

/* 
    ----------------------------------*/
.ui-widget-content {
    margin-top: 10px;
    border: 0px solid #c6c6c6;
    background: #fff;
    color: #222222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.ui-widget-content a {
    color: #222222;
}

/* 
    ----------------------------------*/
.ui-widget-header {
    background: #346f7d;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/*
    ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
    color: #555555;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #f2f0f1 39%, #e8e8e8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(39%,#f2f0f1), color-stop(100%,#e8e8e8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#f2f0f1 39%,#e8e8e8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#f2f0f1 39%,#e8e8e8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#f2f0f1 39%,#e8e8e8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#f2f0f1 39%,#e8e8e8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 1px 0 #ccc, inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #ccc, inset 0 1px 0 #fff;
    -ms-box-shadow: 0 1px 0 #ccc, inset 0 1px 0 #fff;
    -o-box-shadow: 0 1px 0 #ccc, inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 #ccc, inset 0 1px 0 #fff;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    width: 29px;
    height: 29px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-slider .ui-slider-range2 {
    width: 100%;
    background-color: #e6e6e6;
    height: 1px;
    top: 4px;
}

/* select */
.select-footer select {
    font-family: "Roboto-Medium";
    height: 36px;
    background-color: black;
    /* color: #fff; */
    width: 252px;
    outline: none;
    border: 1px solid #fff;
    font-size: 15.75px;
    font-family: "Roboto-Medium";
    color: rgb( 254, 254, 254 );
    text-transform: uppercase;
    line-height: 1.143;
    /* text-align: center; */
    -moz-transform: matrix( 0.87903225806452, 0, 0, 0.88888888888889, 0, 0);
    /* -webkit-transform: matrix( 0.87903225806452, 0, 0, 0.88888888888889, 0, 0); */
    /*for WebKit*/
    /* -webkit-appearance: none; */
    /* for FF */
    -moz-appearance: none;
    /* text-indent: 0.01px; */
    text-overflow: '';
    /* for IE */
    padding-left: 46px;
    -ms-appearance: none;
    appearance: none!important;
    background: url('../images/strelk.png') 18px 12px;
    /* background-position: right center; */
    background-repeat: no-repeat;
    position: absolute;
    left: 3px;
    float: left;
}

.select-footer select:focus {
    background: url(../images/strelk.png) 18px 12px;
    background-repeat: no-repeat;
}

.select-footer option {
    font-family: "Roboto-Regular";
    font-size: 14.63px;
    background-color: black;
    color: #fff;
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
}

.select__gap {
    padding: 11px 0px 11px 10px;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/strelk.png) 14px 12px;
    padding-right: 0;
    width: 146px;
    width: 270px;
    text-transform: initial;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: left;
    text-align-last: left;
}

.select__gap:before {
    content: url(../images/Group.png);
    position: absolute;
    right: 14px;
    top: 13px;
}

.on.select__gap, .select__gap:hover {
    /* color: #467797; */
    background-color: #fef9e6;
}

.on.select__gap {
    background-color: #fff;
}

.select__list {
    border: 1px solid #e6e6e6;
    position: absolute;
    z-index: 9999;
    /* max-width: 153px; */
    top: 45px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    background-color: white;
    /* border-radius: 5px; */
    box-sizing: border-box;
    outline: none;
    margin-bottom: 0;
    padding-bottom: 1px;
    text-align: left;
    text-align-last: left;
}

.select__list.on {
    display: block;
}

.select__item {
    /* background-color: #111; */
    /* border-radius: 5px; */
    box-sizing: border-box;
    outline: none;
    border: none;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
    /* background-color: white; */
}

.select-activ:before {
    content: url(../images/check.png);
    position: absolute;
    right: 10px;
    top: 13px;
}

.select__item span {
    display: block;
    padding: 11px 0px 11px 10px;
    cursor: pointer;
    color: #fff;
    /* background-color: #fff; */
    border: 0px solid #fff;
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: -1px;
    text-transform: inherit;
    width: 248px;
    border-radius: 0px;
    box-sizing: border-box;
    outline: none;
    border-top: 1px solid #DADADA;
}

.select__item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select__item:first-child span {
    border-top: 0px solid #DADADA;
}

.select__item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select__item:last-child span {
    border-bottom: 0px solid #DADADA;
}

.select__item:hover {
    background: #FEF9E6;
    /* border-radius: 1px; */
}

.select__item span:hover {
}

.amount-wrep {
    margin-bottom: 25px;
}

.amount-wrep_text {
}

.Alternative-engineering:before {
    content: url("../images/cables.png");
}

.catalog-nav-block:hover .Alternative-engineering:before {
    content: url("../images/emojione-monotone_electric-plug.png");
}

.vector1:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: 0px 0px;
}

.catalog-nav-block:hover .vector1:before {
    background-position: -25px 0px;
}

.vector2:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -56px 0px;
}

.catalog-nav-block:hover .vector2:before {
    background-position: -96px 0px;
}

.vector3:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -134px 0px;
}

.catalog-nav-block:hover .vector3:before {
    background-position: -164px 0px;
}

.vector4:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -195px 0px;
}

.catalog-nav-block:hover .vector4:before {
    background-position: -231px 0px;
}

.vector5:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -270px 0px;
}

.catalog-nav-block:hover .vector5:before {
    background-position: -303px 0px;
}

.vector6:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -333px 0px;
}

.catalog-nav-block:hover .vector6:before {
    background-position: -366px 0px;
}

.vector7:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -393px 0px;
}

.catalog-nav-block:hover .vector7:before {
    background-position: -423px 0px;
}

.vector8:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/12.png);
    background-position: -453px 0px;
}

.catalog-nav-block:hover .vector8:before {
    background-position: -483px 0px;
}

.catalog .more {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #999999;
}

.col-icons {
}

.icons-wrep {
}

.icons-wrep {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.icons-wrep:hover {
    opacity: .9;
}

.icons-social {
    width: 182px;
    /* margin-right: auto; */
    margin-left: 0;
    margin-top: 5px;
    padding-top: 11px;
}

.icons-wrep:before {
    content: " ";
    width: 20px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-left: 5px;
    background-repeat: no-repeat !important;
    margin-top: 5px;
}

.facebook {
    background: #3B5998;
}

.facebook:before {
    background: url(../images/facebook-logo.png);
    width: 14px;
    margin-left: 10px;
}

.telegram {
    background: #0088CC;
}

.telegram:before {
    background: url(../images/telegram-logo.png);
}

.whatsapp {
    background: #075E54;
}

.whatsapp:before {
    background: url(../images/whatsapp-logo.png);
}

.viber {
    background: #59267C;
}

.viber:before {
    background: url(../images/viber-logo.png);
    margin-top: 6px;
}

.twitter {
    background: #1DA1F2;
}

.twitter:before {
    background: url(../images/twitter-logo.png);
}

.product-description {
}

.product-sitebar {
}

.col-title {
}

.col-slide {
    max-width: 100%;
}

.col-form {
    text-align: justify;
    text-align-last: justify;
}

.col-description {
    /* padding-bottom: 8px; */
}

.col-Characteristics {
    /* order: 7; */
}

.col-icons {
    padding-left: 0;
}

.with-this-product {
    border-top: 1px solid #E6E6E6;
    padding-top: 12px;
    padding-bottom: 30px;
}

.with-this-product-wrep {
    padding-top: 10px;
}

.with-this-product-wrep .product-list-block-hover {
    border-bottom: 0;
}

.with-this-product-wrep .product-list-block:last-child .product-list-block-hover {
    border-right: 0;
}

.product-list-block:nth-child(3n) .product-list-block-hover {
    border-right: 0px solid #E6E6E6;
}

.with-this-product .product-list-block:nth-child(3) .product-list-block-hover {
    border-right: 1px solid #E6E6E6;
}

.product-list-block:nth-last-child(-n+3) .product-list-block-hover {
    border-bottom: 0px solid #E6E6E6;
}

.form-head .search-form:active .icon-search:before {
    content: url(../images/search-icon-black.png);
}

.form-head .search-form:focus .icon-search:before {
    content: url(../images/search-icon-black.png);
}

.form-head .search-form:active input {
    background: #f6f6f6;
}

.form-head .search-form:valid .icon-search:before {
    content: url(../images/search-icon-black.png);
}

.form-head .search-form:active .icon-search:before {
    content: url(../images/search-icon-black.png);
}




/* -----------------------------------------------
-------------------WOOCOMMERCE-----------------
----------------------------------------------- */

p.woocommerce-result-count {
    display: none;
}
.orderby {
    background: #fff;
}
.orderby:focus {
    background: #fff !important;
}
.orderby option {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-radius: 5px; */
    box-sizing: border-box;
    outline: none;
    border: none;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
    padding: 10px !important;
    margin-top: 10px !important;
}
.product-list-title-wrep-head {
    margin-top: 10px;
}
.product-list-title-wrep-head .select-title  {
    margin-top: 10px;
}
.product-list-title-wrep-head .woocommerce-ordering  {
    margin-bottom: -10px;
    margin-left: 10px;
}

.woocommerce-widget-layered-nav {
    border-top: 0px solid #E6E6E6;
    margin-top: 14px;
}
.widget-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    padding-top: 17px;
    color: #000000;
}
.woocommerce .woocommerce-widget-layered-nav-list {
    padding-left: 40px;
}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term  {
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 6px;
    position: relative;
    
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: -30px;
    top: 2px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: -30px;
    top: 2px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: absolute;

    content: url(../images/check.png);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 18px;
    background-color: #f9d740;
    background: #F9D740;
    border: none;
}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-style: normal;
    /* font-weight: 900; */
    font-size: 16px;
    line-height: 19px;
    color: #292929;
    /* opacity: 0.99; */

}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term span {
    color: #d7d7d7;
    letter-spacing: -0.1px;
    padding-left: 5px;
    font-size: 16px;

}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    top: 3px;
    height: 2px;
    background-color: #f9d742;
    top: 3px;
    height: 2px;
    background-color: #f9d742;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #f9d742;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    font-weight: normal;
    color: #555555;
    border-top: 1px solid #eee;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    width: 29px;
    height: 29px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    top: -13.5px;
}


/* content-products */
/* .products .columns-3 {
    position: relative;
} */
/* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    
    border: 1px solid #E6E6E6;
    background-color: white;
    z-index: 9999;
    cursor: pointer;
    border-top: 0px solid #E6E6E6;
    border-left: 0px solid #E6E6E6;
    padding: 34px 10px;
    } */

@media screen and (min-width: 992px) {
    li.product:nth-child(5) {
        border-right: none !important;
    }
    li.product:nth-child(11) {
        border-right: none !important;
    }
}
/* .woocommerce-page ul.products.columns-3 li.product:hover {
    box-shadow: 0px 3px 8px 0px #34495e21;

} */
/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 0;
    margin-bottom: 0;
}
.woocommerce ul.products li.product a img {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center
}

.woocommerce ul.products li.product .woocommerce-loop-product__title p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #000;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000;
}
.woocommerce-Price-amount {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    
} */


/* Product */


.product-Characteristics li {
    list-style-type: none;
}
.col-slide {
    display: flex !important;
    justify-content: center;
}


.woo-related-products-container .products {
    display: flex !important;
}
@media screen and (min-width: 992px) {
    .woo-related-products-container .products li.product:nth-child(5) {
        border-right: 1px solid #E6E6E6 !important;
    }
    .woo-related-products-container .products li.product:nth-child(7) {
        border-right: none !important;
    }
    .woo-related-products-container .products li.product:nth-child(11) {
        border-right: none !important;
    }
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.product-FORM .wpcf7-form p{
    display: flex;
}

.catalog-hover-block__title .catalogue-menu-link {
    text-decoration: none !important;
    color: #000  !important;
}
.row.catalog-hover-nav.justify-content-between {
    position: relative;
}
.row.catalog-hover-nav.justify-content-between:after {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background: #fff;
    position: absolute;
    right: 0px;
}

.row.catalog-hover-nav.justify-content-between a{
    display:none;
}
.row.catalog-hover-nav.justify-content-between.active a{
    display:block;
}
.row.catalog-hover-nav.justify-content-between a:nth-child(-n+8){
    display:block;
}

.news-nav .news-block {
    display:none;
}
.news-nav.active .news-block {
    display:block;
}
.news-nav .news-block:nth-child(-n+3) {
    display:block;
}
.navigation.pagination {
    margin-bottom: 100px !important;
}







/* Все товары */

.products.row.justify-content-between.product-list-wrep-between {
    display: flex;
}


.navigation.pagination {
    
}
.navigation.pagination h2.screen-reader-text {
    display: none;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.nav-links .page-numbers {
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    width: 40px;
    cursor: pointer;
    height: 40px;
    line-height: 41px;
    margin-right: 1px;
    color: #000;
    text-decoration: none;
}
.nav-links .page-numbers:hover {
    background: #EFEFEF;
}
.page-numbers.current {
    background: #F9D740 !important;
}

.product-list-title-wrep-head {
    margin-top: 17px;
}
.product-list-wrep-between {
    margin-top: 20px !important;
    padding-top: 20px !important;
}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term  {
    margin: 7px 0px 6px 7px !important;
    
}
.woocommerce.widget_price_filter {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 17px;
    margin-top: 20px;
}
.widget-title {
    padding-bottom: 9px;
}


.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    margin-right: auto;
    color: #000;
}

.woof_products_top_panel {
    display: none !important;
}
.irs-grid {
    display: none !important;
}
.irs-line {
    margin-top: 10px;
    border: 0px solid #c6c6c6;
    background: #fff;
    color: #222222;
    border-radius: 4px;
    height: 1px;
}
.irs-line-left {
    
    background-color: #e6e6e6 !important;
    height: 1px !important;
}
.irs-line-mid {
    height: 1px !important;
    background-color: #e6e6e6 !important;
}
.irs-line-right {
    background-color: #e6e6e6 !important;
    height: 1px !important;
}
.irs-bar {
    
    height: 2px !important;
    background: none !important;
    background-color: #f9d742 !important;
}
.irs-slider.from, .irs-slider.to.type_last {
    border-top: 1px solid #eee;
    font-weight: normal;
    color: #555555;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    width: 27px;
    height: 27px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    top: 12px;
}
.irs-max {
    display: none !important;
}
.button.woof_reset_search_form {
    display: none !important;
}

.irs-from,.irs-to {
    background: #fff !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-top: -10px;
}
 .irs.js-irs-0.irs-with-grid {
    margin-top: 30px;
 }
 .irs-single {
    background: #fff !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-top: -10px;
 }

.catalog-nav-block:hover .catalog-nav-img{
    filter: contrast(0%) brightness(0%);
}
.pwb-brands-col3 p {
    display: none;
}
.pwb-all-brands {
    border-top: 3px solid #F9D740;
}
.pwb-brands-cols-outer {
    
    margin-top: 7px;
    padding-top: 9px;
    display: flex;
    flex-direction: column;
}
.pwb-brands-col3 a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.filter__title {
    display: none;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    height: 2px !important;
}
.ui-slider-handle.ui-state-default.ui-corner-all, .ui-slider-handle.ui-state-default.ui-corner-all {
    font-weight: normal;
    color: #555555;
    border-top: 1px solid #eee;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    width: 29px !important;
    height: 29px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.pc-range-slider__wrapper {
    height: 40px;
}
.pc-range-slider__control.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    margin-top: 15px;
}
.filter__slider-control-column {
    width: 67px;
    height: 31px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #292929;
    margin-left: 40px;
}
.filter__slider-control-column:last-child {
    margin-left: 40px;

}

.filter__slider-control {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    border: none;
    padding-right: 0px;
}
.filter__inner  {
    margin-top: 0;
}
.filter__item.filter__item--type-slider {
    margin-top: 20px;
}
.widget.widget_premmerce_filter_filter_widget {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 17px;
}
.woocommerce-widget-layered-nav {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 17px;
}
.woocommerce-widget-layered-nav:first-child {
    border-top: none !important;
}
.sidebar-price {
    position: absolute;
    top: 250px;
}
.sidebar-price .sp3 {
    margin-left: 84px;
}
.sidebar-price .sp2 {
    margin-left: 86px;
}
.pc-range-slider__control .ui-slider-handle:first-of-type {
    margin-left: 0 !important;
}
.pc-range-slider__control .ui-slider-handle:last-of-type {
    margin-left: -29px !important;
}


.wpcf7-form-control.wpcf7-submit.product-submit {
    margin-top: 0;
}

@media screen and (max-width: 440px) {
    .product-FORM .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.product-phone{
        font-size: 12px !important;
    }
    .product-FORM .wpcf7-form-control.wpcf7-submit.product-submit{
        font-size: 12px !important;
        display: block;
        margin-right: -20px;
    }
}
@media screen and (max-width: 340px) {
    .product-FORM .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.product-phone{
        font-size: 12px !important;
    }
    .product-FORM .wpcf7-form-control.wpcf7-submit.product-submit{
        font-size: 11px !important;
        width: 150px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 994px) {
    .product-form {
        width: 540px;
        padding-right: 5px;
    }
    .product-FORM .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.product-phone{
        width: 250px;
    }
}




body {
    position: relative;
}

.request-call-head-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
    
}
.main-form .request-call-head-form {
    display: block;
}
.request-call-head-form-bg {
    position: absolute;
    background: #000;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.request-call-head-form .wpcf7 {
    z-index: 99999999;
    
    margin: 0 auto !important;
    width: 400px;
    margin-top: 30px !important;
}
.request-call-head-form form {
    border-radius: 15px;
    margin: 0 auto;
    width: 400px;
    height: auto;
    background: #e0e0e0;
    border: 1px solid #888;
    color: #000;
    z-index: 9999;
    padding: 30px 50px;
    z-index: 999999999;
    padding-bottom: 20px;
    position: relative;
}
.request-call-head-form span {
    width: 100%;
    
}
.request-call-head-form div.wpcf7 .ajax-loader {
    display: none;
}
.request-call-head-form input {
    width: 100%;
    margin-top: 5px;
    outline: none;
    border: none;
    border-radius: 15px;
    line-height: 40px;
    padding-left: 20px;
}

.request-call-head-form textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 15px;
    padding-left: 20px;
    padding-top: 15px;
    height: 150px;
}
.request-call-head-form form p{
    
}
.request-call-head-form form .wpcf7-submit {
    margin: 0 auto;
    display: block;
    padding: 0;
    background: #F9D740;
    line-height: 50px;
    width: 80%;
    min-width: 250px;
    font-size: 18px;

}
.request-call-head-form-title {
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
    .request-call-head-form form {
        zoom: 90%;
        font-size: 18px;
    }
    .request-call-head-form .wpcf7 {
        width: 360px
    }
}
@media screen and (max-width: 400px) {
    .request-call-head-form form {
        zoom: 70%;
    }
    .request-call-head-form .wpcf7 {
        width: 280px
    }
}

.form-cancel {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 25px;
    cursor: pointer;
}
.products .product-block__content img {
    display: none !important;
}


.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
   
    border: none;
    padding: 13px 20px !important;
    text-transform: initial;
    background: #292929;
    border-radius: 5px;
    width: 100%;
    max-width: 470px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-style: normal;
    color: #595956;
}


.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: 100% !important;
    margin-left: -33px;
    position: absolute;
    cursor: pointer;

    
    
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path {
    
    fill: #fff;
    opacity:1;
    
    
}
.dgwt-wcas-sf-wrapp svg {
    display: none;
}
.dgwt-wcas-preloader.icon-search::before {
    top: 5px;
    right: 13px;
    position: absolute;
}
.nav-links {
    width: 100%;
}

.catalog-nav-img  {
    margin-right: 0;
}
.d-flex.justify-content-center.align-items-center.catalog-nav-block-in  {
    padding-left: 0;
    padding-right: 0;
}
.catalog-nav-img {
    width: 50px;
    margin-right: 2px;
    margin-left: 0;
    text-align: center;
}
.home-slider_wrep img {
    height: auto;
}
.news-block__img img {
    height: auto;
}
@media (max-width: 1100px) {
    .dgwt-wcas-preloader.icon-search {
    
    margin-top: 0px;
    
}}
@media (max-width: 375px){
.catalog-hover-block__title {
    font-size: 15px !important;
}}
@media (max-width: 320px){
.catalog-hover-block__title {
    font-size: 14px !important;
}}














.sidebar-price {
    display: none;
}
.form-price {
    position: relative;
}
.form-price .sidebar-price {
    display: flex;
    z-index: 9;
    position: absolute;
    top:5px;
    left: 5px;
}
label:before {
    left: -24px;
}
.filter__checkgroup-check {
    border: none;
    background: none;
    outline: none;
    width: 0 !important;
    height: 0 !important;
}
.filter__checkgroup-control[type='radio']:checked + .filter__checkgroup-check:before, .filter__checkgroup-control[type='checkbox']:checked + .filter__checkgroup-check:before {
    width: 18px;
    height: 18px;
    top: 6px;
    left: 14px;
    z-index: 9;
}
.filter--style-premmerce .filter__item {
    border: none;
}



.filter--style-premmerce .filter__item {
    padding-top: 17px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-top: 1px solid #E6E6E6;
}
.filter--style-premmerce .filter__item:first-child {
    border-top: 0 solid #000;
}
.filter--style-premmerce .filter__item:last-child {
    margin-bottom: 0;
    border-top: 0 solid #000;
}
.filter--style-premmerce .filter__checkgroup-title {
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    margin: 0 5px;
    color: #000;
}
.filter--style-premmerce .filter__checkgroup-title:hover {
    border-bottom: 1px solid #222;
}
.filter--style-premmerce .filter__checkgroup-title:before {
    left: -29px;
    top: 0;
}
/* color: #d7d7d7; */
.filter__checkgroup-count {
    font-size: 16px;
    line-height: 22px;
    color: #d7d7d7;
    transform: translateY(-3px);
}

.filter .filter__header {
    margin-bottom: 20px;
}
.filter .filter__header .filter__title {
    display: block;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    text-transform: none;
    color: #000;
}

.filter {
    margin-top: 28px;
}


.catalog-name {
    margin-bottom: 20px;
}

.brands-lst {
    margin-top: 20px;
    
}
.brands-lst li {
    margin-bottom: 5px;
}
.brands-lst li a {
    color: #000;
}
.catalog-name {
    white-space: nowrap;
}

.trust-slider  {
    
}
.trust-slider__item {
    height: 250px;
    display: flex !important;
    justify-content: center;
    align-items: top;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    
}
.trust-slider__item img{
    width: 100%;
    height: auto;
    display: block;
    max-height: 200px;
    zoom: 85%;
    object-fit: contain;
    display: block;
}
.trust-slider__item p{
    position: absolute;
    bottom: -0px;
    margin-bottom: 0;
}
.trust .row {
    
}

.footer-row {
    height: auto;
    min-height: 150px;
}
.footer-copyright__link {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.footer-copyright__link a {
    font-size: 30px;
    
}
.footer-copyright__link a:first-child {
    margin-right: 25px;
}

.footer-copyright__link a:hover {
    color: #F9D740 !important;
    cursor: pointer;
}







@media screen and (max-width: 1199px) {
    .trust-slider__item {
        height: 250px;
    }
    .trust-slider__item img{
        max-height: 180px;
    }
}
@media screen and (max-width: 991px) {
    .trust-slider__item {
        height: 200px;
    }
    .trust-slider__item img{
        max-height: 140px;
    }
    .news-title-wrep {
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .trust {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .trust-slider__item {
        height: 170px;
    }
    .trust-slider__item img{
        max-height: 100px;
    }
    .news-title-wrep {
       
    }
    .trust {
       
    }
}
@media screen and (max-width: 576px) {
    .trust-slider__item {
        height: 150px;
    }
    .trust-slider__item img{
        max-height: 90px;
    }
    .news-title-wrep {
       margin-top: 0;
    }
    .trust {
       
    }
}
@media screen and (max-width: 420px) {
    .trust-slider__item {
        height: 140px;
    }
    .trust-slider__item img{
        max-height: 80px;
    }
    .news-title-wrep {
       margin-top: 0;
    }
    .trust {
       
    }
}
footer {
	width: 100%;
}
.products a .product-list-block-hover {
	height: 520px;
}
.products a .product-list-block-hover:hover {
	height: auto;
	min-height: 620px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.products a .product-list-block-hover .product-block__img {
	padding-top: 20px;
	min-height: 310px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.products a .product-list-block-hover .product-block__img img {
	width: auto;
    height: auto;
    max-width: 275px;
    max-height: 290px;
}
.product-list-block-hover .product-block__content {
	padding-bottom: 0;
}