:root {
    --line-gradient: radial-gradient(#ddd, transparent);
    --color-link: #cd5c5c;
    --color-button: #cd5c5c;
    --brand-color: #cd5c5c;
    --light-color-background: rgba(205, 92, 92, 0.1);
}

* {
    box-sizing: border-box;
}

a {
    color:  var(--color-link);
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    min-width: 300px;
    position: relative;
}

b {
    font-weight: 600;
}

h1, .h1 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 45px;
    padding: 0;
    box-sizing: border-box;
}

h2, .h2 {
    font-weight: 500;
    margin: 35px 0 25px;
    font-size: 24px;
}

.row {
    display: flex;
    align-items: center;
}

.col {
    display: flex;
    flex-direction: column;
}

.wide {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.block {
    /*margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;*/
}

.indent {
    margin-top: 55px!important;
}

.indent-2 {
    margin-top: 75px!important;
}

.container {
    /*display: grid;
    grid-template-columns: 280px auto;
    grid-gap: 0 30px;
    padding: 0 20px;*/
}

.sidebar {}

.content {}

.manufacturers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -15px -15px;
    flex-wrap: wrap;
}

.manufacturers img {
    opacity: 0.8;
    width: 11%;
    min-width: 100px;
    margin: 15px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #172C33;
    line-height: 180%;
}

button, .button {
    background: var(--color-button);
    border-radius: 1px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 32px;
}
.header-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
}
@media (max-width: 992px) {
    .header-contacts {
        flex-direction: column;
        margin: 0 4px;
    }

    .header-contacts .buttons {
        order: 2;
    }

    .header-contacts .phone {
        order: 1;
        margin-bottom: 4px;
    }
}
@media (max-width: 375px) {
    .header-contacts .button-callback .icofont-ui-head-phone {
        display: none;
    }
}
.header {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.header .logo {
    margin-right: 70px;
    display: flex;
    align-items: center;
}
.button-callback {
    /*background: #fff;*/
    border: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    /*color: #172C33;*/
    font-weight: 500;
    border-radius: 1px;
}
.button-callback i {
    margin-right: 10px;
    font-size: 15px;
}
.header .phone .number {
    font-weight: 600;
    font-size: 32px;
    display: block;
    color: #172C33;
    text-decoration: none;
    /* color: #1789AF; */
}
.header .email .address {
    color: #172C33;
    text-decoration: none;
}
.header .work i {
    color: #8f8f8f;
}

.header-menu {
    position: relative;
    width: 100%;
    margin: 15px 0 0px;
    z-index: 999;
}
.header-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin: 0;
}
.header-menu li {
    position: relative;
}
.header-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px 25px 15px;
    margin-left: -25px;
    min-width: 180px;
    box-shadow: 3px 6px 6px #00000040;
}
.header-menu li:hover > ul {
    display: block;
}
.header-menu a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.header-menu a:hover {
    /* border-bottom: 1px solid #999; */
    /* margin-top: -1px; */
    color: var(--color-link);
}
.header-menu ul ul li {
    line-height: 110%;
    margin-bottom: 10px;
}
.header-menu ul ul a {
    text-transform: none;
}

.card-tiles {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(6, 1fr);
    padding: 55px 0;
}

.card-tiles div {
    background: #ffffffde;
    border: 2px solid #fff;
    box-shadow: 3px 3px 2px 0px #1746681a;
    overflow: hidden;
}

.card-tiles a {
    color: #174668;
    text-decoration: none;
}

.card-tiles h4 {
    margin: 0;
    padding: 10px 0 10px;
    text-align: center;
    font-weight: 600;
}

