body,
#fullscreen-menu {
    background: #B666FE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(180deg, #460072 0%, #8C21E0 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg, #460072 0%, #8C21E0 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #460072 0%, #8C21E0 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg, #460072 0%, #8C21E0 100%); /* Standard syntax (must be last) */
}

body {
    background-image: url('/files/images/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;

    /*
    animation-name: fadein;
    animation-duration: 0.7s;
    /**/
}

@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}

.background {
    background-image: url('/files/images/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
body:after {
    content: '';
    background-image: url('/files/images/Ellipse 700.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
/**/


input{
    border-radius: 0 !important;
}

/**/
.kr-logo{
    position: fixed;
}
/**/

header{
    min-height: 100px;
}
.kr-logo img{
    width: auto;
    height: 69px;
}
.kyiv-logo {
    font-size: 15px;
    color: white;
}
.kyiv-logo img {
    float: left;
}
.kyiv-logo-top-text {
    margin-top: -5px;
    padding-left: 70px;
    font-size: 18px;
    font-weight: 600;
}
.kyiv-logo-center-text {
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
}
.kyiv-logo-bottom-text {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 70px;
}
.m-r-5 {
	margin-right: 5px;
}
.font-bold {
	font-weight: bold;
}
.clear {
	clear:both;
}
.xs-visible-inline {
	display: none;
}
.content {
	margin: 20px auto 40px;
	text-align: center;
}
.main-logo {
	display: inline-block;
	background: #0d47a1;
	text-align: center;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.main-logo a:hover {
	text-decoration: none;
}
.main-logo a {
	color: white;
}
.main-logo.logo-large {
	font-size: 46px;
	line-height: 145px;
	width: 145px;
	height: 145px;
	border-radius: 70px;
	margin-bottom: 30px;
}
.title {
	margin-bottom: 45px;
	color: white;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
}
.phone-check .help-text {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
	margin-bottom: 10px;
}
.phone-check .form-group {
	margin-bottom: 25px;
}
.header {
	text-align: right;
    margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
}
.header .glyphicon-user {
	margin-right: 10px;
}
.header .page-title {
    line-height: 60px;
    margin-left: 20px;
}
.bottom-menu {
    text-align: right;
    margin-bottom: 15px;
}
.bottom-menu a {
	color: white;
	font-size: 16px;
	text-decoration: underline;
	margin-left: 20px;
}
.main-column {
	background: white;
	margin: 15px 0 15px;
	padding: 30px;
	border-radius: 5px;
	color: black;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
.bottom-message {
    font-size: 12px;
    padding-top: 20px;
}
/* .address-page hr {
	margin: 10px 0 10px 50px;
} */
.main-column label {
	font-weight: normal;
}
.main-column .send-block {
	margin-top: 10px;
}
.question-item, .answer-item {
	margin-bottom: 20px;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 15px;
}
.question-item {
	background: #e7e8e6;
}
.answer-item img {
	float: left;
	width: 38px;
    height: 38px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
.info {
	background: white;
}
.avariya {
	background: #f29f00;
}
.co {
	background: #9f0101;
}
.address-page .answer-item p, .address-page .answer-item div {
	padding-left: 50px;
}
.answer-item {
	background: #d7efb8;
}
.answer-item hr {
	border-color: black;
}
.answer-item .help-text {
	margin: 0;
}
.bottom-buttons {
	margin-top: 15px;
}
.main-form .alert-danger {
	text-align: left;
	margin-top: -15px;
}
.alert {
	font-size: 14px;
	text-align: left;
}
.left-block, .right-block {
	float: left;
	width: 50%;
}

.left-block .btn, .right-block .btn {
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

.left-block {
 padding-right: 5px;
}

.right-block {
	padding-left: 5px;
}

.btn.btn-blue {
	background: #1565c0;
	color: white;
}

#reg-form select {
	width: 100%;
}
.necessarily {
	color: red;
}
.status {
	margin-bottom: -10px;
}
.new-flat {
	margin: 0;
}
.new-flat .close {
	position: absolute;
	right: -2px;
	top: 5px;
	font-size: 24px;
}
.flat-names .parent-add-flat {
	line-height:34px;
	font-size: 14px;
}

.flats-status4 .example-text {
	font-size: 14px;
}
.address-list {
	margin-top: 10px;
    font-size: 14px;
}
.address-list>div {
	margin-bottom: 5px;
}
hr {
    margin: 15px 0 15px 0;
    border-color: #B88BFB;
    border-top-width: 2px;
}
.reg-address-list {
	margin: 10px -15px;
}
.reg-address-list a:hover {
	text-decoration: none;
}
.reg-address-list ul {
	list-style: none;
}
.reg-address-list ul li {
	margin-top: 3px;
}
.reg-address-list .glyphicon {
	cursor: pointer;
	color: #ccc;
	padding-right: 5px;
}
.reg-address-list .main-address-text {
	font-size: 14px;
	color: #5cb85c;
}
.reg-address-list a, .reg-address-list button {
	float: left;
}
.reg-address-list li>div {
	padding-left: 45px;
}
.reg-address-list {
    padding: 0 0 15px;
}
.reg-address-list ul {
    padding: 10px 0 10px 15px;
}
.reg-address-list ul li {
    margin-bottom: 15px;
}
.reg-address-list li>div {
    padding: 0
}


.check-send {
	font-size: 15px;
	background: #dbf3ff;
	padding: 10px 10px 0 10px;
}
.address-items.address-editable {
	padding: 10px 10px 0;
}
.address-editable {
	background: #fffbcc;
}
.main-address>a {
	margin-left: 20px;
}
.font-12 {
	font-size: 12px;
}
nav.navbar {
	background: white;
	min-height: 35px;
	margin-bottom: 10px;
}
.navbar-default .navbar-nav>li>a {
	color: black;
	padding: 8px 15px;
}
.navbar-nav {
	text-align: left;
}
.navbar-brand {
	height: 35px;
	padding: 8px 15px;
}
.menu-item {
	position: relative;
}
.menu-item span {
	margin-right: 5px;
	font-size: 16px;
	top: 3px;
}
.header-menu-nav {
    display: table;
    width: 102%;
}
.header-menu-nav .header-menu-ul {
    display: table-row;
}
.header-menu-item {
    display: table-cell;
    vertical-align: top;
}
.header-menu-item:first-child {
    width: 155px;
}
.dropdown .dropdown-toggle {
	display: block;
}
.dropdown .dropdown-toggle {
	position: relative;
    margin-left: 55px;
}
 .dropdown-toggle .logo-text {
	float: left;
	font-weight: bold;
	background: #0d47a1;
	color: white;
	top: -2px;
	left: -57px;
	line-height: 34px;
	font-size: 16px;
	padding: 0 10px;
	position: absolute;
	border: 1px solid #0d47a1;
	border-radius: 4px;
}
.alter-logo-text{
    font-weight: bold;
    background: #0d47a1;
    color: white;
    line-height: 34px;
    font-size: 16px;
    padding: 0 10px;
    /*margin-right: 10px;*/
    border: 1px solid #0d47a1;
    border-radius: 4px;
}
.sub-menu-div{
    margin: 13px 0 15px;
}
.sub-menu{
    border-radius: 5px;
    background: #FFFFFF;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
}
.sub-menu li{
    list-style: none;
}
.sub-menu li.divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.sub-menu li a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.sub-menu li a.current-menu-item{
    font-weight: bold ;
}
.dropdown-menu li a.current-menu-item{
    font-weight: bold ;
}
.sub-menu li a:hover{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.btn-del {
	padding: 0;
	background: none;
	border: none;
}

.login-phone .input-group-addon { background: white; padding-right: 0; }
.login-phone .input-group input { border-left: none; padding-left: 5px; }
.login-phone .input-group input:focus { -webkit-box-shadow: none; box-shadow: none; border-color: rgb(204, 204, 204); }

#bugreport-btn {
    z-index: 1090;
    cursor: pointer;
    transition: top 1s;
    padding: 0 0 10px 0;
    position: fixed;
    bottom: 40px;
    right: 40px; 
    width: 40px; 
    height: 30px;
}

#bugreport-btn > div {
  background: #bb3a34;
  background: linear-gradient(#e74841 0%, #bb3a34 100%);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.m-b-10 { margin-bottom: 10px;}
.m-t-10 { margin-top: 10px;}

#bugreport-btn .fa-bug { color: white; }
#bugreport-btn .fa-ban { color: rgba(255,255,255,0.5); }
#bugreport-btn a { text-decoration: none; }
#bugreport-btn a > div { font-size: 9px; color: white; }
#bugreport-btn > div { 
    padding: unset;
    
    width: 38px; /* задаете свои размеры */
    height: 38px;
    border-radius: 50%;
    /* не забываем о кроссбраузерности */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    
}

.btn-back{margin: -5px -16px;}
.btn-back button:active, .btn-back button:focus, .btn-back button:hover{outline: 0 !important; text-decoration: none !important;}
.label-important{
	background-color: #b94a48;
}
.counter-exist{
	padding-left: 50px;
}
.dropdown-menu {
	width: 300px;
}

.preview {
	height: 100%;
}
/*Login page styles*/
.login-page, .code-page, .pass-page {
    max-width: 700px;
    color: white;
}
.login-page_high-title {
    font-size: 60px;
}
.login-page_low-title {
    margin-top: 5px;
    font-size: 25px;
}
.login-page_phone-block {
    border-bottom: 1px solid white;
    margin-top: 30px;
}
.login-page .login-page_phone-block { 
	margin-top: 30px;
}
.login-page_phone-block .input-group {
    width: 240px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}
.login-page_phone-block .input-group span {
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    width: 108px;
    padding: 10px;
}
.login-page_phone-input {
    width: 300px;
    font-size: 40px;
    background: transparent;
    border: none;
    color: white;
    height: initial;
}
.login-page_phone-input:focus {
    outline: none;
}
.login-page_btn-block {
    margin-top: 20px;
}
.login-page_phone-text {
    float: left;
    font-size: 18px;
    line-height: 0.7;
}
.phone-error-text {
    color: #f17474;
}
.login-page_send-btn {
    float: right;
    padding: 15px 20px;
    background: #F1BD08;
    border: none;
    font-size: 24px;
    color: white;
    width: 225px;
    white-space: nowrap;
    margin-top: 15px;
}
.login-page_send-btn .right-arrow {
    margin-left: 20px;
}
.login-page_send-btn .left-arrow {
    margin-right: 20px;
}
/*Login page styles end */

/*Code page styles*/
.code-page .login-page_personal-block {
    cursor: pointer;
    text-align: left;
    margin-top: 115px;
}
.code-page .login-page_personal-text {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.code-page .login-page_phone-block {
    margin-top: 0;
    clear: both;
}
.code-page .login-page_phone-input {
    width: 120px;
}
#send-again {
    display: inline-block;
    clear: both;
    background: #e1a83f;
    padding: 5px 0;
    color: white;
    width: 200px;
    margin-top: 30px;
    font-size: 24px;
    float: right;
}
a.login-page_send-btn, a.login-page_send-btn:hover {
    text-decoration: none;
}
/*Code page styles end*/

/*Pass page styles end*/
.pass-page_send-pass {
    clear: both;
    display: block;
    text-align: left;
    color: white;
    font-size: 18px;
    text-decoration: underline;
}
.pass-page_send-pass:hover {
	color: white;
}
.pass-page .login-page_phone-input, .code-page .login-page_phone-input {
    width: 100%;
    text-align: center;
}
/*Pass page styles end*/

/*Address select style start*/
.main-address-block .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: white rgba(58, 44, 44, 0) transparent;
    border-width: 7px 7px 0;
}
.main-address-block .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent white;
    border-width: 0 7px 7px;
}

.main-address-block .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: white;
}
.main-address-block .select2-container--bootstrap .select2-selection--single {
    background: transparent;
    border: none;
    font-size: 36px;
    height: initial;
    box-shadow: none;
    padding-left: 0;
}
.main-address-block .select2-container--bootstrap {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
}
.main-address-single-address {
    color: white;
    font-size: 36px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    box-shadow: none;
}
/*Address select style end*/


/*После автодополнения background становится желтым, эти стили делают его прозрачным*/
@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/*end*/

/*Стили главной страницы начало*/
.m-t-20 {
    margin-top: 20px;
}
.main-page {
    font-family: 'Ubuntu', sans-serif;
}
.claim-message-block {
    padding: 30px 20px 30px 20px;
    color: #484848;
    font-size: 18px;
    margin-bottom: 10px;
    background: white;
    border-radius: 10px;
}
.claim-message-block legend{
	color: white;
	font-weight: bold;
	border: none;
}
.claim-message-block label{
	font-weight: normal;
}
.claim-message-blue {
    background:  #3a4be0;
}
.claim-message-green {
    background: #4CAF50;
}
/*
.claim-message-item {
    margin-bottom: 20px;
}
*/
.send-claim-btn {
    display: inline-block;
    padding: 15px 20px;
    color: white;
    background: #f04234;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.5s ease
}
.send-claim-btn:hover, .send-claim-btn:focus {
    text-decoration: none;
    color: white;
    opacity: 0.8; 
}
.main-page_email-block {
    margin: 80px 0 0 0;
    color: white;
    font-size: 18px;
}
.main-page_email-block label {
    font-weight: normal;
    cursor: pointer;
}
.main-page_email-block .notice-me-block input[type=checkbox]:checked + label:before {
    color: white;
}
.main-page .login-page_phone-input {
    width: 100%;
    text-align: center;
    font-size: 28px;
}
.main-page .login-page_send-btn {
    background: rgb(0, 52, 255);
}
/*Стили главной страницы конец*/

/*Стили моб меню*/
#fullscreen-menu {
    top: 0;
    left: 0;
    z-index: 1999;
    display: none;
    position: fixed;
    width: 100%;
    color: #222;
    overflow-y: auto;
    backface-visibility: hidden;
    height: 100%;
    text-align: center;
}
#fullscreen-menu .main-menu {
    margin: 0 auto;
    position: relative;
    max-width: 370px;
    text-align: right;
    margin-top: 30px;
}

#fullscreen-menu .main-menu ul.menu-items li a {
    display: block;
    text-align: left;
    line-height: 42px;
    
  white-space: nowrap;
  flex-wrap: nowrap;
  display: flex;    
}
#fullscreen-menu .main-menu ul.menu-items i.menu-icon {
    position: relative;
    top: 0;
    display: inline-block;
    float: left;
    margin-right: 20px;
    order: -1;
}
#fullscreen-menu .main-menu ul.menu-items li {
    padding: 15px 0;
}
.close-fullscreen-menu-btn {
    float: right;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
}
.close-fullscreen-menu-btn span {
    color: white;
    font-size: 42px;
}
@media (max-width: 420px) {
    #fullscreen-menu .main-menu ul.menu-items { padding-left: 20px; }
    #fullscreen-menu .main-menu ul.menu-items li a { font-size: 14px; }
}
/*Стили моб меню конец*/

