@import url(../fonts/fonts.css);

body {
    scroll-behavior: smooth;
    background-color: #F7F7F7;
    font-family: 'Montserrat', Sans-serif;
    color: #333333;
    font-size: 15.6px;
    line-height: 25px;
    position: relative;
    -webkit-font-smoothing: antialiased;

    transition: unset;

}

/*h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection, a::-moz-selection, span::-moz-selection, div::-moz-selection, img::-moz-selection, mark::-moz-selection, ul::-moz-selection, li::-moz-selection {
    color: #fff;
    background-color: #da251c;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, a::selection, span::selection, div::selection, img::selection, mark::selection, ul::selection, li::selection {
    color: #fff;
    background-color: #da251c;
}

::-moz-selection {
    color: #fff;
    background-color: #da251c;
}

::selection {
    color: #fff;
    background-color: #da251c;
}*/
a {
  color:#FB8D1C;
}
a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active, .btn, .btn:after, select:focus, select:active {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

button {
    border: transparent;
    background: none;
}

.header {
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
}

.header_top {
    background-color: #FBB91B;
    padding: 0;
}

.header_top_wrp {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

/*.header_top_text::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -35px;
    width: 146px;
    height: 88px;
    background-image: url("/local/img/index/tryby_new.png")
}*/

.header_top_text {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    max-width: 600px;
    position: relative;
    padding: 24px 0 23px;
}

.header_top_img {
    width: 149px;
    height: 90px;
}

.header_top_text p {
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.header_top_text span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: 500;
}

.header-contacts {
    display: flex;
    justify-content: space-between;
    padding: 23px 0 16px;
    max-height: 60px;
}

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

.header-contacts_block {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 50px;
}

.header-contacts_block a {
    color: #333333;
}

.header-contacts_block a:hover {
    color: #FFB504;
}

.header-contacts_zakzv:hover svg {
    fill: #FFB504;
}

.header-contacts_zakzv span {
    margin-left: 3px;
}

.header-contacts_email:hover svg {
    fill: #FFB504;
}
.logo__description {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 50px;
    top: 6px;
    color: #333;
}

.logo {
    position: relative;
}

.logo img {
    position: relative;
    top: -12px;
}

.header-contacts_logo {
    position: relative;
    padding-left: 50px;
    margin-top: -5px;
}

.header-contacts_logo::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -8px;
    left: 0;
    background-image: url("/local/img/index/icon-logo.svg");
}

.header-contacts_tel {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}

.header-contacts_zakzv {
    position: relative;
    padding-left: 15px;
    margin-right: 30px;
}

.mmenu-contacts_zakzv::after {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    width: 10px;
    height: 14px;
    background-image: url("/local/img/index/icon-tel.svg");
    background-repeat: no-repeat;
}

.header-contacts_email {
    position: relative;
    margin: 0 0 0 5px;
}

.mmenu-contacts_email {
    position: relative;
}

.mmenu-contacts_email::after {
    position: absolute;
    top: 5px;
    left: -2px;
    content: "";
    width: 15px;
    height: 10px;
    background-image: url("/local/img/index/icon-letter.svg");
}

.header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header_menu__wrap {
    background-color: #fff;
    position: relative;
    border-top: 1px solid #F1F1F1;
}

.header-menu__list {
    list-style: none;
    display: flex;
    max-width: 60%;
    padding: 0;
    margin: 0;
}

.header-menu__item {
    position: relative;
    padding: 17.5px 20px;
}

.header-menu__item:first-child {
    padding-left: 0;
}

.header-menu__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
    height: 25px;
    background-color: #F2F2F2;
}

.header-menu__item:nth-child(6)::after {
    background-color: transparent;
}


.header-menu__item a {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 20px 0px;
    font-weight: 500;
}

.header-menu__item a:hover {
    color: #FBB91B;
}
.header--fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.search-header__form {
    border-radius: 74px;
    border: 1px solid #F2F2F2;
    position: relative;
    margin: 0 0px 0 10px;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    max-width: 370px;
    height: 35px;
    transition: unset;
}

.search-header__form:hover {
    border: 1px solid #808080;
}

.search-header__form:hover::before{
    background-color: #808080;
}

.search-header__input {
    width: 100%;
    position: relative;
    border: none;
    padding: 0 0 0px 20px;
    overflow: hidden;
    border-radius: 74px 0 0 74px;
}

.search-header__btn {
    background-color: transparent;
    border: none;
    width: 51px;
    height: 33px;
    border-radius: 0 74px 74px 0;
    position: relative;
}

.search-header__btn_wrp:hover {
    background-color: #7F7F7F;
}

.search-header__btn_wrp {
    position: relative;
    border-radius: 0 74px 74px 0;
}

.search-header__btn__svg {
    position: absolute;
    top: 9px;
    left: 17px;

}
#lupa {
    stroke: #333333;
}

.search-header__btn_wrp:hover #lupa {
    stroke: #ffffff;
}

.search-header__btn__svg-krest {
    position: absolute;
    top: 9px;
    left: 17px;
    display: none;
}

.search-header__form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 34px;
    background-color: #F2F2F2;
    z-index: 1;
}

.search-header__form:focus-within::before{
    background-color: #FBB91B;
}

.search-header__form:focus-within .search-header__btn_wrp:hover{
    background-color: #FBB91B;
}

.search-header__form:focus-within {
    border: 1px solid #FBB91B;
}

.header-card {
    padding-left: 30px;
    position: relative;

}