.card-tiles img {
    height: 170px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.sidebar ul li ul {
    margin: 0 0 0 20px;
}

.sidebar ul li {
    margin: 0 0 15px;
}

.sidebar ul li ul li {
    margin: 0 0 0;
}

.sidebar ul li span.ico {
    font-size: 20px;
    margin-right: 5px;
    color: #3c92bd;
    font-weight: normal;
    margin-bottom: 0;
}

.sidebar ul li span {
    font-size: 18px;
    color: #3c92bd;
    font-weight: 700;
}

.sidebar ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.sidebar ul li ul li {
    padding-top: 5px;
}

.sidebar ul li ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.content .about .tech {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
    padding: 15px;
    box-shadow: 5px 5px 10px #cdcccc;
}

.content .about .tech .title {
    background: url(../img/crane.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.content .about .tech .title .bg {
    padding: 15px 30px;
    background: #ffffffc4;
    font-weight: 800;
    line-height: 43px;
    font-size: 27px;
    text-align: center;
}

.content .about .tech .text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.content .about .tech .text span {
    width: 80%;
    line-height: 28px;
    font-weight: 500;
    /* text-align: justify; */
}

.content .about .columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 3%;
    margin-top: 25px;
}

.content .about .columns>div {
    /* background: #fafafa; */
    box-shadow: 5px 5px 10px #cdcccc;
    padding: 15px 15px 30px;
    position: relative;
    overflow: hidden;
}

.content .about .columns .title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
    /* color: #2080b0; */
    min-height: 40px;
}

.content .about .columns .text {
    font-size: 14px;
    line-height: 23px;
    /* text-align: justify; */
    position: relative;
    z-index: 2;
}

.content .about .columns img {
    opacity: 0.8;
    width: 150px;
    position: absolute;
    bottom: -60px;
    right: -17px;
}

.content .about .columns .time img {
    bottom: -80px;
    opacity: 0.5;
    display: none;
}

table.table {
    border-collapse: collapse;
}

table.table td,
th {
    font-weight: 500;
    text-align: left;
    padding: 13px 22px;
    border: 1px solid #e3e3e3;
}

.table.price {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    box-shadow: 5px 5px 15px #cdcccc4f;
    border: 1px solid #eaeaea;
}

.table.price td,
th {
    font-weight: 500;
    text-align: left;
    padding: 10px 20px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
}

@media (max-width: 575px) {
    .table.price td,
    th {
        padding: 10px 10px;
    }
}

.table.price td:first-child,
th:first-child {
    /* border-left: none; */
}

.table.price th {
    /* font-weight: 700; */
    font-weight: 400;
    color: #7a7a7a;
}

.table.price button {
    font-size: 24px;
    background: none;
    padding: 0;
    color: #000;
    box-shadow: none;
    margin-left: 20px;
    float: right;
    margin: -5px 0 -10px 0;
}

.table.price .price-value {}

.table.price a {
    text-decoration: none;
    color: #4682b4;
    font-size: 14px;
    color: inherit;
    font-weight: 600;
}

.table.price tr:last-child td {
}

.table.price.info .full-price {
    text-align: center;
    padding: 20px 0;
}
@media (max-width: 575px) {
    .table.price.info .full-price {
        text-align: left;
    }
}
.table.price.info button {
    float: none;
    background: #292929;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    padding: 7px 40px;
}

.table.price.info button span {
    font-weight: 700;
}

.table.price.info .button {
    float: none;
    background: #292929;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    padding: 7px 40px;
}

@media (max-width: 575px) {
    .table.price.info .button {
        padding: 7px 10px;
    }
}

.table.price.info .button span {
    font-weight: 700;
}

.price-sections button {
    background: #404040;
    padding: 8px 32px;
    font-weight: 700;
    text-transform: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin-right: 14px;
    margin-bottom: 18px;
    box-shadow: 3px 3px 5px #e2e2e2;
}

.price-sections button.active {
    color: #000;
    background: #ffd65b;
}

.price-sections table.price {
    display: none;
}

.price-sections table.price.active {
    display: table;
}

.content-text {
    line-height: 180%;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.modal .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffc4;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -15px;
    padding: 15px 15px 15px;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.modal-header-logo {
    width: 86px;
}
.modal-header-title {
    font-weight: 700;
    font-size: 20px;
    margin: 30px 0 5px;
}
.modal-header-close {
    font-size: 28px;
    cursor: pointer;
}

.modal .form {
    margin: 5% auto 0;
    width: 40%;
    min-width: 280px;
    max-width: 500px;
    background: #fff;
    position: relative;
    padding: 35px;
    box-shadow: 0px 0px 10px #00000038;
}

.modal .form .form-body {
    display: grid;
    grid-gap: 10px;
}

.modal .form .form-footer {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 25px;
    margin: 40px;
}

.modal input {
    color: #555;
    border: 1px solid #ccc;
    padding: 15px 15px;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}

.modal input.empty-required {
    border-color: red;
}

.modal button.submit {
    background: #84bb0a;
    color: #fff;
    border: none;
}

.modal .form .privacy-info {
    font-size: 13px;
    color: #666;
    width: 200px;
}

.modal .form .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}
.modal.active {
    display: block;
}

.catalog-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-card .image img {
    width: 260px;
    box-shadow: 3px 3px 10px #cdcccc;
}

.catalog-card .table.props {}

.catalog-card .price {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 125px;
    align-items: center;
}

.catalog-card .price .value {
    font-weight: 500;
}

.catalog-card .price .value span {
    font-weight: 700;
    font-size: 24px;
    color: #286696;
}

.catalog-card .price button {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 34px;
}

.catalog-card .price .phone {
    font-size: 17px;
    font-weight: 700;
    color: #286696;
}

.price-request .props {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.price-request .props .value {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.price-request .props .value .price span {
    font-weight: 700;
    font-size: 18px;
}

.price-request table.props td {
    padding: 10px;
}

.order .form-body {
    display: grid;
    grid-gap: 10px;
}

.order .form-footer {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 25px;
    margin: 40px;
}

.order input {
    color: #555;
    border: 1px solid #ccc;
    padding: 15px 15px;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}

.order input.empty-required {
    border-color: red;
}

.order button.submit {
    background: #84bb0a;
    color: #fff;
    border: none;
    padding: 20px;
}

.order .form .privacy-info {
    font-size: 13px;
    color: #666;
    width: 200px;
}

.order textarea {
    color: #555;
    border: 1px solid #ccc;
    padding: 15px 15px;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}

ul.delivery {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.delivery li {
    width: 48%;
    margin: 1px 8px;
}

.basket i {
    font-size: 20px;
}

.basket .basket_count {}

.basket .basket_price {}

.product_row {}

.product_row.deleteHighlight td {
    background-color: #f7f7f7;
}

.product_row input,
.product_row select {
    color: #555;
    border: 1px solid #d8d8d8;
    padding: 5px 8px;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    width: 60px;
}

.product_row select {
    width: 75px;
}

.product_row input.readonly {
    background-color: transparent;
    cursor: default;
    border: none;
    text-align: right;
    padding: 0;
}

.product_row .met_order,
.product_row .met_remove {
    font-size: 30px;
    text-align: center !important;
}

.product_row .met_remove {
    font-size: 24px;
}

.product_row .met_order a {
}

.product_row .met_order a.active {
}

.product_row .met_order i {
    font-size: 24px;
    color: #4682b4;
}

.icofont-ui-delete::before {
	content: "❌";
}
.products_total_row {
    font-size: 16px;
}

.submit_button {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 34px;
    margin-top: 30px;
    text-decoration: none;
    display: inline-block;
}

.met_image {
    max-width: 300px;
    float: left;
    margin: 0 30px 20px 0;
}

.promo-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 45px;
}
.promo-form:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--line-gradient);
}
.promo-form .image {
    width: 50%;
    max-width: 600px;
}
.promo-form .image img {
    width: 100%;
    margin-left: -30px;
}
.promo-form .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    width: 50%;
}
.promo-form .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.promo-form .title span {
    max-width: 260px;
    font-size: 13px;
    font-weight: 500;
    line-height: 135%;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #000;
    text-transform: none;
}
.promo-form .form-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.promo-form .form-col {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}
.promo-form .file-input {
    display: none;
}
.promo-form .file-button {
    background: transparent;
    border: 1px solid #000000;
    color: inherit;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 42px;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
}
.promo-form .file-button i {
    font-size: 35px;
    margin: 0 4px 0 -10px;
}
.promo-form .file-text {
    margin-top: 5px;
}
.promo-form .form-label {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
}
.promo-form .form-input {
    border: 1px solid #000000;
    padding: 0 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 42px;
    width: 270px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.promo-form .form-textarea {
    border: 1px solid #000000;
    padding: 10px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 123px;
    width: 270px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.promo-form .form-button {
    width: 270px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
    height: 42px;
    letter-spacing: 1px;
}
.promo-form .form-policy {
    font-size: 13px;
    max-width: 260px;
    margin-top: 18px;
    line-height: 140%;
}
.promo-form .form-policy a {
    color: inherit;
}

.catalog-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -25px -15px -15px;
}
.catalog-main-section-list {
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.catalog-main-section-list.active {border: 1px solid #c1c1c1;border-radius: 10px;padding: 0 20px;margin: 14px 15px 0;box-sizing: border-box;}
a.catalog-main-section-title {
    font-weight: 700;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid;
}
span.catalog-main-section-title {
    font-weight: 700;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
}
.catalog-main-section-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.catalog-main-section-list ul {
    margin: 10px 0 0 0;
    padding: 0;
}
.catalog-main-section-list li {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    max-width: 260px;
    line-height: 130%;
    font-weight: 600;
    font-size: 15px;
}
.catalog-main-section-list a {
    color: inherit;
    text-decoration: none;
}
.catalog-main-section-list a:hover {
    color: var(--color-link);
}
.section-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 25px;
}

.header-menu .basket {
    background: #4682b4;
    color: #fff;
    padding: 3px 8px;
    border-radius: 6px;
}
.header-menu .basket a {
    color: #fff;
    display: flex;
    align-items: center;
}
.header-menu .basket .backet_price {
    font-size: 13px;
}
.header-menu .basket .backet_count {
    margin: 0 3px;
}

.catalog-section-list {
    margin-bottom: 50px;
}
.catalog-section-row {
    display: flex;
    flex-wrap: wrap;
    margin: 1px 1px 0 0;
}
.catalog-section-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: -1px -1px 0 0;
    width: calc(100% / 4);
    height: 220px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 250px;
    text-decoration: none;
    color: inherit;
}
.catalog-section-card-image {
    width: 100%;
    height: 90px;
    text-align: center;
}
.catalog-section-card-image img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.catalog-section-card-title {
    text-align: center;
    line-height: 140%;
    font-weight: 600;
    margin-top: 25px;
}
.catalog-section-card:hover .catalog-section-card-title {
    color: var(--color-link);
}

.about-schema {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.about-schema-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    background: #f5f5f5;
    margin: 0 20px;
    border-radius: 5px;
}
.about-schema .title {
    font-weight: 500;
    font-size: 18px;
    max-width: 260px;
    margin-bottom: 35px;
    text-transform: uppercase;
    line-height: 170%;
}
.about-schema .info {
    display: flex;
    margin: 10px 0;
}
.about-schema .icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.about-schema .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-schema .info-text {
    line-height: 150%;
    font-size: 13px;
    max-width: 187px;
}
.about-schema .number {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 7px;
    color: #414141;
}
.about-schema-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    background: #f5f5f5;
    margin: 0 20px;
    border-radius: 5px;
}
.about-schema .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.about-schema .logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.about-schema-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    background: #f5f5f5;
    margin: 0 20px;
    border-radius: 5px;
}
.about-schema .image-map {
    width: 150px;
    height: 100px;
    margin-top: 25px;
}
.about-schema .image-map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-schema .arrow {
    width: 60px;
    height: 60px;
}
.about-schema .arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-schema-left .icon {
    width: 50px;
    height: 50px;
    margin-right: 22px;
    margin-top: 5px;
}
.about-schema-left .info-text {
    font-size: 15px;
}
.about-schema .logo-text {
    margin-left: 10px;
    font-size: 13px;
    max-width: 120px;
    text-transform: uppercase;
    line-height: 160%;
    text-align: right;
}
.about-col-icon {
    width: 52px;
    height: 52px;
    margin-right: 35px;
    object-fit: contain;
}
.about-cols-info {
    align-items: flex-start;
    margin: 30px 0;
}
.about-block-title {
    
}
.about-cols-info li {
    margin-bottom: 15px;
}
.about-icon-title {
    max-width: 630px;
    padding: 35px;
    background: #f5f5f5;
    display: flex;
    margin: 50px 0 50px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
}
.about-busines li {
    margin-bottom: 15px;
}

