.title-border h1{
	position: unset;
	content: unset;
	width: unset;
	height: unset;
	background: unset;
	bottom: unset;
	font-size: 36px;
}


/*товары в таблице*/
.order-grid_{display:block; width: 97%;}
.order__header-item{display:inline-block; padding:5px 0px 5px 5px; width:18%;}
.order__row-item{display:inline-block; padding:5px 0px 5px 5px; width:18%;}




/*ЭФФЕКТ УСПЕХА ФОРМЫ*/
.visual_success{
	position: absolute;
	background: #fff;
	padding: 10px;
	/*border: 1px solid #000;*/
	z-index: 1;
	top: -20%;
	left: 20%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(95, 143, 198)), color-stop(0%, rgb(4, 151, 205)), color-stop(0%, rgb(107, 69, 233)), color-stop(0%, rgb(190, 171, 167)), to(rgb(116, 154, 250)));
	background-image: -o-linear-gradient(left, rgb(95, 143, 198) 0%, rgb(4, 151, 205) 0%, rgb(107, 69, 233) 0%, rgb(190, 171, 167) 0%, rgb(116, 154, 250) 100%);
	background-image: linear-gradient(90deg, rgb(95, 143, 198) 0%, rgb(4, 151, 205) 0%, rgb(107, 69, 233) 0%, rgb(190, 171, 167) 0%, rgb(116, 154, 250) 100%);
	border-radius: 20px;
	color: #fff;
}

/*ЭФФЕКТ УСПЕХА ФОРМЫ 2*/
.visual_success_2{
	position: absolute;
	background: #fff;
	padding: 10px;
	/*border: 1px solid #000;*/
	z-index: 1;
	top: -20%;
	left: 34%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(95, 143, 198)), color-stop(0%, rgb(4, 151, 205)), color-stop(0%, rgb(107, 69, 233)), color-stop(0%, rgb(190, 171, 167)), to(rgb(116, 154, 250)));
	background-image: -o-linear-gradient(left, rgb(95, 143, 198) 0%, rgb(4, 151, 205) 0%, rgb(107, 69, 233) 0%, rgb(190, 171, 167) 0%, rgb(116, 154, 250) 100%);
	background-image: linear-gradient(90deg, rgb(95, 143, 198) 0%, rgb(4, 151, 205) 0%, rgb(107, 69, 233) 0%, rgb(190, 171, 167) 0%, rgb(116, 154, 250) 100%);
	border-radius: 20px;
	color: #fff;
}

.modal_success_bye {
    position: fixed;
	background: #fff;
	padding: 10px;
	/*border: 1px solid #000;*/
	z-index: 1;
    top: 50%;
    left: 50%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(95, 143, 198)), color-stop(0%, rgb(4, 151, 205)), color-stop(0%, rgb(107, 69, 233)), color-stop(0%, rgb(190, 171, 167)), to(rgb(116, 154, 250)));
	background-image: -o-linear-gradient(left, rgb(95, 143, 198) 0%, rgb(4, 151, 205) 0%, rgb(107, 69, 233) 0%, rgb(190, 171, 167) 0%, rgb(116, 154, 250) 100%);
	background-image: linear-gradient(90deg, rgb(95, 143, 198) 0%, rgb(4, 151, 205) 0%, rgb(107, 69, 233) 0%, rgb(190, 171, 167) 0%, rgb(116, 154, 250) 100%);
	border-radius: 20px;
	color: #fff;
}
/**/
.form-success {
	display: none;
}
.modal_success_bye


.form-success.visual_success {
   background-image: linear-gradient(180deg, rgb(142, 217, 248) 0%, rgb(148, 149, 153) 100%);
   padding: 18px 30px 15px;
   display: block;
   width: 100%;
   left: 0;
   text-align: center;
   font-size: 20px;
}

.form-success-2.visual_success_2 {
    background-image: linear-gradient(180deg, rgb(142, 217, 248) 0%, rgb(148, 149, 153) 100%);
  padding: 18px 86px 15px;
  display: block;
  margin-left: 54%;
  left: 0px;
  text-align: center;
  font-size: 20px;
}



/*ЭФФЕКТ ДОБАВЛЕНИЯ В КОРЗИНУ*/
.INBASKET{
	display:none;
}
.INBASKET_NEW{
	display:block;
	padding: 20px;
	border: 1px solid #8ed9f8;
	z-index: 9999;
	background-image:url('/shadow_bg.png');	
	border-radius: 10px;
	color: #fff;	
	text-align:center;	
	position:fixed;	
	margin:0 auto;
	margin-top: 5%;
	margin-left: 15%;	
	width:25%;
}
.INBASKET_NEW:before { content: '\2714'; } 











