.text_block__style {
    padding-bottom: 49px;
}
.text_block__style h1, .text_block__style h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 48px;
    color: #1f1f1f;
    padding-bottom: 24px;
    width: 100%;
}
.text_block__style h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #1f1f1f;
    margin-bottom: 26px;
    margin-top: 26px;

}
.text_block__style p {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 24px;
}
.text_block__style ul,.text_block__style p {
    margin-bottom: 15px;
}
.text_block__style li {
    font-size: 16px;
    color: #1f1f1f;
    padding-left: 20px;
    position: relative;
}
.text_block__style blockquote {
    width: 600px;
    height: 80px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #1f1f1f;
    padding-left: 22px;
    padding-right: 5px;
    padding-top: 5px;
    margin: 46px 0 35px;
    font-family: 'Roboto', sans-serif;
}
.text_block__table {
    width: 100%;
    margin: 25px 0;
}
.text_block__table td, .text_block__table th {
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #000;
}
.text_block__table th {
    background-color: #4f5c68;
    color: #fff;
}
.header-main {
    background: #6e7984;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.text_block__style li::before {
    content: '•';
    position: absolute;
    left: 1px;
    top: 0;
    color: #1f1f1f;
}
.callback-info__text {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 10px;
}
.call-content__input {
    text-align: center;
}
.call-content__input::-webkit-input-placeholder {
    padding-left: 0;
}

.call-content__input::-moz-placeholder {
    padding-left: 0;
}

.call-content__input:-ms-input-placeholder {
    padding-left: 0;
}
.call-content__input::-ms-input-placeholder {
    padding-left: 0;
}
.call-content__input::placeholder {
    padding-left: 0;
}

/*.main-materials__btn {
    color: #fff;
}
.main-materials__btn:hover a {
    color: #000;
}*/

.call_back-modal__block {
    background: #fff;
    padding: 20px;
    position: relative;
    width: 410px;
}
.call_back-modal__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 15px;
}
.call_back-modal__body-form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
}
.call_back-modal__body-input {
    height: 45px;
    border: 1px solid #beb6a7;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #beb6a7;
    margin-top: 5px;
    padding-left: 10px;
    border-radius: 10px;
    width: 100%;
}
.call_back-modal__body-btn {
    display: block;
    width: 250px;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    margin-top: 20px;
}
.call_back-modal-info__text {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 24px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.materials__block {
    margin-bottom: -20px;
}
.callback_product-info__text {
    font-size: 14px;
    color: #1f1f1f;;
    line-height: 24px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}
.tovar-card__title {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tovar-card__item {
    width: 218px;
    height: 345px;
    margin: 0 10px;
    padding-top: 18px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}
.tovar-card__item:hover {
    background: #4d5b67;
}
.tovar-card__item:hover .tovar-card-materials__btn {
    background: transparent;
    color: #000;
}
.tovar-card__item:hover .tovar-card-materials__img-wr {
    border: 1px solid #4d5b67;
}
.tovar-card-materials__img {
    border-radius: 10px;
    width: 198px;
    height: 198px;
    background-size: cover;
    background-repeat: no-repeat;
}

.tovar-card-materials__img-wr {
    width: 200px;
    height: 200px;
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 18px;
}
.tovar-card-materials__btn {
    width: 200px;
    height: 42px;
    display: block;
    border: 1px solid #000;
    background: #000;
    border-radius: 7px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.spisok-tovarov__title {
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 300;
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.holder_shablon {
    color: #000;
}
.center-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}
.content-wrapper-block, .tovar_block {
    padding: 30px 0;
}
.catalog-items .content-items__block {
    width: 25%;
}
.header-main {
    box-shadow: 0 0px 7px 0px #c1c1c1;
}
.breadcrumbs {
    padding: 15px 0 10px 0;
    font-size: 0;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 26px 5px 0;
}
.breadcrumbs li a, .breadcrumbs li span {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    color: #01244e;
}
/*.breadcrumbs li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -16px;
	width: 5px;
	height: 9px;
	background-image: url(/i/icon-breadcrumbs-arrow.png);
}*/
.breadcrumbs li a:after {
    content: '/';
    display: block;
    position: absolute;
    top: -2px;
    right: -15px;
    width: 5px;
    height: 9px;
}
.tovar_img {
    width: 100%;
}
.tovar_about {
    padding-top: 10px;
}
.main-materials__img_div {
    width: 198px;
    height: 198px;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery-slider__item-img_div {
    border-radius: 10px;
    width: 247px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
}
.advantages-item__icon_div {
    margin: 0 auto;
    height: 75px;
    width: 75px;
    -o-object-fit: none;
    object-fit: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-materials__item {
    width: 218px;
    height: 330px;
}
.main-materials__img-wr {
    width: 200px;
}
.main-materials__btn {
    width: 200px;
}
.main-materials__item {
    cursor: pointer;
}
.main-materials__item:hover .main-materials__btn {
    background: transparent;
    color: #000;
}
.compsit-logo {
    padding: 15px 0;
    text-align: right;
}
.compsit-logo a {
    color: #1f1f1f;
}
.compsit-logo img {
    float: right;
    width: 85px;
    margin-left: 5px;
}
.main-materials__item_subcategory {
    height: 350px;
}
.materials_subcategory {
    /* background: #fff !important; */
}
.main-materials__item_subcategory h4 {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tovar-card__item:hover h4 {
    color: #fff !important;
}
.main-materials__item_subcategory:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.industry-video img {
	height: 100%;
    width: 100%;
    object-fit: contain;
}
.header-popup__left {
	display: none;
}
@media (max-width: 991.98px) {
    .text_block__style h1, .text_block__style h2 {
        font-size: 40px;
        margin-top: 40px;
    }
}
@media (max-width: 767.98px){
    .text_block__style h1, .text_block__style h2 {
        width: 100%;
        font-size: 30px;
    }
    .text_block__style p {
        font-size: 14px;
        line-height: 20px;
    }
    .text_block__style ul {
        margin-top: 30px;
    }
    .text_block__style li {
        font-size: 14px;
    }
    .text_block__style blockquote {
        width: 100%;
        height: 65px;
        line-height: 21px;
        padding-top: 10px;
        font-size: 14px;
    }
    .materials-title, .materials-subtitle {
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .text_block__style h1, .text_block__style h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .text_block__style blockquote {
        height: auto;
        padding-left: 10px;
        padding-bottom: 5px;
    }
    .text_block__style h3 {
        font-size: 20px;
    }
    .spisok-tovarov__title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}