.parsonal-row {
    margin-top: -25px;
    margin-bottom: -25px;
}
.personal-item {
    margin: 25px 0;
}
.personal-item .image {
    width: 300px;
    height: 300px;
    display: flex;
    margin-bottom: 15px;
}
.personal-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.personal-item .name {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.personal-item .post {
    font-weight: 600;
    margin-bottom: 5px;
}
.personal-item .text {
    font-size: 14px;
    font-style: italic;
    line-height: 177%;
    max-width: 300px;
}

.vacancy-item {
    margin: 35px 0;
    padding: 35px 25px 0px;
    border: 1px solid #ddd;
}
.vacancy-item ul,
.vacancy-item ol {
    padding: 0;
    margin: 0 0 35px;
}
.vacancy-item li {
    list-style-position: inside;
    margin: 0 0 5px;
}
.vacancy-item .require li {
    list-style: none;
}
.vacancy-item .require i {
    color: #4682b4;
    margin-right: 5px;
    font-size: 22px;
}
.vacancy-item .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.vacancy-item .subtitle {
    font-weight: 600;
    margin-bottom: 10px;
}

.block-gallery {
    display: flex;
    margin: -1%;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.gallery-item {
    width: 100%;
    max-height: 17vw;
    max-width: 31%;
    margin: 1%;
    position: relative;
    border: 1px solid #e0e0e0;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    display: flex;
    opacity: 0;
    transition: all, 0.3s;
}
.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}
.gallery-item-title {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.content-menu {
    margin-bottom: 25px;
}
.content-menu ul {
    display: flex;
    margin: 0 0 40px;
    padding: 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.content-menu ul::-webkit-scrollbar {
    display: none;
}
.content-menu li {
    margin-right: 15px;
    list-style: none;
    font-weight: 500;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}
.content-menu li:first-child {
    padding-left: 0;
    border-left: none;
}
.content-menu a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #4682b4;
}
.content-menu a:hover {
    color: var(--color-link);
}

.about-company-card {
    margin: 0 0 35px;
    padding: 0px 25px 25px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.about-company-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    max-width: 310px;
    line-height: 130%;
}
.about-company-title img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 25px;
}

.catalog-section-tags {
    margin: -15px -2px 25px;
}
.catalog-section-tags a {
    margin: 4px 2px;
    display: inline-block;
    text-decoration: none;
    line-height: 100%;
    font-weight: 500;
    padding: 6px 18px;
    border: 1px solid #c7c7c7;
    color: #686868;
}

.catalog-section-tags--flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.catalog-section-tags--flex a {
    width: calc(50% - 2.5px);
    margin: 5px 5px 0 0;
}

.catalog-section-tags--flex a:nth-child(2n) {
    margin-right: 0;
}

.catalog-section-tags--flex a:nth-child(1) {
    margin-top: 0;
}

.catalog-section-tags--flex a:nth-child(2) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .catalog-section-tags--flex a {
        width: calc(100% / 3 - 10px / 3);
    }

    .catalog-section-tags--flex a:nth-child(2n) {
        margin-right: 5px;
    }

    .catalog-section-tags--flex a:nth-child(3n) {
        margin-right: 0;
    }

    .catalog-section-tags--flex a:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .catalog-section-tags--flex a {
        width: calc(100% / 4 - 15px / 4);
    }

    .catalog-section-tags--flex a:nth-child(3n) {
        margin-right: 5px;
    }

    .catalog-section-tags--flex a:nth-child(4n) {
        margin-right: 0;
    }

    .catalog-section-tags--flex a:nth-child(4) {
        margin-top: 0;
    }
}