/*Старница персональных данных начало*/
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.reg-page-error-text {
    margin-bottom: 20px;
    color: #f04234;
}
.reg-page {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
}
.reg-info-block {
    padding-top: 20px;
}
.reg-info-block label {
    display: block;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
}
.reg-info-block input {
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 2px solid #B88BFB;
    font-weight: bold;
    width: 100%;
    transition: all 0.5s ease;
}
.reg-info-block input:focus {
    outline: none;
    border-color: #EAC544;
}

.reg-page-address-list ul {
    list-style: none;
    padding-left: 30px;
}
#reg-form .reg-page-address-list ul {
    padding-left: 0px;
}
.reg-page-address-list li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    cursor: pointer;
}
#reg-form .reg-page-address-list li {
    border-bottom: 2px #B88BFB solid;
    float: unset;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 3px;
}
.reg-page-address-list a {
    font-size: 16px;
}
.reg-page-address-list a, .reg-page-address-list a:hover, .reg-page-address-list a:focus {
    text-decoration: none;
    color: black;
}
.reg-page-address-list .fa-edit,
.reg-page-address-list .fa-map-marker {
    color: #999;
    font-size: 20px;
    margin-right: 10px;
}
.reg-page-address-list .main-address-item .fa-map-marker {
    color: #f04234;
}
.reg-page-address-list li:hover,
.reg-page-address-list li:hover .fa-edit,
.reg-page-address-list li:hover .fa-map-marker {
    color: black;
}
.reg-page-address-list li.main-address-item:hover .fa-map-marker {
    color: red;
}
.reg-page-address-list .fa-edit {
    float: right;
}
.reg-page-address-caption {
    font-size: 20px;
    color: #777;
}
#claimed > ul > li {
    width: 100%;
}
#claimed > ul{
    padding-left: 8px;
}
.add-new-addr-btn {
    margin-left: 15px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    clear: both;
    background-color: #F1BD08;
    width: 200px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
}

