.catalog__table thead{
	border-bottom:1px solid #e3e3e3;
}
.catalog__table thead th{
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.catalog__table tbody td{
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.my-checkbox-label:before {
    border: 2px solid #b0b0b0!important;
}
.catalog-section__item a {
    color: #646467!important;
}
.bottom-nav__submenu-lnk {
    color: #646467!important;
}
.breadcrumb__item {
    color: #646467!important;
}
.footer__print-wrp{
    margin-top: 15px;
}
.form_p_link{
    position: fixed;
    top: 40%;
    right: 0;
    padding: 25px 20px 22px 20px;
    background: #edf0f3;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-pop__wrapper .form_head{
    margin-bottom: 20px;
}
.form-pop__wrapper .form_head h3{
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}
.form-pop__wrapper .form_head p{
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #777777;
}
.form-pop__wrapper .form_questions{
    text-align: left;
}
.form-pop__wrapper .form_questions .field{
    margin-bottom: 15px;
}
.form-pop__wrapper .form_questions .field .label{
    font-size: 12px;
    line-height: 14px;
    color: #777777;
    margin-bottom: 3px;
}
.form-pop__wrapper .form_questions .field .label b{
    color: #e02222;
}

.form-pop__wrapper .form_questions .field  .input_wrap input{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    height: 39px;
    padding: 6px 12px;
    color: #777;
}
.form-pop__wrapper .form_questions .field  .input_wrap input:focus,
.form-pop__wrapper .form_questions .field  .input_wrap textarea:focus{
    border: 1px solid #777;
}
.form-pop__wrapper .form_questions .field  .input_wrap textarea{
    resize: none;
    width: 100%;
    height: 75px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    padding: 6px 12px;
    color: #777;
}
.form-pop__wrapper .form_questions .field  .input_wrap{
    display: flex;
    align-items: center;
}
.form-pop__wrapper .form_questions .field  .input_wrap.err input{
    border: 1px solid #e02222;
}
.form-pop__wrapper .form_questions .field  .input_wrap input[type=checkbox]{
    width: 13px;
    height: 13px;
}
.form-pop__wrapper .form_questions .field  .input_wrap label{
    margin-left: 7px;
    font-size: 12px;
    line-height: 14px;
    color: #777;
}
.form-pop__wrapper .form_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.form-pop__wrapper .form_footer p b{
    color: #e02222;
}
.form-pop__wrapper .form_footer p{
    color: #777;
    font-size: 12px;
    line-height: 14px;
}
.form-pop__wrapper .form_footer input{
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #1074bc;
    border: 1px solid #1074bc;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-align: center;
}
.form-pop__wrapper .error_block{
    margin-top: 10px;
    color: #e02222;
}
.success_form{
    color: darkseagreen;
    font-size: 16px;
}


.partners_links{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.partners_links .f_banner{
	margin: 0 15px 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
}
.partners_links .f_banner img{
	width: 100%;
}
@media all and (max-width: 767px){
    .form_p_link{
        padding: 20px 15px 17px 15px;
    }
}




@media print{
	svg{
		display:none!important;
	}
}