.price-table-bottom-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.price-table-bottom-link a {
    color: inherit;
    font-weight: 600;
    border-bottom: 1px solid #9b9b9b;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.price-table-bottom-link a i {
    font-size: 20px;
    margin-left: 5px;
}

.services-list-items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -25px 0;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.services-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 25px;
    max-width: 240px;
    color: inherit;
    text-decoration: none;
}
.services-list-item-image {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
} 
.services-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.services-list-item:hover .services-list-item-image img {
    width: 120%;
    height: 120%;
}
.services-list-item-title {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: inherit;
    line-height: 130%;
}
.services-list-item:hover  {
    color: var(--color-link);
}
.services-detail-image {
    display: flex;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: var(--color-button);
    color: #fff;
}

.gost-list {
    margin: -20px 0 -20px;
}
.gost-item {
    margin: 30px 0;
    display: flex;
    align-items: center;
}
.gost-item .icon {
    margin-right: 15px;
}
.gost-item .icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.gost-item .text {
    display: flex;
    flex-direction: column;
}
.gost-item .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}
.gost-item .download {
    display: flex;
    align-items: center;
}
.gost-item .download-link {
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px;
}
.gost-item .download-link
.gost-item .download-link i {
    font-size: 16px;
    margin-right: 5px;
}
.gost-item .download-link a {
    margin-right: 15px;
}