.header-card__img {
    width: 30px;
    height: 30px;
    background-image: url("/local/img/index/card_empty.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.header-card:hover .header-card__img {
    background-image: url("/local/img/index/card-hover.png");
}

.header-card:hover .header-card__text {
    color: #FFB504;
}

.header-card__text {
    font-size: 12px;
    max-width: 44px;
    line-height: 14px;
    height: 30px;
    display: block;
}

.catalog-index {
    padding: 30px 0 50px;
}

.banner-slider {
    margin-bottom: 10px !important;
}

.advant-list {
    background: #FFFFFF;
    padding: 25px 30px;
    margin: 0px 0 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
}

.abvant-item {
    display: flex;
}

.abvant-item__ttl {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.abvant-item__text {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 7px 7px 12px;
}

.abvant-item img {
    margin-top: -10px;
}

.catalog-index__title {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

.catalog-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.catalog-card {
    background-repeat: no-repeat;
    width: 32.5%;
    height: 360px;
    max-width: 476px;
    padding: 24px 0 15px 25px;
    margin: 7.5px;
    background-size: cover;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.catalog-card-bg {
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.3;
}

.catalog-card:hover {
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.catalog-card:hover > .catalog-card-bg {
    opacity: 0.7;
}

.catalog-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 245px;
}

.catalog-card__link {
    color: #333333;
    font-size: 15px;
    padding: 0px 0;
    line-height: 16px;
    display: block;
    font-weight: 500;
}

.catalog-card__item {
    margin: 20px 0 0px;
}

.catalog-card__gost {
    color: #333333;
    font-size: 13px;
    padding: 8px 0;
    line-height: 16px;
    display: block;
    background-color: #f2f2f2;
    width: 50px;
    text-align: center;
    border-radius: 45px;
    margin-top: 10px;
}

.catalog-card__gost:hover {
    background-color: #FBB91B;
    color: #fff;
}

.catalog-card__title {
    max-width: 70%;
}

.catalog-card__gost-ttl {
    width: 100%;
}

.catalog-card__title a {
    color: #333333;
    font-weight: 600;
}

.catalog-card__title a:hover {
    color: #FFB504;
}

.catalog-card__title a {
    position: relative;
}

.catalog-card a:hover .catalog-card-bg {
    opacity: 0.5;
}

.catalog-card__title a::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #FFB504;
    transition: width .3s ease-in-out;
}

.catalog-card__title a:hover::before {
    width: 100%;
}

.catalog-card__item {
    margin: 20px 0 0;
}

.catalog-card__item a:hover {
    color: #FFB504;
}

.banner-item {
    width: 100%;
    height: 450px;
    z-index: -1;
    background-position: 38% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-item__wrap {
    position: relative;
}

.banner-item__block {
    position: absolute;
    color: #fff;
    max-width: 750px;
    padding: 45px 0 30px 80px;
}

.banner-ttl {
    font-size: 55px;
    line-height: 52px;
    font-weight: bold;
}

.banner-item_slide1 {
    background-image: url("/local/img/index/slider1.png");
}

.banner-item_slide2 {
    background-image: url("/local/img/index/slider2.png");
}

.banner-item_slide3 {
    background-image: url("/local/img/index/slide3.png");
}

.banner-text {
    font-size: 24px;
    line-height: 29px;
}

.banner-tel {
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}

.banner-tel:hover {
    color: #FDB913 !important;
}

.banner-link {
    color: #fff;
    border-radius: 52px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 39px 6px 25px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.banner-link::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 16px;
    width: 9px;
    height: 9px;
    background-image: url('/local/img/index/strelka-banW.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-link_black::after {
    background-image: url('/local/img/index/strelka-banG.svg')!important;
}

.banner-list {
    list-style: none;
    font-size: 35px;
    line-height: 43px;
    color: #333333;
    padding: 0;
    position: relative;
}

.banner-block_slide2 .banner-list li {
    position: relative;
}

.banner-list li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -20px;
}

.banner-link:hover {
    color: #FDB913;
    border: 1px solid #FDB913;
}

.banner-link_black {
    color: #333333;
    border: 1px solid #333333;
}

.prev-left {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 41px;
    border: none;
    background-color: transparent;
    background-image: url("/local/img/index/ar-right.png");
    background-repeat: no-repeat;
    background-size: 70%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    outline: none;
}

.prev-right {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 41px;
    border: none;
    background-color: transparent;
    background-image: url("/local/img/index/ar-left.png");
    background-repeat: no-repeat;
    background-size: 70%;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    outline: none;
}

.slick-dots {
    bottom: 25px !important;
}

.slick-dots li.slick-active button:before {
    background-image: url("/local/img/index/dots-active.svg");
}

.slick-dots li button:before {
    color: #fff !important;
    font-size: 5px !important;
    opacity: 1 !important;
    content: "";
    background-image: url("/local/img/index/dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 10px;
}

.seo_text {
    background-color: #F2F2F2;
    padding: 0 0 50px;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.seo_title {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 25px 0;
    font-weight: 500;
    padding: 50px 0 0;
}

.seo-img_wrap {
    margin: 5px 0;
}

.seo-img_wrap img {
    width: 100%;
    max-height: 275px;
    border-radius: 10px;
    margin: 5px 0;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.25);
}

.seo-img_block img {
    width: 50%;
    max-height: 275px;
    margin: 0 15px;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.seo-img_block img:first-child {
    margin-left: 0;
}

.footer {
    background-color: #1a1a1a;
    color: #737373;
    padding: 100px 0 0 0;
}

.footer-menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    padding-right: 10px;
}

.footer-menu_list li {
    margin: 20px 0;
}

.footer-menu_about li {
    margin: 0px 0 15px;
}

.footer-menu_about li:first-child {
    margin-top: 0;
}

.footer-menu_block {
    position: relative;
    justify-content: space-between;
    max-width: 700px;
}

.footer-menu_block::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 1px;
    height: 100%;
    background-color: #333333;
}

.footer-menu_about {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    width: 50%;
}

.footer-icon_inst {
    width: 25px;
    height: 25px;
    fill: #737373;
    margin-right: 15px;
    display: block;
    margin-top: 2px;
    transition: unset;
}

.footer-icon_inst:hover {
    width: 25px;
    height: 25px;
    fill: #BB0077;
    transition: unset;
}

.footer-icon_vk:hover {
    fill: #5181B8;
    transition: unset;
}

.footer-icon_vk {
    width: 37px;
    height: 23px;
    fill: #737373;
    display: block;
    transition: unset;
}

.footer-contacts {
    flex-direction: column;
    align-items: flex-start;
}

.footer-tel {
    font-size: 22px;
    line-height: 24px;
    color: #737373;
    font-weight: 500;
}

.footer-tel:hover {
    color: #FFB504;
}

.footer-contacnt_wrap {
    justify-content: space-between;
}

.footer_btn {
    margin: 15px 0 !important;
    color: #737373;
    font-size: 13px;
    line-height: 14px;
    padding: 12px 12px 12px 50px;
    background-color: #262626;
    border-radius: 84px;
    position: relative;
}

.footer_btn::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 20px;
    width: 10px;
    height: 13px;
    background-image: url("/local/img/index/teltr-footer.svg");
}

.footer_btn::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 40px;
    width: 1px;
    height: 15px;
    background-color: #737373;
}


.footer-icon_block {
    margin: 0px 0 15px;
}

.footer_btn:hover::before {
    background-image: url("/local/img/index/teltr-footer-hover.svg");
}

.footer_btn:hover {
    color: #FFB504;
}

.footer_btn:hover::after {
    background-color: #FFB504;
}

.container {
    max-width: 1460px !important;
}

.footer-menu_list a {
    color: #737373;
}

.footer-item-first a {
    color: #737373;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.footer-menu_list a:hover {
    color: #FFB504;
}

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

.footer-menu_about a {
    font-size: 20px;
    line-height: 20px;
    color: #737373;
    font-weight: 500;
}

.header__menu-toggle {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30%;
    left: 0;
}

.header__menu-toggle__open {
    background-image: url(/local/img/index/burger.png);
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.mm-navbar_sticky {
    height: 50px;
}

/*.mm-navbar_sticky::after {*/
/*    content: "";*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-image: url(/local/img/index/burger-close.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*}*/

/*.header__menu-toggle--active .header__menu-toggle__open {
    background-image: url(/local/img/index/burger-close.png);
    z-index: 1000;
}*/


/*.mm-wrapper_opened .mm-navbar__title {
    position: relative;
}

.mm-wrapper_opened .mm-navbar__title::before {
    background-image: url(/local/img/index/burger-close.png);
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
}*/

/*.header__menu-toggle span {
  display: none;
  height: 2px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333333;
}

 .header__menu-toggle span::before, .header__menu-toggle span::after {
  display: none;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333333;
  }

.header__menu-toggle span::before {
  transition: all 0.2s;
  content: "";
  margin-top: -6px;
}
.header__menu-toggle span::after {
  transition: all 0.2s;
  content: "";
  margin-top: 6px;
}
.header__menu-toggle--active span {
  background-color: transparent;
}
.header__menu-toggle--active span::before  {
  transform: rotate(135deg);
  margin-top: 0;
}
.header__menu-toggle--active span::after {
  transform: rotate(-135deg);
  margin-top: 0;
}*/

.footer-menu_about a:hover {
    color: #FFB504;
}

.abvant-item img {
    width: 60px;
}

.btn-more {
    display: none;
}

.footer-menu-arrow {
    display: none;
}

.popup-index__text-sub {
    max-width: 267px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #808080;
    margin-top: 30px;
}

.popup__text-sub {
    max-width: 267px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #808080;
    margin: 0;
}

.popup-index__ttl {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 13px;
}

.popup-index__text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 274px;
}

.popup-index__input {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 45px;
    display: block;
    margin-top: 11px;
    padding: 8px 0px 8px 16px;
    width: 100%;
}

.popup-index__input:hover {
    border: 1px solid #FBB91B;
    background-color: #FAFAFA;
}

.popup-index__btn {
    background-color: #FBB91B;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    padding: 10px 60px;
    display: block;
    margin: 0 auto;
    border-radius: 45px;
    min-width: 50%;
}

.popup-index__btn:hover {
    background-color: #F4AC00;
    color: #fff;
}
.popup-index__btn:active {
    color: #fff;
}
.popup-calculate{
    width: 100%;
    max-width: 600px;
}
.popup-calculate .popup-call-main{
    max-width: 100%;
    padding: 5px 0;
    margin: 0 0 15px 0;
    text-align: center;
}
.popup-calculate textarea{
    min-width:110px;
    min-height:110px;
    border-radius:20px;
    margin: 10px 0 15px 0;
}
.popup-calculate-button {
    margin: 0 0 0 auto;
    display: block;
    width: 176px;
    color: black;
    font-weight: 600;
    padding: 0;
}
.popup-calculate-button span{
    text-decoration: underline;
}
.popup-calculate-button:hover span {
    text-decoration: none;
    color:black;
}
.categor__tabs + .popup-calculate-button {
    display:block !important;
}
.fancybox-slide > * {
    overflow: visible !important;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 5px;
    right: -30px;
    top: -40px;
}

.catalog-menu-arrow {
    display: none;
}

.catalog-card-mobile {
    opacity: 0;
    background-repeat: no-repeat;
    width: 110px;
    height: 70px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: -1;
}

.catalog-menu-arrow.active {
    transform: rotate(180deg);
}

.footer-menu-arrow.active {
    transform: rotate(180deg);
}

.header-menuInner__list {
    display: none;
    list-style: none;
    position: absolute;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10;
    padding: 0px 0px 0px 10px;
    margin: 0;
    left: 0;
    top: 60px;
    width: auto;
    margin-right: -5px;
}

.header-menuInner__list_level2 {
    display: none;
    list-style: none;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    padding: 0px 20px;
    margin: 0;
    top: 0;
    left: 100%;
    min-height: 354.5px;
    border-left: 1px solid #f2f2f2;
    box-shadow: 16px 15px 31px rgba(0, 0, 0, 0.1);
}

.header-menuInner__list li {
    white-space: nowrap;
    width: 100%;
}

.header-menuInner__list_level2 li {
    white-space: normal;
    width: 100%;
    min-width: 270px;
}

.header-menuInner__list li:hover .header-menuInner__list_level2 {
    display: block;
}

.header-menuInner__list li {
    margin: 15px 0;
}

.header-menuInner__item {
    padding: 0 20px 0 10px;
}

.header-menuInner__item:hover .header-menuInner__link {
    color: #FBB91B;
}

.header-menu__item:hover .header-menuInner__list {
    display: block;
}

.header-menu__item::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 3px;
    background-color: #FFB504;
    transition: width .3s ease-in-out;
}

.header-menu__item:hover::before {
    width: 100%;
}

/*.header-menuInner__list::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 3px;
    background-color: #FFB504;
}*/

.header-block__mobile {
    display: none;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    max-width: 170px;
    justify-content: space-around;
    min-height: 300px;
}

.header-block__mobile a {
    color: #333333;
}

.header-block__mobile a:hover {
    color: #FBB91B;
}

.header-block__mobile.active {
    display: flex;
}

.header__menu-wrapper.active {
    background-color: #fff;
    position: absolute;
    top: 355px;
    left: -16px;
    z-index: 10;
    width: 105vw;
    height: 1000vh;
    padding: 20px;
}

.desctop-none {
    display: none;
}

.breadcrumbs {
}

.breadcrumbs-list {
    list-style: none;
    display: flex;
    padding: 15px 0 15px 0;
    margin: 0;
}

.breadcrumbs-item {
    margin: 0px 10px 0px;
    position: relative;
    padding: 3px 0 3px 20px;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: block;
}

.breadcrumbs-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumbs-item:first-child::after {
    background-image: none;
}

.breadcrumbs-item a {
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    display: block;
}

.breadcrumbs-item::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -3px;
    width: 13px;
    height: 8px;
    background-image: url("/local/img/index/ar-down.svg");
    transform: rotate(-90deg) scale(0.5);
    background-repeat: no-repeat;
}

