

/* Start:/local/templates/main_ur_redesign/css/normalize.css?17801526839058*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End */


/* Start:/local/templates/main_ur_redesign/css/font.css?1780152683381*/
@font-face {
  font-family: "TT Commons";
  src: url("/local/templates/main_ur_redesign/css/../font/TT_Commons_Pro_Trial_DemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("/local/templates/main_ur_redesign/css/../font/TT_Commons_Pro_Trial_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* End */


/* Start:/local/templates/main_ur_redesign/styles.css?178015268333*/
.right-align {text-align: right;}
/* End */


/* Start:/local/templates/main_ur_redesign/template_styles.css?178015268322046*/
:root {
  --color-primary: #488080;
  --color-fieldback: #d7e9e9;
  --color-primaryDark: #296463;
  --color-primaryBlue: #3c5063;
  --color-primaryGray: #858584;
  --color-white: #ffffff;
  --color-black: #222;
}

html, body {
    height: 100%;
    margin: 0;
}
body{
  font-family: 'TT Commons', Arial, Helvetica, sans-serif;
  color: var(--color-black);
  text-align:center; padding: 0px; margin:0px;   font-size:20px;
  line-height: 1.4;
  background-image: url('/images/back_center.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

h1, h2, h3 {
  /*font-family: 'TT Commons', sans-serif;*/
  font-weight: bold;
  color: var(--color-black);
  margin-top: 3px;
  margin-bottom: 13px;
  line-height:120%;
}
h1{font-size: 32px;}

h2{font-size: 30px;}
#pagebody h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 0;
    font-weight: 700;
    color: var(--color-primaryDark);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#pagebody h2:after {
  content: '';
  display: block;
  height: 10px;
  width: 50px;
  background-image: url(/images/h_dots.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: auto 8px;
}

#pagebody h2.prelined, #pagebody h2.sided {
  padding-bottom: 0;
}
#pagebody h2.prelined:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 80px;
  background-color: var(--color-primaryDark);
  position: relative;
  left: 2px;
  top: 4px;
}
#pagebody h2.prelined:after {display: none;}

#pagebody h2.sided {
  display: inline-block;
  /*text-transform: lowercase;*/
  padding-bottom: 0 !important;
  margin-bottom: 13px;
}
#pagebody h2.sided:before {
  content: '[';
  position: static;
  padding-right: 10px;
}
#pagebody h2.sided:after {
  content: ']';
  position: static;
  background-image: none;
  display: inline-block;
  padding-left: 10px;
}

#pagebody .v1 h2 {
  content: '[';
  position: static;
  padding-right: 10px;
  padding-bottom: 0;
}
#pagebody .v1 h2:before {
  content: '[';
  position: static;
  padding-right: 10px;
}
#pagebody .v1 h2:after {
  content: ']';
  position: static;
  background-image: none;
  display: inline-block;
  padding-left: 10px;
}

h3{font-size: 20px;}

h4{
  font-size: 24px;
  line-height: 100%;
  font-weight: 300;
  /*font-family: 'PT Sans Caption', sans-serif;*/
  color: #FFF;
    margin-top: 3px;
  margin-bottom: 13px;
  text-align: center;
}

.icon_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.icon_title>i {color: var(--color-primary)}

a {color: var(--color-primaryDark);}
a.inputbuttonflat_auth {text-decoration: none; display: inline-block;}
.us_logout a.inputbuttonflat_auth {white-space: nowrap;}

.nodecoration {text-decoration: none; color: #4F4F4F;}
.small {font-size: 75%;}

#backimg {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}

#main {
  width: 96%;
  /*max-width:1230px;*/
  max-width:1440px;
  /*min-width: 360px;*/
  margin:50px auto; 
  text-align:left; 
  position:relative;
  z-index: 10;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 12px #4e4e4e;
  -webkit-box-shadow: 0px 0px 12px #4e4e4e;
  box-shadow: 0px 0px 12px #4e4e4e;
}

dt {font-weight: bold;}
dt, dd {display: inline;}

@media (max-width: 1279px)  {
  body {font-size: 18px;}
  #pagebody h2 {font-size: 26px;}
}
@media (max-width: 479px)  {
  body {font-size: 16px;}
  #pagebody h2 {font-size: 22px;}
}