.article-list-items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -25px 0;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.article-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 25px;
    width: calc(33% - 50px);
    color: inherit;
    text-decoration: none;
}
.article-list-item a {
    text-decoration: none;
    color: inherit;
}
.article-list-item-image {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
} 
.article-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.article-list-item:hover .article-list-item-image img {
    width: 120%;
    height: 120%;
}
.article-list-item-title {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    line-height: 130%;
}
.article-list-item:hover a {
    color: var(--color-link);
}
.article-detail-image {
    display: flex;
}
.article-list-item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 160%;
}
.article-detail-image {
    margin-bottom: 35px;
    max-width: 600px;
}
.article-detail-image img {
    max-width: 100%;
}

.manufacturers-list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 0;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.manufacturers-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 25px;
    max-width: 245px;
    color: inherit;
    text-decoration: none;
}
.manufacturers-list-item a {
    text-decoration: none;
    color: inherit;
}
.manufacturers-list-item-image {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
} 
.manufacturers-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.manufacturers-list-item-title {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: inherit;
    line-height: 130%;
}
.manufacturers-list-item:hover a {
    color: var(--color-link);
}
.manufacturers-detail-image {
    display: flex;
}
.manufacturers-list-item-text {
    margin-top: 10px;
    font-size: 14px;
}
.manufacturers-detail-image {
    margin-bottom: 35px;
    max-width: 300px;
}
.manufacturers-detail-image img {
    max-width: 100%;
}
.manufacturers-list-item-country {
    color: #a7a7a7;
    margin-bottom: 10px;
    font-size: 14px;
}
.manufacturers-detail-address {
    margin-bottom: 25px;
}

.contacts-work-time-title {

}
.contacts-work-time {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.contacts-work-time li {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;

}
.contacts-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contacts-item i {
    font-size: 24px;
    width: 24px;
    margin: 0 5px 0 10px;
    color: var(--color-button);
}
.contacts-item a {
    text-decoration: none;
    font-weight: 500;
    color: inherit;
    border-bottom: 1px solid;
    line-height: 130%;
    font-size: 17px;
    margin-top: -2px;
}
.contacts-item-address {
    font-weight: 500;
    line-height: 130%;
    font-size: 17px;
    margin-top: -2px;
}
.contacts-schema {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
.contacts-schema i {
    font-size: 24px;
    width: 24px;
    margin: 0 5px 0 0;
    color: var(--color-button);
}
.contacts-image {
    max-width: 100%;
}
.contacts-schema-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.contacts-schema-col {
    max-width: 50%;
    margin: 0 25px;
}

.catalog-group-image {
    max-width: 400px;
}

.gost-tu-list {
    font-size: 14px;
    margin-bottom: 45px;
}

.menu-header-button {
    display: none;
    background-image: url(../svg/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.promo-form .form-policy-mobile {
    display: none;
}

.container_footer {
    position: relative;
    margin-top: 75px;
    padding-top: 15px;
}
.container_footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--line-gradient);
}
.footer-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
}
.footer {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.footer .logo {
    margin-right: 70px;
}
.footer .phone .number {
    font-weight: 600;
    font-size: 18px;
    display: block;
    color: #172C33;
    text-decoration: none;
    /* color: #1789AF; */
}
.footer .email .address {
    color: #172C33;
    text-decoration: none;
}
.footer .work i {
    color: #8f8f8f;
}

.table.price td {
    white-space: nowrap;
}
.table-price-item-name {
    white-space: normal;
}

.body-overlay {
    background: #00000085;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.body-overlay.active {
    display: block;
}
.menu-hidden {
    left: -420px;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: left, 0.5s;
    -o-transition: left, 0.5s;
    transition: left, 0.5s;
    position: fixed;
    overflow-y: auto;
    padding: 30px 15px 15px;
    background: #fff;
    z-index: 99999;
    margin: 0;
    max-width: 320px;
}
.menu-hidden__items {
    padding: 0;
    margin: 0;
}
.menu-hidden__items a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    /* text-transform: uppercase; */
}
.menu-hidden.active {
    left: 0;
}
.menu-hidden__items li {
    /* text-transform: uppercase; */
    font-weight: 600;
    padding: 0;
    margin: 11px 0 0 0;
    list-style: none;
}
.menu-hidden__items li li {
    text-transform: none;
    font-weight: 500;
}
.menu-hidden__items ul {
    padding: 2px 0 14px 15px;
    margin: 12px 0;
    border-left: 1px dashed #d3d3d3;
    position: relative;
}
.menu-hidden__chevron {
    margin-left: 5px;
    font-size: 18px;
    transition: all, 0.2s;
    -webkit-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    cursor: pointer;
    display: inline-flex;
    border: 1px solid;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}
.menu-hidden__chevron.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.menu-hidden__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: -15px;
    padding: 15px 15px 15px;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.menu-hidden__logo {
    width: 86px;
}
.menu-hidden__title {
    font-weight: 700;
    text-transform: uppercase;
}
.menu-hidden__close {
    font-size: 28px;
    cursor: pointer;
}
.menu-hidden__icon {
    margin-right: 5px;
    color: var(--color-info);
    font-size: 16px;
    width: 26px;
    height: 26px;
    margin-bottom: -7px;
}
.menu-hidden__phone {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 17px;
    color: #172c33;
    text-decoration: none;
}
.menu-hidden__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 4px;
}
.menu-hidden__callback .icofont-ui-head-phone {
    display: none;
}
.expand-body {
    display: none;
}
.expand-body.active {
    display: block;
}