.categor-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    margin: 10px 0 10px;
    padding: 0;
}

.categor__image {
    max-width: 350px;
    max-height: 290px;
}

.categor__image img {
    width: 100%;
}

.categor__block {
    max-width: 740px;
    margin: 0 0 0 15px;
}

.categor__block p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.categor__item img {
    max-width: 130px;
    width: 100%;
    max-height: 120px;
    border-radius: 10px 0 0 10px;

}

.categor__item {
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    margin: 5px 3px;
    max-height: 120px;
    max-width: 32%;
    overflow: hidden;
}

.categor__item:hover {
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/*.main {
  background-color: #e5e5e5;
}*/

.categor__item p {
    padding: 30px 0px 0px 7px;
    width: 207px;
    font-size: 12px;
    line-height: 18px;
    max-height: 100px;
    margin: 0;
    font-weight: 500;
}

.categor-banner {
    background-color: #333333;
    border-radius: 10px;
    padding: 10px 40px;
    display: flex;
    margin: 45px 0 50px;
}

.categor-banner:hover {
 //   background-color: rgba(51, 51, 51, 0.8);
}

.categor-banner img {
    width: 100%;
    max-width: 500px;
    max-height: 117px;
    margin: 20px 0;

}

.categor-banner p {
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 540px;
    margin: 20px 0;
    padding-right: 10px;
}

.categor-text {
    padding: 40px 0 32px;
    background-color: #f2f2f2;
    margin: 0px 0 0px;
}

.categor-text h2 {
    margin-top: 50px;
}

.categor-text h2:first-child {
    margin-top: 0;
}

.categor-text__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.categor-text p,
.categor-text ul {
    font-size: 14px;
    line-height: 20px;
}

.categor-text__wrap {
    margin: 30px 0 50px;
}

.categor__tabs__list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.categor-text__list {
    list-style: none;
    padding: 0
}

.categor-text__list li {
    position: relative;
    padding-left: 10px;
}

.categor-text__list li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.categor-add__servises {
    background-color: #fff;
    padding: 30px 0 50px;
}

.categor-add__servises__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categor-add__servises__block {
    color: #333333;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
}

.categor-add__servises__link {
    border: 1px solid #fff;
    background-color: #fff;
    width: 25%;
    max-height: 415px;
}

.categor-add__servises__block img {
    width: 85%;
    max-height: 405px;
    max-width: 405px;
}

.categor-add__servises__name {
    max-width: 250px;
    min-height: 58px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: -50px;
}

.categor-add__servises__link:hover {
    border: 1px solid #E6E6E6;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.categor-advant {
    padding: 40px 0 50px;
}

.categor-advant-list {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.categor-abvant-item {
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 5px;
    width: 19%;
}

.categor-abvant-item img {
    width: 100%;
    max-width: 85px;
    max-height: 95px;
}

.categor-abvant-item__text {
    max-width: 137px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 20px;
}

.categor-abvant-item::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 70px;

}

.categor-partner {
    background-color: #fff;
    padding: 40px 0 50px;
}

.categor-partner__item {
    width: 20%;
    height: 140px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #F2F2F2;
}

.categor-partner__list {
    display: flex;
    flex-wrap: wrap;
}

.categor-form {
    padding: 50px 0 0;
}

.categor-form__wrap {
    display: block;
    margin: 0 auto;
    max-width: 1050px;
    background-color: #fff;
    box-shadow: 0px 43px 88px rgba(75, 69, 51, 0.1);
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 50px 100px;
}


.categor-form__wrap::before {
    content: "";
    position: absolute;
    top: 30%;
    left: -140px;
    width: 237px;
    height: 250px;
    background-image: url("/local/img/index/krivue.png");
    background-size: cover;
}

.categor-form__wrap::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -140px;
    width: 237px;
    height: 250px;
    background-image: url("/local/img/index/pk.png");
    background-size: cover;
}

.categor-form__ttl {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.categor-form__text {
    font-size: 16px;
    line-height: 20px;
    max-width: 520px;
    display: block;
    margin: 10px auto 15px;
}

.categor-form__input {
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 8px 16px;
    margin: 3px;
    min-width: 230px;
    width: 30.8%;
}

.categor-form__input:hover,
.categor-form__textarea:hover {
    border: 1px solid #FBB91B;
}

.categor-form__textarea {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 10px;
    width: 95%;
    padding: 8px 16px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.categor-form__subtext {
    font-size: 10px;
    line-height: 12px;
    color: #808080;
    margin: 20px 0 10px;
}

.leftmenu__list {
    border-radius: 10px;
    background-color: #fff;
    list-style: none;
    padding: 20px 0px 30px 10px;
    margin: 10px -5px 30px 0;
}

.leftmenu__item {
    padding: 10px 0;
    position: relative;
}

.leftmenu__item a {
    color: #333333;
    position: relative;
    font-weight: 500;
}

.leftmenu__item__level2_link:hover,
.leftmenu__item__level3_link:hover {
    color: #FBB91B;
}

.leftmenu__item__level2_link {
    font-weight: 600!important;
    margin: 0 0 10px;
}

.leftmenu__item .leftmenu__item__link::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    width: 0%;
    height: 3px;
    background-color: #FFB504;
    transition: width .3s ease-in-out;
}

.leftmenu__item:hover .leftmenu__item__link::before {
    width: 100%;
}

.leftmenu__item::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
    width: 13px;
    height: 8px;
    background-image: url("/local/img/index/ar-down.svg");
    transform: rotate(-90deg) scale(0.7);
    background-repeat: no-repeat;
}

.leftmenu__item::after.yellow-active {
    background-image: url("/local/img/index/ar-down-hover.svg");
    transform: scale(0.7) rotate(180deg);
}

/*.leftmenu__item:hover::after {
   background-image: url(/local/img/index/ar-down-hover.svg);
}*/

.leftmenu-ttl {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #999999;
    margin-top: 20px;
}

.leftmenu__list-parametr {
    border-radius: 10px;
    background-color: #fff;
    margin: 5px 0 30px 0;
}

.leftmenu__filter__button {
    display: inline-block;
}