header {
    color: #41bcab;
  vertical-align: bottom;
  /*font-family: 'PT Sans Caption', sans-serif;*/
  font-weight: 700;
  font-size: 36px;
  /*margin-bottom: 30px;*/
    padding: 40px;
    /*border-bottom: 3px solid var(--color-primaryDark);*/
    /*background-image: url(/local/templates/main_ur_redesign/images/wave.svg);*/
    /*background-repeat: repeat-x;*/
    /*background-position: left bottom;*/
    background-image: url(/images/dots.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 10px;
    margin-bottom: 20px;
}
@media (max-width: 1023px)  {
  header {background-size: auto 8px;}
}
@media (max-width: 479px)  {
  header {background-size: auto 6px;}
}

header img {
  position: relative;
  top: 15px;
  margin-right: 30px;

}

header>a {
  text-decoration:none !important;
  display: inline-block;
  width: 100%;
  height: 75px;
  line-height: 80px;
  text-align: right;
  background: url('/local/templates/main_ur_redesign/images/logo.svg') no-repeat left top;
  background-size: 260px auto;
  color: var(--color-primaryDark);
  font-weight: 400;
  text-transform: uppercase;
}
header>a:hover {text-decoration:none !important;}


.c_row {
  overflow: hidden;
}
.half {
  float: right;
  width: 48%;
}
.c_row>.half:first-child {float: left;}

.reg_block {
  padding: 20px;
  border: 10px solid #E8F6FF;
}



.comment {font-size: 12px; font-style: italic; line-height: 14px;}

#userline {
  background-color: #5BA9DB;
  padding: 10px 10px 0 10px;
  color: #fff;
  -moz-box-shadow: 6px 6px #eae9e9;
  -webkit-box-shadow: 6px 6px #eae9e9;
  box-shadow: 6px 6px #eae9e9;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 6, direction = 135, color = '#eae9e9');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 6, Direction = 135, Color = '#eae9e9')";
}

