@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Light.eot");
    src: local("Roboto Slab Light"), local("RobotoSlab-Light"),
        url("../fonts/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RobotoSlab-Light.woff") format("woff"),
        url("../fonts/RobotoSlab-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Bold.eot");
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"),
        url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RobotoSlab-Bold.woff") format("woff"),
        url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Regular.eot");
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"),
        url("../fonts/RobotoSlab-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/RobotoSlab-Regular.woff") format("woff"),
        url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Hind Vadodara";
    src: local("Hind Vadodara Bold"), local("Hind-Vadodara-Bold"),

    url("../fonts/HindVadodara-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Hind Vadodara";
    src: local("Hind Vadodara Regular"), local("Hind-Vadodara-Regular"),

    url("../fonts/HindVadodara-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Hind Vadodara";
    src: local("Hind Vadodara Medium"), local("Hind-Vadodara-Medium"),

    url("../fonts/HindVadodara-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Hind Vadodara";
    src: local("Hind Vadodara light"), local("Hind-Vadodara-Light"),

    url("../fonts/HindVadodara-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "OpenSans";
    src: local("OpenSans Medium"), local("OpenSans Medium"),

    url("../fonts/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: local("OpenSans Regular"), local("OpenSans Regular"),

    url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Roboto Slab";
    font-size: 16px;
    color: #222;
    margin: 0;
}
strong {
    font-weight: 700;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    max-width: 100%;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
.overlay {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.overlay.active {
    visibility: visible;
    opacity: 1;
}
h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: #222;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #ff5857;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #ff5857;
}
h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #ff5857;
}
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
a {
    color: #ff5857;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: 300;
    line-height: 24px;
    list-style-type: none;
}
ul li::before {
    content: "";
    position: absolute;
    background: #ff5857;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 8px;
    left: 0;
}
.btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 17px 45px;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn {
    background: #f8cc00;
}
.btn:hover {
    background: #eec60a;
}

.btn.btn--small {
    padding: 10px 20px;
    /* font-size: 14px; */
}
.btn.btn--gray {
    background: #cccccc;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
}
table th,
table td {
    text-align: center;
    /*padding: 7px 10px;*/
    padding: 2px 3px;
    /*width: 100%!important;*/
}
table th:first-child,
table td:first-child {
    /*text-align: left;*/
}
table th,
table td {
    font-weight: 300;
    border-bottom: 1px solid #dadada;
}
table th {
    font-weight: 700;
}

@media screen and (max-width: 800px) {
    table {
         /*width: 100%!important;*/
    }
}

hr {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    border: none;
    margin: 3px 0;
}
::-moz-selection {
    color: #fff;
    background-color: #ff5857;
}
::selection {
    color: #fff;
    background-color: #ff5857;
}
header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
header .container {
    /*position: relative;*/
    /*padding-top: 55px;*/
}
.header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.burger {*/
/*    position: relative;*/
/*    display: none;*/
/*}*/
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo p,
.logo a {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin: 0 0 0 20px;
}
.logo a {
    text-decoration: none;
}
.logo a:first-child {
    margin: 0;
}
header .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding-right: 40px;*/
}
header .mail {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #f8cc00;
    margin-right: 55px;
}
header .tel {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.header_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 55px;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}


.menu li {
    margin: 0;
    padding: 0 20px 0 0;
}
.menu li::before {
    display: none;
}
.menu a {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
}
.menu .active {
    color: #ff5857;
}
.menu a:hover {
    color: #ff5857;
}

header.fixed .menu{
    display: grid;
    grid-template-columns: repeat(5, 1fr);

}

header.fixed .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    /*-webkit-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
}

header.fixed .menu a{
    font-size: 16px;
}
.search {
    /*max-width: 500px;*/
    /*width: 300px;*/
    position: relative;
    /*width: 18%;*/
    background: #fff;
    border-radius: 30px;
}
.search input {
    box-sizing: border-box;
    max-width: 220px;
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 30px;
    padding: 0 28px 0 26px;
    margin: 0;
}
.search_input::placeholder {
    padding: 0!important;
}
.search_input:focus {
    outline: none;
}
.search .search_btn {
    position: absolute;
/*padding: 0 25px;*/
    top: 50%;
    right: 0px;
    width: 23px;
    height: 22px;
    background: url(../i/icon_search.png) center no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.search .search_btn2 {
    display: none;
}
.search input::-webkit-input-placeholder {
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}
.search input::-moz-placeholder {
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}
.search input:-ms-input-placeholder {
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}
.search input::-ms-input-placeholder {
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}
.search input::placeholder {
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}
/*header.fixed {*/
/*    position: fixed;*/
/*    z-index: 1000;*/
/*    top: 0;*/
/*    width: auto;*/
/*    height: auto;*/
/*    background: url(../i/promo.jpg) no-repeat;*/
/*    background-size: cover;*/
/*    background-position: 50% 0;*/
/*    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.1);*/
/*    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.1);*/
/*    padding: 10px 0;*/
/*}*/
/*header.fixed .container {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*}*/
header.fixed .logo p,
header.fixed .logo a {
    font-size: 20px;
    line-height: 20px;
}

header.fixed .mail {
    font-size: 16px;
    line-height: 24px;
    margin-left: 30px;
}
header.fixed .tel {
    font-size: 18px;
    line-height: 20px;
}
header.fixed .header_bottom {
    padding-top: 0;
}
header.fixed .search {
    display: none;
}
.header_secondary {
    background: url(../i/promo_secodary.jpg) no-repeat;
    height: 252px;
    background-size: cover;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promo {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}
.promo_content {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 827px;
    color: #fff;
    padding-top: 335px;
}
.promo_title {
    font-size: 72px;
    font-weight: 500;
    line-height: 80px;
    color: #fff;
    margin: 0;
}
.promo_description {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 110px;
    margin-bottom: 0;
    padding-left: 20px;
}
.promo_description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5857;
    width: 5px;
    height: 100%;
}
.promo_img_slider {
    width: 100%;
    height: 100%;
}
.promo_img_slider__item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 969px !important;
}
.slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
.slick-dots li {
    margin: 0 15px 0 0;
    padding: 0;
}
.slick-dots li:before {
    display: none;
}
.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border: none;
    border-radius: 100%;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #e9bf00;
}
.title_b {
    color: #222;
}
.title_ot {
    margin-bottom: 50px;
}
/*.catalog__list {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    !*display: flex;*!*/
/*    gap: 20px;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    !*-webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*!*/
/*    !*-webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*!*/
/*    margin-top: 75px;*/
/*}*/
.catalog__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f2f2f2;
   padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 55px;*/
    flex-direction: column;
    transition: 0.3s ease-in-out;

}
.catalog__item:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.catalog__item a{
    display: block;
    width: 100%;
}

.catalog__img {
    width: 100%;
    min-width: 127px;
    margin-bottom: 20px;
}

.catalog__img--circle{
    border-radius: 50%;
    overflow: hidden;
    min-width: auto;
}

@media(max-width: 1280px){
    .catalog__img--circle{
        border-radius: 0;
    }
}
.catalog__img img{
    display: block;
    width: 100%;
    height: 326px;
    object-fit: cover;
    /*min-width: 127px;*/
}
.catalog__title {
    display: block;
    margin-top: auto;
    /*padding: 10px;*/
    font-size: 18px;
    font-weight: 400;
    color: #222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}
.catalog__title:hover {
    color: #ff5857;
}
.gallery__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 60px;
}
.gallery__main a {
    width: 24.93%;
}
.sections__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}
.sections__item {
    text-align: center;
}
.sections__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    padding-top: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sections__title:hover {
    color: #ff5857;
}
#map_supply {
    width: 100%;
    height: 657px;
    margin-top: 80px;
}
.news__main {
    text-align: center;
    margin-top: 55px;
}
.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}
.news__item {
    width: 19%;
    text-align: left;
}
.news__title {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #222;
    padding-top: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.news__title:hover {
    color: #ff5857;
}
.news__main .btn {
    margin-top: 50px;
}
.metal {
    background: url(../i/metal.jpg) no-repeat;
    width: 100%;
    height: 462px;
    margin-top: 50px;
}
.metal .text {
    padding: 30px 188px;
}
.metal p {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}
.metal .title {
    font-size: 48px;
    line-height: 48px;
}
.metal a {
    color: #f8cc00;
    text-decoration: none;
}
.metal .tel {
    font-size: 36px;
    line-height: 48px;
}
.catalog__bottom {
    background: #1b2027;
    margin-top: 30px;
    padding: 50px 0;
}
.catalog__bottom ul {
    margin: 0;
    padding: 0;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}
.catalog__bottom li {
    margin-bottom: 20px;
}
.catalog__bottom a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog__bottom a:hover {
    color: #ff5857;
}
/*footer {*/
/*    margin-top: 40px;*/
/*}*/
/*footer .container {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    padding: 0 0 40px;*/
/*}*/
/*footer p {*/
/*    margin: 0;*/
/*}*/
footer .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .mail {
    font-weight: 300;
    margin-right: 30px;
}
footer .tel {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #222;
    text-decoration: none;
}
.rules {
    font-weight: 300;
    color: #222;
}
.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sm a {
    color: #222;
}
.sm img {
    margin-right: 10px;
}
.wrap_menu {
    display: none;
}
.wrapper_secondary {
    padding-top: 147px;
}

@media (max-width: 1040px){
    .wrapper_secondary {
        padding-top: 170px;
    }
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0;
    padding: 0;
}
.breadcrumbs li {
    margin: 0;
    margin-right: 25px;
    padding: 0;
}
.breadcrumbs li a {
    font-size: 14px;
    color: #222222;
    text-decoration: none;
}
.breadcrumbs li a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #222222;
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.breadcrumbs li:hover a::after {
    width: 100%;
}

.breadcrumbs li:last-child::after{
    display: none;
}

.breadcrumbs li:last-child a{
    color: #666D73;
}
.breadcrumbs li:last-child::before{
    display: none;
}
.breadcrumbs li::before {
    display: none;
}


.breadcrumbs li::after {
    position: absolute;
    content: "";
    top: 15px;
    right: -15px;
    width: 5px;
    height: 1px;
    background: #222222;
}
.wrapper_secondary .catalog {
    margin-bottom: 80px;
}
.wrapper_in {
    margin-top: 30px;
}
.wrapper_in .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.left_col {
    flex-shrink: 0;
    width: 210px;
    height: 100%;
    margin-right: 30px;
}
.left_col_content {
    margin-bottom: 35px;
}
.left_col .left_col_title a {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.left_col .left_col_title a:hover {
    color: #ff5857;
}
.left_col ul {
    margin: 10px 0 0;
    padding: 0;
}
.left_col li {
    margin: 0 0 12px 0;
    padding: 0;
}
.left_col li::before {
    display: none;
}
.left_col a {
    font-size: 16px;
    font-weight: 300;
    /*line-height: 30px;*/
    color: #222;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.left_col .active {
    color: #ff5857;
}
.left_col a:hover {
    color: #ff5857;
}
.left_col .submenu {
    width: 100%;
    margin: 0;
    padding: 5px 0 15px 25px;
}
.right_col {
    width: calc(100% - 210px);
}
.right_col .breadcrumbs {
    margin: 0;
}
.grey_block {
    background: #f5f6f6;
}
.grey_block .title {
    font-size: 24px;
    font-weight: 400;
}
.zakupaem_block,
.company_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0;
}
.grey_block .text {
    padding: 10px 60px;
}
.zakupaem_block .title {
    font-size: 24px;
    font-weight: 400;
}
.zakupaem_block ul {
    margin: 0 -50px 0 50px;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.vakansii__list {
    margin: 40px 0;
    padding: 0;
}
.vakansii__list li {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    padding-left: 60px;
}
.vakansii__list li::before {
    top: 0;
    background: url(../i/icon_vakansya.png);
    width: 34px;
    height: 34px;
}
.vakansii_title {
    display: inline-block;
    padding-bottom: 20px;
}
.vakansii_price {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 45px 0 30px;
}
.dileri_block {
    margin-bottom: 40px;
    padding: 20px 30px;
}

.dileri_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    padding: 0;
}

.dileri_block li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 127px;
    background: #fff;
    margin: 0 15px 0 0;
    padding: 0;
}
.dileri_block li::before {
    display: none;
}
.right_img {
    float: right;
    padding: 0 0 0 20px;
}
.col_b {
    color: #222;
}
.indent {
    margin-top: 50px;
}
#map1_supply {
    width: 100%;
    height: 473px;
    margin-top: 40px;
}
.wrapper_secondary .metal .text {
    padding: 15px 50px;
}
.wrapper_secondary .news__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
}
.wrapper_secondary .news__item {
    width: 23%;
    margin-bottom: 50px;
    margin-right: 30px;
}
.wrapper_secondary .news__item:nth-child(4n-4) {
    margin-right: 0;
}
.company_text {
    width: 50%;
}
.company_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
}
.advantages__item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages__img {
    width: 100%;
    max-width: 58px;
}
.advantages__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-left: 20px;
}
.company_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.company_gallery a {
    width: 33%;
}
.catalog_inner__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    margin-top: 50px;
    /*gap: 1%;*/
}

