﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sup, sub, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, p {
    border: 0 none;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    letter-spacing: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.clrst {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-image: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

[hidden] {
    display: none;
}

html {
    overflow-y: scroll;
    color: #333;
}

body, button, input, textarea, select {
    font-family: 'pf_dindisplaypro_reg', sans-serif;
    font-size: 15px;
    color: 000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0px;
}

h1 {
    font-family: 'pf_dindisplaypro_thin';
    font-size: 40px;
    color: #434a54;
}

h2 {
    font-family: 'pf_dindisplaypro_thin';
    font-size: 32px;
    color: #434a54;
}

h3 {
    font-family: 'pf_dindisplaypro_reg';
    font-size: 30px;
    color: #ff7436;
}

h4 {
    font-family: 'pf_dindisplaypro_light';
    font-size: 25px;
    color: #333;
}

h4 span {
    font-size: 18px;
}

h5 {
    font-family: 'pf_dindisplaypro_reg';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

h6 {
    font-family: 'pf_dindisplaypro_reg';
    font-size: 18px;
    color: #333;
}

p {
    padding: 0 20px 30px 30px;
    font-family: 'pf_dindisplaypro_light';
}

b, strong {
    font-family: 'pf_dindisplaypro_bold';
    font-weight: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ol, ul {
    margin: 0 0 30px 30px;
    padding: 0;
    list-style: none;
    position: relative;
}

li {
    margin: 30px 0 30px 40px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #8497a9;
}

li:nth-child(1) {
    padding-top: 0;
}

li li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    font-family: 'pf_dindisplaypro_med';
    text-transform: none;
    border-bottom: none;
}

li li span {
    font-family: 'pf_dindisplaypro_light';
}

li li:last-child {
    margin-bottom: 0;
}

ol {
    counter-reset: list1;
}

ol li:before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero);
    position: absolute;
    left: -30px;
    padding: 0 7px 0 30px;
    font-size: 18px;
    font-family: 'pf_dindisplaypro_med';
    color: #ff7436;
}

ol ol, ul ol {
    counter-reset: list2;
    margin: 20px 0 30px 30px;
}

ol ol li, ul ol li {
    position: relative;
}

ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
    position: absolute;
    left: -30px;
    top: 0;
    padding: 0;
    color: #ff3333;
    font-size: 15px;
    font-family: 'pf_dindisplaypro_med';
    color: #000;
}

ul ol li:before {
    counter-increment: list2;
    content: "1." counter(list2) ". ";
    position: absolute;
    left: -30px;
    top: 0;
    padding: 0;
    color: #ff3333;
    font-size: 15px;
    font-family: 'pf_dindisplaypro_med';
    color: #000;
}

ol ul, ul ul {
    margin: 20px 0 30px 25px;
}

ol ul li, ul ul li {
    position: relative;
}

ol ul li:before, ul ul li:before {
    content: '\2022';
    position: absolute;
    left: -25px;
    top: 0px;
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-family: 'pf_dindisplaypro_med';
    color: #ff7436;
    line-height: 18px;
}

ol ul li:before {
    counter-increment: none
}

ul li {
    position: relative;
}

ul li:before {
    content: url(images/ul.png);
    position: inherit;
    left: -3px;
}

ol.spicial {
    clear: both;
    display: block;
}

ol.spicial li {
    margin: 0 0 0 69px;
    text-transform: none;
    border-bottom: none;
    position: relative;
    clear: both;
}

ol.spicial li:before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero);
    position: absolute;
    left: -69px;
    top: -2px;
    padding: 0 7px 0 0;
    font-size: 55px;
    font-family: 'pf_dindisplaypro_thin';
    color: #ff7436;
    line-height: 50px;
}

ol.spicial li div {
    float: left;
    display: block;
    width: 28%;
    text-transform: uppercase;
    font-size: 18px;
}

ol.spicial li div:nth-child(2) {
    float: right;
    margin-bottom: 30px;
    width: 70%;
    border-bottom: 1px solid #8497a9;
    text-transform: none;
    font-size: 15px;
    font-family: 'pf_dindisplaypro_light';
}