input[type="submit"], .inputbuttonflat {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: separate;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s ease;
    background: var(--color-primaryDark);
    border: 3px solid var(--color-primaryDark);
    /*font-family: PT Sans Caption;*/
    padding: 10px 25px;
    line-height: 23px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

input[type="submit"]:hover, .inputbuttonflat:hover {
  border-color: var(--color-primaryDark);
    background: #ffffff;
    color: var(--color-primaryDark);
    text-decoration: none;
}

input[type="submit"]:disabled {opacity: 0.2}

#pagebody {padding: 40px;}

.p_info>p {margin: 0 0 7px 0;}

.info_block {margin: 30px 0;}
.info_block ul {padding-left: 0;}
.info_block ul>li {list-style-type: none;}
.info_block ul>li:before {
    color: #2F67A3;
    content: "■";
    padding-right: 10px;
   }

.tablewrapper {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 900px)  {
  /*.tablewrapper {padding-top: 20px; position: relative;}*/
  .tablewrapper:before {
    content: 'если таблица не видна целиком — прокрутите экран вправо';
    font-size: 12px;
    font-style: italic;
    /*color: var(--color-primaryDark);*/
    color: var(--color-primaryBlue);
  }
}

.tableborders {
  border-collapse: collapse;
  border: 2px solid var(--color-primary);
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.tableborders th{
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  font-weight: normal;
  font-weight: bold;
}

.tableborders td {
  border: 1px dashed var(--color-primary);
  padding: 5px;
}
.tableborders th.gray {background-color: #104c75;}

.tableborders_red {border-color: #982838;}
.tableborders_red th {background-color: #982838;}
.tableborders_red th.gray {background-color: #670715;}
.tableborders_red td {border-color: #982838;}

.set_statements {
  font-weight: bold;
  text-align: center;
  background-color: var(--color-primaryBlue);
}

form input[type="text"], form input[type="password"], form input[type="number"], form input[type="email"], form textarea{
    background: var(--color-fieldback);
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    border-radius: 2px;
    border: 1px solid var(--color-primary);

}

form input[type="text"]:focus, form input[type="password"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form textarea:focus {
    box-shadow: 0 0 0 2px var(--color-primaryDark);
    background: #fff;
}

form input::placeholder {
    color: var(--color-primaryDark);
}
.tableborders_red input::placeholder {
    color: #982838;
}

form textarea {height: 150px !important; line-height: 140%;}

form label {font-weight: 700;}

.bordered_form {
    border: 4px solid var(--color-primary);
    padding: 27px 25px 20px 27px;
}

.maininctitle {color: #2F67A3; font-weight: bold;}

.notice {
  background-color: #C34843;
  color: #fff;
  padding: 10px; 
}

#doclist>p {
  padding-left: 40px;
  background: url('/images/file_down.png') 0 0 no-repeat;
  line-height: 40px;
}
#doclist>p>a {
  color: #2F67A3;
}

#StatementsForm {display: inline-block;}
#StatementsForm label {
  display: inline-block;
  /*width: 230px;*/
}
#StatementsForm label>span {color: #B04C44;}
#StatementsForm .sbHolder {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  /*width: 400px;*/
}
/*#StatementsForm .sbHolder .sbSelector {width: 370px;}*/
/*#StatementsForm .sbHolder .sbOptions {width: 400px;}*/

#StatementsForm>div {margin-bottom: 10px;}

#reasondesc {
  display: none;
  /*padding-left: 235px;*/
  /*width: 400px;*/
  line-height: 16px;
  margin-top: 5px;
  color: #B04C44;
}

.paybutton {
  display: inline-block;
  padding: 2px 14px;
  background-color: #fff;
  color: #4F4F4F;
  /*font-family: "PT Sans Caption",sans-serif;*/
  font-weight: 700;
  font-size: 14px;
  margin-right: 18px;
  box-shadow: 4px 4px #1D4B7C;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid #67AEE3;
}
.paybutton>img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

.paybutton:hover {
  -moz-box-shadow: 3px 3px #1D4B7C;
  -webkit-box-shadow: 3px 3px #1D4B7C;
  box-shadow: 3px 3px #1D4B7C;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#1D4B7C');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#1D4B7C')";
  top: 1px;
}

.message {
  border: 4px solid var(--color-primary);
  padding: 10px 20px 10px 60px;
  /*font-weight: 700;*/
  /*font-size: 18px;*/
  position: relative;
  margin: 40px 0;
}


.message.alert {border-color: #A12114;}

.datefield {
  /*background: url('/bitrix/js/main/core/images/calendar-icon.gif') no-repeat right center;*/
  /*padding-right: 30px;*/
  /*cursor: pointer;*/
}

form.sended input[type="submit"] {opacity: 0.3}

#overlay {
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  width: 100%;
  position:fixed;
  left:0;
  top:0;
}

.kladr {
  background: url('/bitrix/panel/main/images_old/actions/edit_button.gif') center right no-repeat #eee;
  padding-right: 25px;
}

#kladr_autocomplete .autocomplete {text-align: left;}
#temp_address_block {
  padding: 10px;
  background-color: #e3eff7;
  margin-top: -10px;
}
#temp_address_block .tb_col-2, #temp_address_block .tb_col-3 {
  display: inline-block;
  margin-right: 10px;
}
#temp_address_block label {font-size: 12px;}
#temp_address_block .tb_col-2 {width: 40%;}
#temp_address_block .tb_col-3 {width: 30%;}

.ball {
  background:#fff;
  height:14px;
  width:14px;
  border-radius:100%;
  position:absolute;
  margin:auto;
}

#mainball {
  height:40px;
  width:40px;
  background:#A12114;
  border-radius:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:100;
}

.ball-one {
  top:0;
  left:0;
  right:65px;
  bottom:65px;
  animation: anim 2s infinite ease-in;
}

@keyframes anim {
  0%{
    background:skyblue;
    right:65px;
    bottom:65px;
    z-index:150;
  }
  33%{
    right:-65px;
    bottom:-65px;
  }
  66%{
    width:10px;
    height:10px;
  }
  99%{
    right:65px;
    bottom:65px;
    height:14px;
    width:14px;
    z-index:0;
  }
   100%{
    background:skyblue;
  }
}

.ball-two {
  top:0;
  right:0;
  left:65px;
  bottom:65px;
  animation: anim-two 2s infinite ease-in;
  animation-delay: .4s;
}

@keyframes anim-two {
  0%{
    background:skyblue;
    left:65px;
    bottom:65px;
    z-index:150;
  }
  33%{
    left:-65px;
    bottom:-65px;
  }
  66%{
    width:10px;
    height:10px;
  }
  99%{
    left:65px;
    bottom:65px;
    height:14px;
    width:14px;
    z-index:0;
  }
  100%{
    background:skyblue;
  }
}

.ball-three {
  top:-65px;
  right:0;
  left:0;
  bottom:0;
  animation: anim-three 2s infinite ease-in;
  animation-delay: .8s;
}

@keyframes anim-three {
  0%{
    background:skyblue;
    top:-65px;
    z-index:150;
  }
  33%{
    top:65px;
  }
  66%{
    width:10px;
    height:10px;
  }
  99%{
    top:-65px;
    height:14px;
    width:14px;
    z-index:0;
  }
   100%{
    background:skyblue;
  }
}

.u_pay_block {
  text-align: right;
  margin: 30px 0;
  margin-top: -50px;
}

.u_pay_block i.fa {
  font-size: 140%;
  color: #399e00;
  vertical-align: middle;
}

footer {
    position: relative;
    background: var(--color-primaryBlue);
    -webkit-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.39);
    box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.39);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    flex-wrap: wrap;
    font-size: 14px;
}
footer>a {color: rgba(255, 255, 255, 0.6);}