.clients-chart {
    width: 100%;
    overflow-x: auto;
}

.about-busines-schema {
    width: 100%;
    max-width: 846px;
}

input.not-valid,
textarea.not-valid {
    border-color: indianred !important;
}

.container_gallery-block {
    margin-top: 55px;
}

.hr {
    margin: 25px;
    width: 100%;
    height: 1px;
    background: var(--line-gradient);
}


.request-form {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 45px;
    margin-top: 75px;
}
.request-form .image img {
    width: 100%;
    margin-left: -30px;
}
.request-form .form {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    width: 100%;/*50%*/;
}
.request-form .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.request-form .title span {
    max-width: 260px;
    font-size: 13px;
    font-weight: 500;
    line-height: 135%;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #000;
    text-transform: none;
}
.request-form .form-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.request-form .form-col {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    width: 100%;
}
@media (max-width: 650px) {
    .request-form .form-col {
        margin: 0;
    }
}
.request-form .file-input {
    display: none;
}
.request-form .file-button {
    background: transparent;
    border: 1px solid #000000;
    color: inherit;
    max-width: 100%;/*270px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 42px;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
}
.request-form .file-button i {
    font-size: 35px;
    margin: 0 4px 0 -10px;
}
.request-form .file-text {
    margin-top: 5px;
}
.request-form .form-label {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
}
.request-form .form-input {
    border: 1px solid #000000;
    padding: 0 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 42px;
    width: 100%;/*270px;*/
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.request-form .form-textarea {
    border: 1px solid #000000;
    padding: 10px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 123px;
    width: 100%;/*270px;*/
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.request-form .form-button {
    width: 270px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
    height: 42px;
    letter-spacing: 1px;
}
.request-form .form-policy {
    font-size: 13px;
    max-width: 100%;/*260px;*/
    margin-top: 18px;
    line-height: 140%;
}
.request-form .form-policy a {
    color: inherit;
}
.request-form .form-policy-mobile {
    display: none;
}

.container_request {
    margin-top: 75px;
}

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

#mapDelivery {
    width: 100%;
    height: 500px;
}
.map-delivery {
    position: relative;
    width: 100%;
}
.map-delivery-control {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 10px;
    left: 10px;
    width: 100%;
    max-width: 600px;
    padding-right: 20px;
}
.map-delivery-search {
    display: flex;
    align-items: center;
    margin: 5px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #0000005e;
}
.map-delivery-search-input {height: 38px;border: 0;padding: 0 12px;font-size: 15px;border-radius: 5px 0 0 5px;width: 100%;}
.map-delivery-search-button {height: 38px;padding: 0 12px;font-size: 18px;background: #fff;color: #222;border-left: 1px solid #e3e3e3;border-radius: 0 5px 5px 0;}
.map-delivery-calc {
    display: flex;
    align-items: center;
    margin: 5px;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #0000005e;
}
.map-delivery-calc-dest {
    height: 38px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 5px;
    width: 89px;
    border: none;
}
.map-delivery-calc-km {
    font-weight: 500;
    position: absolute;
    right: 10px;
}
.map-delivery-calc-price {
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    margin: 5px;
    line-height: 120%;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #0000005e;
}
.map-delivery-calc-price span {
    font-weight: 800;
    margin: 0 10px;
    font-size: 16px;
}
.map-delivery-transport {
    margin: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #0000005e;
}
.map-delivery-transport select {
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border: none;
    padding: 0 12px 0 6px;
    max-width: 364px;
    height: 38px;
    border-radius: 5px;
    width: 100%;
}


.partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 0;
    /* padding-bottom: 25px; */
    box-sizing: border-box;
}
.partners-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(18% - 30px);
    color: inherit;
    text-decoration: none;
}
.partners-item a {
    text-decoration: none;
    color: inherit;
    margin: 15px;
}
.partners-item-image {
    width: 100%;
    height: 100px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
} 
.partners-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}
.partners-item-title {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: inherit;
    line-height: 150%;
    text-align: center;
}
.partners-item:hover a {
    color: var(--color-link);
}
.container_parters {
    margin: 55px 0 0;
    padding-top: 60px;
    position: relative;
}
.container_parters:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: var(--line-gradient);
}


.certificates {
    display: flex;
    margin: -1%;
    flex-wrap: wrap;
    margin: 25px -15px 0;
}
.certificates-item {
    margin: 15px;
    width: calc(25% - 30px);
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    overflow: hidden;
}
.certificates-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.certificates-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 64%);
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    display: flex;
    opacity: 0;
    transition: all, 0.3s;
}
.certificates-item:hover .certificates-item-overlay {
    opacity: 1;
}
.certificates-item-title {
    position: absolute;
    bottom: 25px;
    width: 90%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}
.container_cert {
    margin: 60px 0 0;
    padding-top: 60px;
    position: relative;
}
.container_cert:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: var(--line-gradient);
}