.leftmenu__filter__ttl {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

.leftmenu__filter__ttl p {
    margin: 0;
    padding: 0;
}

/*.leftmenu__list-parametr li {
  position: relative;
  padding: 20px 20px;
}

.leftmenu__list-parametr li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 8px;
  background-image: url(/local/img/index/ar-down.svg);
  transform: scale(0.7);
  background-repeat: no-repeat;
}*/

.leftmenu__filter__ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f2f2f2;
    width: 100%;
    height: 1px;
}

.categor__tabs__item {
    background-color: #f2f2f2;
    border-radius: 10px 10px 0px 0px;
}

.categor__tabs__item .active {
    background-color: #fff;
    height: 100%;
}

.categor__tabs__item button {
    padding: 16px;
    border-radius: 10px 10px 0px 0px;
    line-height: 16px;
    font-size: 14px;
}

.categor__tabs__tab {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.categor__table {
    border: 1px solid #F2F2F2;
    width: 100%;
}

.categor__table th {
    padding: 15px;
    max-width: 280px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #F2F2F2;
}

.categor__table td {
    padding: 11px 14px 12px;
    max-width: 280px;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border: 1px solid #F2F2F2;
    text-align: center;
    position: relative;
    height: 40px;
    font-weight: 500;
}

.categor__table td a {
    color: #333333;
}

.categor__table td:first-child,
.categor__table th:first-child {
    text-align: left;
}

.categor__characteristic__list td:last-child {
    width: 20px;
}


.categor-table__link:hover {
    color: #FBB91B;
}

.table-card__img {
    width: 30px;
    height: 30px;
    background-image: url("/local/img/index/card_empty.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 3px;
}

.table-card__img:hover {
    background-image: url("/local/img/index/card_hover.svg");
}

.categor__table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.categor__table tr:nth-child(odd) {
    background-color: #fafafa;
}

.categor__table tr:first-child {
    background-color: #fff;
}

.categor__table th a{
    color: #000;
    text-decoration: underline;
}
.categor__table th a:hover{
    color: #FBB91B;
}

.categor-pagination__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.categor-pagination {
    justify-content: center;
    margin: 30px 0 20px;
    align-items: center;
}

.categor-pagination__list a {
    color: #333333;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 50%;
}

.categor-pagination__list li {
    padding: 3px;
}

.categor-pagination__list li:hover a {
    color: #fff;
    background-color: #FBB91B;
    border-radius: 50%;
}

.categor-pagination__list li .active {
    color: #fff;
    background-color: #FBB91B;
    border-radius: 50%;
}

.categor-pagination__list li:first-child .active {
    padding: 5px 11.5px;
}

.categor-pagination__list li:first-child {

}

.categor-pagination__back {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-left: 15px;
    display: block;
    margin: 0 10px;
}

.categor-pagination__back:hover {
    color: #FBB91B;
}

.categor-pagination__back::before {
    position: absolute;
    top: 30%;
    left: 0;
    content: "";
    width: 13px;
    height: 8px;
    background-image: url("/local/img/index/ar-down.svg");
    transform: scale(0.6) rotate(90deg);
    background-repeat: no-repeat;
}

.categor-pagination__back:hover::before {
    background-image: url("/local/img/index/ar-down-hover.svg");
}

.categor-pagination__next {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-right: 15px;
    display: block;
    margin: 0 10px;
}

.categor-pagination__next:hover {
    color: #FBB91B;
}

.categor-pagination__next:hover::after {
    background-image: url("/local/img/index/ar-down-hover.svg");
}

.categor-pagination__next::after {
    position: absolute;
    top: 30%;
    right: 0;
    content: "";
    width: 13px;
    height: 8px;
    background-image: url("/local/img/index/ar-down.svg");
    transform: scale(0.6) rotate(-90deg);
    background-repeat: no-repeat;
}


.categor__filter__list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.categor__filter__list.active {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    max-height: 350px;
    overflow-y: scroll;
    max-width: 300px;
}

.leftmenu__filter__ttl.active p {
    color: #FBB91B;
}

.leftmenu__filter__ttl:hover p {
    color: #FBB91B;
}

.leftmenu__filter__ttl.active {
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
}

.leftmenu-arrow {
    margin-top: 8px;
    transform: scale(0.7);
}

.leftmenu-arrow {
    position: relative;
}

.leftmenu-arrow::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 4px;
    width: 13px;
    height: 8px;
    background-image: url("/local/img/index/ar-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.active.leftmenu-arrow::after {
    background-image: url("/local/img/index/ar-down-hover.svg");
    transform: rotate(180deg);

}

.leftmenu-arrow.active {
    transform: scale(0.7);
}

.cat__filter__item {
    width: 50%;
    position: relative;
}

.cat__input__checkbox {
    position: relative;
    visibility: hidden;
}

.cat__input__checkbox + label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #7F7F7F;
    background-color: #ffffff;
    border-radius: 3px;
}

.cat__filter__item {
    padding-left: 10px;
}

.cat__input__checkbox:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #FBB91B;
    background-color: #FBB91B;
    border-radius: 3px;
}

.categor__button__reset {
    background-color: #FBB91B;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    border-radius: 45px;
}

.categor-button__wrap {
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
}

.categor__button__show {
    background-color: #FAFAFA;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    border-radius: 45px;
}

.categor__button__show:hover {
    color: inherit;
}

.categor__filter__text {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    margin: 50px 0 5px;
}

.js-choose-filter-select {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
}

.jq-selectbox__select-text {
    padding: 10px 20px 20px;
    width: 200px!important;
}

.js-choose-filter-select:hover .jq-selectbox__select-text {
    color: #FBB91B;
}

.jq-selectbox__select-text::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    background-color: #f2f2f2;
    width: 100%;
    height: 1px;
}

.jq-selectbox__dropdown li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.jq-selectbox li {
    padding: 5px 20px 6px;
}

.jq-selectbox li:hover {
    color: #FBB91B !important;
    background-color: transparent !important;
}

.jq-selectbox__trigger {
    border: none !important;
}

.jq-selectbox__select {
    height: 32px;
    padding: 10px 0 !important;
    border: none !important;
    border-bottom-color: transparent !important;
    border-radius: 4px;
    background: transparent !important;
    box-shadow: none !important;
    font: inherit !important;
    color: #333;
    text-shadow: none !important;
    max-width: 100%;
    width: 100%;
    min-width: 330px;
}

.jq-selectbox__dropdown {
    font: inherit !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    margin-top: 24px;
    position: relative;
}

.leftmenu__list_level2 {
    display: none;
    position: absolute;
    top: -40px;
    left: 98.5%;
    padding-left: 10px;
    z-index: 100;
}