.add-new-addr-btn  #add-address {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-new-addr-btn  #add-address i {
    font-size: 30px;
}

.add-new-addr-btn .fa {
    padding-right: 10px;
}
.add-new-addr-btn.btn-disabled {
    cursor: not-allowed;
}
.notice-me-block {
    position: relative;
    margin: 50px 0 0 0;
}
.notice-me-block label {
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    padding-left: 30px;
}
.notice-me-block input {
    display: none;
}
.notice-me-block input[type=checkbox]:checked + label:before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 4px;
    color: #f04234;
    font-size: 14px;
    font-family: FontAwesome;
}
.user-checkbox-block {
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    position: absolute;
    left: 0;
    top: 2px;
}
.reg-page-phone-number {
    font-size: 36px;
    color: #fefefe;
    margin-right: 10px;
}
.reg-page-phone-text {
    font-size: 30px;
    color: rgba(254,254,254,0.5);
}
#address-modal .modal-header {
    padding: 5px 15px 0px;
    border: none;
}
#address-modal .modal-header .caption {
    display: inline-block;
    margin-top: 10px;
}
#address-modal .modal-body {
    padding: 5px 25px 20px
}
#address-modal .modal-header .close {
    font-size: 40px;
}
#address-modal .modal-footer {
    margin-top: 30px;
    padding: 0;
    border: none;
}
.modal-delete-addr-btn {
    background: #c7bdbd;
    border: none;
    color: #fefefe;
    font-size: 24px;
    padding: 20px;
    float: left;
    width: 30%;
}
.modal-add-addr-btn {
    background: #F1BD08;
    border: none;
    color: #fefefe;
    font-size: 24px;
    padding: 20px;
    width: 70%;
}
#address-modal .select2-container--disabled.select2-container--bootstrap .select2-selection--single {
    background: #DCC8FB;
}
#address-modal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: white rgba(58, 44, 44, 0) transparent;
    border-width: 7px 7px 0;
}
#address-modal .select2-container--bootstrap .select2-selection--single {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0;
}
#address-modal .reg-info-block .fa-edit {
    position: relative;
    float: right;
    color: #999;
    font-size: 20px;
    margin-right: 10px;
    bottom: 30px;
}