.section-title-link {
    display: flex;
    align-items: center;
}
.section-title-link .h1,
.section-title-link .h2,
.section-title-link .h3 {
    margin: 0;
    padding: 0;
}
.section-title-link .button-more {
    text-decoration: none;
    margin-left: 40px;
    display: flex;
    align-items: center;
    padding: 4px 24px;
    border-radius: 100px;
    font-weight: 600;
    line-height: 100%;
    font-size: 13px;
    color: #505050;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    transition: all, 0.3s;
}
.section-title-link .button-more i {
    font-size: 20px;
    margin-left: 5px;
}
.section-title-link .button-more:hover {
    box-shadow: 2px 2px 4px #0003;
}
.section-title-link .button-more:focus {
    transition: all, 0s;
    margin-bottom: -3px;
    box-shadow: none;
}

.container_advantages {
    margin: 60px 0 0;
    padding-top: 60px;
    position: relative;
}
.container_advantages:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: var(--line-gradient);
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -15px 0;
}
.advantages-item {
    margin: 15px 15px 0;
    width: calc(33% - 30px);
}
.advantages-row {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

@media (max-width: 769px) {
    .advantages-row {
        flex-direction: column;
    }

    .advantages-row--description {
        display: none;
    }

    .advantages-row .advantages-icon {
        margin-right: 0;
    }

    .advantages-title {
        text-align: center;
    }
}

.advantages-icon {
    width: 60px;
    height: 60px;
    margin-right: 25px;
}
.advantages-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advantages-title {
    font-weight: 600;
}
.advantages-text {
    font-size: 14px;
}
.advantages-icon_beam {
    width: 55px;
    height: 55px;
}
.advantages-icon_money {
    width: 66px;
    height: 66px;
    margin: -3px 25px -3px -3px;
}

.about-main {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.about-main-image {
    width: calc(50% - 30px);
    margin: 15px;
}
.about-main-image img {
    width: 100%;
    object-fit: contain;
    border-radius: 7px;
}
.about-main-text {
    width: calc(50% - 30px);
    margin: 15px;
}
.about-main-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-main-list {
    margin: 0;
    padding: 0;
}
.about-main-list li {
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 10px;
    line-height: 150%;
    margin-left: 5px;
    font-size: 15px;
}
.about-main-info {
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    padding: 20px;
    background: #f3f3f3;
    border-left: 2px solid indianred;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
}
.about-main-info span {
    font-weight: 800;
}
.container_about-main {
    margin-top: 75px;
}
.container_catalog-section {
    margin-top: 75px;
    margin-bottom: 55px;
}

.transport-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.transport-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px;
    min-height: 100px;
    width: calc(50% - 30px);
}
.transport-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 5px;
}
.transport-item-image {
    width: 200px;
    height: 120px;
}
.transport-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.transport-item-info {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}
.transport-item-property {
    display: flex;
    font-size: 15px;
    align-items: center;
}
.transport-property-name {

}
.transport-property-value {margin-left: 10px;font-weight: 700;}
.container_transport {
    margin-top: 75px;
}

.artice-price-container {
    margin: 75px 0;
}


.gallery-sections {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -15px;
}
.gallery-section-item {
    width: calc(33% - 30px);
    margin: 15px;
    color: inherit;
    text-decoration: none;
}
.gallery-section-image {
    width: 100%;
}
.gallery-section-image img {
    width: 100%;
    object-fit: cover;
}
.gallery-section-title {
    margin-top: 5px;
    font-weight: 600;
    line-height: 140%;
}
.gallery-section-item:hover {
    color: var(--color-link);
}

.section-card-phone {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    /*align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;*/
    padding-bottom: 20px;
}
.section-card-phone i {
    font-size: 30px;
    margin-right: 15px;
}

.detail-card {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .detail-card {
        flex-direction: column;
    }
}
.detail-card-phone {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.detail-card-phone i {
    font-size: 30px;
    margin-right: 15px;
}

.clients-card {
    margin: 0 0 35px;
    padding: 0px 25px 25px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
}
.clients-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 130%;
    margin: 35px 15px 20px;
    max-width: 520px;
}
.clients-title img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 25px;
}

ul.level-3 {
	margin: 0;
}
ul.level-3 li {
	margin: 0;
	padding-left: 10px;
}
ul.level-3 li a {
	
}

p.z {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

/*25.03.23*/
@media (min-width: 768px) {
    .product-card__wrapper {
        display: flex;
    }
}

.product-card__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .product-card__image-wrapper {
        flex-shrink: 0;
        width: calc(40% - 20px);
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.product-card__image {
    max-width: 100%;
    object-fit: contain;
}

.product-card__form {
    margin-bottom: 10px;
}

.order-form__fieldset {
    margin-bottom: 20px;
}

.order-form__item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed #dddddd;
}

.order-form__price-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.order-form__price-label {
    position: relative;
    padding-left: 25px;
}

.order-form__price-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

.order-form__price-input:checked + .order-form__price-label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-button);
}

.order-form__price-value {
    font-size: 18px;
    font-weight: 700;
}

.order-form__action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-form__sum {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 700;
}

.order-form__counter {
    margin-right: 10px;
    font-size: 16px;
}

.product-counter {
    display: flex;
    justify-content: center;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.product-counter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: auto;
    min-height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: #e2e2e2;
}

.product-counter__button--minus {
    border-radius: 5px 0 0 5px;
}

.product-counter__button--plus {
    border-radius: 0 5px 5px 0;
}