.bar {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    background: #fec91c;
    border-radius: 10px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    pointer-events: none;
}
.bar-1 {
    top: 0px;
    left: 0px;
    width: 22px;
}
.bar-2 {
    top: 8px;
    left: 0px;
    width: 22px;
}
.bar-3 {
    top: 16px;
    left: 0px;
    width: 22px;
}
.burger.active label .bar-1 {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger.active .bar-2 {
    left: -200%;
}
.burger.active .bar-3 {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wrap_menu.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
}

.wrap_menu {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 11;
    display: block;
    width: 270px;
    height: auto;
    min-height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wrap_menu .catalogue_menu {
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap_menu .catalogue_menu p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 10px 10px 5px;
}
.wrap_menu ul {
    margin: 10px 0;
    padding-left: 10px;
}
.wrap_menu ul a {
    display: block;
    padding: 4px 10px 0 10px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.wrap_menu ul li {
    position: unset;
    line-height: 20px;
    padding-left: 0;
    margin-bottom: 5px;
}
.wrap_menu ul li:before {
    display: none;
}
.wrap_menu ul li a:hover {
    color: #ff5857;
}
.wrap_menu ul li .active {
    color: #ff5857;
}
.wrap_menu ul ul {
    display: none;
    padding-left: 0;
    margin: 0;
}
.wrap_menu .back {
    margin-top: 10px;
}
.wrap_menu .back a {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding-left: 20px;
    text-decoration: none;
}
.wrap_menu .back a:before {
    position: absolute;
    top: 11px;
    left: 8px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.wrap_menu .arrow_a {
    position: relative;
}
.wrap_menu .arrow_a:before {
    position: absolute;
    top: 13px;
    right: 15px;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrap_menu .show_block {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    padding-left: 0;
}
.wrap_menu .first_level {
    position: relative;
}
.wrap_menu .menu {
    position: unset;
    display: block;
    background: 0;
    padding-left: 0;
    margin: 0;
}
.wrap_menu .menu > li#catalogue {
    display: none;
}
.wrap_menu .menu > li .active {
    color: #ff5857;
}
.wrap_menu .menu a {
    font-size: 18px;
    font-weight: 700;
}
.wrap_menu .menu a:before {
    display: none;
}
.wrap_menu .menu a:hover {
    background: 0;
}
.wrap_menu .menu a:hover:after {
    display: none;
}
.wrap_menu ul #li_catalogue {
    display: none;
}
.wrap_menu ul li a {
    pointer-events: auto;
}

.ots {
    margin: 40px 0;
}
.product__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

/*.product{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 20px;*/
/*    margin-bottom: 20px;*/
/*}*/

@media (min-width: 900px){
    /*.product{*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    gap: 20px;*/
    /*}*/
}
.product__slider{
    width: 300px;
}
.product__img {
    width: 100%;
    max-width: 242px;
    margin-right: 43px;
}
.product__item p:first-child {
    margin-top: 0;
}
.product__item .tel {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    text-decoration: none;
}
.filter {
    background: #f5f6f6;
    margin: 35px 0;
    padding: 30px 35px 20px;
}
.filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter_block {
    position: relative;
    width: 100%;
    max-width: 205px;
    min-height: 42px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}
.filter_ots {
    margin-bottom: 15px;
}
.filter__title {
    position: relative;
    margin: 0;
    padding-left: 15px;
    padding-top: 9px;
    cursor: pointer;
}
.filter .btn {
    padding: 15px 25px;
    margin-right: 20px;
    border: 0;
}
.form-prod .btn {
    padding: 15px 25px;
    margin-right: 20px;
    border: 0;
}
.filter_ots:focus {
    border: 0;
    outline: none;
}
.filter__title::before {
    position: absolute;
    right: 10px;
    top: 18px;
    content: "";
    height: 6px;
    width: 6px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.filter_param {
    display: none;
    position: absolute;
    overflow: auto;
    z-index: 12;
    left: -20px;
    width: 100%;
    /*height: auto;*/

    max-height: 300px;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-top: 11px;
    padding: 0 15px 15px;
    -webkit-box-shadow: 0px 0px 8px 0px #c4c4c4;
    box-shadow: 0px 0px 8px 0px #c4c4c4;
}

.filter_param ul {
    margin: 10px 0;
    padding: 0 20px;
}

.filter_param .btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.product__item hr {
    margin: 25px 0;
}
.tech {
    margin-bottom: 40px;
}

.tech__row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 5px;
    align-items: flex-end;
}

.tech__line{
    flex-grow: 1;
    height: 1px;
    border-top: 1px dotted #000;
    margin-bottom: 2px;
}
.tech td {
    text-align: left;
    border-bottom: none;
    padding: 0 0 15px;
}
.contacts_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
}
.contacts_container_inner {
    position: absolute;
    z-index: 1;
    top: 135px;
    width: 100%;
    max-width: 800px;
    background: #fff;
    padding: 10px 30px 50px;
}
.contacts_block .breadcrumbs {
    margin-top: 10px;
}
.contacts_block .tel {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #222;
    padding: 15px 0 25px;
    text-decoration: none;
}
#map {
    width: 100%;
    height: 820px;
    margin-bottom: -30px;
}
@media screen and (max-width: 1280px) {
    .catalog__img img{
        height: 250px;
    }
}
@media screen and (max-width: 1460px) {
    .container {
        padding: 0 10px;
    }
    header .container {
        /*padding-top: 25px;*/
    }
    .header_bottom {
        padding-top: 35px;
    }
    .menu li {
        padding: 0 18px 0 0;
    }
    header.fixed {
        padding: 10px;
    }


    .header_secondary {
        height: 195px;
        background-size: cover;
        background-position: center;
    }
    .promo {
        margin-bottom: 15px;
    }
    .promo_content {
        padding-top: 175px;
    }
    .promo_title {
        font-size: 50px;
        line-height: 60px;
    }
    .promo_description {
        font-size: 20px;
        line-height: 30px;
        margin-top: 45px;
    }
    .promo_img_slider__item {
        height: 550px !important;
    }
    .slick-dots {
        bottom: 45px;
    }
    .catalog__img {
        overflow: hidden;
        /*width: 100px;
        min-width: 100px;*/
    }
    .catalog__bottom a {
        font-size: 14px;
    }
    /*footer .container {*/
    /*    padding: 0 10px 20px;*/
    /*}*/
    footer .feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 10px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    footer .mail {
        margin-right: 0;
        padding-bottom: 5px;
    }

    .wrapper_in {
        margin-top: 20px;
    }
    .grey_block .text {
        width: 50%;
        padding: 10px 30px 50px;
    }
    .zakupaem_block ul {
        margin: 0 25px;
    }
    .zakupaem_img img,
    .company_img img {
        width: 450px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .wrapper_secondary .news__item {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .menu a {
        font-size: 16px;
    }
    .promo_img_slider__item {
        background-position: center;
    }
    .search {
        position: relative;
        width: 300px;
        background: #fff;
        border-radius: 30px;
    }
    .search input {
        /*width: auto;*/
    }
    header.fixed .header_top {
        gap: 20px;
        /*-webkit-box-pack: start;*/
        /*-ms-flex-pack: start;*/
        /*justify-content: flex-start;*/
    }
    header.fixed .logo img {
        /*width: 25%;*/
    }
    header.fixed .logo a img {
        width: auto;
    }
    header.fixed .logo p,
    header.fixed .logo a {
        font-size: 18px;
        margin: 0 0 0 10px;
    }
    header.fixed .mail {
        font-size: 14px;
        line-height: 20px;
        margin-right: 30px;
        margin-left: 0;
    }
    header.fixed .tel {
        font-size: 18px;
    }
    .catalog__title {
        font-size: 18px;
    }
    .gallery__main {
        margin-bottom: 30px;
    }
    .title_ot {
        margin-bottom: 30px;
    }
    .sections__item {
        width: 32%;
    }
    .sections__title {
        font-size: 20px;
        padding-top: 10px;
    }
    #map_supply,
    #map1_supply {
        height: 457px;
    }
    .metal {
        background-position: center;
    }
    .metal .text {
        padding: 70px 115px;
    }
    .metal p {
        font-size: 20px;
        line-height: 24px;
    }
    .metal .title {
        font-size: 36px;
        line-height: 36px;
        margin-top: 0;
    }
    .metal .tel {
        font-size: 30px;
        line-height: 36px;
    }
    .catalog__bottom ul {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog__bottom li {
        width: 20%;
    }
    .copy {
        width: 265px;
    }
    footer .tel {
        font-size: 20px;
        line-height: 24px;
    }
    .zakupaem_block .title {
        font-size: 20px;
    }
    .dileri_block li {
        margin: 0 20px 0 0;
    }
    .dileri_block li:nth-child(4) {
        margin: 0;
    }
    .dileri_block li:last-child {
        display: none;
    }
    .indent {
        margin-top: 30px;
    }
    .wrapper_secondary .metal {
        height: auto;
        padding-bottom: 25px;
    }
    .wrapper_secondary .metal .text {
        padding: 50px 30px;
    }
    .wrapper_secondary .news__item {
        width: 30%;
    }
    .wrapper_secondary .news__item:nth-child(3n-3) {
        margin-right: 0;
    }
    .wrapper_secondary .news__item:nth-child(4n-4) {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1240px) {
    header.fixed .header_top {
        /*width: 40%;*/
    }
    header.fixed .logo img {
        width: 50%;
    }
    header.fixed .logo a img {
        width: auto;
    }
    header.fixed .feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    header.fixed .mail {
        margin: 0;
    }
    header.fixed .menu li {
        padding: 0 18px 0 0;
    }
    table th,
    table td {
        font-size: 14px;
        /*padding: 10px 15px;*/
    }
    .catalog_inner__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1023px) {
    .menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 90%;
        flex: 0 90%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .menu li {
        padding: 0;
    }
    .menu a {
        padding-right: 10px;
    }
    .search {
        position: inherit;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin: 0;
    }
    .search input[type="text"] {

        width: 100%;
        max-width: 100%;
        height: 44px;
        padding: 0 0 0 10px;
    }
    .search .search_btn {
        display: none;
    }
    .search .search_btn2 {
        position: relative;
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #dae4e6;
        border-radius: 100%;
    }
    .search_box {
        position: absolute;
        z-index: 8030;
        top: 60px;
        left: 2%;
        width: 96%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .search_box.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .search_close {
        position: absolute;
        top: 7px;
        right: 11px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .search_close:after,
    .search_close:before {
        position: absolute;
        right: 15px;
        content: "";
        height: 100%;
        width: 2px;
        background: rgba(0, 0, 0, 0.5);
    }
    .search_close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .search_close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header.fixed .header_top {
        /*width: 40%;*/
    }
    header.fixed .logo img {
        width: 85%;
    }
    header.fixed .logo p,
    header.fixed .logo a:last-child {
        display: none;
    }
    header.fixed .feedback {
        /*-webkit-box-flex: 0;*/
        /*-ms-flex: 0 60%;*/
        /*flex: 0 60%;*/
    }
    header.fixed .header_bottom {
        width: 94%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header.fixed .tel {
        font-size: 16px;
    }
    header.fixed .menu li {
        padding: 0;
    }
    header.fixed .menu a {
        font-size: 14px;
    }
    .header_secondary {
        height: 185px;
    }
    .promo {
        margin-bottom: 30px;
    }
    .promo::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
    }
    .promo_content {
        width: auto;
        max-width: none;
    }
    .promo_title {
        font-size: 48px;
        line-height: 60px;
    }
    .promo_img_slider__item {
        height: 680px !important;
    }
    .news__item {
        width: 49%;
        text-align: center;
        margin-bottom: 40px;
    }
    .news__title {
        width: 50%;
    }
    .news__main .btn {
        margin-top: 0;
    }
    .catalog__bottom li {
        width: 30%;
    }
    /*footer .container {*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .copy {
        width: 300px;
    }
    .sm {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }

    .left_col {
        display: none;
    }
    .right_col {
        width: 100%;
    }
    .wrapper_secondary .metal {
        margin-top: 30px;
    }
    .wrapper_secondary .news__item {
        text-align: left;
    }
    .wrapper_secondary .news__title {
        width: auto;
    }
    .advantages__title {
        font-size: 18px;
    }
    .contacts_container_inner {
        top: 80px;
        max-width: 260px;
    }
    .contacts_block .tel {
        font-size: 24px;
        padding: 15px 0;
    }
    #map {
        height: 500px;
    }
    .catalog_inner__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
        font-weight: 400;
        line-height: 26px;
    }
    h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }
    h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
    }
    /*header .container {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-pack: justify;*/
    /*    -ms-flex-pack: justify;*/
    /*    justify-content: space-between;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*    !*padding-top: 20px;*!*/
    /*}*/
    /*.header_top {width:85%;}*/


    /*.burger input {*/
    /*    display: none;*/
    /*}*/
    /*.burger {*/
    /*    width: 10px !important;*/
    /*    height: 10px;*/
    /*    overflow: hidden;*/
    /*    border-radius: 10px;*/
    /*}*/
    /*.burger label {*/
    /*    width: 18px;*/
    /*    height: 12px;*/
    /*    display: block;*/
    /*    -webkit-transition: all 0.35s;*/
    /*    -o-transition: all 0.35s;*/
    /*    transition: all 0.35s;*/
    /*    cursor: pointer;*/
    /*}*/

    .logo p,
    .logo a {
        font-size: 20px;
        line-height: 20px;
    }
    header .feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        /*-webkit-box-align: end;*/
        /*-ms-flex-align: end;*/
        /*align-items: flex-end;*/
    }
    header .mail {
        font-size: 16px;
        line-height: 24px;
        margin-right: 0;
    }
    header .tel {
        font-size: 20px;
        line-height: 20px;
        padding-top: 5px;
    }
    .header_bottom {
        padding: 0;
    }
    .menu {
        display: none;
    }
    header.fixed .header_top {
        /*width: 100%;*/
        /*-ms-flex-pack: distribute;*/
        /*justify-content: space-around;*/
    }

    header.fixed .feedback {
        /*-webkit-box-orient: horizontal;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-flow: row;*/
        /*flex-flow: row;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header.fixed .tel {
        font-size: 20px;
        padding: 0;
    }
    header.fixed .header_bottom {
        display: none;
    }
    .header_secondary {
        height: 110px;
    }
    .promo_content {
        padding-top: 220px;
    }
    .promo_img_slider__item {
        height: 590px !important;
    }
    /*.catalog__list {*/
    /*    grid-template-columns: repeat(2, 1fr);*/
    /*    margin-top: 50px;*/
    /*}*/

    .catalog__title {
        font-size: 16px;
    }
    .gallery__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery__main a {
        width: 49.7%;
    }
    .sections__img {
        width: 350px;
        max-width: 100%;
    }
    .sections__title {
        font-size: 18px;
    }
    #map_supply {
        height: 300px;
        margin-top: 50px;
    }
    #map1_supply {
        height: 300px;
        margin-top: 30px;
    }
    .news__main {
        margin-top: 30px;
    }
    .news__list {
        margin-top: 50px;
    }
    .news__item {
        width: 100%;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .news__title {
        padding: 0 0 0 20px;
    }
    .metal {
        height: auto;
        padding-bottom: 50px;
    }
    .metal .text {
        padding: 50px 30px 0;
    }
    .catalog__bottom li {
        width: 46%;
    }
    /*footer {*/
    /*    margin-top: 20px;*/
    /*}*/
    /*footer .container {*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-flow: column;*/
    /*    flex-flow: column;*/
    /*    -webkit-box-pack: center;*/
    /*    -ms-flex-pack: center;*/
    /*    justify-content: center;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*    text-align: center;*/
    /*    padding: 0 0 20px;*/
    /*}*/
    .copy {
        width: auto;
    }
    footer .feedback {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        margin: 10px 0 20px;
    }
    footer .mail {
        padding-bottom: 15px;
    }
    footer .tel {
        font-size: 20px;
        line-height: 30px;
    }
    .sm p {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }




    .grey_block .title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
    }
    .zakupaem_block,
    .company_block {
        display: block;
        margin: 35px 0 25px;
    }
    .grey_block .text {
        width: auto;
        padding: 25px 20px 30px;
    }
    .zakupaem_block .title {
        text-align: center;
    }
    .zakupaem_block ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin: 0 auto;
    }
    .zakupaem_img img,
    .company_img img {
        width: 100%;
        height: 180px;
    }
    .vakansii__list {
        margin: 30px 0;
    }
    .vakansii__list li {
        font-size: 20px;
        line-height: 20px;
    }
    .vakansii_price {
        margin: 30px 0;
    }
    .dileri_block {
        padding: 25px 20px;
    }
    .dileri_block ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px 0 0;
    }
    .dileri_block li {
        width: 49%;
        height: 115px;
        margin: 0 0 10px !important;
    }
    .right_img {
        width: 60%;
    }
    .wrapper_secondary .metal .text {
        padding: 30px 30px 0;
    }
    .wrapper_secondary .news__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
    .wrapper_secondary .news__item {
        display: block;
        width: 49%;
        margin: 0 0 50px !important;
    }
    .wrapper_secondary .news__title {
        width: 70%;
        padding: 0;
    }
    .grey_block .company_text {
        padding: 10px 30px;
    }
    .advantages__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 30px 0;
    }
    .advantages__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
    }
    .advantages__title {
        padding: 0;
    }
    .catalog_inner__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ots {
        margin: 20px 0;
    }
    .product__list {
        width: 100%;
        display: block;
        margin-top: 15px;
    }
    .product__img {
        float: left;
        margin: 0;
        padding: 0 25px 15px 0;
    }
    .product__item .tel {
        font-size: 20px;
        line-height: 30px;
    }
    .filter {
        margin: 20px 0;
    }
    .filter_block {
        max-width: 185px;
    }
    .product__item hr,
    .tech_title,
    .tech {
        clear: both;
        width: 100%;
    }
    .tech td {
        width: 100%;
        font-size: 16px;
    }
    .tech td:first-child {
        width: 20%;
    }
    .contacts_block {
        display: block;
    }
    .contacts_container_inner {
        position: relative;
        top: 0;
        max-width: none;
        padding: 0 0 30px;
    }
    #map {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    /*header .container {*/
    /*    display: block;*/
    /*}*/
    .header_top {
        display: block;
        /*width: 100%;*/
    }
    /*.burger {*/
    /*    position: absolute;*/
    /*    top: 23px;*/
    /*}*/
    .logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo p,
    .logo a {
        font-size: 24px;
        line-height: 24px;
    }
    header .feedback {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0;
    }
    header .mail {
        font-size: 18px;
    }
    header .tel {
        font-size: 24px;
        line-height: 24px;
        padding-top: 15px;
    }
    .header_bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header.fixed .header_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
    header.fixed .burger {
        top: 5px;
    }
    header.fixed .logo {
        margin-left: 45px;
    }
    header.fixed .logo img {
        width: auto;
    }
    header.fixed .feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        align-items: normal;
        /*-webkit-box-align: end;*/
        /*-ms-flex-align: end;*/
        /*align-items: flex-end;*/
        margin: 0;
    }
    .header_secondary {
        height: 230px;
        background-size: cover;
        background-position: calc(100% - -300px) 0;
    }
    .promo_content {
        padding-top: 220px;
    }
    .promo_title {
        font-size: 34px;
        line-height: 42px;
        text-align: center;
    }
    .promo_description {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
    }
    .slick-dots {
        bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*.catalog__list {*/
    /*    grid-template-columns: repeat(2, 1fr);*/
    /*    margin: 50px auto 0;*/
    /*}*/
    .catalog_inner__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog__img {
        overflow: hidden;
        /*width: 50px;
        min-width: 50px;*/
    }
    .sections__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-top: 30px;
    }
    .sections__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-align: left;
        margin-bottom: 35px;
    }
    .sections__img {
        width: 200px;
        margin-right: 20px;
    }
    #map_supply {
        margin-top: 15px;
    }
    .news__img {
        width: 200px;
        max-width: 100%;
    }
    .metal p {
        font-size: 18px;
        line-height: 20px;
    }
    .metal .title {
        font-size: 30px;
        line-height: 30px;
    }
    .metal .tel {
        font-size: 24px;
        line-height: 30px;
    }
    .catalog__bottom {
        padding: 20px 0;
    }
    .catalog__bottom li {
        width: 100%;
        margin-bottom: 10px;
    }

    .breadcrumbs {
        margin: 10px 0;
    }
    .wrapper_secondary .catalog {
        margin-bottom: 30px;
    }
    .wrapper_in {
        margin-top: 10px;
    }
    .zakupaem_block,
    .company_block {
        margin: 25px 0 0;
    }
    .zakupaem_block ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .vakansii__list li {
        font-size: 18px;
        padding-left: 50px;
    }
    .dileri_block {
        margin-bottom: 20px;
    }
    .right_img {
        width: auto;
        float: none;
        padding: 0;
    }
    .wrapper_secondary .news__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0 0 30px !important;
    }
    .wrapper_secondary .news__title {
        width: 50%;
        padding: 0 0 0 20px;
    }
    .advantages__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantages__item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        text-align: left;
        margin-bottom: 20px;
    }
    .advantages__img {
        max-width: 45px;
    }
    .advantages__title {
        font-size: 16px;
        padding-left: 10px;
    }
    .advantages__title br {
        display: none;
    }
    .product__img {
        float: none;
        margin: 0 auto 15px;
        padding: 0;
    }
    .filter_block {
        max-width: none;
        margin-right: 0;
    }
    /*table {*/
    /*    overflow-x: auto;*/
    /*    display: block;*/
    /*}*/
    table th,
    table td {
        font-size: 12px;
        /*padding: 8px;*/
    }
    .tech td:first-child {
        width: 50%;
    }
}
@media screen and (max-width: 360px) {
    /*.catalog__list {*/
    /*    grid-template-columns: repeat(1, 1fr);*/
    /*    width: auto;*/
    /*    margin: 30px auto 0;*/
    /*}*/

    .catalog__item a{
        display: block;
        width: 100%;
    }

    .catalog__item img{
        width: 100%;
    }
    .sections__img {
        width: 100%;
        /*width: 160px;*/
    }
    .gallery__main a {

        width: 100%;
    }
    .news__list {
        margin-top: 30px;
    }
    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
    }
    .zakupaem_block ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .dileri_block li {
        width: 100%;
    }
    .wrapper_secondary .news__item {
        text-align: center;
    }
    .wrapper_secondary .news__title {
        padding: 5px 0 0;
    }
    .company_gallery {
        display: block;
    }
    .company_gallery img {
        width: 100%;
        height: 200px;
        margin-bottom: 5px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .catalog_inner__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .tech td {
        font-size: 14px;
    }
}
.change-field-value {
    cursor: pointer;
}
ul.pagination {
    display: flex;
    user-select: none;
}
ul.pagination li::before {
    display: none;
}
/* свойства модального окна по умолчанию */
.modal {
    position: fixed;
    /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    /* цвет фона */
    z-index: 1050;
    opacity: 0;
    /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /* анимация перехода */
    pointer-events: none;
    /* элемент невидим для событий мыши */
}