/*///////////selectbox/////////////*/
select {
  display: block;
  border: 1px solid var(--color-primary);
  background: var(--color-fieldback);
  font-size: 16px;
  line-height: 18px;
  padding: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
}
/*///////////selectbox/////////////*/

@media (max-width: 900px)  {
  h1{font-size: 22px;}
  h2 {font-size: 18px;}
  #main {margin:10px auto;}
    #pagebody, footer {padding: 20px;}
  header {
    padding: 20px;
  }

  header>a {
    text-align: center;
    font-size: 22px;
    color: var(--color-primaryBlue);
    text-decoration:none !important;
    display: inline-block;
    width: 100%;
    padding-top: 60px;
    margin-top: 0;
    line-height: 30px;
    height: auto;
    background: url('/local/templates/main_ur_redesign/images/logo.svg') no-repeat top center;
    background-size: auto 50px;
  }
  .reg_block {padding: 10px;}


  .half {
    float: none;
    width: 100%;
  }
  .c_row>.half:first-child {float: none; margin-bottom: 40px;}
  form .c_row>.half:first-child {float: none; margin-bottom: 0;}

  .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
  }

  .table-responsive:before {
    content: 'если таблица не видна целиком — прокрутите её вправо';
    font-style: italic;
  }

  #temp_address_block .tb_col-2, #temp_address_block .tb_col-3 {width: 100%; margin-right: 0;}

  .profile-table tr {margin-bottom: 20px;}
  .profile-table td {
    display: block;
    width: 100%;
  }

  .paybutton {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
  }
  .paybutton > img {margin-right: -12px;}

  .u_pay_block {
    text-align: center;
    margin: 30px 0;
    margin-top: 0px;
  }
}

.blue_block {
    /*background-color: var(--color-primary);*/
    padding: 20px;
    color: #fff;
    background: linear-gradient(90deg, #3e8082, #1e666c);
}
#pagebody .blue_block h1 {color: #fff;}
#pagebody .blue_block h2 {
    background: none;
    color: #fff;
    padding: 0;
}

#pagebody .blue_block h2:after {content: none;}

#pagebody .blue_block .inputbuttonflat {
    padding: 8px 21px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 3px;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    /*line-height: 23px;*/
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7
}
#pagebody .blue_block .inputbuttonflat:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color-primaryDark);
}

#errmess {
    background-color: #bd1414;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 20px;
}

