.obsuditpage__button1{
    position:relative;
    display:inline-block;
    width:100%;
    max-width:250px;
    background:#015385;
    padding:14px 40px;
    font-size:17px;
    line-height:1;
    color:#fff;
    text-decoration:none;
    border:0;
    cursor:pointer;
}
.obsuditpage__button1:hover{
    color:#fff;
    text-decoration:none;
    background:#146ba0;
}
.obsuditpage__button1:active{
    top:1px;
}

.obsuditpage__lister_review_title{
	font-size:27px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.obsuditpage__lister_review_list{
	margin-top:25px;
}

.obsuditpage__list1_name{
    font-size:16px;
    line-height:1.2;
	color:#616161;
}
.obsuditpage__list1_direct{
	color:#616161;
}
.obsuditpage__list1_primech{
	margin-top:5px;
	font-size:16px;
	line-height:1.5;
}
.obsuditpage__list1_answer{
	font-size:16px;
	line-height:1.5;
	border-left: 1px solid #ccc;
	padding:5px 5px 7px 7px;
	margin-top:10px;
	margin-left:40px;
}
.obsuditpage__list1_answer span{
	color:#c60000;
}
.obsuditpage__list1_hr{
	line-height:1px;
	height:1px;
	background:#ccc;
	margin:20px 0 25px 0;
}
.obsuditpage__list1_item:last-child .hr{
	display:none;
}

.obsuditpage__selmy1{
    position:relative;
    background:#fff;
}
.obsuditpage__selmy1:after{
    content:'';
    position:absolute;
    z-index:1;
    top:50%;
    right:23px;
    width:11px;
    height:11px;
    border-right:1px solid #222;
    border-bottom:1px solid #222;
    pointer-events:none;
    transform:translateY(-72%) rotate(45deg);
    transition:transform .2s ease;
}
.obsuditpage__selmy1.is-open:after{
    transform:translateY(-25%) rotate(225deg);
}
.obsuditpage__selmy1 select{
    width:100%;
    height:37px;
    background:rgba(0,0,0,0);
    background:transparent;
    cursor:pointer;
    display:inline-block;
    font-size:16px;
    line-height:16px;
    color:#000;
    padding:5px 5px 5px 5px;
    border:1px #d3d3d3 solid;

	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;

	text-overflow: ''; /* this is important! */
	/*for Iphone*/
	box-shadow:none;
	-webkit-box-shadow:none;

	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:1px #d3d3d3 solid;
	outline:0;
	margin:0;
}
.obsuditpage__selmy1 select option:first-child{
    /*color:#646464;*/
}
.obsuditpage__selmy1 select option{
    color:#000;
    padding-left:15px;/*FF*/
    font-family:inherit;
}
.obsuditpage__selmy1:hover{
    /*opacity:0.8;*/
}
.obsuditpage__selmy1.is-enhanced .obsuditpage__select_native{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    border:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}
.obsuditpage__select_button{
    display:block;
    width:100%;
    height:62px;
    padding:0 58px 0 22px;
    border:1px solid #dedede;
    border-radius:18px;
    box-sizing:border-box;
    background:#fff;
    color:#353535;
    font:inherit;
    font-size:17px;
    line-height:1.2;
    text-align:left;
    cursor:pointer;
    transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.obsuditpage__select_button:hover{
    border-color:#b9c99a;
    background:#fdfdfc;
}
.obsuditpage__select_button:focus,
.obsuditpage__selmy1.is-open .obsuditpage__select_button{
    border-color:#86b31d;
    box-shadow:0 0 0 3px rgba(134,179,29,.14);
    outline:0;
}
.obsuditpage__select_menu{
    position:absolute;
    z-index:30;
    top:calc(100% + 9px);
    left:0;
    right:0;
    max-height:330px;
    padding:9px;
    overflow-y:auto;
    border:1px solid #dedede;
    border-radius:18px;
    box-sizing:border-box;
    background:#fff;
    box-shadow:0 18px 42px rgba(38,38,38,.16);
    font:inherit;
    scrollbar-width:thin;
    scrollbar-color:#c8c8c8 transparent;
}
.obsuditpage__select_menu[hidden]{
    display:none;
}
.obsuditpage__select_option{
    display:block;
    width:100%;
    min-height:44px;
    padding:10px 14px;
    border:0;
    border-radius:11px;
    box-sizing:border-box;
    background:transparent;
    color:#353535;
    font:inherit;
    font-size:16px;
    line-height:1.3;
    text-align:left;
    cursor:pointer;
}
.obsuditpage__select_option:hover,
.obsuditpage__select_option:focus{
    background:#f0ecea;
    outline:0;
}
.obsuditpage__select_option.is-selected{
    background:#eef4df;
    color:#668d0c;
}

.obsuditpage{
    max-width:890px;
    margin:0 auto;
}

.obsuditpage__error{
    margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:1.3;
	color:red;
}

.obsuditpage__rules{
    margin-top:25px;
    font-size:15px;
    line-height:1.2;
    color:#000;
    text-align:center;
}
.obsuditpage__rules a{
    color:#000;
}

.obsuditpage_addform{
    border:4px #dcdcdc solid;
    background-image:url(/file/i_pic/obsuditpage_form_bg1.jpg);
    background-repeat:repeat;
    background-position:center top;
}
.obsuditpage_addform_inner{
    border:0px #000 solid;
    padding:30px 10px 30px 10px;
}
.obsuditpage_addform_title{
    font-size:30px;
    line-height:1;
    text-transform:uppercase;
    text-align:center;
}
.obsuditpage_addform_line{
    display:none;
    line-height:1px;
    height:1px;
    background:#C1C1C1;
    margin:30px 0 30px 0;
}
.obsuditpage_addform_content{
    max-width:700px;
    margin:0 auto;
    margin-top:25px;
}
.obsuditpage_addform_button_wrap{
    margin-top:20px;
    text-align:center;
}

.obsuditpage .inp1{
    width:100%;
    height:35px;
    font-size:17px;
    line-height:1;
    color:#000;
    padding:0px 5px 0px 5px;
    background:#fff;
    border:1px #d3d3d3 solid;
}
.obsuditpage .tarea1{
    width:100%;
    height:140px;
    font-size:17px;
    line-height:1.3;
    color:#000;
    font-family:PT Sans;
    padding:8px 5px 5px 5px;
    background:#fff;
    border:1px #d3d3d3 solid;
    vertical-align:top;
}
.obsuditpage .but1{
    display:inline-block;
    position:relative;
    background-color:#cac347;
    cursor:pointer;
    font-size:25px;
    line-height:25px;
    color:#fff;
    padding:10px 60px;
    text-decoration:none;
    border:0px;
}
.obsuditpage .but1:hover{
    background-color:#b7b037;
}
.obsuditpage .but1:active{
    top:1px;
}
.obsuditpage table{
    width:100%;
    margin:0 auto;
}
.obsuditpage table td{
    padding:7px;
}
.obsuditpage table .td1{
    width:130px;
    text-align:right;
    padding-top:11px;
    font-size:16px;
    line-height:1.2;
}
.obsuditpage table .td2{
    padding-left:13px;
}
.obsuditpage table .td_col .hrdiv{
    float:right;
    width:540px;
    height:1px;
    line-height:1px;
    background:#c1c1c1;
    margin-top:5px;
    margin-bottom:5px;
}
.obsuditpage table tr.err input,
.obsuditpage table tr.err select,
.obsuditpage table tr.err textarea{
    border:1px #b82e2e solid;
}
.obsuditpage .zv{
    display:inline-block;
    font-size:15px;
    color:#ff0000;
}
.obsuditpage_content{
    margin-top:40px;
}

/* Design 2026 */
.obsuditpage{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    color:#353535;
}
.obsuditpage [hidden]{
    display:none !important;
}
.obsuditpage__layout{
    display:grid;
    grid-template-columns:215px minmax(0,1fr);
    gap:54px;
    align-items:start;
}
.obsuditpage__sidebar{
    border:1px solid #dedede;
    border-radius:22px;
    padding:20px 20px 21px;
    background:#fff;
}
.obsuditpage__categories_toggle{
    display:none;
}
.obsuditpage__nav{
    display:block;
    width:100%;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    box-sizing:border-box;
}
.obsuditpage__nav a{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:0 0 7px;
    color:#383838;
    font-size:14px;
    line-height:1.15;
    text-decoration:none;
}
.obsuditpage__nav a:last-child{margin-bottom:0;}
.obsuditpage__nav a:hover,
.obsuditpage__nav a.is-active{
    color:#d3262d;
}
.obsuditpage__intro{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    gap:28px;
    align-items:start;
    margin-bottom:36px;
}
.obsuditpage__ask,
.obsuditpage__button1{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    border:0;
    border-radius:24px;
    box-sizing:border-box;
    background:#d3272d;
    color:#fff;
    font:inherit;
    font-size:15px;
    line-height:1;
    text-decoration:none;
    cursor:pointer;
    transition:background-color .2s ease, transform .2s ease;
}
.obsuditpage__ask:hover,
.obsuditpage__button1:hover{
    background:#b91e24;
    color:#fff;
    text-decoration:none;
}
.obsuditpage__ask:active,
.obsuditpage__button1:active{
    top:auto;
    transform:translateY(1px);
}
.obsuditpage__ask.is-open{
    padding-left:24px;
    padding-right:56px;
}
.obsuditpage__ask.is-open:before,
.obsuditpage__ask.is-open:after{
    content:'';
    position:absolute;
    top:50%;
    right:26px;
    width:17px;
    height:2px;
    border-radius:1px;
    background:#fff;
}
.obsuditpage__ask.is-open:before{
    transform:translateY(-50%) rotate(45deg);
}
.obsuditpage__ask.is-open:after{
    transform:translateY(-50%) rotate(-45deg);
}
.obsuditpage__intro_text{
    padding-top:1px;
    font-size:15px;
    line-height:1.35;
}
.obsuditpage_addform{
    position:relative;
    margin:0 0 52px;
    border:1px solid #dedede;
    border-radius:22px;
    background:#fff;
    background-image:none;
}
.obsuditpage_addform_inner{
    padding:42px 54px 31px;
}
.obsuditpage_addform_title,
.obsuditpage_addform_line{
    display:none;
}
.obsuditpage_addform_close{
    position:absolute;
    z-index:2;
    top:18px;
    right:20px;
    width:22px;
    height:22px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
}
.obsuditpage_addform_close:before,
.obsuditpage_addform_close:after{
    content:'';
    position:absolute;
    top:10px;
    left:2px;
    width:18px;
    height:1px;
    background:#555;
}
.obsuditpage_addform_close:before{transform:rotate(45deg);}
.obsuditpage_addform_close:after{transform:rotate(-45deg);}
.obsuditpage_addform_content{
    max-width:none;
    margin:0;
}
.obsuditpage table{
    width:100%;
    border-collapse:separate;
}
.obsuditpage table tbody{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 12px;
}
.obsuditpage table tr{
    display:block;
    min-width:0;
}
.obsuditpage table tr:nth-child(n+3){
    grid-column:1 / -1;
}
.obsuditpage table td{
    display:block;
    width:auto !important;
    padding:0 !important;
}
.obsuditpage table .td1{
    position:absolute;
    width:1px !important;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}
.obsuditpage .inp1,
.obsuditpage .tarea1,
.obsuditpage__selmy1 select{
    width:100%;
    border:1px solid #dedede;
    border-radius:14px;
    box-sizing:border-box;
    background-color:#fff;
    color:#353535;
    font:inherit;
    font-size:14px;
    outline:0;
    transition:border-color .2s ease, box-shadow .2s ease;
}
.obsuditpage .inp1{
    height:48px;
    padding:0 18px;
}
.obsuditpage .tarea1{
    height:126px;
    padding:15px 18px;
    resize:vertical;
}
.obsuditpage__selmy1{
    background-position:calc(100% - 18px) 21px;
}
.obsuditpage__selmy1 select{
    height:48px;
    padding:0 46px 0 18px;
}
.obsuditpage .inp1:focus,
.obsuditpage .tarea1:focus,
.obsuditpage__selmy1 select:focus{
    border-color:#92b841;
    box-shadow:0 0 0 2px rgba(132,177,29,.13);
}
.obsuditpage table tr.err input,
.obsuditpage table tr.err select,
.obsuditpage table tr.err textarea{
    border-color:#d3272d;
}
.obsuditpage__form_bottom{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    gap:24px;
    align-items:center;
    margin-top:22px;
}
.obsuditpage .offers_form_captcha{
    overflow:hidden;
}
.obsuditpage .g-recaptcha{
    transform:scale(.72);
    transform-origin:left center;
}
.obsuditpage .personal-links{
    margin:0;
    font-size:11px;
    line-height:1.3;
}
.obsuditpage .personal-links label{
    display:block;
    margin:0 0 7px;
}
.obsuditpage_addform_button_wrap{
    margin-top:20px;
}
.obsuditpage__button1{
    width:180px;
    max-width:none;
    min-height:46px;
    padding:0 25px;
}
.obsuditpage_content{
    margin-top:0;
}
.obsuditpage__lister_review_list{
    margin-top:0;
}
.obsuditpage__list1{
    display:grid;
    gap:15px;
}
.obsuditpage__list1_item{
    padding:27px 28px 28px;
    border:1px solid #dedede;
    border-radius:22px;
    background:#fff;
    transition:background-color .2s ease, border-color .2s ease;
}
.obsuditpage__list1_item:hover{
    border-color:#eee9e7;
    background:#f0ecea;
}
.obsuditpage__list1_primech,
.obsuditpage__list1_name,
.obsuditpage__list1_answer{
    font-size:14px;
    line-height:1.38;
}
.obsuditpage__list1_primech{
    margin:0;
    color:#3c3c3c;
}
.obsuditpage__list1_name{
    margin-top:17px;
    color:#3c3c3c;
}
.obsuditpage__list1_name a{
    color:#d3272d;
    text-decoration:underline;
    text-decoration-color:#edb8ba;
    text-underline-offset:2px;
}
.obsuditpage__list1_answer{
    margin:18px 0 0;
    padding:18px 0 0;
    border:0;
    border-top:1px solid #ddd;
}
.obsuditpage__answer-label{
    color:#82ad1b !important;
    font-weight:600;
}
.obsuditpage__empty{
    padding:28px;
    border:1px solid #dedede;
    border-radius:22px;
}
.obsuditpage__pag{
    margin-top:43px;
}
.obsuditpage__pag_inner{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
}
.obsuditpage__pag_page,
.obsuditpage__pag_dots{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:25px;
    height:25px;
    padding:0 5px;
    border:1px solid #ddd;
    border-radius:8px;
    box-sizing:border-box;
    color:#555;
    font-size:12px;
    line-height:1;
    text-decoration:none;
}
.obsuditpage__pag_page:hover{
    border-color:#86b31d;
    color:#6d9810;
    text-decoration:none;
}
.obsuditpage__pag_page.is-active{
    border-color:#86b31d;
    background:#86b31d;
    color:#fff;
}
.obsuditpage__pag_dots{
    border-color:transparent;
}
.obsuditpage__pag_arrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:30px;
    margin:0 10px;
    color:#333;
    font-size:29px;
    font-weight:300;
    line-height:1;
    text-decoration:none;
}
.obsuditpage__pag_arrow:hover{
    color:#86b31d;
    text-decoration:none;
}
.obsuditpage__pag_arrow.is-disabled{
    color:#d9d9d9;
}

/* Wide layout matched to the 1920px design mockup */
.obsuditpage{
    max-width:1480px;
    margin-left:0;
    margin-right:0;
}
.obsuditpage__layout{
    grid-template-columns:338px minmax(0,1056px);
    gap:86px;
}
.obsuditpage__sidebar{
    border-radius:32px;
    padding:31px 32px 33px;
}
.obsuditpage__nav a{
    margin-bottom:9px;
    font-size:17px;
    line-height:1.18;
}
.obsuditpage__intro{
    grid-template-columns:240px minmax(0,1fr);
    gap:36px;
    margin-bottom:58px;
}
.obsuditpage__ask{
    width:240px;
    min-height:60px;
    border-radius:31px;
    font-size:18px;
}
.obsuditpage__intro_text{
    padding-top:1px;
    font-size:18px;
    line-height:1.34;
}
.obsuditpage_addform{
    margin-bottom:70px;
    border-radius:32px;
}
.obsuditpage_addform_inner{
    padding:60px 72px 45px;
}
.obsuditpage_addform_close{
    top:27px;
    right:30px;
    width:28px;
    height:28px;
}
.obsuditpage_addform_close:before,
.obsuditpage_addform_close:after{
    top:13px;
    left:2px;
    width:24px;
}
.obsuditpage .inp1,
.obsuditpage__selmy1 select{
    height:62px;
    border-radius:18px;
    font-size:17px;
}
.obsuditpage .inp1{
    padding-left:22px;
    padding-right:22px;
}
.obsuditpage .tarea1{
    height:164px;
    border-radius:18px;
    padding:20px 22px;
    font-size:17px;
}
.obsuditpage__selmy1{
    background:#fff;
}
.obsuditpage__selmy1 select{
    padding-left:22px;
    padding-right:52px;
}
.obsuditpage__form_bottom{
    grid-template-columns:250px minmax(0,1fr);
    gap:36px;
    margin-top:30px;
}
.obsuditpage .g-recaptcha{
    transform:scale(.83);
}
.obsuditpage .personal-links{
    font-size:14px;
    line-height:1.35;
}
.obsuditpage .personal-links label{
    margin-bottom:10px;
}
.obsuditpage_addform_button_wrap{
    margin-top:27px;
}
.obsuditpage__button1{
    width:240px;
    min-height:58px;
    border-radius:30px;
    font-size:18px;
}
.obsuditpage__list1{
    gap:22px;
}
.obsuditpage__list1_item{
    padding:39px 42px 40px;
    border-radius:32px;
}
.obsuditpage__list1_primech,
.obsuditpage__list1_name,
.obsuditpage__list1_answer{
    font-size:17px;
    line-height:1.38;
}
.obsuditpage__list1_name{
    margin-top:23px;
}
.obsuditpage__list1_answer{
    margin-top:25px;
    padding-top:24px;
}
.obsuditpage__pag{
    margin-top:62px;
}
.obsuditpage__pag_inner{
    gap:9px;
}
.obsuditpage__pag_page,
.obsuditpage__pag_dots{
    min-width:31px;
    height:31px;
    padding:0 7px;
    border-radius:9px;
    font-size:14px;
}
.obsuditpage__pag_arrow{
    width:58px;
    height:38px;
    margin:0 15px;
    font-size:34px;
}