ol.spicial li div p {
    padding-left: 0;
}

table {
    margin-bottom: 30px;
    width: 100%;
}

table th {
    padding: 4px 0 4px 20px;
    width: 25%;
    background: #fff;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    font-family: 'pf_dindisplaypro_light';
}

table td {
    padding: 4px 0 4px 20px;
    width: 25%;
    text-align: left;
    font-size: 15px;
    font-family: 'pf_dindisplaypro_light';
    border-bottom: 1px solid #fff;
}

.container-workarea img, .catalog img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    width: auto;
    height: auto;
}

/*a, a:visited, a:active {
    !*text-decoration: underline;*!
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #ff7436;
}*/

a:focus, a:active, a:hover {
    outline: 0;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

blockquote {
    margin: 0 10px 30px 30px;
    padding: 0 40px;
    font-style: italic;
    position: relative;
}

blockquote:before, blockquote:after {
    font-size: 48px;
    color: #8497a9;
    font-family: 'pf_dindisplaypro_light';
    font-style: normal;
    line-height: 20px;
}

blockquote:before {
    content: '\00AB';
    position: absolute;
    top: 0;
    left: 0;
}

blockquote:after {
    content: '\00BB';
    position: absolute;
    bottom: 0;
    right: 0;
}

.block_white {
    margin-bottom: 30px;
    padding-top: 30px;
    background: #fff;
}

.block_grey {
    margin-bottom: 30px;
    padding-top: 30px;
    background: #d9e0e6;
}

.block_grey_border, .block_orange_border {
    margin: 15px 0 30px 0;
    padding-top: 30px;
    position: relative;
}

.block_grey_border {
    border: 3px solid #afc1d1;
}

.block_orange_border {
    border: 3px solid #ff7436;
}

.block_grey_border h4, .block_orange_border h4 {
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    margin-left: 12px;
    padding: 0 15px;
    background: #f3f3f3;
}

.block_grey_border p, .block_orange_border p {
    padding-left: 27px;
}

.block_photo_border {
    margin: 15px 0 30px 27px;
    padding: 30px 0;
    min-height: 270px;
    border: 3px solid #afc1d1;
    position: relative;
}

.block_photo_border .photo {
    position: absolute;
    top: 33px;
    left: -30px;
    display: block;
    width: 300px;
    overflow: hidden
}

.block_photo_border .text {
    margin-left: 280px;
}

.block_photo_border .text h3, .block_photo_border .text h4, .block_photo_border .text h5 {
    margin-bottom: 20px;
}

.block_photo_border .text p {
    padding-bottom: 20px;
}

.view_plast {
    display: block;
    margin: 0 0 20px 30px;
    padding-left: 50px;
    width: 100px;
    height: 41px;
    background: url(images/view_plast.png) 0 0 no-repeat;
    text-decoration: none;
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 41px;
}

.view_plast:hover {
    background-position: 0 -41px;
    text-decoration: none;
    color: #ff7436;
}

.view_grey {
    margin: 10px 0 10px 30px;
    padding: 0 0 0 52px;
    display: inline-block;
    height: 41px;
    background: url(images/plast_steps.png) 0 0 no-repeat;
    text-decoration: none;
    color: #666;
    font-size: 18px;
    line-height: 41px;
}

.view_grey:hover {
    text-decoration: none;
    color: #666;
    background-position: 0 -41px;
}

/*====  900  ==== */
@media only screen and (max-width: 900px) {

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 30px 20px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h4 span {
        font-size: 17px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        padding: 0 20px 30px 20px;
    }

}

/*====  640  ==== */
@media only screen and (max-width: 640px) {

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 20px 15px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h4 span {
        font-size: 17px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        padding: 0 20px 20px 15px;
    }

    blockquote {
        margin: 0 10px 30px 20px;
    }

    ol, ul {
        margin: 0 0 30px 20px;
    }

}

/*====  640  ==== */
@media only screen and (max-width: 480px) {

    .block_photo_border {
        margin: 50px 0 0 0;
        padding: 12px 0;
        min-height: inherit;
        border: 3px solid #afc1d1;
        position: relative;
    }

    .block_photo_border .photo {
        position: absolute;
        top: -30px;
        left: 15px;
        display: block;
        width: 300px;
        height: 258px;
        overflow: hidden
    }

    .block_photo_border .text {
        margin: 240px 12px 0 12px;
    }

    .block_photo_border .text h3, .block_photo_border .text h4, .block_photo_border .text h5 {
        margin-bottom: 20px;
    }

    .block_photo_border .text p {
        padding-bottom: 20px;
    }

}

/*====  414  ==== */
@media only screen and (max-width: 414px) {

    .view_plast {
        display: block;
        margin: 0 0 20px 15px;
    }

    ol.spicial li div {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    ol.spicial li div:nth-child(2) {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }

}

/*====  375  ==== */
@media only screen and (max-width: 375px) {

    .block_grey_border h4, .block_orange_border h4 {
        position: absolute;
        top: -12px;
        left: 0;
        display: block;
        margin-left: 7px;
        padding: 0 5px;
        background: #f3f3f3;
    }

    .block_grey_border p, .block_orange_border p {
        padding-left: 7px;
    }

}

/*====  360  ==== */
@media only screen and (max-width: 360px) {

    .block_photo_border .text {
        margin: 240px 12px 0 12px;
    }

    .block_photo_border .text h3, .block_photo_border .text h4, .block_photo_border .text h5 {
        margin-bottom: 20px;
    }

    .block_photo_border .text p {
        padding-bottom: 20px;
    }

    .block_photo_border .photo {
        left: 7px;
    }
}

.logo-footer-link:hover {
    color: #000;
}

/* For Style
------------------------------------ */

h1 {
    font-family: 'pf_dindisplaypro_light', sans-serif;
}

/* New Code
---------------------------------------------- */

.filter__element {
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
    display: table;
    line-height: 21px;
    font-family: 'pf_dindisplaypro_light', Arial, sans-serif;
    font-size: 16px;
}

.filter__element--select {
    height: 38px;
    width: 200px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    border: solid 1px #c0c0c0;
    position: relative;
    padding: 0 14px;
}

.filter__element--select:hover {
    border-color: #999;
}

.filter__element--select i.icon-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    right: 11px;
    top: 16px;
    width: 14px;
    height: 6px;
    background: url('images/arrow.svg') no-repeat;
    background-size: cover;
}

.filter__element--select .click {
    height: 36px;
    padding: 0 14px;
    margin: 0 -14px;
    display: block;
}

.filter__element--select .select__title {
    position: relative;
    top: 7px;
}

.filter__element--select .input-text {
    display: none;
}

.filter__element--select.active {
    border: solid 1px #c0c0c0 !important;
    border-bottom: 0 !important;
    border-radius: 3px 3px 0 0;
}

.filter__element--select.active i.icon-arrow {
    transform: rotate(180deg);
}

.filter__element--select.active .click {
    height: 0;
}

.filter__element--select.active .select__title {
    display: none;
}

.filter__element--select.active .input-text {
    display: block;
    width: 100%;
    padding: 7px 20px 0 0;
    opacity: .7;
    border: 0;
    font-family: 'pf_dindisplaypro_light', Arial, sans-serif;
    font-size: 16px;
}

.filter__element--select.active .input-text:focus {
    opacity: 1;
}

.filter__element--drop {
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 200px;
    top: 38px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-top: 0;
}

.filter__element--drop .drop__inside {
    width: 198px;
    height: 190px;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
}

.filter__element--drop .drop__inside:before {
    background: #c0c0c0;
    height: 1px;
    width: 188px;
    top: 0;
    left: 4px;
    position: absolute;
    content: '';
    display: block;
}

.filter__element--drop ul {
    margin: 0 4px;
}

.filter__element--drop ul li {
    min-height: 30px;
    cursor: pointer;
    padding: 4px 14px 0;
    font-size: 16px;
    border: 0;
    color: #0a0b09;
    margin: 0 -4px;
    text-transform: none;
}

.filter__element--drop ul li:not(.no_active):hover{
    background: #d9e0e6;
}

.filter__element--drop ul li.active {
    background: #d9e0e6;
}

.no-active{
    cursor: default;
}

.scrollable.gray-skin .scroll-bar.vertical {
    z-index: 10;
    margin: 0 8px 0 0;
    width: 6px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
    display: none !important;
}

.scrollable.gray-skin .scroll-bar {
    border: 0;
    background: none;
}

.scrollable.gray-skin .viewport {
    width: 200px !important;
}

.scrollable.gray-skin .viewport .overview {
    width: 200px !important;
}

.scrollable.gray-skin .scroll-bar .thumb {
    cursor: pointer;
    transition: 0;
    background: #d8d8d8;
    border-radius: 100px;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
    transition: .3s ease;
    background: rgba(0, 0, 0, .6)
}

.static-page {
    padding: 40px 20px 0;
    font-family: pf_dindisplaypro_reg,Arial,sans-serif;
    color: #0a0b09;
    font-size: 18px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
}

.static-page li{
    font-size: 15px;
    margin: 20px 0 10px 40px;
}

.simple-button {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    background-image: linear-gradient(to bottom, #ffa50e, #d15d05);
    box-shadow: 0 3px 4px 0 rgba(148, 64, 0, 0.66), 0 2px 0 0 #aa4d00;
    border: 0;
    cursor: pointer;
    padding: 7px 28px 11px 27px;
    border-radius: 4px;
}

.simple-button:hover {
    background-image: linear-gradient(-180deg, #FEC05A 1%, #ED6F10 100%);
    box-shadow: 0 2px 0 0 #BE5804, 0 3px 4px 0 rgba(148, 64, 0, 0.66);
}
.static-content{
    padding: 40px;
}


.content p {
	font:16px/24px 'Roboto', Arial, sans-serif;
}


.tabs-b {
	margin:0 0 100px;
	font:16px/24px 'Roboto', Arial, sans-serif;
	box-sizing:border-box;
}

.tabs-b p, .tabs-b strong {
	font:16px/24px 'Roboto', Arial, sans-serif;
}

.tabs-b * {
	box-sizing:border-box;
}

.tabs-b__item {
	border:1px solid rgba(0,0,0,0.03);
	margin:0 0 20px;
}

.tabs-b__item:hover {
	border:1px solid rgba(0,0,0,0.05);
}

.tabs-b__item_active {
	border:1px solid rgba(0,0,0,0.05);
}



.tabs-b__header {
	color:#f16522;
	cursor:pointer;
	font-size:20px;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.tabs-b__item_active .tabs-b__header {
	color:#f16522;
	font-weight:bold;
}
.tabs-b__title {
	width:calc(100% - 100px);
}

.tabs-b__action {
	width:24px;

}
.tabs-b__action div {
	display:flex;
	border-radius:100%;
	border:1px solid rgba(0,0,0,.03);
	background:rgba(0,0,0,.02);
	width:24px;
	height:24px;
	justify-content:center;
	align-items:center;
	color:#666;
	font-size:17px;
	font-weight:300;
	padding-left:1px;
}
.tabs-b__action div:before {
	content:'+';
}
.tabs-b__header:hover .tabs-b__action div {
	background:rgba(0,0,0,.05);
}
.tabs-b__item_active .tabs-b__header .tabs-b__action div:before {
	content:'-';
}

.tabs-b__content {
	padding:0 20px 20px;
	display:none;
}

.tabs-b__content p {
	margin:0 0 25px;
	padding:0;
	max-width:570px
}
.tabs-b__content p:last-child {
	margin:0;
}

.tabs-b__content strong {
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}

.tabs-b__content big {
	font-size:19px;
	font-weight:bold;
	margin:0 0 25px;
	display:block;
}

.tabs-b__content ul {
	margin:0 0 25px 15px;
	max-width:570px
}
.tabs-b__content ul li {
	margin:0 0 5px;
	text-transform:none;
	border:0;
	font-size:16px;
	padding:0;
}
.tabs-b__content ul li:before {
	margin:0 6px 0 0;
	background:none;
	opacity:.3;
	content:'●';
	font-size:9px;
	position:relative;
	top:-2px;
	left:0;
}

.welcome-b {
    font-family:'Open Sans', Arial, sans-serif;
    margin:30px 0 5px;
    background: #FFFFFF;
    border: 1px solid #DCDFE2;
}

.welcome-b * {
    box-sizing:border-box;
    font-family:'Open Sans', Arial, sans-serif;
}

.welcome-b a {
    text-decoration:none;
    outline:none;
    transition:.15s linear
}

.welcome-b__top {
    padding:35px 20px 5px;
}

.welcome-b h1 {
    text-align:center;
    margin:0 0 26px !important;
    padding:0;
    line-height:42px;
    font-size:32px;
    font-weight:bold;
    color:#121110
}

.welcome-b__grid {
    max-width:820px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    color:#191A28
}

.welcome-b__column {
    width:33.3%;
    margin:0 0 15px;
}

.welcome-b__element {
    display:flex;
    align-items:center;
    text-transform: uppercase;
    position:relative
}

.welcome-b__element_hover {
    cursor:pointer
}

.welcome-b__element span {
    border-bottom:1px solid transparent;
    transition:.15s linear;
    display:block;
    letter-spacing: 1.7px;
    padding:0 0 1px;
    font-size: 13px;
    line-height: 18px;
}

.welcome-b__element_hover span {
    border-bottom:1px dashed #C7C7C7;
}

.welcome-b__element_hover:hover span {
    border-bottom:1px dashed #666;
}

.welcome-b__element img {
    display:block;
    margin:0 11px 0 0
}

.welcome-b__drop {
    background:rgba(0,0,0,.9);
    border-radius:4px;
    padding:10px 12px;
    position:absolute;
    top:calc(100% + 15px);
    left:50%;
    transform:translate(-50%, 5px);
    width:100%;
    max-width:240px;
    z-index:4;
    color:#fff;
    font-size:13px;
    line-height:17px;
    text-transform:none;
    pointer-events:none;
    opacity:0;
    transition:.15s linear
}

.welcome-b__element_hover:hover .welcome-b__drop {
    opacity:1;
    transform:translate(-50%, 0px);
}

.welcome-b__drop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 6px;
    margin-left: -6px;
    opacity:.9
}

.welcome-b__picture {
    display:flex;
    align-items:center;
    justify-content:center;
    /*background:rgba(255, 167, 238, .45);*/
    font-size:16px;
    /*color:#FF66E0;*/
    text-align:center;
    min-height:215px;
}

.welcome-b__picture img {
    width:100%;
    object-fit:cover;
    display:block;
    height:auto;
    margin-right: 0;
}

.toggle-show {

}

.toggle-block {
    display:none
}

/* Header
----------------------------
 */
.header-b {
    font-family:'Open Sans', Arial, sans-serif;
}

.header-b * {
    box-sizing:border-box;
    font-family:'Open Sans', Arial, sans-serif;
}

.header-b a {
    text-decoration:none;
    outline:none;
    transition:.15s linear
}

.header-b__grid {
    padding:18px 0 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.header-b__menu {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0 auto 0 36px;
    width:100%;
    max-width:550px
}

.header-b__item {
    margin:7px 0;
    position:relative;
}

.header-b__links {
    font-size:13px;
    display:flex;
    align-items:center;
    color:#393939
}

.header-b__links_border {
    border-bottom: 1px solid #C7C7C7;
}

.header-b__links span {
    display:block;
    border-bottom: 1px solid #C7C7C7;
    transition:.15s linear;
    color:#393939
}

.header-b__links:hover {
    color:#393939
}

.header-b__links:active {
    color:#393939
}

.header-b__links:hover span {
    border-bottom: 1px solid #818181;
}

.header-b__links img {
    margin:0 0 0 6px;
    display:block
}

.header-b__contacts {
margin:0 40px 0 auto

}

.header-b__contacts .header-b__item {
    display:flex;
    align-items:center;
}

.header-b__contacts .header-b__item span {
    display:block;
    width:74px;
    text-align:right;
    margin:0 5px 0 0;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity:.55
}

/* Less Then 1200
---------------------------- */
@media screen and (max-width: 1200px) {
    .header-b__grid {
        flex-wrap: wrap;
        justify-content: start;
    }

    .header-b__menu {
        margin: 0;
    }

    .header-b__contacts {
        margin: 0 40px 0 40px;
    }
}

/* Less Then 1200
---------------------------- */
@media screen and (max-width: 991px) {
    .header-b__contacts {
        margin: 0 40px 0 0;
    }
}

.other__drop {
    display: none;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: -15px;
    padding: 10px 0;
    width: 213px;
    z-index: 300;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgb(96 99 102 / 52%);
}

.other__drop:after {
    width: 25px;
    height: 11px;
    background: url('../../assets/imgs/str.png') no-repeat;
    content: '';
    position: absolute;
    left: 50px;
    top: -11px;
    z-index: 3;
}

.list__item {
    text-transform: none;
    font-family: 'Open Sans';
    font-size: 14px;
    border: 0;
}

.list__item:first-child {
    padding-top: 0;
}

.other__drop--list .list__item--link {
    color: #393939;
    line-height: 24px;
    display: block;
    padding: 4px 15px 6px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.other__drop--list .list__item--link:hover {
    background: #e6f4ff;
    border-color: #c0dbef;
}

.nav__block {
    background: #131519;
    border-radius: 4px;
    display:flex;
    width:auto
}

.nav__block--catalog {
    white-space: nowrap;
}

.nav__block--search {
    width:100%
}

.nav__block--basket {
    width:auto;
    display: flex;
    white-space: nowrap;
}

.nav__block--basket .basket__link {
    padding:5px 22px 0 24px
}

.nav__block--search .search__input {
    padding:0 53px 1px 12px;
    height:41px;
    border-radius:4px;
    background:#fff
}

.nav__block--search .search__submit {
    padding:0;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    border-radius:0 4px 4px 0;
    justify-content:center;
}

.nav__block--search .search__submit img {
    display:block;
    margin:0
}

.nav__block--catalog .catalog__link {
    border-radius:4px
}

.catalog__drop {
    top:45px
}

.nav__profile {
    display:flex;
    align-items:center;
    color:#fff;
    height:48px;
    transition:.15s linear;
    padding:0 24px 0 0;
}

.nav__profile:hover {
    opacity:.8
}

.nav__profile img {
    display:block;
    margin:0 8px 0 0
}

.nav__profile span {
    display:block;
    color:#fff;
    transition:.15s linear;
    border-bottom:1px solid rgba(255,255,255,.2)
}

.header-b__cart-links {
    height:35px;
    background: linear-gradient(180deg, #FEA30D 0%, #D46105 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 8px 0 7px;
    border-radius:35px;
    color:#fff;
    font-size:13px;
    font-weight:bold
}

.header-b__cart-links img {
    display:block;
    margin:0
}

.basket__link--count img {
    margin:0;
    height:18px;
    width:auto
}


@media screen and (max-width:750px) {

    .welcome-b__picture {
        display:none
    }

    .welcome-b {
        background:none;
        border:0;
        margin:20px 0 0
    }

    .welcome-b__top {
        padding:0 0 20px;
    }

    .welcome-b h1 {
        font-size: 21px;
        line-height: 1.4;
        font-weight: 700;
    }

    .welcome-b h1 br {
        display:none
    }

    .welcome-b__column {
        width:100%;
        padding-left:35px;
    }

    .header-b {
        padding: 10px 0 4px;
    }

    .header-b__grid {
        padding:0 0 10px
    }

    .header-b__logo img {
        height:43px;
        width:auto;
        margin:0
    }

    .header-b .section-row {
        padding:0 10px
    }

    .header__mobile {
        min-height:auto;
        padding:0;
        border:0
    }

    .header-b__contacts {
        margin:0 15px 0 auto;
    }

    .header-b__item {
        margin:2px 0
    }

    .header-b__links {
        font-size:13px;
    }

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

    .header-b__burger {
        height:36px;
        width:36px;
        display:flex;
        align-items:center;
        justify-content:center
    }

    .header-b__burger span {
        display:block;
        width:22px;
        height:22px;
        position:relative;
        overflow:hidden;
        margin:4px 0 0
    }

    .header-b__burger img {
        position:absolute;
        left:0;
        top:-16px;
        margin:0;
        width:22px;
        height:auto
    }

    .header-b__search {
        width:calc(100% - 47px);
        position:relative;
    }

    .header-b__search-btn {
        position:absolute;
        top:0;
        right:0;
        z-index:2;
        width:40px;
        opacity:0;
        height:35px;
        display:flex;
        align-items:center;
        justify-content:center;
        background: linear-gradient(180deg, #FEA30D 0%, #D46105 100%);
        box-shadow: 0px 1px 0px #BE5804, 0px 3px 4px #944000;
        border-radius: 0px 4px 4px 2px;
        border:0;
        outline:none;
        transition:.15s linear
    }

    .header-b__search-btn_show {
        opacity:1
    }

    .header-b__search-btn img {
        display:block;
        margin:0;
    }

    .header-b__search-input {
        display:block;
        background: #FFFFFF;
        border: 1px solid #C9CDD1;
        border-radius: 4px;
        padding:0 60px 0 11px;
        color:#000;
        appearance:none;
        font-size:16px;
        height:36px;
        width:100%;
        box-sizing:border-box;
        box-shadow:none;
        outline:none
    }

    .header-b__search-input::placeholder {
        color:#afafaf
    }
}


.page-b__content-description li {
display: list-item;
}

img {
margin-right: 10px;
}

.minsummhead {
    font-size: 11px;
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    background-color: #c00a09;
    padding: 0 8px;
    font-style: normal;
    text-decoration: none;
    bottom: 6px;
}

/*dealers*/
.dealers-form .b24-form-wrapper {
	max-width: 430px;
}

.dealers-form .b24-form-btn {
	color: #fff;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	box-shadow: 0 3px 4px 0 #944000, 0 1px 0 0 #be5804;
	background-image: linear-gradient(to bottom, #fea30d, #d46105);
	border: 0;
	cursor: pointer;
	padding: 0 20px 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dealers-form .b24-form-btn a {
	color: #fff;
}

.dealers-form .b24-form-btn a:hover {
	color: #fff;
}

.text_advantages {
	text-align: center;
}

.text_advantages h4 {
	text-align: center;
}

.img_advantages {
	margin-top: 20px;
}

.img_advantages img {
	width: 100%;
	height: 100%;
}

.btn_lk {
	padding: 18px;
	text-align: center;
}

.btn_lk button {
	max-width: 368px
}
/*and dealers*/

.card-b__grid.mobile-hide{
    margin-top: 80px;
}

@media(max-width: 751px){
    .mobile-hide{
        display: none;
    }
}

.awz_cookies_sett__message {
	bottom: 120px !important;
}

@media (max-width: 767.98px) {
	.awz_cookies_sett__message {
		bottom: 120px !important;
	}
}

/* Новый стиль для обертки телефонов Stenoza*/
.header-b__phones-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 0;
    margin-left: auto;
    /* Смещение вправо относительно текущей позиции */
    transform: translateX(20px); /* Сместить еще на 20px вправо */
    /* transform: translateX(40px); /* Или на 40px */ */
}

/* Стиль для ссылок внутри новой обертки Stenoza */
/*.header-b__phones-wrapper a {
    color: #495057;
    text-decoration: none;
    font-weight: 300;
    transition: color 0.2s ease;
}*/

.header-b__phones-wrapper a:hover {
    color: #007bff;
}