.product-counter__qty {
    width: 40px;
    height: auto;
    min-height: 40px;
    min-width: 0;
    padding: 0;
    margin: 0 5px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
    text-align: center;
}

.order-form__cta {
    display: flex;
    margin-left: auto;
}

.order-form__cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
}

@media (min-width: 500px) {
    .order-form__cta-button {
        border-radius: 0;
        padding: 10px 25px;
    }
}

.order-form__cta-icon {
    font-size: 25px;
}

.order-form__cta-text {
    display: none;
}

@media (min-width: 500px) {
    .order-form__cta-icon {
        display: none;
    }

    .order-form__cta-text {
        display: inline;
    }
}

.product-card__cta {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.product-card__cta-button {
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: var(--color-link);
    background-color: transparent;
    text-transform: none;
}

@media (min-width: 768px) {
    .product-card__description {
        width: 60%;
    }
}

.product-card__description-list.description-list {
    margin-bottom: 20px;
}

.product-features {
    margin-bottom: 35px;
}

.product-features__table {
    width: 100%;
}

.product-delivery__title {
    margin-top: 0;
}

.product-order__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-order__phone {
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

.product-order__button {
    margin-bottom: 20px;
}

.product-advantages .container_advantages {
    margin-top: 5px;
    padding: 35px 0 0;
}

.product-certificates.container {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
}

.product-certificates__title {
    margin-top: 0;
}

.description-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
}

.description-list__row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.description-list__term {
    flex-grow: 1;
    display: flex;
}

.description-list__term::after {
    content: "";
    flex-grow: 1;
    border-bottom: 1px dashed #bebebe;
    margin: 0 5px;
    transform: translateY(-3px);
}

.description-list__definition {
    flex-shrink: 0;
    margin: 0;
}

.note-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
}

.note-list__item {
    margin-bottom: 10px;
    padding: 10px;
    background-color: var(--light-color-background);
}

.note-list__item:last-child {
    margin-bottom: 0;
}

.striped-table {
    border-collapse: collapse;
}

.striped-table tr:nth-child(2n) {
    background-color: #ededed;
}

.striped-table th,
.striped-table td {
    padding: 10px;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    background-color: transparent;
}

.striped-table th {
    font-weight: 500;
}

.top-line {
    position: relative;
    padding-top: 35px;
}

.top-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-image: var(--line-gradient);
}

.similar-products__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .similar-products__list {
        display: flex;
        flex-wrap: wrap;
    }
}

.similar-products__item {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .similar-products__item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .similar-products__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .similar-products__item {
        width: calc(100% / 3 - 40px / 3);
        margin-right: 20px;
        transition: all 0.3s;
    }

    .similar-products__item:nth-child(2n) {
        margin-right: 20px;
    }

    .similar-products__item:nth-child(3n) {
        margin-right: 0;
    }

    .similar-products__item:hover {
        webkit-box-shadow: 0 15px 30px -2px rgba(221, 221, 221, 0.5);
        box-shadow: 0 15px 30px -2px rgba(221, 221, 221, 0.5);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.similar-product {
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.similar-product__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.similar-product__name {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    color: #172c33;
    text-align: center;
    background-color: #dddddd;
}

.similar-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.similar-product__price {
    padding: 10px;
    border-radius: 0 0 10px 10px;
    color: #172c33;
    text-align: center;
}

.similar-product__price-value {
    font-weight: 500;
}

.container_header {
    position: relative;
}

.container_header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--line-gradient);
}

@media (max-width: 992px) {
    .container_header {
        position: sticky;
        top: 0;
        padding-top: 15px;
        background-color: #ffffff;
        z-index: 50;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb::before {
    content: none;
}

.modal.callback {
    z-index: 100000;
}

.simple-gallery.splide {
    padding: 0 45px;
}

@media (min-width: 576px) {
    .simple-gallery.splide {
        padding: 0 15px;
    }
}

.simple-gallery__item {
    display: flex;
    height: auto;
    width: 100%;
}

@media (min-width: 451px) {
    .simple-gallery__item {
        min-height: 0;
    }
}

.simple-gallery__item .simple-gallery__link {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    margin: 0;
}

.simple-gallery__link .simple-gallery__image {
    display: block;
}

.simple-gallery .splide__arrow[disabled=""] {
    display: none!important;
}

@media (max-width: 400px) {
    .simple-gallery .splide__arrow {
        display: flex!important;
    }
}

.simple-gallery .splide__arrow {
    width: 30px;
    height: 30px;
    background-color: #dedede;
}

@media (min-width: 576px) {
    .simple-gallery .splide__arrow--next {
        right: -1.5em;
    }

    .simple-gallery .splide__arrow--prev {
        left: -1.5em;
    }
}

.container--index-catalog {
    padding-top: 25px;
}

.socials-list {
	gap: 5px;
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.socials-list img {
	width: 30px;
	height: auto;
vertical-align: middle;
}
.header .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1200px) {
.header .logo {
    margin-right: 20px;
	}
.header .phone .number {
    font-size: 25px;
	}
}
@media (max-width: 992px) {
.header .phone .number {
    font-size: 20px;
	white-space: nowrap;
	}
.socials-list {
    gap: 3px;
	}
.socials-list img {
    width: 22px;
	}
}
@media (max-width: 375px) {
.header .phone .number {
    font-size: 17px;
	}
}

.btn-secondary {
    background: #ededed;
    color: #000;
}