#address-modal .reg-info-block.flat-number .fa-edit {
    bottom: 0px;
    margin-top: 5px;
}
#address-modal input {
    color: #B88BFB;
}
#address-modal .reg-info-block:hover input,
#address-modal .reg-info-block:hover .fa-edit,
#address-modal .reg-info-block:hover .select2-selection__rendered {
    color: black;
}
#address-modal .reg-info-block input {
    width: 90%;
}
#address-modal .reg-info-block:hover input {
    border: 1px #B88BFB solid;
}
#address-modal .select2-container {
    border-bottom: 2px solid #B88BFB;
    z-index: 9;
}
#address-modal .reg-info-block input {
    font-weight: normal;
    height: 34px;
}
#address-modal .reg-info-block input:focus {
    border-color: #ccc;
}
.modal-add-addr-btn.full-width {
    float: none;
    width: 100%;
}
.save-reg-data-btn {
    float: right;
    border: none;
    margin-right: 10px;
    font-size: 24px;
    padding: 15px 20px;
    color: white;
    background: #F1BD08;
    transition: all 0.5s ease;
    font-weight: 600;
    border-radius: 5px;
}
.save-reg-data-btn:hover, .save-reg-data-btn:focus {
    opacity: 0.8;
}

.add-new-addr-btn { margin-top: 20px; }