.leftmenu__list_level2_list {
  list-style: none;
  width: 100%;
  min-width: 830px;
  margin: 0;
  padding: 20px 25px;
  box-shadow: 15px 15px 31px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.leftmenu__item:hover .leftmenu__list_level2 {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.leftmenu__list_level2:hover {
  font-size: 16px;
  line-height: 20px;
}

.leftmenu__list_level2 li {
    padding: 5px;
    width: 260px;
    margin: 0 0 5px;
}

.categor-partner__item p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    position: relative;
    text-align: center;
}

.popup-category__ttl {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

.popup-category__text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 13px auto 32px;
    max-width: 515px;
}

.popup-form__input {
    border-radius: 45px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 8px 16px;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

.popup-form__textarea {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    width: 97%;
    padding: 8px 16px;
    min-height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
}


.popup-form__subtext {
    font-size: 10px;
    line-height: 12px;
    color: #808080;
    margin: 20px 0;
}

.categor-banner__link {
    color: #fff;
    font-weight: 600;
}

.categor-banner__link:hover {
    text-decoration: underline;
    color: #fff;
}

.categor-banner_img2 {
    display: none;
}

.categor__tabs-arrow {
    display: none;
}

.categor__tabs__tab {
    display: none;
}

.categor__tabs__tab.active {
    display: block;
}

.navig-subtitle {
    font-size: 27px;
    line-height: 33px;
    font-weight: 500;
    margin: 45px 0 25px;
}

.jq-selectbox__trigger-arrow {
    border-top: none;
    background-image: url("/local/img/index/ar-down.svg");
    top: 24px;
    right: 9px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transform: scale(0.7);
}

.js-choose-filter-select:hover .jq-selectbox__trigger-arrow {
    background-image: url("/local/img/index/ar-down-hover.svg");
}

.cat__filter__select.opened .jq-selectbox__trigger-arrow {
    background-image: url("/local/img/index/ar-down-hover.svg");
    transform: scale(0.7) rotate(-180deg);
    top: 15px;
}

.jq-file__name {
    display: inline;
    border: none;
    box-shadow: none;
    width: 1%;
    padding: 0;
}

.jq-file {
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    width: 97%;
    font-weight: 500;
    max-width: 810px;
    margin-top: -15px;
    padding-top: 7px;
}

.jq-file__browse {
    position: relative;
    border-left: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    line-height: 12px;
    display: inline-block;
    padding: 12px 0 12px 16px;
}

.jq-file__browse::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0%;
    background-image: url("/local/img/index/skrebka.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 16px;
    background-size: contain;
}

.jq-file:active .jq-file__browse {
    background: transparent;
    box-shadow: none;
}

.active-top .categor__tabs-arrow {
    display: none;
}

.leftmenu-mobile__top {
    display: none;
}

.leftmenu__list_level3 {
    list-style: none;
    margin: 5px 0 0px;
    padding: 0;
    font-weight: 500;
}

.leftmenu__list_level3 li {
    padding: 5px 0px !important;
}

.jq-selectbox {
    z-index: 0;
}

.product-item__block {
    background-color: #fff;
    width: 50%;
    padding: 17px 23px;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    position: relative;

}

.product-item__image {
    width: 50%;
    max-width: 470px;
    max-height: 290px;
}

.product-item__image img {
    width: 100%;
    height: 100%;
}

.product-item__price p {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #7F7F7F;
    padding: 0;
    margin: 0;
}

.product-item__price span {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
}

.product-item__quantity p {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #7F7F7F;
    padding: 0;
    margin: 8px 0 0;
}

.product-item__quantity__wrap {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    max-width: 120px;
}

.product-item__quantity__number {
    max-width: 54px;
    border: none;
    text-align: center;
}

.product-item__in-stock span {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #7F7F7F;
    padding: 0;
    margin: 0;
}

.product-item__quantity__minus::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
}

.product-item__quantity__plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
}

.product-item__quantity__minus,
.product-item__quantity__plus {
    font-size: 20px;
    position: relative;
    padding: 0 8px;
}

.product-item__quantity__minus:hover,
.product-item__quantity__plus:hover {
    background-color: #e6e6e6;
}

.product-item__quantity__minus {
    border-radius: 8px 0px 0px 8px;
}

.product-item__quantity__plus {
    border-radius: 0px 8px 8px 0px;
}

.product-item__in-stock img {
    transform: scale(0.7);
    margin-left: 2px;
}

.product-item__in-stock {
    margin: 10px 0;
}