.mess {
    padding: 10px 20px;
    color: #fff;
    background-color: var(--color-primaryDark);
    text-align: left;
}
.mess h3 {font-size: 22px; color: #fff; text-transform: uppercase;}
.success_mess {background-color: #207e2f;}
.fail_mess {background-color: #d02222;}

.warning_mess {background-color: #fff; color: #670715; font-size: 16px; margin-bottom: 10px; font-style: italic;}

#indicates_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
#indicates_info>img {
  width: 200px;
  height: 200px;
  margin-left: 20px;
}
#indicates_info>.mess {padding: 0;}
@media (max-width: 600px) {
  #indicates_info {
    flex-direction: column;
    align-items: flex-start;
  }
  #indicates_info>img {order: 0; margin-left: 0; margin-bottom: 20px;}
  #indicates_info>.mess {order: 1;}
}

.columned_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
}
.cs_column {
  width: 48%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 767px) {
  .columned_section {flex-direction: column; gap: 50px;}
  .cs_column {width: 100%;}
}

.object_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
}
.object_item>a {color: var(--color-black)}
.object_item>i {color: var(--color-primaryBlue)}

.docbtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  column-gap: 4%;
  row-gap: 20px;
}

.docbtns>form {
  flex-basis: 48%;
}

.docbtns>form>.inputbuttonflat {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}

blockquote {
  border-left: 5px solid var(--color-primaryBlue);
  margin: 20px 0;
  padding-left: 1.5rem;
}

.smb {
  padding: 3px 10px;
  border-radius: 5px;
  
}


.bs1 {
  padding: 20px 15px;
  background-color: #eee;
  border-radius: 10px;
}

.bs2 {
  padding: 20px 15px;
  border: 2px solid var(--color-primaryBlue);
  border-radius: 10px;
}

.bs3 {
  padding: 20px 15px;
  border: 1px dashed var(--color-primaryBlue);
  border-radius: 10px;
}

.v1 .bs2 {
  border: 1px dashed var(--color-primaryBlue);
}


.mess_item {
  margin-bottom: 40px;
  font-weight: bold;
}
.mess_title {
  margin: 0;
  font-size: 18px;
}
.mess_item>.new {
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 20px;
}

.counter_info {
  list-style-type: none;
  padding-left: 35px;
}

.counter_info_item {
  margin: 8px 0;
}

.counter_info_item strong {
  color: #333;
  margin-right: 5px;
}


.c_table>table {
  display: inline-table;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .object_item {font-size: 14px;}
}




.fwloader-wrap {
  position: relative;
  display: inline-block;
}

.fwloader-loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.fwloader-loader::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: fwspin 0.7s linear infinite;
}

@keyframes fwspin {
  to {
    transform: rotate(360deg);
  }
}

#shortn {display: none;}
@media (max-width: 767px) {
  #fulln {display: none;}
  #shortn {display: inline-block;}
}

.objcomment {
  margin: 0;
  font-style: italic;
  color: var(--color-primaryDark);
}

.counterd {position: relative;}
.counterd::before {
  content: '';
  width: 80px;
  height: 90px;
  background-image: url('/images/counter.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
}

/* ========== Компоненты: таблица оборотки ========== */
.t_action {
  position: relative;
  padding-right: 40px;
}

.s_trigger {
  font-size: 16px;
  color: #1178bd;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 5px;
}

.doclist {
  display: none;
  border-bottom: 1px solid #1178bd;
}

.doc {
  font-size: 12px;
  padding: 0 10px;
}

.doc > i {
  color: #1178bd;
}


/* ========== Компоненты: форма передачи показаний ========== */
.newstext {
  font-style: italic;
  color: #666;
}

.input-field {
  margin: 20px 0;
}

.inputfield_bb {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  background: var(--color-fieldback);
  color: #222;
}

.card-notify {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(62,14,136,0.12);
}

.card-notify p {
  margin: 0;
}

.card-notify a {
  color: var(--color-primaryBlue);
}

.message {
  border: 4px solid var(--color-primary);
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
  position: relative;
}

.message.success {
  background-color: #1d7841;
  color: #fff;
  border-color: #1d7841;
}

.message.alert {
  background-color: #f44336;
  color: #fff;
  border-color: #f44336;
}

.message .errorcolor {
  font-weight: 600;
}

.message a {
  color: inherit;
  text-decoration: underline;
}

.message a:hover {
  text-decoration: none;
}
/* End */
/* /local/templates/main_ur_redesign/css/normalize.css?17801526839058 */
/* /local/templates/main_ur_redesign/css/font.css?1780152683381 */
/* /local/templates/main_ur_redesign/styles.css?178015268333 */
/* /local/templates/main_ur_redesign/template_styles.css?178015268322046 */