@media (max-width: 700px) {
    body {
        background-size: cover;
    }
    .reg-page { padding: 15px 0; }
    .reg-page .row { margin: 0; }
    .reg-info-block { margin-bottom: 30px; }
    .reg-page-phone-number { font-size: 24px; }
    .reg-page-phone-text { display: block; font-size: 20px; }

    .notice-me-block { margin-left: 10px; }
    .main-page_email-block .notice-me-block { margin-left: 5px; }
    .reg-page-address-list ul { padding-left: 0px; margin-top: 20px; }
    .reg-page-address-list li { width: auto; float: none; }
    
    .modal-delete-addr-btn { width: 40%; font-size: 18px; }
    .modal-add-addr-btn { width: 60%; font-size: 18px; }
    #address-modal .modal-body { padding: 10px; }
}

.noneDisplay{
    display:none !important;
}
.claim-standart{
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: white;
    border-radius: 10px;
}
.save-reg-data-block {
    margin-top: 36px;
}
@media (max-width: 500px) {
    .modal-delete-addr-btn, .modal-add-addr-btn { font-size: 16px; }
    .add-new-addr-btn { float: none;}
    .save-reg-data-block { margin-top: 35px; padding: 0 15px; }
    .save-reg-data-btn { float: none; display: block; width: 100%; }
}

/*Старница персональных данных конец*/
@media (max-width: 1000px) {
	#bugreport-btn { display: none; }
}

