.grid-no-results{
    margin: 30px 0 ;
    text-align: center;
}

.grid-list-table{
    width: 100% ;
    color: #656565;
    margin-top: 30px ;
}

.grid-table-thead{
    background-color: #D3EFB2;
    display: grid;
    grid-template-columns: 30% 17.5% 17.5% 17.5% 17.5%;
}

.grid-table-thead .th{
    font-size: 12px ;
    padding: 10px 0 ;
}

.grid-table-line{
    display: grid;
    grid-template-columns: 30% 17.5% 17.5% 17.5% 17.5%;
}

.grid-table-line .td{
    font-size: 12px ;
    padding: 10px 0 ;
}

.grid-list-thumbs{
    margin-top: 30px ;
    display: grid;
    grid-template-columns: repeat(4,minmax(20%,1fr));
    grid-gap: 20px 10px;
}

.grid-list-thumbs .item img{
    display:block;
    width: 100% ;
}

.grid-list-thumbs .item .partno{
    margin-top: 10px ;
    text-align: center;
    color: #123b00;
}

.show-grid-thumbs{
    display: grid;
    width: 100% ;
    grid-template-columns: 40% 60%;
    margin-top: 30px ;
}

.show-grid-thumbs .thumbs-set{
    display: flex;
    flex-direction: column;
}

.show-grid-thumbs .thumbs-set img{
    display: block;
    width: 100% ;
}

.show-grid-thumbs .thumbs-set .swiper-slide{
    cursor: pointer;
}

.show-grid-thumbs .thumbs-set .big-thumbs,
.show-grid-thumbs .thumbs-set .small-thumbs{
    display: block;
    width: 100% ;
}

.show-grid-thumbs .thumbs-set .big-thumbs{
    margin-bottom: 20px ;
}

.show-grid-thumbs .thumbs-set .small-thumbs .swiper-slide{
    padding: 3px ;
    border: 1px solid #699e33;
    box-sizing: border-box;
}

.show-grid-thumbs .thumbs-set .small-thumbs .swiper-slide-thumb-active{
    border-color: #ff0000;
}

.show-grid-thumbs .thumb-detail{
    padding-left: 30px ;
}

.show-grid-thumbs .thumb-detail .item-params{
    display: block;
    margin-bottom: 10px ;
}

.page{
    display: flex;
    justify-content: center;
    margin-top: 30px ;
}

.page-result{
    margin-right: 30px ;
}

.page-result span{
    color: #ff0000;
}

.page li{
    list-style: none;
    margin-right: 10px ;
}

.page li a{
    display: block;
    color: #123b00;
}

.page li a:hover{
    color: #ff0000;
}

.page-redirect{
    display: flex;
}

.page-redirect input{
    width:30px ;
    margin: 0 5px ;
}

.page-redirect button{
    margin-left: 5px ;
}

.feedback_wrapper{
    padding-top: 30px ;
}

.feedback_wrapper .form-elements{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px ;
}

.feedback_wrapper .form-elements .form-line{
    display: flex;
    width: 100% ;
    padding: 0 ;
}

.feedback_wrapper .form-elements .form-line:not(:last-child){
    margin-bottom: 20px ;
}

.feedback_wrapper .form-elements .form-line .form-label{
    width: 15% ;
}

.feedback_wrapper .form-elements .form-line .form-input{
    width: 30% ;
}

.feedback_wrapper .form-elements .form-line .form-input input,
.feedback_wrapper .form-elements .form-line .form-input textarea{
    width: 100% ;
    min-width: unset;
    max-width: unset;
}

.feedback_wrapper .form-elements .form-line .form-valid{
    padding-left: 10px ;
}

.feedback_wrapper .form-elements .form-line button:not(:last-child){
    margin-right: 20px;
}

.contact-content{
    background: url(../images/contact_column.jpg) no-repeat left center;
    color: #656565;
    line-height: 30px ;
    padding: 30px  30px 30px 40px;
}

.contact-content a{
    color: #656565;
}

.contact-content a:hover{
    color:#ff0000
}

.contact-content img{
    display: block;
    max-width: 100% ;
}

.contact-content .contact-table{
    border: 1px solid #1f1f1f;
    border-bottom: 0 ;
    margin-top: 30px ;
}

.contact-content .contact-table .thead{
    display: grid;
    grid-template-columns: 20% 20% 60%;
}

.contact-content .contact-table .thead .item-th{
    font-weight: 600 ;
    color: #656565;
    border-bottom: 1px solid #1f1f1f;
}

.contact-content .contact-table .thead .item-th:not(:last-child){
    border-right: 1px solid #1f1f1f;
}

.contact-content .contact-table .tbody .tline{
    display: grid;
    grid-template-columns: 20% 20% 60%;
}

.contact-content .contact-table .tbody .tline .item-td{
    border-bottom: 1px solid #1f1f1f;
}

.contact-content .contact-table .tbody .tline .item-td:not(:last-child){
    border-right: 1px solid #1f1f1f;
}