/*
ul.subcatalog-list {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.subcatalog-item ,
li.subcatalog-item {
    padding: 5px;
    width: 20%;
     
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #f3e119;
    border-radius: 5px;
    transition: all 0.5s;
}

.subcatalog-item img ,
li.subcatalog-item img {
    max-height: 100px;
}

.subcatalog-item a ,
li.subcatalog-item a {
    text-align: center;
}

.subcatalog-item:hover ,
li.subcatalog-item:hover {
    border-color: #2f3db7;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}




.subcatalog-item ,
li.subcatalog-item {
    width: 100%;
    min-height: 180px;
}

.slide_4.catalog-flex {
	display: inline-block !important;
	width: 70%;
}



.subcatalog-wrapper {
    padding-right: 56px;
}

.subcatalog-item img {
	width: unset !important;
	max-width: 100%;
	margin: auto;
}

.subcatalog-item .owl-carousel .owl-item a {
	text-align: center;
}


subcatalog-list-slider .owl-dots {
    position: absolute;
    bottom: 10px;
}

.subcatalog-list-slider button.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #8b6f7e;
    margin: 5px;
}

.subcatalog-list-slider .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.subcatalog-list-slider button.owl-dot.active {
    background-color: #44353d;
}
*/


/*
div[data-pagination-num] {
	width: 100%;
	text-align: center;
}
.catalog-pages-block .catalog-pages-cont .catalog-pages-cont-block .catalog-pages-cont-new-price {
    font-size: 32px;
}

input[type='submit'].in-bucket {
    padding: 10px 20px 10px 50px;
    background-position: 20px center;
    border: 2px solid transparent;
}


input[type='submit'].in-bucket:hover {
    background-color: #fff;
    border: 2px solid #2f3db7;
    color: #2f3db7;
}

.catalog-pages-block .catalog-pages-cont .catalog-pages-cont-block ul.catalog-pages-cont-list li input[type="number"] {
    padding: 10px 5px;
    width: 55px;
}

.quantity-block .quantity-arrow.quantity-arrow-minus {
    top: 30px;
    left: 35px;
}

.quantity-block .quantity-arrow.quantity-arrow-plus {
    top: 12px;
    left: 35px;
}

p.goods-char {
    font-size: 18px;
    margin-bottom: 20px;
}

ul.goods-char-list li {
    padding-left: 15px;
    background: url(/local/templates/azs_versta/css/../img/list-arrow.png) no-repeat left center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    color: #4b4a4a;
    background-color: aliceblue;
}

.catalog-pages-block .catalog-pages-img {
    min-width: 500px;
}
*/





/*КНОПКА КОРЗИНЫ*/
/*Plus-minus*/
.catalog-pages-block .catalog-pages-cont .catalog-pages-cont-block ul.catalog-pages-cont-list li input[type="number"] {
    padding: 10px 20px;
    width: 70px;
    text-align: center;
}
.quantity-block .quantity-arrow.quantity-arrow-plus {
    background: none;
}
.quantity-block .quantity-arrow.quantity-arrow-minus {
    left: 0;
}
.quantity-block .quantity-arrow {
    content: #fefefe;
    color: #3a3852;
    font-weight: 700;
    font-size: 18px;
    background-image: none !important;
    top: 50% !important;
    transform: translateY(-50%);
    background-color: #f3f3f3 !important;
    width: 20px;
    height: 100%;
    line-height: 19px;
}
.quantity-block .quantity-arrow.quantity-arrow-plus {
    right: 0;
    left: unset;
}
/* //Plus-minus*/



/*СТРАНИЦА КОРЗИНА*/
.product-block.basket .product-pages-slider-link img {
	max-height: 100px;
    max-width: 100px;
    object-fit: contain;
    float: left;
	margin-right: 5px;
}
.product-block.basket form input[type="text"].count-basket {
    padding: 15px 0px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.product-block.basket .product-block-count {
    position: relative;
}
.quantity-plus-basket, .quantity-minus-basket {
    position: absolute;
    height: 100^;
    height: 100%;
    top: 0;
    width: 20px;
    background-color: #e2e7f7;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.quantity-minus-basket {
    left: 0;
}
.quantity-plus-basket {
    right: 0;
}
#fix_contacts_id14 {
  display: none;
}



/*СТРАНИЦА КОРЗИНА*/
/*заголовок списка*/
.item-basket-wrapper {
    overflow-x: auto;
}