.btn__product-item {
    background: #fff;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 49px;
    padding: 15px 30px;
    color: #333;
    font-size: 16px;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.btn__product-item:hover {
    background-color: #FBB91B;
    color: #333333;
}
.basket_button{
    background-color: #FBB91B;
}


.product-item__link__cheaper {
    position: absolute;
    top: 13px;
    right: 23px;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
}

.product-item__btn {
    position: relative;
    display:flex;
    justify-content:center;
}

.product-item-card__img {
    width: 23px;
    height: 23px;
    background-image: url("/local/img/index/card_empty.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 18px;
}

.product-item__separator {
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    margin: 16px 0 25px;
}

.product-item__transpoptation__block {
    position: relative;
    margin: 23px 0 0;
}

.product-item__transpoptation__block:last-child::after {
    background-color: transparent;
}

.product-item__transpoptation__block::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;

}


.product-item__transpoptation__block img {
    width: 100%;
    max-width: 175px;
    max-height: 142px;
}

.product-item__transpoptation {
    padding: 10px 10px 30px;
    justify-content: space-between;
}

.product-item__transpoptation__text {
    padding: 0 0 0 18px;
    margin-bottom: 30px;
}

.product-item__table {
    min-width: 250px;
    width: 100%;
}

.product-item__table tr {
    background-image: url("/local/img/index/spec_dots.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.product-item__table td {
    padding: 0 0px;
    text-align: right;
}

.product-item__table span {
    padding: 2px;
    background: white;
    position: relative;
    top: 4px;
}

.product-item__table td:first-child {
    text-align: left;
}

.product-item__tabs {
    margin-bottom: 32px;
}

.categor-abvant-item:last-child::after {
    background-color: transparent;
}


.categor-partner__item__product {
    background-size: 80%;
}

.product-item_advant {
    width: 18%;
}

.product-item_advant img {
    max-width: 60px;
}

.product-item_advant::after {
    right: -14px;
}

.product-item__similar__block {
    margin: 0 3px;
    text-align: center;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    width:250px;
}

.product-item__similar__img img {
    width: 100%;
    max-height: 142px;
}

.product-item__similar {
    background-color: #fff;
    padding: 26px;
    margin-bottom: 20px;
}

.product-item__similar__ttl {
    min-height: 50px;
    margin: 15px 0;
}

.product-item__similar__price {
    font-weight: 600;
    margin: 0;
}

.product-item__similar__btn {
    position: relative;
    padding: 8px 30px 7px 50px;
    border: 1px solid #FBB91B;
    box-sizing: border-box;
    border-radius: 49px;
    margin: 15px 0;
}

.product-item__similar__btn .product-item-card__img {
    top: 4px;
}

.product-item__similar__btn:hover {
    border: 1px solid #FBB91B;
    background-color: #FBB91B;
}

.product-item__similar__title {
    font-size: 30px;
    line-height: 37px;
}

.prev-left__product {
    position: absolute;
    z-index: 4;
    width: 8px;
    height: 17px;
    border: none;
    background-color: transparent;
    background-image: url("/local/img/index/ar-right-sl-prod.png");
    background-repeat: no-repeat;
    background-position: center;
    top: -50px;
    right: 40px;
    transform: rotate(180deg);
    outline: none;
    padding: 15px;
    border-radius: 10px;
}

.prev-right__product {
    position: absolute;
    z-index: 4;
    width: 8px;
    height: 17px;
    border: none;
    background-color: transparent;
    background-image: url("/local/img/index/ar-right-sl-prod.png");
    background-repeat: no-repeat;
    background-position: center;
    top: -50px;
    right: 10px;
    outline: none;
    border-radius: 10px;
    padding: 15px;
}

.prev-right__product:hover,
.prev-left__product:hover {
    background-color: #F4F4F4;
}

.jq-file:hover .jq-file__browse {
    background: transparent;
}

.product-item__payment {
    justify-content: center;
    padding: 60px 0;
}

.product-item__payment__name {
    text-align: center;
}

.product-item__description {
    padding: 30px;
}

.product-item__specif {
    padding: 20px 25px;
    width: 100%;
    max-width: 500px;
}

.product-item__specif tr {
    background-image: url("/local/img/index/spec_dots.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.product-item__specif td:first-child {
    color: #808080;
    text-align: left;
}

.product-item__specif td {
    padding: 10px 0px 0 0;
    text-align: right;
}

.product-item__specif span {
    background-color: #fff;
    padding: 2px;
    position: relative;
    top: 4px;
}


.product-item__mobile {
    display: none;
}

.categor-title span.yellow {
    color: #FBB91B;
}

.about__catalog {
    background-color: #fff;
    padding: 20px 0px 20px;
}

.about__img {
    height: 200px;
}

.about__item {
    position: relative;
    max-width: 300px;
    text-align: center;
    /*border: 1px solid #fff;*/
}

/*.about__item:hover {
    border: 1px solid #E6E6E6;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    z-index: 10;
}*/

.about__list {
    flex-wrap: wrap;
    margin-top: 20px;
}

.about__img img {
    width: 100%;
}

.about__item p {
    text-align: center;
    color: #333333;
    font-weight: 500;
    display: inline-block;
}

.about__item__link:hover p {
    color: #FFB504;
}

.about__item__link p {
    position: relative;
}

.about__item__link p::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #FFB504;
    transition: width .3s ease-in-out;
}

.about__item__link:hover p::after {
    width: 100%;
}

.about {
    padding: 0px;
}

.about__text {
    max-width: 70%;
}

.map__contacts {
    color: #fff;
    background-color: #191919;
    padding: 121px 76px 121px 75px;
    width: 38%;
    max-width: 500px;
    max-height: 400px;
}

.map__contacts a {
    color: #fff;
    display: block;
}

.map__img {
    width: 62%;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
}

.map {
    margin: 50px 0 0;
}

.about__item__link {
    width: 25%;
}

.map__contacts__tel,
.map__contacts__adr,
.map__contacts__grafik {
    position: relative;
    padding-left: 35px;
    font-size: 25px;
    line-height: 45px;
}

.map__contacts__tel::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    height: 24px;
    background-image: url('/local/img/index/trubka-map.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.map__contacts__adr::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 23px;
    height: 17px;
    background-image: url('/local/img/index/email-map.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.map__contacts__grafik::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url("/local/img/index/vremy-map.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.map__contacts__mode {
    padding: 0 0 0 35px;
    margin: 0;
    line-height: 18px;
    font-size: 25px;
    line-height: 45px;
}

.main.white {
    background-color: #fff;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
}

.main-about {
    background-color: #fff;
}

.contacts__block__item {
    background-color: #fff;
    border-radius: 10px;
    margin: 7px 0;
}

.contacts__block__list {
    flex-direction: column;
    width: 476px;
    margin: 0 10px 0 0;
}

.contacts__block__item__text {
    padding: 20px 20px 20px 30px;
}

.contacts__block__item__text span {
    color: #999999;
    font-size: 14px;
    line-height: 19px;
}

.contacts__block__item:hover {
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
}

.contacts__img__wrap {
    width: 65%;
    max-height: 800px;
    transition: unset;
}

.contacts__img__wrap *, .map * {
    transition: unset;
}

.contacts__block__item__text p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin: 7px 0;
    padding: 0 0 0 25px;
}

.contacts__block__item__text a {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    display: block;
    margin: 7px 0;
    padding: 0 0 0 25px;
}


.contacts__block__item:first-child {
    margin-top: 0;
}

.contacts__block__arrow {
    width: 13px;
    height: 8px;
    background-image: url("/local/img/index/ar-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0.5);
}

.contacts__block_button {
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
    position: relative;
    align-items: center;
    font-weight: 500;
}

.contacts__block_button::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #E6E6E6;
    width: 100%;
    height: 1px;
}

.contacts__block__tel,
.contacts__block__adr,
.contacts__block__grafik,
.contacts__block__email {
    position: relative;
}

.contacts__block__tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 16px;
    background-image: url('/local/img/index/trubka-map.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.contacts__block__email::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 11px;
    background-image: url('/local/img/index/konvert.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.contacts__block__grafik::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('/local/img/index/time.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

/*.contacts__block__adr::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 15px;
    height: 18px;
    background-image: url('/local/img/index/contact-geo.svg');
    background-size: contain;
    background-repeat: no-repeat;
}*/

.contacts__icon::before {
    background-image: url('/local/img/index/geo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 10px;
    height: 17px;
}

.contacts__icon {
    position: relative;
}

.contacts__block__adr {
    padding: 0;
    margin: 0;
}

.contacts__block__adr:hover{
    color: #FFB504;
}

.contacts__block__adr:hover svg {
    fill: #FFB504;
}

.vacancy-banner {
    width: 100%;
    height: 415px;
    background-image: url('/local/img/index/ban-vacancy.png');
    background-repeat: no-repeat;
}

.vacancy-banner__text {
    font-size: 65px;
    line-height: 70px;
    padding: 150px 0 105px 105px;
    max-width: 60%;
}

.vacancy-block__ttl {
    font-size: 30px;
    line-height: 37px;
}

.vacancy-block__wrap {
    margin: 15px 0;
    padding: 32px 25px 25px 25px;
    background-color: #fff;
}

.vacancy-block {
    max-width: 840px;
}

.vacancy-block__table {
    padding: 10px 0;
}

.vacancy-block__table td:first-child {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
    position: relative;
}

.vacancy-block__table td:first-child::before {
    position: absolute;
    content: "";
    top: 17px;
    right: 0;
    width: 4px;
    height: 25px;
    background-color: #fbb91b;
}

.vacancy-block__table td {
    padding: 16px;
    vertical-align: top;
}

.vakancy-block__link {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #FFF;
    background-color: #FBB91B;
    max-width: 200px;
    border-radius: 45px;
    padding: 9px 0;
    margin-top: 35px;
}

.vakancy-block__link:hover {
    color: #fff;
    background-color: rgba(251, 185, 27, 0.8);
}

.contacts__block__more {
    display: none !important;
}

.contacts__block__item__text.active .contacts__block__more {
    display: block !important;
}

.contacts__block_button.active span {
    color: #fbb91b;
}

.contacts__block_button.active .contacts__block__arrow {
    background-image: url(/local/img/index/ar-down-hover.svg);
    transform: scale(0.5) rotate(-180deg);
}

.services {
    margin-bottom: 0px;
}

.services-block__image {
    background-repeat: no-repeat;
    max-width: 320px;
    height: 121px;
    width: 100%;
    background-size: contain;
    background-position: center;
}

.services-block__text {
    background-color: #fff;
    padding: 25px 25px 0;
    margin: 20px 0 0px;
}

.services-block__text img {
    width: 100%;
    margin-bottom: 30px;
    min-height: 137px;
}

.services-block__list {
    flex-direction: column;
    border-radius: 10px;
    /*margin-top: 77px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.services-block__item {
    max-width: 320px;
    background-color: #fff;
    min-height: 200px;
    height: auto;
    padding: 25px 0 15px;
    text-align: center;
    border-bottom: 1px solid #F2F2F2;
    color: #333333;
}

.services-block__item:hover {
    color: inherit;
}

.services-block__item:first-child {
    border-radius: 10px 10px 0px 0px;
}

.services-block__item:last-child {
    border-radius: 0px 0px 10px 10px;
}

.services-block__item:first-child.active {
    border-radius: 10px 10px 0px 0px;
}

.services-block__item:last-child.active {
    border-radius: 0px 0px 10px 10px;
}


.services-block__item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.services-block__item.active {
    background: #FBB91B;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
}

.services-block__item.active p {
    color: #fff;
}

.services-block__text__wrap {
    display: none;
}

.services-block__text__wrap.active {
    display: block;
}

.services-block__item:first-child {
    border-radius: 10px 10px 0 0;
}

.services-block__item:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: transparent;
}

.services-block__ttl {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    margin: 10px 0 10px;
    padding: 0;
}

.vacancy-banner__mobile {
    display: none;
}

.delivery_wrap img {
    display: block;
}

.delivery-block__text {
    background-color: #fff;
    padding: 25px;
    margin: 20px 0 0;
}


.banner-item__block-slide2 {
    max-width: 880px;
}
.mm-menu__cross {
    position: absolute;
    right: 14px;
    top: 7px;
    z-index: 3;
}
.mm-menu_position-bottom {
    top: 0;
    height: 100vh;
}

.mm-listitem {
    color: #333333;
    background-color: #fff;
    min-height: 50px;
}

.mm-listitem__btn {
    border-color: transparent;
}

.mm-listitem__text a {
    margin: 25px auto;
    display: block;
    max-width: 200px;
    font-size: 16px;
    line-height: 25px;
}

.mmenu-contacts_tel {
    font-size: 22px !important;
    line-height: 26px !important;
    text-align: center;
    margin-bottom: 50px!important;
    font-weight: 600!important;
}

.mmenu-contacts_logo img {
    width: 95%;
}

.mmenu-contacts_logo---::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -5px;
    left: 20px;
    background-image: url("/local/img/index/icon-logo.svg");
}

.mmenu-contacts_logo {
    position: relative;
    padding-left: 66px;
    margin-bottom: 70px;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
    font-weight: 600;
    color: #FBB91B;
}

.tag-page__btn {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    min-width: 85px;
    padding: 10px;
    width: auto;
    height: auto;
    min-height: 40px;
    margin: 5px 3px;
    font-size: 15px;
    line-height: 18px;
}

.tag-page__btn:hover {
    background-color: #f2f2f2;
}

.tag-page__btn.active {
    background-color: #f2f2f2;
}

.tag-page {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 25px;
    margin: 0px 0 23px;
}

.ttl-error {
    text-align: center;
    padding: 90px 0 10px;
    margin: 0;
}

.main-error {
    background-color: #fff;
}

.text-error {
    padding: 0;
    margin: 0;
    text-align: center;
}

.wrap-error {
    padding-bottom: 150px;
    margin-bottom: -50px;
}

.link-error {
    color: #FBB91B;
    font-weight: bold;
}

.search_title__list {
    list-style: none;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10000;
    padding: 25px;
    margin: 0;
    top: 30px;
    left: -10px;
    width: 100%;
}

.search__item {
    padding: 0px 0 12px;
}

.search__item a {
    color: #333333;
}

.search__item:last-child {
    text-align: center;
}

.search__item:nth-child(6) {
    padding-top: 30px;
    position: relative;
}

.search__item:nth-child(6)::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
}

.search__item a:hover {
    color: #fbb91b;
}

.popup-v-odin-click {
    max-width: 415px;
}

.popup_sogl_link {
    color: #808080;
    text-decoration: underline;
}

.popup_sogl_link:hover {
    text-decoration: none;
    color: #808080;
}

.popup__order__table td:first-child {
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    min-width: 130px;
    margin: 10px 0;
}

.popup-index__input-basket {
    width: 32%;
}

.error-img {
    width: 100%;
    max-width: 1238px;
    margin: 0 auto;
    display: block;
}

.banner-item_mobile {
    display: none;
}

.banner-item_desktop {
    display: block;
}

.banner-ttl_black {
    font-size: 24px;
    line-height: 11px;
    color: #2E2E2E;
}

.banner-text_black {
    font-size: 16px;
    line-height: 20px;
    color: #2E2E2E;
}

.popup-vacancy {
    text-align: center;
    max-width: 450px;
}

.banner-ttl_last {
    font-size: 40px;
    line-height: 49px;
    color: #2E2E2E;
    text-transform: uppercase;
}

.contacts__block {
    padding: 0px 0 20px;
}

.main {
    padding: 0 0 100px;
}

.categor_wrap {
    margin-top: 20px;
}

.tag-page__ttl {
    padding: 0;
    margin: 10px 0px 15px;
}

.contacts__wrap {
    padding: 0;
}

.popup-form__input_wrap {
    width: 100%;
}

.slider-uslugi {
    width: 95%;
    margin: 0 auto;
}

.slider-uslugi__item {
    max-width: 320px;
    max-height: 200px;
    margin: 10px 10px 20px;
    overflow: hidden;
}

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

.morskie-img_wrap {
    display: block;
    margin: 10px auto 20px;
    max-width: 550px;
    max-height: 300px;
    overflow: hidden;
}

.morskie-img_wrap img {
    width: 100%;
}

.uslugi-zd__list {
    display: flex;
}

.uslugi-zd__item {
    max-width: 285px;
    max-height: 180px;
    margin: 10px 10px 20px;
    overflow: hidden;
}

.uslugi-zd__item img {
    width: 100%;
}

.prev-left__usl {
    position: absolute;
    z-index: 4;
    width: 17px;
    height: 41px;
    border: none;
    background-color: transparent;
    background-image: url("/local/img/index/ar-right.png");
    background-repeat: no-repeat;
    background-size: 70%;
    top: 50%;
    left: -23px;
    transform: translateY(-50%);
    outline: none;
}

.prev-right__usl {
    position: absolute;
    z-index: 4;
    width: 17px;
    height: 41px;
    border: none;
    background-color: transparent;
    background-image: url("/local/img/index/ar-left.png");
    background-repeat: no-repeat;
    background-size: 70%;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
    outline: none;
}

.fancybox-container * {
    transition: unset;
}

.zakupka-tel {
    font-weight: 800;
    color: #333;
}

.zakupka-tel:hover {
    color: #FBB91B;
}

.header_address {
    width: auto;
    padding-left: 20px;
}

.slider {
    margin-top: 15px;
}

.sort-order-block {
    background: #fff;
    border: 0;
    padding: 10px;
    font-size: 13px;
    width: 100%;
}

.gost-card {
    padding: 25px 20px;
}

.filter-labels {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 22px;
    padding: 32px 25px;
    background: #fff;
    border-radius:10px;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
}

.filter-labels label{
    font-weight: 500;
}

.filter-labels label,
.filter-labels-link:not(.last-filter-link),
.filter-label-discard{
    margin-right: 10px;
    margin-bottom: 8px;
}

.filter-labels-link:hover{
    color: #333;
}
.filter-label-discard:hover{
    color: #808080;
}

.filter-labels-link {
    padding: 5px 10px;
    border-radius: 8px;
    background: #fff;
    color: #333;

    border: 1px solid #F2F2F2;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cross-filter-label {
    margin-left: 5px;
}

.last-filter-link{
    margin-right: 25px ;
    margin-bottom: 8px;
}

.filter-label-discard{
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    padding: 5px 10px;
    background: #fff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
}
.filter-label-flex-100{
    display: none;
}

.mm-btn_prev:before {
    background-image: url("/local/img/index/arrowbackNew.svg");
    overflow: hidden;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 12px;
    transform: none;
}

/*.cat__filter__item:hover .cat__input__checkbox + label::before{
    background-color: #7F7F7F;
}*/

.cat__filter__item label {
    padding: 0 40px 0 7px;
}

.cat__filter__item input {
    width: 1px;
    height: 1px;
}


.btn-more__sm {
    font-size: 12px;
    line-height: 14px;
    border: none;
    text-decoration: underline !important;
    color: #B3B3B3;
    display: none;
    padding: 0;
    margin-top: -10px;
}

.btn-more__sm:hover {
    color: #333333;
}

.banner-block_slide2 {
    padding-left: 20px;
}

.cat-form-zakupka {
    padding: 80px 80px 20px 80px;
}

.cat-form-zakupka .categor-form__wrap {
    box-shadow: none;
}

.main-form-desktop .popup-form__input{
    width: 32%;
    padding: 12px 15px;
    border-color: #ccc;
    transition: all 0.3s ease 0s;
}
.main-form-desktop .popup-form__input:focus {
  border-color: #FBB91B;
}
.main-form-desktop .popup-form__textarea {
  outline: none;
  min-height: 100px;
  border-color: #ccc;
}
.main-form-desktop .jq-file__name {
  border: none !important;
  outline: none !important;
}
.main-form-desktop .categor-form__file {
  border-color: #ccc;
}
.main-form-desktop .categor-form__file,
.main-form-desktop .categor-form__file * {
  transition: all 0.3s ease 0s;
}
.main-form-desktop .categor-form__file .jq-file__browse {
  text-shadow: none;
}
.main-form-desktop .categor-form__file:hover {
  color: #fff;
  background-color: #FBB91B;
}
.main-form-desktop .categor-form__file:hover .jq-file__browse {
  color: #fff;
}
.main-form-desktop .categor-form__file:hover .jq-file__browse::after {
  background-image: url("/local/img/index/skrebka_white.svg");
}
.main-form-desktop .categor-form__file:hover .jq-file__name {
  background-color: #FBB91B;
}

@media (min-width:767px){
  .main-form-desktop .popup-form__input{
      margin-bottom: 20px;
  }
}

.banner-vacans {
    font-weight: 700;
    font-size: 85px;
    line-height: 79px;
}

.banner-vacans__wrap {
    position: absolute;
    width: 1100px;
}

.banner-vacans-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    border-radius: 52px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #2E2E2E;
    padding: 6px 33px 6px 22px;
    max-width: 242px;
    margin-top: 50px;
    display: block;
    position: relative;
}

.banner-vacans-link::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 16px;
    width: 10px;
    height: 10px;
    background-image: url(/local/img/index/strelka-banG.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.popup-call-main {
    text-align: left;
    padding: 0 15px;
}

.popup-text-main {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 0 5px;
}

.mm-listitem:after {
    right: 0px;
    left: 0px;
    background: #f2f2f2;
}

.mm-listitem__text {
    font-weight: 500;
    align-self: center;
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
}

.mm-listitem__btn {
    margin: 0 10px 0 20px;
    padding-right: 0;
    width: 55px;
}

.mm-btn_next:after {
    right: 20px;
    width: 4px;
    height: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-color: #f2f2f2;
}

.mmenu-contacts_zakzv {
    text-align: center;
    max-width: 156px!important;
    margin-bottom: 50px!important;
    position: relative;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 20px!important;
}

.mmenu-contacts_email {
    text-align: right;
    max-width: 177px!important;
    font-weight: 500;
    font-size: 16px!important;
    line-height: 20px!important;
}

.catalog-card:nth-child(3) {
   margin-right: 0;
}

.catalog-card:nth-child(6) {
    margin-right: 0;
}

.catalog-card:first-child {
    margin-left: 0;
}

.catalog-card:nth-child(4) {
    margin-left: 0;
}

.catalog-card:nth-child(7) {
    margin-left: 0;
}

/*.leftmenu__item_level2 {
    min-height: 100px;
}*/

#popup_vacancy .jq-file {
    width: 100%;
}

.icon-swg_header-contacts {
    fill: #333333;
    margin-top: -3px;
}

.header-email-wrap:hover svg{
    fill: #FFB504;
}

.header-email-wrap {
    margin: 0 26px;
    position: relative;
}

.errorBoxMessage ul {
    list-style: none;
    padding: 0;
    max-width: 290px;
    display: block;
    margin: 0 auto;
    text-align: left;
    color: red;
}

.errorBoxMessage li {
    font-size: 14px;
    line-height: 13px;
    padding: 20px 0 0;
}

.banner-vacans-link:hover {
    color: #FFB504;
}

.banner-vacans-link:hover::after {
    background-image: url('/local/img/index/strelka-banOr.svg')!important;
}

.banner-link:hover::after {
    background-image: url('/local/img/index/strelka-banOr.svg')!important;
}

.categor__list {
    margin: 40px 0 20px;
}

.categor__tabs {
    margin-bottom: 50px;
}

.search__inner {
    padding: 15px 0 15px 30px;
    font-size: 25px;
    line-height: 30px;
}

.search-form__inner {
    max-width: 100%!important;
    margin: 0;
    height: 60px;
}

.search-form__inner::before {
    right: 59px;
    height: 59px;
}

.search-form__inner .search-header__btn__svg {
    top: 18px;
    left: 18px;
    width: 23px;
    height: 23px;
}

.search-form__inner .search-header__btn {
    width: 60px;
}

.search-form__inner .search-header__btn__svg-krest {
    top: 20px;
    left: 17px;
    width: 40%;
}

.map__contacts__grafik {
    margin-bottom: 0;
}

.contacts__block__wrap {
    padding-top: 16px;
}

.header_address span{
    margin-left: 3px;
}

.js-main-filter-desctop {
    margin-right: -5px;
}

.metobrab-page .categor-add__servises__link {
    width: 33%;
    max-height: 486px;
    max-width: 468px;
}

.metobrab-page .categor-add__servises__wrapper {
    justify-content: flex-start;
}

.metobrab-page .categor-add__servises__block {
    padding-bottom: 70px;
}

.metobrab-page .categor-add__servises__name {
    margin-top: -60px;
}

.about-page .categor-add__servises__block img {
    margin-top: -40px;
}

.about-page .categor-add__servises__block {
    padding-bottom: 18px;
}

.about-page .categor-add__servises__name {
    margin-top: -45px;
    position: relative;
}

.about-page .categor-add__servises__link {
    border: none;
    box-shadow: none;
}

.about-page .categor-add__servises__name::after {
    content: "";
    position: absolute;
    top: 54px;
    left: 0px;
    width: 0;
    height: 4px;
    background-color: #FFB504;
    transition: width .3s ease-in-out;
}

.about-page  .categor-add__servises__link:hover p{
    color: #FFB504;
}

.about-page .categor-add__servises__link:hover .categor-add__servises__name::after {
    width: 100%;
}

.steps-buy {
    background-image: url('/local/img/bg-steps.png');
    padding: 55px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.steps-buy::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #333;
    opacity: 0.9;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.steps-buy__block-img {
    background-color: #FBB91B;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 35px 0;
    margin: 20px auto;
    position: relative;
}

.steps-buy__ttl {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    position: relative;
}

.steps-buy__description {
    background: #252525;
    padding: 63px 30px 62px;
    position: relative;
}

.steps-buy__description::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 48%;
    width: 46px;
    height: 33px;
    background-image: url('/local/img/tr-cher-steps.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.steps-buy__description p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.steps-buy__link {
    text-decoration-line: underline;
    color: #FBB91B;
    display: inline-block;
}

.steps-buy__link:hover {
    color: #FBB91B;
}

.steps-buy__block-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.steps-buy__block-wpr {
    justify-content: space-between;
    max-width: 1280px;
    margin: 40px auto 50px;
    position: relative;
    overflow: hidden;
}
.steps-buy__block {
    position: relative;
    min-width: 200px;
}

.steps-buy__block-img::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 183px;
    width: 135px;
    height: 6px;
    background-image: url("/local/img/str-r-orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.steps-buy__block-img.last::after {
    background-image: none;
}

.categor-privilege{}
.categor-privilege-row{display:flex; flex-wrap:wrap; margin-left: -15px; margin-right: -15px;}
.categor-privilege-item{max-width:25%;padding-left: 15px; padding-right: 15px;}
.privilege-item-img{border: 1px solid rgba(0, 0, 0, 0.2);  display: flex; align-items: center; justify-content: center;width: 100%; /*height: 214px;*/ padding-top: 64px; padding-bottom: 64px; max-height:214px;}
.privilege-item-title{color: #333333; text-align: center; font-weight:500; margin-top: 31px;line-height: 25px;}
.privilege-item-img:hover{border: 1px solid #FBB91B;}
.categor-privilege-button{text-align: center; margin-bottom: 38px;}
    .btn_more{text-align: center; margin-top: 56px;display: inline-block; padding: 0 84px; line-height: 46px; color: #FFFFFF; text-transform: uppercase; font-size: 18px;font-weight: bold;background: #FDB914;transition: all 0.4s ease;}
    .btn_more:hover{background: #F4AC00; color:#fff;}
    .btn_more:active{color:#fff;}
.section-title{text-transform: uppercase;color: #2B2B2B;font-size: 25px;line-height: 30px;font-weight: bold; margin-bottom: 24px;}


.footer__org {
    text-align: center;
    padding: 15px 0 0 0;
    border-top: 1px #333 solid;
}
.footer-email{
    color: #737373;
    margin: 0 0 10px 0;
}
.footer-email:hover{
    color: #FFB504;
    margin: 0 0 10px 0;
}
.footer-logo {
    margin: 0 0 20px 0;
}
.footer__addresses{}
.footer__headline{
    font-weight: 700;
}
.footer__text{
    margin:0 0 10px 0;
}
.footer__top {
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
}
.footer-col{
    box-sizing:border-box;
    margin: 0 0 25px 0;
    padding:0 10px;
    position:relative;
}
.footer__copyright{
    text-align:center;
    border-top: 1px #333 solid;
    padding: 20px 0;
}
.footer__copyright span{
    margin: 0 0 0 8px;
}
@media (min-width:576px){
    .footer__top {
        flex-direction:row;
    }
    .footer-col{
        width:50%;
    }
}
@media (min-width:992px){
    .footer-col{
        width:25%;
    }
}
@media (min-width:992px){
    .footer-col:nth-child(2){
        padding-right:40px;
        border-right: 1px #333 solid;
    }
    .footer-col:nth-child(3){
        padding-left:40px;
    }
}
.to-top-btn {
    bottom: 5px;
    height: 40px;
    position: fixed;
    right: 5px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbb91c;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    transition: 0.3s;
    z-index: 999;
}
.to-top-btn svg{
    width: 20px;
    height: 20px;
    fill: #484848;
}
.to-top-btn:hover {
    background: #fb8d1c;
}
.widget-contacts{
    margin: 0 0 50px 0;
}
.widget-contacts__item{
    margin:0 0 15px 0;
}
.widget-contacts__item:last-child{
    margin-bottom:0;
}
.widget-contacts__item a{
    color:#333;
}
.widget-contacts__item svg{
    margin:-3px 0 0 0;
}
.widget-contacts__item--phone a{
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}
.widget-contacts__item:hover a{
    color:#fbb91c;
}
.widget-contacts__item:hover svg{
    fill:#fbb91c;
}

.widget__headline{
    margin: 20px 0 16px 0;
}
.widget__body{
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/*.b24-form-header-description{*/
    /*display:none;*/
/*}*/

.categor-banner__right {flex: 1 0 auto;}
.categor-banner__right p{max-width: initial;}
.categor-banner__link:hover{text-decoration:none;}
@media (max-width:800px){
    .categor-banner{flex-direction:column;text-align: center;}
    .categor-banner__left p{
        max-width:500px;
        margin:20px auto;
    }
}

.header-online-wrap .btn_more {
  margin-top: 0;
  margin-left: 20px;
  width: auto;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.header-online-wrap .btn_more:hover{
  color: #fff;
}
.header-online-wrap .btn_more:active{
  color: #fff;
}
@media (max-width:992px){
  .header-online-wrap .btn_more {
    display: none;
  }
}

.btn_animate {
  position: relative;
  overflow: hidden;
}
.btn_animate::before {
  content: "";
  margin-left: 60px;
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: .25;
}

@keyframes slide {
    from {
        left: -30px;
        margin-left: 0
    }

    30% {
        left: 110%;
        margin-left: 80px
    }

    to {
        left: 110%;
        margin-left: 80px
    }
}

@media (max-width:767px){
  .main-form-desktop .popup-form__input:last-of-type{
      margin-bottom: 20px;
  }
}
.grecaptcha-badge {
    display: none;
}