.modal.open{
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}

/* при отображении модального окно */
.modal:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}

.modal-top {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.modal-tab__btns {
    display: flex;
}

.modal-tab__item {
    margin-right: 30px;
    padding: 7px 12px;
    background: #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.modal-tab__item:hover {
    background: #fff;
}

.modal-tab__item:last-child {
    margin-right: 0;
}

/* ширина модального окна и его отступы от экрана */

.modal-dialog {
    padding-top: 150px;
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1280px;
        margin: 0 auto;
    }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-inner {
    width: 100%;
    height: 100%;
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-header .modal-input {
    padding: 7px 15px;
    outline: none;
}
.modal-title {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer;
    z-index: 10000;
}
.close:hover {
    opacity: 1;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.alert {
    padding: 1px 10px;
    margin: 15px 0;
    border-radius: 5px;
    color: #fff;
}
.alert.alert-danger {
    background: #e27a7a;
}
.alert.alert-success {
    background: #7dbf78;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/

    /*margin-left: -15px;*/
}

.modal-tab {
    display: none;
}

.modal-tab--show {
    display: block;
}
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

.branch {
    margin-left: 20px;
}
.branch a {
    /* display: flex; */
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}
.branch a span {
    font-size: 12px;
    color: #d9d8d8;
    letter-spacing: 0;
    display: block;
    height: 23px;
}
@media (max-width: 890px) {
    header .feedback {
        flex-wrap: wrap;
        /*width: 260px;*/
    }
    .feedback .tel {
        width: 100%;
    }
    .feedback .mail {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .header_top {
        /*width: 100%;*/
    }
    header .feedback {
        /*width: 170px;*/
    }
    .header_bottom {
        display: none;
    }
}
@media (max-width: 585px) {
    .logo {
        flex-wrap: wrap;
    }
    .branch {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    header .feedback {
        width: 100%;
        /*text-align: center;*/
    }
}
header.fixed .branch {
    display: none;
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.modal-branch {
    display: flex;
    flex-wrap: wrap;
}

.modal-city-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #242424;
    /* text-align: center; */
}

/*@media (max-width:1040px) {*/
/*    .burger {*/
/*        position: relative;*/
/*        display: block;*/
/*        padding: 10px;*/
/*    }*/
/*}*/



@media (min-width: 480px) {
    .modal-city-link {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .modal-city-link {
        width: 33%;
    }
}

@media (min-width: 1280px) {
    .modal-city-link {
        width: 24%;
    }
}

.modal-city-link--hide {
    display: none;
}

.modal-map {
    height: 100vh;
}

@keyframes currenteCity {
    from {
        width: 50px;
        height: 50px;
    }

    to {
        width: 20px;
        height: 20px;
    }
}

.mark {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f50000;
}

.mark__content {
    left: 7px;
    font-size: 12px;
    /*font-weight: bold;*/
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #ffffff;
}

.mark--active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: currenteCity 2s infinite;
    background: radial-gradient(
        circle,
        rgba(245, 0, 0, 0) 40%,
        rgba(245, 0, 0, 1) 90%
    );
}

.product-wpap{
    width: 100%;
    overflow: auto;
}

@media (min-width: 1280px) {
    .product-wpap{
        overflow: hidden;
    }
}

.product__table{
    position: relative;
    /*transform:  translateX(-50px);*/
}

.custom-scroll{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: 0.2s;
}

.custom-scroll.relative{
    position: relative;
}

.custom-scroll.show{
    transform: translateY(0);
}

@media (min-width: 1024px) {
    .custom-scroll{
        display: block;
    }
}
.custom-scroll__road{
    position: relative;
    height: 15px;
    background: #eee;
}

.custom-scroll__slide{

    height: 100%;
    background: #ccc;
    cursor: e-resize;
}

.product-slider{
    /*flex-shrink:0;*/
    /*cursor: pointer;*/
    /*position: relative;*/
    /*margin-right: 20px;*/
    /*width: 100%;*/
    /*max-width: 500px;*/
    /*margin: 0 auto 20px;*/
    /*overflow: hidden;*/
}

@media (min-width:768px) {
    .product-slider{
        /*flex-shrink:0;*/
        /*position: relative;*/
        /*margin: 0 20px 0 0;*/
        /*width: 245px;*/
        /*height: 245px;*/

    }

    .product__slider{
        flex-shrink:0;
        position: relative;
        margin: 0 20px 0 0;
        width: 300px;
        height:300px;
        overflow: hidden;
    }
}
/*.product-slider__track{*/
/*    display: flex;*/
/*    height: 100%;*/
/*}*/

/*.product-slider__slide{*/
/*    position: relative;*/
/*    flex-shrink:0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.product-slider__wrap{
    height: 100%;
    width: 100%;

}


.product-slider__pic{
    width: 100%;
    height: auto;
}

@media (min-width:768px) {
    .product-slider__content{
        height: 245px;
        object-fit: cover;
    }
    .product__slider-content{
        width: 300px;
    }
}

.product-slider__content{
    width: 100%;
    height: 245px;
    object-fit: cover;
}


.product-slider__control{
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #dfdfdf;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    cursor: pointer;
}

.product-slider__prev{
    left: 10px;
}

.product-slider__next{
    right: 10px;
}

/*.product-slider__arrow{*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    transform: rotate(45deg);*/
/*}*/

.product-slider__right{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateX(-25%) rotate(45deg);
}

.product-slider__left{
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: translateX(20%) rotate(45deg);
}

.modal-big-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-big-img__close{
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 30px;
    color: #fff;
    font-size: 40px;
}

.modal-big-img__inner{
    background: #fff;
    padding: 30px;
}

.modal-big-img__content{
    margin: 0 auto;
    display: block;
    max-width: 90%;
    width: auto;
    max-height: 90vh;
    height: auto;
}

.modal-big-img__desc{
    color: #0f1721;

}

.modal-big-img__name{
    text-align: center;
    display: block;
    color: #0f1721;
    margin-bottom: 15px;

}


.stiker-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    background: #ffffff90;
}

.content-custom {
    text-align: justify;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 24px!important;
}
.content-custom ul li {
    list-style-type: none!important;
}

.display{
  padding: 20px 35px;
  background: #f5f6f6;
  margin-bottom: 20px;
}

.display__controls{
    display: flex;
    gap: 20px;
}

.display__btn{
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.4;

}

.display__btn.active{
    opacity: 1;
}

.icon-table{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.icon-table__item{
    width: 100%;
    height: 6px;
    background: #222222;
}

.icon-tile{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.icon-tile__item{
    background: #000;
    height: 6px;
}

.icon-list{
    display: grid;
    grid-template-columns: 6px 18px;
    gap: 6px;
}

.icon-list__item{
    background: #000;
    height: 6px;
}

.product-tile{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

@media (min-width: 520px) {
    .product-tile{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .product-tile{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1080px) {
    .product-tile{
        gap: 20px;
    }
}

.product-list{
    display: grid;
    gap: 20px;
}

.product-card{
    /*padding: 25px;*/
    /*background: #f5f6f6;*/
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 12px rgba(72, 74, 123, 0.24);
    border-radius: 2px;
}

@media (min-width: 768px) {
    .product-card{
        padding: 20px;
    }
}

.product-card:hover{
    /*background: #d9d9d9;*/
}

.product-card__link{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__preview{
    margin-bottom: 24px;
    height: 246px;
}

.product-card__img{
    display: block;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.product-card__title{
    font-family: 'Hind Vadodara', sans-serif;
    margin: 0 0 24px 0;
    font-weight: 500;
    color: #222222;
    font-size: 16px;
    line-height: 1.3;
}

.product-card__title.bold{
    margin-bottom: 0;
    font-weight: 700;
}

@media (min-width: 520px) {
    .product-card__title{
        font-size: 16px;
    }
}

.product-card__bottom{
    margin-top: auto;
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
}
@media (min-width: 480px) {
    .product-card__bottom{
        /*flex-direction: row;*/
    }
}
.product-card__price{
    margin: 0;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
}



@media (min-width: 1400px) {
    .product-card__price{
        font-size: 18px;
    }
}

@media (min-width: 520px) {
    .product-line__preview{
        width: 150px;
        height: 150px;
        flex-shrink:  0;
    }
}

.product-line__preview{
    width: 70px;
    height: 70px;
    flex-shrink:  0;
}

@media (min-width: 520px) {
    .product-line__preview{
        width: 150px;
        height: 150px;
        flex-shrink:  0;
    }
}

.product-line__link{
    display: flex;
    gap: 10px;
    text-decoration: none;
}

@media (min-width: 520px) {
    .product-line__link{
        gap: 20px;
    }
}

.product-line__content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category-slider{
    margin-bottom: 50px;
}

.category-slider__top{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .category-slider__top{
        gap: 30px;
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }
}

.category-slider__title{
    font-size: 18px;
    margin: 0;
    color: #222222;
}

@media (min-width: 1280px) {
    .category-slider__title{
        font-size: 30px;
    }
}
.category-slider__control{
     display: flex;
     align-items: center;
    gap: 10px;
}
.category-slider-counter{
    display: flex;
    font-size: 20px;
    font-weight: 600;

}

@media (min-width: 1280px) {
    .category-slider-counter{
        font-size: 28px;
    }
}

.category-slider-counter__num{
    display: flex;
    justify-content: center;
    width: 40px;
}
.category-slider__btn{
    position: relative;
    display: block;
    width: 50px;
    height: 30px;
    background: #f5f6f6;
    cursor: pointer;
    transition: 0.3s ease-in-out;

}

.category-slider__btn:hover{
    background: #d0d0d0;
}
.category-slider__btn::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 16px;
    width: 16px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
}
.category-slider__btn.prev::before{
    background-image: url('../i/arrow-left.svg');
}
.category-slider__btn.next::before{
    background-image: url('../i/arrow-right.svg');
}

@media (min-width: 1280px) {
    .category-slider__btn{
        width: 60px;
        height: 40px
    }

    .category-slider__btn::before{
        height: 20px;
        width: 20px;
    }
}

.category-slider__wrap{
    overflow: hidden;
}

.category-slider__track{
    display: flex;
    width: 100%;
}

.category-slider__slide{
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 560px) {
    .category-slider__slide{
        width: 49%;
    }
}

@media (min-width: 1040px) {
    .category-slider__slide{
        width: 33%;
    }
}

@media (min-width: 1040px) {
    .category-slider__slide{
        width: 25%;
    }
}

.category-card{
    box-sizing: border-box;
    /*max-width: 345px;*/
    width: 100%;
    padding: 20px;
    background: #f5f6f6;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1280px) {
    .category-card{
        max-width: 345px;
        /*width: 100%;*/
        padding: 20px;
        background: #f5f6f6;
        margin-right: 20px;
        transition: 0.3s ease-in-out;
    }
}

.category-card:hover{
    background: #d5d5d5;
}

.category-card__link{
    color: #222222;
    text-decoration: none;
}

.category-card__preview{
    height: 250px;
    margin-bottom: 20px;
}

.category-card__img{
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.category-card__title{
font-weight: 500;
font-size: 20px;
margin: 0;
}

.our-advantages{
    display: grid;

    grid-template-columns: repeat(1, 1fr );
    gap: 20px;
    margin: 30px 0;
}

@media(min-width: 500px){
    .our-advantages{
        grid-template-columns: repeat(2, 1fr );
    }

}

@media(min-width: 920px){
    .our-advantages{
        grid-template-columns: repeat(4, 1fr );
    }

}

@media(min-width: 1280px){
    .our-advantages{
        gap: 50px;
    }

}

@media(min-width: 1440px){
    .our-advantages{
        margin: 30px 70px;
        grid-template-columns: repeat(4, 1fr );
    }

}

.our-advantages__item{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 15px;
}
@media(min-width: 1280px){
    .our-advantages__item{
        gap: 20px;
    }

}
.our-advantages__number{
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #f8cc00
}

.our-advantages__title{
    margin: 0;
    font-size: 16px;
    font-weight: 500;

}

@media(min-width: 920px){
    .our-advantages__title{
        text-align: center;
    }

}

@media(min-width: 1280px){
    .our-advantages__title{
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }

}

.product-col{
    flex-grow: 1;
    box-sizing: border-box;
    /*min-width: 1230px;*/
    /*width: 100%;*/
}


@media(min-width: 1024px){
    .product-col{
        /*padding-left: 30px;*/
    }


}

.prod-title{
    color: #fff;
    font-size: 30px;
}

.feedback__item{
    position: relative;
}
@keyframes shrink {
    from{
        display: flex;
        opacity: 0;
    }
    15%{
        opacity: 1;
    }

    85%{
        opacity: 1;
    }

    100%{
        display: flex;
        opacity: 0;
    }

}

.feedback__indicator{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #fff;

}

.feedback__indicator.show{
    display: flex;
}

.shrink{
    animation: shrink 1.5s linear;
}




.feedback__link_mail{
    color: #f8cc00;
}

.feedback__icon{
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../i/copy.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.feedback__icon_dark{
    background-image: url('../i/copy-dark.svg');
}

.contact-btn{
    background: #f8f000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

.collection{
    margin-top: 300px;
}

.collection__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 500px) {
    .collection__list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 720px) {
    .collection__list{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1040px) {
    .collection__list{
        grid-template-columns: repeat(4, 1fr);
    }
}

.collection-card{
    width: 100%;
    padding: 10px;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.collection-card__content{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.collection-card__preview{
    position: relative;
    cursor: pointer;
}

@media (min-width: 480px) {
    .collection-card__content{
        height: 200px;
    }
}
@media (min-width: 1040px) {
    .collection-card__content{
        height: 300px;
    }
}

.collection-card__name{
    color: #0f1721;
}

.collection-card__desc{
    margin: 0 ;
}


.docs-block{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.docs-block__title{
    margin: 0;
    color: #222222;
    font-size: 30px;
}

.docs-block__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 360px) {
    .docs-block__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 580px) {
    .docs-block__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1000px) {
    .docs-block__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.doc{
    border: 1px solid #dfdfdf;
    max-width: 340px;
    width: 100%;

}

.doc__link{
    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 20px;
}