.item-basket-head {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	min-width: 690px;
	background: #fff;
	border-top: 1px solid #bfbfbf;
	padding:2px;
}

/*список товаров*/
.product-block.basket {
    margin-left: 0;
}
.product-block {
    font-size: 14px;
    margin-left: 35px;
}
.product-block.basket form .item-basket {
    display: block;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
}
.product-block.basket .product-pages-slider-link {
    width: 60%;
    display: inline-block;
}
.product-block.basket form .item-basket .product-block-title {
    font-size: 16px;
}
.product-block.basket .product-block-price, .product-block.basket .product-block-cost, .product-block.basket .product-block-valuta {
    width: 12%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.product-block.basket .product-block-count {
    width: 6%;
    display: inline-block;
}
.product-block.basket form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    border: 0px solid #d3d3d3;
    padding: 15px;
    font-size: 16px;
    color: #454545;
    text-align: center;
}
.product-block.basket .product-block-delete {
    display: inline-block;
    /*background: url(/local/templates/izoart/css/../pics/close.png) no-repeat;*/
    min-height: 18px;
    min-width: 18px;
    background-size: cover;
}
.product-block.basket .order-sum {
    font-size: 18px;
    margin: 25px 0;
    font-weight: bold;
    text-align: right;
}
.product-block.basket form input.input_txt {
    width: 48%;
    margin: 10px;
    border: 1px solid #d3d3d3;
    padding: 15px;
    font-size: 16px;
    color: #454545;
    text-align: left;
}
.product-block.basket form button {
	position: relative;
	display: block;
	margin: 10px auto;
	font-weight: bold;
	height: 60px;
	margin: 0 auto;
	background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
	border-radius: 20px;
	color: #fff;
	transition: all 1.4s;
	height: 60px;
	font-size: 15px;
	color: #fff;
	background-color: #8ed9f8;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	width: 20%;
}
button#send-form-basket:hover {
    color: #5A5A5A;
   background-color: #8ed9f8;
   border: 1px solid #5A5A5A;
}
.product-block.basket form button:hover {
    background: #f0dc02;
    color: #000;
}

.product-block.basket form label {
    padding: 5px 0 20px 0;
}
.product-block.basket form label input[type="checkbox"] {
    display: none;
}
.link:before {
    left: 0;
    bottom: 0;
}
.link:after {
    right: 0;
    top: 0;
}
.product-block.basket form label span {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #7c7c7c;
}
.product-block.basket form label span:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #d3d3d3;
}

.product-block.basket form label input[type="checkbox"]:checked+span:after {
    background: #ebeef8 url(/basket/ch.png) no-repeat center;
}


.product-block.basket .product-pages-slider-link {
    width: 45% !important;
}

.product-block.basket .product-block-count {
    /*width: 8% !important;*/
	width: 45% !important;
}

.product-block.basket .product-block-delete {
    width: 7% !important;
    text-align: center !important;
}

.product-block.basket form .item-basket {
    min-width: 690px !important;
}
.item-basket-wrapper {
    overflow-x: auto;
}


.tablebodytext{
	display:none;
}




.content .needles-types > p{
    margin-bottom: 24px;
}
.needles-types {
    font-weight: 400;
    color: #5A5A5A;
    margin-bottom: 50px;
}
.heedles-types_title-container {
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 30px;
}
.heedles-types_title {
    font-size: 30px;
    line-height: 56px;
    color: #1E1E1E;
    width: 145px;
    border-bottom: 4px solid #8ED9F8;
    margin-bottom: -5px;
}
.needles-types_items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 43px;
    justify-content: center;
    margin-bottom: 34px;
}
.needles-types_item {
    height: 118px;
    background: #FFFFFF;
    color: #000;
    box-shadow: 0px 0px 13px rgba(107, 110, 113, 0.25);
    border-radius: 30px;
    padding: 23px 13px;
    position: relative;
    transition: .3;
}
.needles-types_item:hover {
    background-color: #999DA2;
    color: white;
    stroke: currentColor;


}
.content .needles-types_item-name {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: inherit;
    width: 140px;
    border-bottom: 2px solid skyblue;
    border-image: linear-gradient(90deg, rgba(204,204,204,1) 55%, rgba(2,0,36,0) 55%);
    border-image-slice: 1;
    padding-bottom: 6px;
}
.needles-types_item-img {
    position: absolute;
    right: 8px;
    bottom: 9px;
}