@media (max-width: 955px) {
	.login-page_high-title { font-size: 45px; }
	.login-page_low-title { font-size: 18px; }
	.login-page_phone-input, .login-page_phone-block .input-group span { font-size: 30px; }
    .login-page_phone-input { width: 220px;}
	.login-page_phone-text { font-size: 16px; }
	.login-page_send-btn, .send-claim-btn { font-size: 20px; }
	.login-page_phone-text { margin-bottom: 20px; line-height: inherit; }
	/*.login-page .login-page_phone-block, .code-page .login-page_personal-block { margin-top: 80px; } /**/
	.pass-page_send-pass { margin-top: 20px; }
    #send-again { font-size: 20px; width: 170px; }
}
@media (max-width: 700px) {
    .main-content-block { padding-left: 0; padding-right: 0; }
	.login-page_send-btn { float: none; }
	.login-page_phone-text { float: none; }
    #send-again { float: none; }
    body .main-address-block .select2-container--bootstrap .select2-selection--single { font-size: 20px; padding-left: 0; }
    .main-address-single-address { font-size: 20px; }
    .claim-message-block { padding: 20px 20px 5px; }
}

@media (max-width: 500px) {
	.login-page_high-title { font-size: 32px; }
	.login-page_low-title { font-size: 16px; }
	.login-page_phone-input, .login-page_phone-block .input-group span { font-size: 23px; padding-right: 0; }
/*	.login-page_phone-block .input-group { width: 250px} */
	.login-page_phone-input { width: 180px; }
    .send-claim-btn, .login-page_send-btn {  width: 100%; }
    .main-address-block .select2-container--bootstrap { width: 100% !important; }
    .select2-container.select2-container--bootstrap .select2-results__option { padding: 12px; }
    .select2-container.select2-container--bootstrap .select2-results>.select2-results__options { max-height: 250px; }
    .kyiv-logo-top-text, .kyiv-logo-bottom-text { display: none; }
}

.input-group-lg .input-group span {
	font-size: 18px;
}

.input-group-lg .input-group input {
	height: 46px;
	padding: 10px 5px;
	font-size: 18px;
	line-height: 1.3333333;
}

.adap-btn {
	width: 131px;
	height: 80px;
	font-size: 37px;
	padding-top: 5%;
	margin-right: 20px;
}

.delete-file {
	z-index: 10;
	position: absolute;
    right: 0;
    border-radius: 4px !important;
}

@media (max-width: 700px) {
	.header-menu-nav .header-menu-item:last-child .form-group {
		margin-left: 10px;
	}
	.input-group-lg select {
		height: 46px;
	}

	.dropdown .dropdown-toggle {
		padding-top: 8px;
		height: 46px;
	}
	.dropdown-toggle .logo-text {
		line-height: 46px;
	}
	.header-menu-item:first-child {
        width: 60px;
        margin-right: 10px;
    }
		.dropdown-menu {
    	width: 380px;
    }
    .dropdown-menu>li>a {
    	padding: 10px 20px;
    }
	.xs-visible-inline {
		display: inline;
	}
	.xs-p-0 {
		padding: 0;
	}
	.sm-p-0 {
		padding: 0;
	}
	.question-item {
		margin-right: 20px;
	}
	.header .glyphicon-user {
		margin: 0 10px 0 0;
	}
	.bottom-menu { text-align: center; }
	.bottom-menu a {
		display: block;
		margin: 0px 20px 20px 20px;
	}
	.user-address {
		display: block;
		margin-left: 70px;
	}
	.main-column {
		padding: 10px;
		margin-top: 5px;
	}
	.main-column .btn-group-justified {
		margin: 0;
	}
	.main-logo.logo-large {
		width: 115px;
		height: 115px;
		line-height: 115px;
		font-size: 34px;
		margin-bottom: 10px;
	}
	.title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.alert {
		margin-bottom: 10px;
	}
	.btn-block-xs { display: block; width: 100%; }
	.bottom-buttons .btn {
		white-space: normal;
	}
	.header-menu-item .glyphicon-menu-hamburger {
		height: 22px;
		vertical-align: bottom;
	}
    .row{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
}

@media (max-width: 360px) {
	.font-size-xs360 {
		font-size: 13px;
	}
}

@media screen and (max-width: 1000px){
    .sm-nopadding-left{
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 355px){
	.adap-btn{
		margin-right: 0px !important;
		width: 100% !important;
		height: 80px !important;
		margin-bottom: 14px !important;
		display: block;
	}

    #lb2 {
        margin-top: 95px;
    }

    .delete-file {
        margin-left: 83px;
    }

	#my_form {
		display: block !important;
	}
}

.main-address-block {
    margin-bottom: 0px;
    min-height: 63px;
}