.needle-curvature {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}
.needle-curvature_item {
    background: #FFFFFF;
    color: #000;
    box-shadow: 0px 0px 13px rgba(107, 110, 113, 0.25);
    border-radius: 30px;
    height: 120px;
    padding: 23px 22px;
    position: relative;
    transition: .2s ;
}
.needle-curvature_item:hover {
    background-color: #999DA2;
    color: white;
    stroke: currentColor;
}
.needle-curvature_item:hover path {
    stroke: currentColor;
}

.content .needle-curvature_item-name {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: inherit;
    width: 180px;
    border-bottom: 2px solid rgb(204,204,204);
    
    padding-bottom: 6px;
}
.needle-curvature_item-img {
    position: absolute;
    
}
.needle-curvature_item:nth-child(1) .needle-curvature_item-img {
    right: 19px;
    bottom: 16px;
}
.needle-curvature_item:nth-child(2) .needle-curvature_item-img {
    right: 31px;
    bottom: 4px;
    transform: matrix(0.97, -0.23, 0.31, 0.95, 0, 0);
    width: 155px;
    height: 110px;
}
.needle-curvature_item:nth-child(3) .needle-curvature_item-img {
    right: 10px;
    bottom: 4px;
    transform: matrix(0.97, -0.22, 0.3, 0.95, 0, 0);
    width: 165px;
    height: 110px;
}





.production-needles {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    color: #5A5A5A;
}
.production-needles_title-container {
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 10px;
}
.production-needles_title {
    font-size: 30px;
    line-height: 56px;
    color: #1E1E1E;
    width: auto;
    border-bottom: 4px solid #8ED9F8;
    margin-bottom: -5px;
}
.production-needles_items {
}
.production-needles_item {
    display: flex;
}
.production-needles_item:not(:last-child) {
    margin-bottom: 44px;
}
.production-needles_item-left {
}
.content .production-needles_item-number_container {
    margin: 0;
    margin-right: 50px;
    width: 260px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 11px;
    border-bottom: 1px solid #CCCCCC;
}
.content .production-needles_item-number {
    margin: 0;
    font-size: 200px;
    font-weight: 400;
    line-height: 80%;
}
.production-needles_item-process {
    font-size: 24px;
    line-height: 28px;
    color: #403F3F;
}
.production-needles_item-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.production-needles_item-text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
}
.production-needles_item-advantages_container {
    display: flex;
    flex-wrap: wrap;
}
.content .production-needles_item-advantages {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin-right: 33px;
    margin-bottom: 5px;
}
.content .production-needles_item-advantages svg{
    margin-right: 5px;
}

.news-detail video{
	width: 50%;
    height: 400px;
    margin: 20px auto;
    display: block;
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

@media (max-width: 1410px) {
    .needle-curvature{
        grid-gap: 60px;
    }
}
@media (max-width: 1325px) {
    .needle-curvature{
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
    .needles-types_items{
        grid-gap: 20px;
    }
    .needles-types_items{
        grid-template-columns: repeat(4, 1fr);
    }
    .mobile-menu__box-list{
        padding-right: 21px;
        width: 195px;
    }
}
@media (max-width: 1210px) {
    .needle-curvature{
        grid-template-columns: repeat(2, 1fr);
    }
    .needle-curvature_item-img{
        width: 250px;
    }
    .needles-types_items{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1100px) {

    .needle-curvature_item-img{
        width: 200px;
    }
    .production-needles_item-advantages svg{
        width: 100%;
        height: 21px;
        max-width: 21px;
        margin-right: 5px;
    }
}
@media (max-width: 800px) {
    .needle-curvature{
        grid-template-columns: repeat(2, 1fr);
    }
    .production-needles_item{
        flex-direction: column;
    }
    .production-needles_item-left{
        margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    
    .needles-types_items{
        grid-template-columns: repeat(1, 1fr);
    }
    .needle-curvature{
        grid-template-columns: repeat(1, 1fr);
    }
    .production-needles_item-advantages{
        margin-bottom: 10px;
    }
}
@media (min-width: 1286px) and (max-width: 1310px ) {
    .mobile-menu__box-list{
        padding-right: 21px !important;
        width: 195px !important;
    }
}

@media (max-width:568px){
	.news-detail video{
		width: 90% !important;
		height: 400px;
	}
}

@media (max-width: 374px) {
    .needles-types{
        width: 250px;
    }
    .production-needles{
        width: 250px;
    }
   
}
/*@media (max-width: 374px) {
    
    .container:has( .needles-types){
        width: 375px;
    }

    .container:has( .production-needles){
        width: 375px;
    }
   
} */


#form-banner-section{background-image:url(/upload/iblock/a1f/3ibkqkwrsoaejse0au7iz6mhnsyjxzv7.jpg);display:none;}
.fbs{display:block !important;}