﻿@import url(font-awesome.css);
@import url(font.css);
@font-face {
    font-family: 'Russia Light';
    src: url("../fonts/russia/Russia-Light.woff");
    src: url("../fonts/russia/Russia-Light.woff") format("woff"), url("../fonts/russia/Russia-Light.svg#Russia-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+20-491;
}

@font-face {
    font-family: 'Russia Light Italic';
    src: url("../fonts/russia/Russia-LightItalic.eot");
    src: url("../fonts/russia/Russia-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia-LightItalic.woff") format("woff"), url("../fonts/russia/Russia-LightItalic.svg#Russia-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+20-491; }

@font-face {
    font-family: 'Russia Medium Italic';
    src: url("../fonts/russia/Russia-MediumItalic.eot");
    src: url("../fonts/russia/Russia-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia-MediumItalic.woff") format("woff"), url("../fonts/russia/Russia-MediumItalic.svg#Russia-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+20-491; }

@font-face {
    font-family: 'Russia Italic';
    src: url("../fonts/russia/Russia-Italic.eot");
    src: url("../fonts/russia/Russia-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia-Italic.woff") format("woff"), url("../fonts/russia/Russia-Italic.svg#Russia-Italic") format("svg");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+20-491; }

@font-face {
    font-family: 'Russia Medium';
    src: url("../fonts/russia/Russia-Medium.eot");
    src: url("../fonts/russia/Russia-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia-Medium.woff") format("woff"), url("../fonts/russia/Russia-Medium.svg#Russia-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+20-491; }

@font-face {
    font-family: 'Russia';
    src: url("../fonts/russia/Russia.eot");
    src: url("../fonts/russia/Russia.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia.woff") format("woff"), url("../fonts/russia/Russia.svg#Russia") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+20-491; }

@font-face {
    font-family: 'Russia Bold Italic';
    src: url("../fonts/russia/Russia-BoldItalic.eot");
    src: url("../fonts/russia/Russia-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia-BoldItalic.woff") format("woff"), url("../fonts/russia/Russia-BoldItalic.svg#Russia-BoldItalic") format("svg");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+20-491; }

@font-face {
    font-family: 'Russia Bold';
    src: url("../fonts/russia/Russia-Bold.eot");
    src: url("../fonts/russia/Russia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/russia/Russia-Bold.woff") format("woff"), url("../fonts/russia/Russia-Bold.svg#Russia-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+20-491; }

/* Header */
/* Old styles */
body {
    font-family: "Russia", Arial;
    min-width: 320px;
    -webkit-font-smoothing: antialiased; }

h1 {
    margin-bottom: 35px; }

.text-success {
    color: #6cc561; }

.main-container {
    min-height: calc( 100vh - 160px - 76px); }

.video-front video {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125%;
    min-height: 125%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.video-overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.white {
    background-color: #ffffff; }

#logo {
    position: relative;
}

.logo {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 180px;
    right: 0;
    margin-left: 0;
    height: 50px;
    top: 50px;
    margin-right: auto;
}

#reg-logo {
    position: absolute;
    bottom: -150px;
    margin-left: 0;
    margin-right: auto;
}

.meeting-account {
    padding: 5px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #ddd;
    margin: 2px; }

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus {
    box-shadow: inset 0 -3px 0 #cd272e; }

.navbar-default .navbar-nav > li:hover > form > a,
.navbar-default .navbar-nav > li > form > a:focus {
    box-shadow: inset 0 -3px 0 #cd272e;
}

#map-reg {
    width: 100%;
    height: 300px;
    border-top: 5px #db2b36 solid;
    border-bottom: 1px #db2b36 solid
}

.stratch {
    width: 100%;
}

.inline-block {
    display: inline-block; }

.body-content {
    padding-top: 0;
    padding-bottom: 0; }

.center-container {
    min-height: 100%;
    min-height: 80vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

h2 {
    font-weight: 500;
    line-height: 1.1;
    font-family: "Russia Light", Arial; }

.header-title {
    background-image: url(https://www.sdkgarant.ru/templates/garant2016/assets/img/bg-rss.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 130px;
    margin-bottom: 0;
    border: none; }
.header-title .shadow {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 130px;
    opacity: 0.5; }
.header-title .container {
    position: relative;
    text-align: center; }
.header-title h2 {
    font-size: 48px;
    color: #fff;
    width: 100%; }
.header-title img {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9; }

.reg-navbar {
    border: none;
    background: #eef0f3; }

ul.nav li:first-child > .nav-child {
    width: 135% !important; }
ul.nav li:first-child > .nav-child a {
    padding: 17px 15px !important;
    display: inline-flex !important; }

ul#m-nav li:first-child span {
    margin-right: 9px;
    font-size: 24px; }
ul#m-nav li:first-child span:before {
    color: #777; }

ul#m-nav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

ul.nav li .nav-child {
    display: none; }

ul.nav li a {
    margin: 0 15px;
    padding: 15px 0;
    height: 55px; }

ul.nav li:hover .nav-child {
    display: block;
    position: absolute;
    list-style: none;
    padding: 0;
    width: 100%; }
ul.nav li:hover .nav-child li {
    width: 100%; }
ul.nav li:hover .nav-child a {
    color: #777777;
    text-decoration: none;
    display: run-in;
    padding: 17px 0;
    text-align: center;
    background: #eef0f3; }
ul.nav li:hover .nav-child a:hover {
    background: #cacaca;
    color: #ffffff; }
ul.nav li:hover .nav-child a:hover i {
    color: #fff; }

ul.nav > li i {
    top: 5px;
    margin-top: -5px; }

.breadcrumbs-wrap {
    margin-top: 35px; }
.breadcrumbs-wrap i {
    float: left;
    font-size: 27px;
    color: #cd2d3a;
    margin-right: 10px;
    position: relative;
    top: -4px; }
.breadcrumbs-wrap ul {
    list-style: none;
    padding: 0; }
.breadcrumbs-wrap ul li a {
    color: #acacac;
    font-family: "Russia Light", Arial;
    text-decoration: underline;
    font-size: 15px; }

/* Content */
.panel-group .panel {
    box-shadow: none; }

.panel {
    border: none;
    margin: 0 !important; }
.panel-box {
    border: 1px solid;
    border-radius: 4px;
    border-color: #eef0f3;
    min-height: 275px;
    margin-bottom: 40px; }
.panel-heading {
    background: #eef0f3;
    font-family: "Russia Light", Arial;
    padding: 15px 25px; }
.panel-info__title {
    color: #777777;
    font-family: "Russia Light", Arial;
    margin: 0;
    font-size: 15px;
    line-height: 10px; }
.panel-info__text.double {
    margin: 0;
    line-height: 1; }
.panel-body {
    padding: 15px 25px; }
.panel-foto {
    text-align: right;
    text-align: right;
    border: 1px solid #eee;
    width: 100%;
    min-height: 195px;
    display: none; }
.panel-foto img {
    max-height: 195px; }
.panel-info__text {
    color: #000;
    font-family: "Russia Medium", Arial;
    font-size: 17px; }

.panel-info > .panel-info__text.double {
    margin-top: 1px; }

.block-left .panel-info__title {
    font-size: 17px;
    margin-bottom: 6px; }

.block-left .panel-info__text {
    font-size: 24px;
    text-transform: uppercase; }

.block-left .col-md-8 {
    padding-top: 45px; }

img.icon {
    width: 25px;
    margin-right: 10px; }

i.icon {
    font-size: 25px;
    color: #9e9e9e;
    margin-right: 10px;
    position: relative;
    top: 4px;
    margin-top: -7px; }

/* Tabs */
.tabs {
    display: table;
    width: 100%;
    table-layout: fixed; }
.tabs-control {
    display: table-cell !important;
    text-align: center;
    padding: 3px 0;
    vertical-align: middle;
    float: none !important;
    width: 32%; }
.tabs-control a {
    font-family: "Russia Light", Arial;
    color: #777777;
    font-size: 24px;
    border: none !important;
    background: none !important; }
.tabs-control.active span {
    border-bottom: 3px solid #ce2d2d;
    padding-bottom: 10px;
    color: #ce2d2d; }
.tabs-control:hover span {
    border-bottom: 3px solid #ce2d2d;
    padding-bottom: 10px; }
.tabs-control.active .fa {
    color: #ce2d2d; }

.tab-content {
    margin-top: 25px; }

.thumbnail {
    text-align: center;
    background: #fbfbfb; }

.caption {
    font-family: "Russia Medium", Arial; }
.caption h3 {
    font-size: 22px; }
.caption .decision {
    text-align: left;
    margin: 20px;
    font-size: 18px; }
.caption .decision span {
    color: #777777; }
.caption .more a {
    color: #777777;
    font-size: 16px; }
.caption .collapse {
    text-align: left;
    padding: 10px 17px; }
.caption .collapse p {
    font-family: "Russia Light", Arial;
    font-size: 16px;
    color: #000; }

.tab-content.form-group {
    margin-top: 40px; }

.btn .fa {
    margin-right: 20px;
    font-size: 35px;
    top: 3px;
    position: relative;
    margin-top: -4px; }

.btn .fa-el {
    color: #777;
    top: 6px; }

.btn .fa-good {
    color: #6cc561; }

.btn .fa-no {
    color: #be433d; }

.btn:focus {
    outline: none !important; }
.btn:focus i {
    color: #fff; }

.btn:hover {
    border-color: transparent; }

.fa-angle-down {
    font-size: 25px;
    top: 3px;
    position: relative;
    margin-left: 7px;
    color: #be433d; }

.btn-vote {
    padding: 15px;
    font-size: 25px;
}

.btn-default.active[data-q-value="Abstain"] {
    color: #fff !important;
    border-color: #d58512 !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
    background: -moz-linear-gradient(top, #d4871c 0, #ec971f 84%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d4871c 0, #ec971f 84%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d4871c 0, #ec971f 84%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.btn-default.active[data-q-value="Against"] {
    color: #fff !important;
    border-color: #761c19 !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
    background: #912420;
    /* Old browsers */
    background: -moz-linear-gradient(top, #912420 0, #ac2925 50%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #912420 0, #ac2925 50%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #912420 0, #ac2925 50%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.btn-default.active[data-q-value="For"] {
    color: #fff !important;
    border-color: #398439 !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
    background: #398539 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #398539 0, #449d44 50%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #398539 0, #449d44 50%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #398539 0, #449d44 50%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.btn-vote--small {
    padding: 10px 15px 15px 15px;
    font-size: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 58px;
    min-height: 58px; }

.btn-vote--small.btn.btn-default.btn-all {
    box-shadow: none !important; }

.form-vote {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 58px; }

/* Tab form */
.list-group.block input {
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 20px; }

.list-group.block .btn-all {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }

.list-group.block h4 {
    font-size: 20px;
    padding: 18px;
    margin: 0; }

/* Footer */
.footer-vote {
    padding: 15px 0;
    padding-bottom: 40px; }
.footer-vote .btn {
    max-width: 270px;
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 2px;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-transform: inherit;
    font-size: 22px;
    font-family: "Russia", Arial;
    padding: 10px 0;
    color: #fff; }
.footer-vote .btn i {
    font-size: 30px;
    top: 1px;
    color: #fff; }
.footer-vote .btn-ok {
    background: #158015 linear-gradient(#4ea94e, #007100);
    border: 1px solid #398439 !important;
    color: #fff;
    margin-left: 15px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
    border-radius: 7px; }
.footer-vote .btn-ok:hover {
    background: #1d671d !important;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.28) !important; }
.footer-vote .btn-ok:active:focus {
    color: #fff; }
.footer-vote .btn-sm.btn-err {
    border: 1px solid #ce2d3a;
    background: #ce2d3a linear-gradient(#bb404a, #b1000e);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
    border-radius: 7px; }
.footer-vote .btn-sm.btn-err:hover {
    background: #8c151f !important;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.28) !important; }
.footer-vote .btn-sm.btn-err:active:focus {
    color: #fff; }

.copy {
    border-top: 1px solid #777;
    padding: 10px 0;
    font-family: "Russia", Arial;
    color: #878787;
    background: #e9edf4; }
.copy p {
    margin: 5px 0; }
.copy p a {
    color: #000;
    border-bottom: 1px solid #878caa;
    text-decoration: none !important; }

/* Modal */
.modal-content {
    border-radius: 0; }

.modal-header {
    background: #eef0f3;
    font-family: "Russia", Arial;
    padding: 15px 25px 12px 25px; }
.modal-header .modal-title .fa {
    font-size: 14px;
    color: #ce2d3a;
    margin-right: 15px; }
.modal-header .close {
    margin-top: -15px;
    top: 4px;
    position: relative;
    opacity: 1; }

.modal-body {
    font-family: "Russia", Arial;
    font-size: 15px;
    padding: 17px 24px; }

.modal-footer button {
    background: transparent;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 2px;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }

.modal-footer .btn-back {
    background: #ce2d3a linear-gradient(#bb404a, #b1000e);
    border-radius: 7px; }
.modal-footer .btn-back:hover {
    background: #8c151f !important; }

.modal-footer .btn-next {
    background: #158015 linear-gradient(#4ea94e, #007100);
    border-radius: 7px; }
.modal-footer .btn-next:hover {
    background: #1d671d !important; }

/* Buttons */
.btn-danger i,
.btn-danger .fa,
.btn-success i,
.btn-success .fa,
.btn-warning i,
.btn-warning .fa {
    color: white !important; }

.list-group {
    margin-left: 15px;
    margin-right: 15px; }

button.btn-vote--small.btn.btn-default.btn-all,
.form-vote.form-control.numbersOnly {
    border: 1px solid #eef0f3; }

/*
 * Login screen
 */
.form-horizontal {
    width: 320px; }

.login-form {
    background-color: #fbfbfb;
    border: none;
    padding: 20px 35px;
    margin: auto; }
.login-form .form-control {
    height: 50px;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #eef0f3;
    outline: none;
    box-shadow: none; }
.login-form .form-control:focus {
    border-color: #c6c6c6; }
.login-form [type="submit"] {
    height: 50px;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 15px; }
.login-form [type="submit"] .fa {
    font-size: 22px;
    top: 1px;
    margin-left: 5px;
    margin-right: 0; }
.login-form .btn-gos-auth {
    height: 50px;
    padding: 15px; }
.login-form .btn-gos-auth img {
    margin-top: -5px; }
.login-form .form-group:last-child {
    margin-bottom: 0; }

.navbar-login {
    margin-bottom: 0; }

/*
 * Emitents list
 */
.btn-vote-in {
    margin-right: -15px;
    padding: 7px 30px; }
.btn-vote-in .fa {
    margin-right: 0 !important; }

.meeting-items .thumbnail {
    background-color: white; }

.meeting-items .caption {
    padding: 0 15px; }

.meeting-items b {
    font-size: 14px;
    color: #777;
    display: block;
    font-family: "Russia Light", Arial; }

.meeting-account-stocks {
    padding-top: 23px; }

.meeting-item {
    padding: 0;
    margin-bottom: 35px !important; }
.meeting-item__title {
    font-family: "Russia Medium", Arial;
    margin-bottom: 35px; }

.vote-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px; }

.vote-status--going:before {
    content: "\f021";
    color: #6cc561;
    font-weight: normal; }

.vote-status--stop:before {
    content: "\f00d";
    color: #be433d;
    font-weight: normal; }

/*
%rotating {
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 1.4s;
	animation-delay: 0;
	transform-origin: center;
	animation-timing-function: linear;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
*/
/* Media */
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .tabs-control a {
        font-size: 18px; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .caption .form-group .col-xs-12 button {
        font-size: 20px; }
    .caption .form-group .col-xs-12 button i {
        font-size: 25px;
        margin-right: 15px;
        top: 1px;
        margin-top: 0; }
    .caption .form-group .col-xs-12 button .fa-el {
        top: 2px; }
    .list-group.block .list-group-item .col-md-9 {
        padding: 0; }
    .list-group.block .list-group-item .col-md-9 .col-md-4 {
        padding: 7px; }
    .list-group.block .list-group-item .col-md-9 .col-md-4 button i {
        margin-right: 10px;
        font-size: 20px; }
    .list-group.block .list-group-item .col-md-9 .col-md-4 button .fa-el {
        top: 4px; } }

@media only screen and (min-width: 767px) and (max-width: 910px) {
    .list-group.block h4 {
        font-size: 16px;
        padding: 18px;
        margin: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-vote--small {
        font-size: 12px !important; }
    .caption .form-group .col-xs-12 button {
        font-size: 15px !important; } }

@media screen and (min-width: 768px) {
    .list-group-item .col-md-3 {
        width: 24%; } }

@media screen and (max-width: 1199px) {
    .btn-vote--small {
        font-size: 15px; }
    #tab-list .tabs-control a .bottom-arr span {
        font-size: 16px; } }

@media screen and (max-width: 991px) {
    .btn-vote--small {
        font-size: 12px; } }

/* Mobile */
@media screen and (max-width: 768px) {
    .btn-vote, .btn-vote--small {
        margin-bottom: 0; }
    .btn-vote--small {
        font-size: 20px; } }

@media screen and (max-width: 580px) {
    .header-title {
        background-size: cover; }
    .header-title h2 {
        font-size: 37px; }
    .header-title img {
        width: 100%; } }

@media screen and (max-width: 465px) {
    .header-title {
        background-size: cover; }
    .header-title h2 {
        font-size: 27px; }
    .header-title img {
        width: 100%; } }

/* Tabs */
@media screen and (max-width: 768px) {
    .tabs {
        display: block; }
    .tabs li {
        width: initial;
        float: left;
        width: 27%; }
    .tabs li a {
        font-size: 15px; }
    .tabs li:hover span {
        border: none !important; }
    .tabs li:hover a {
        color: #ce2d2d; }
    .tabs .active span {
        border: none !important; }
    .tabs .active a {
        color: #ce2d2d !important; }
    .panel-box {
        margin-bottom: 15px; } }

.panel-default {
    box-shadow: none !important; }

/* Mobile footer */
@media screen and (max-width: 768px) {
    .footer-vote {
        text-align: center !important; } }

@media screen and (max-width: 574px) {
    .body-content {
        padding-top: 0;
        margin-bottom: 0; }
    .footer-vote {
        padding-bottom: 20px; }
    .footer-vote .fa-times {
        margin-left: -54px;
        margin-right: 23px; }
    .footer-vote button {
        margin-bottom: 15px; }
    .footer-vote .btn-ok {
        margin-left: 0; }
    .list-group {
        margin-left: 0;
        margin-right: 0; }
    .list-group .list-group-item {
        padding: 0 0 15px 0; }
    .meeting-account-footer {
        padding-top: 25px;
        text-align: center; }
    h1 {
        font-size: 24px; }
    ul li.tabs-control a {
        margin: 0 !important;
        padding: 0;
        height: 55px;
        line-height: 1; }
    ul li.tabs-control a .fa {
        display: block;
        margin-bottom: 5px; }
    .tabs li {
        width: 27%; }
    .btn-vote-in {
        margin: 0 auto; } }

.list-group-item .col-md-3, .list-group-item .col-md-9 {
    display: inline-block;
    float: none;
    vertical-align: middle; }

.numbersOnly {
    border: 1px solid #ddd !important; }

/************************/
.active.btn-success:hover, .stratch[data-q-value="For"]:active {
    color: #fff !important;
    background: #449d44 !important;
    border-color: #398439 !important; }

.active.btn-danger:hover, .stratch[data-q-value="Against"]:active {
    color: #fff !important;
    background: #ac2925 !important;
    border-color: #761c19 !important; }

.active.btn-warning:hover, .stratch[data-q-value="Abstain"]:active {
    color: #fff !important;
    background: #ec971f !important;
    border-color: #d58512 !important; }

/************************/
/************************/
.btn-eq i {
    color: #6cc561 !important; }

.btn-clear i {
    color: #be433d !important; }

/************************/
/************************/
.stratch[data-q-value="For"]:focus i {
    color: #6cc561; }

.stratch[data-q-value="Against"]:focus i {
    color: #be433d; }

.stratch[data-q-value="Abstain"]:focus i {
    color: #777; }

.stratch[data-q-value="For"]:active i, .stratch[data-q-value="Against"]:active i, .stratch[data-q-value="Abstain"]:active i {
    color: #fff; }

/************************/
/************************/
.meeting-items .btn-vote:focus i, .center-container .fa-sign-in {
    color: #333 !important; }

/* LAVR */
.header-title-login {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    margin-bottom: 0;
    border: none; }

.header-title-login .shadow {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 130px;
    opacity: 0.5; }

.header-title-login .container {
    position: relative;
    text-align: center; }

.center h2 {
    text-align: center;
    font-size: 48px;
    z-index: 10; }

.center img {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9; }

.center {
    position: relative; }

.logo-up {
    display: block !important;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 240px;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0; }

.login-bg {
    position: relative;
    min-height: 568px;
    width: 100%;
    background: url(../img/bg-panorama.jpg) center no-repeat;
    background-size: cover;
    height: calc(100vh - 200px); }

.alert {
    margin-bottom: 0;
    margin-top: 15px; }

.footer {
    height: 50px; }

.wrapper-cont {
    height: 100%;
    width: 100%; }

.form-wrapper {
    width: 560px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.golos {
    color: #fff;
    margin-bottom: 50px;
    margin-top: 10%; }

.golos h2 {
    font-size: 42px;
    margin-bottom: 0; }

.golos img {
    display: inline-block;
    margin-top: -20px; }

.bg-overlay-white {
    background: white;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.bg-overlay {
    background: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.toform {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 568px; }

.mobile-none {
    display: none; }

.help {
    text-align: right;
    font-size: 16px;
    white-space: nowrap; }

.help2 {
    white-space: nowrap; }

@media all and (max-width: 767px) {
    .logo-up {
        display: block !important; }
    .help {
        text-align: center; }
    .help2 {
        text-align: center; } }

@media all and (max-width: 600px) {
    .form-wrapper {
        width: 100%; }
    .golos {
        margin-bottom: 25px; }
    .golos h2 {
        font-size: 30px; }
    .golos img {
        width: 300px;
        margin-top: -13px; } }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cd272e; }

.navbar-default .navbar-toggle {
    border: none; }

.navbar-header button span:nth-child(2) {
    width: 30px; }

.navbar-header button span:last-child {
    width: 25px; }

/* ENDLAVR */
.date-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    content: "\f073";
    color: #868686;
    font-weight: normal;
    position: relative;
    top: -2px; }

.time-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    content: "\f017";
    color: #868686;
    font-weight: normal;
    position: relative;
    top: -1px; }

.people-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    content: "\f0c0";
    color: #868686;
    font-weight: normal;
    position: relative;
    top: -2px; }

.year-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    content: "\f022";
    color: #868686;
    font-weight: normal;
    position: relative;
    top: -1px; }

.none-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    content: "\f057";
    color: #f24343;
    font-weight: normal;
    position: relative;
    top: -1px; }

.user-status:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    content: "\f007";
    color: #6cc561;
    font-weight: normal;
    position: relative;
    top: -1px; }

blockquote > footer:before {
    content: none !important; }

.meeting-border {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    padding-left: 20px;
    margin: inherit; }

.meeting-column {
    padding: 16px;
    padding-left: 5px;
    white-space: nowrap; }

.meetings .meeting-border:nth-child(odd) {
    background-color: #fafafa; }

.meetings .meeting-border:last-child {
    border: none; }

@media all and (max-width: 1200px) {
    .btn-vote {
        font-size: 20px; }
    .btn .fa {
        font-size: 30px; }
    .btn-vote-in {
        padding: 10px 22px; } }

@media all and (max-width: 768px) {
    .meeting-column {
        text-align: center; }
    .meeting-border > div > form {
        position: relative;
        top: 0;
        left: calc(50% - 96px);
        right: 0;
        bottom: 0; }
    .meeting-border {
        padding-bottom: 26px; } }

.bg-user {
    position: relative;
    width: 700px;
    min-height: 636px;
    height: calc(100vh - 50px - 55px - 60px - 130px);
    margin: auto; }

.form-user {
    height: 636px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.panel-body {
    padding-right: 15px; }

.user-group {
    height: 55px;
    margin-bottom: 15px; }
.user-group div {
    width: 96%; }
.user-group label {
    width: 4%;
    margin-top: 20px;
    font-size: 25px;
    color: #8b8b8b;
    padding-left: 3px; }
.user-group span {
    margin-left: 0;
    color: #abacad;
    text-align: center; }
.user-group .form-control {
    box-shadow: none;
    border-color: #eee; }
.user-group .checkbox {
    margin-top: 20px; }

.user-send {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 25px; }

.email-send {
    position: relative;
    top: 5px; }

.help-icon {
    width: 4%;
    margin-top: 15px;
    font-size: 25px;
    color: #8b8b8b;
    padding-left: 3px; }

.user-save {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 40%;
    min-width: 183px;
    height: 55px;
    position: relative;
    margin: auto;
    font-size: 20px !important; }
.user-save i {
    position: relative;
    top: 1px !important;
    font-size: 20px !important; }

.user-save:focus i {
    color: black; }

.user-save:focus {
    border: none; }

.help-block {
    height: 55px;
    margin-bottom: 15px; }
.help-block div {
    padding-top: 15px;
    width: 96%; }
.help-block i {
    width: 4%;
    margin-top: 20px;
    font-size: 25px;
    color: #8b8b8b;
    padding-left: 3px; }
.help-block span {
    font-weight: normal;
    margin-left: 0;
    color: #abacad;
    text-align: center; }
.help-block .form-control {
    box-shadow: none;
    border-color: #eee; }
.help-block .checkbox {
    margin-top: 20px; }
.help-block a {
    position: relative;
    top: -6px;
    font-size: 13px;
    color: #8f8f8f;
    text-decoration: underline; }
.help-block a:hover {
    text-decoration: none; }
.help-block input[type=checkbox] {
    color: #8b8b8b; }

#user-footer {
    margin-top: 30px; }

@media all and (max-width: 767px) {
    .header-title .container h2, .header-title .container img {
        display: none; }
    .header-title {
        background: none; }
    .logo {
        display: block !important;
        position: absolute;
        z-index: 10;
        left: 0;
        width: 240px;
        top: 173px;
        right: 0;
        margin: auto;
        bottom: 0; }
    body:not(:-moz-handler-blocked) .logo {
        top: 86px; }
    .btn-vote--small, .btn-vote {
        margin-bottom: 15px; } }

@media all and (min-width: 768px) and (max-width: 1000px) {
    .logo {
        top: 0;
        width: 150px; }
    .header-title h2 {
        font-size: 35px; }
    .header-title img {
        width: 350px; }
    .header-title .container {
        top: 10px; } }

@media all and (max-width: 700px) {
    .bg-user {
        width: 100%;
        height: auto; }
    .form-user {
        position: relative; }
    .panel-heading {
        border-radius: 0; }
    .user-group {
        width: 100%; }
    .help-block {
        width: 100%; }
    .user-group div {
        width: 89.6666667%;
        padding-right: 0; }
    .help-block div {
        width: 91.6666667%; }
    .help-block i {
        width: 8.3333333%; }
    .user-save {
        margin-top: 20px; }
    .user-group label {
        margin-right: 10px; }
    #user-heading {
        display: none; }
    .panel-box {
        border: none; }
    #user-footer {
        margin-top: 0; }
    #user-navbar {
        margin-bottom: 10px; } }

a {
    color: #666;
    text-decoration: underline; }

a:hover, a:focus {
    color: #cd272e;
    text-decoration: none; }

li a {
    text-decoration: none; }

.tab-pane {
    margin-bottom: 10px; }
.tab-pane form > a {
    font-size: 18px; }

.panel-bg {
    background-color: transparent; }

.decision-small {
    text-align: left;
    margin: 20px;
    font-size: 16px;
    padding: 0; }
.decision-small span {
    color: #777; }

.collapse.fade.in {
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin: 0; }

.pad-left {
    text-align: left;
    padding-left: 20px; }

.fa-file-pdf-o {
    font-size: 18px;
    padding-right: 4px;
    color: #cd272e; }

@media all and (min-width: 0) and (max-width: 767px) {
    #navbar {
        padding: 0; }
    .caption a {
        font-size: 14px; }
    #m-nav {
        margin: 0 -15px; }
    #m-nav a {
        margin: 0; }
    #m-nav .m-nav .nav-child {
        display: none; }
    #m-nav .m-nav.open .nav-child {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        list-style: none !important;
        padding: 0 !important; }
    #m-nav .m-nav.open .nav-child a {
        background: #e7e7e7 !important;
        width: 100%; } }

body, html {
    font-family: "Russia Light",Arial; }

.header-menu {
    margin: 40px 0 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap; }
.header-menu__nav {
    height: 100%; }
.header-menu__nav #navbar {
    height: 100% !important;
    padding: 0; }
.header-menu--page-header {
    height: 100%;
    padding: 5px 0 10px; }
.header-menu--page-header h3 {
    font-family: 'Russia Medium';
    font-size: 28px;
    text-transform: uppercase;
    margin: 0; }

.header-menu__nav .nav > li > a {
    padding: 15px 0 25px; }

.header-menu__nav .nav > li > a:hover, .header-menu__nav .nav > li > a:focus, .header-menu__nav--active {
    text-decoration: none;
    background-color: #fff;
    box-shadow: inset 0 -3px 0 #cd272e; }

.header-menu > .col-md-6 {
    padding: 0; }

.icon-cont:before, .icon-lock:before, .icon-exit:before {
    color: #8b8b8b;
    font-size: 24px !important;
    margin-right: 8px;
    top: 50%;
    transform: translate(-50%, -50%); }

.main-container {
    min-height: inherit; }

.content-section {
    margin-bottom: 50px; }

.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff; }

.side-bar-wrapper {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
    background-color: #eff1f4;
    position: relative; }

.side-bar {
    padding: 35px 10px;
    transition: .3s linear;
    overflow-x: hidden; }

.side-bar, .side-bar__link {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear; }

.side-bar__link {
    font-size: 14px;
    display: block;
    color: #4e5561;
    position: relative;
    transition: .3s linear;
    text-decoration: none; }

.side-bar__menu ul {
    list-style: none;
    padding-left: 0; }

.side-bar__menu ul li {
    margin-bottom: 30px; }

.side-bar__link:hover, .side-bar__link:focus, .side-bar__link:active {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    color: #cd272e;
    text-decoration: none; }

.side-bar__link--active {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    color: #cd272e; }

.side-bar__link:hover::before, .side-bar__link:focus::before, .side-bar__link:active::before {
    width: 55px; }

.side-bar__link::before {
    content: '';
    height: 1px;
    width: 0;
    background-color: #cd272e;
    position: absolute;
    top: 50%;
    left: -65px;
    transition: .3s linear; }

.side-bar__link::before {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear; }

.side-bar__link--active::before {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear; }

.side-bar__link--active::before {
    width: 55px; }

.content-block {
    height: 100%;
    padding: 0px; }
.content-block li {
    margin-right: 10px; }

.content-block .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap; }

.content-block > ul.nav li a {
    margin: 0;
    font-family: 'Russia Medium';
    color: #333333;
    font-size: 17px;
    height: 55px;
    border: 1px solid #ddd;
    background-color: #f0f2f5;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    text-align: center;
    padding: 15px 20px; }

.content-block li.nav-item {
    width: 100%; }

.content-block > ul.nav li a:hover {
    color: #dc3b36;
    border-radius: 4px 4px 0 0;
    border: 1px solid #cecccc;
    border-bottom: 1px solid transparent; }

.tab-content {
    margin-top: 0px; }

.tab-pane-one, .tab-pane-lukoil {
    height: 100%;
    margin-top: 0px;
    border: 1px solid #ccc;
    border-top: 1px solid transparent; }

.tab-pane-lukoil {
    border-bottom: 1px solid #db2b36 !important; }

.content-block > .nav-tabs > li.active {
    background-color: #fff !important;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #db2b36;
    border-right: 1px solid #db2b36; }

.content-block > ul:last-child {
    margin-right: 0px !important; }

.content-block > .nav-tabs > li:last-child {
    margin-right: 0px !important; }

.content-block > .nav-tabs > li.active a {
    color: #db2b36; }

.content-block .icon-next:before {
    content: "\e90d";
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

.tab-content__items {
    height: 100%;
    padding: 40px 40px; }
.tab-content__items--header {
    margin-bottom: 20px; }
.tab-content__items--header h3 {
    margin: 0;
    font-family: 'Russia Medium';
    color: #333333; }
.tab-content__items--header p {
    font-family: 'Russia Medium';
    color: #cd282f;
    font-size: 16px;
    margin: 0; }

.panel-one-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
.panel-one-box .panel-one {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    height: 100%; }
.panel-one-box .panel-one__box {
    border: 1px solid;
    border-radius: 0;
    border-color: #eef0f3;
    height: 100%;
    border-top: 2px solid #db2b36; }
.panel-one-box .panel-one__box--heading {
    background: rgba(219, 43, 54, 0.14);
    font-family: "Russia Medium", Arial;
    padding: 15px 25px;
    position: relative;
    text-align: center;
    color: #242528;
    text-transform: uppercase;
    border-bottom: 1px solid #eef0f3; }

.panel-lukoil-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
.panel-lukoil-box .panel-lukoil {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 100%; }
.panel-lukoil-box .panel-lukoil__box {
    border: 1px solid;
    border-radius: 0px;
    border-color: #eef0f3;
    border-bottom-color: #db2b36;
    height: 100%; }
.panel-lukoil-box .panel-lukoil__box--heading {
    background: #db2b36;
    font-family: "Russia Medium", Arial;
    padding: 15px 25px;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }

.panel-body {
    padding: 20px;
    width: 100%;
    height: auto; }
.panel-body__info--date p {
    color: #898989;
    font-size: 13px;
    margin-bottom: 5px; }
.panel-body__info--date p span {
    color: #db2b36;
    padding-left: 20px; }
.panel-body__info--text p {
    color: #242528;
    font-family: "Russia Medium", Arial;
    font-size: 16px;
    margin-bottom: 5px; }
.panel-body__info--text p span {
    color: #db2b36; }
.panel-body__info--text--text-name {
    text-transform: uppercase; }
.panel-body__link {
    padding: 0px 20px; }
.panel-body__link--text {
    padding: 20px 0px; }
.panel-body__link--text a {
    text-transform: none;
    color: #cd282f; }

.panel-body__link--text:nth-child(n) {
    border-bottom: 1px solid #eef0f3; }

.panel-body__link--text:last-child {
    border-bottom: none !important; }

.panel-body__info--text-news p {
    font-size: 14px;
    text-transform: uppercase; }

.panel-body__info-underline:first-child {
    padding-top: 0px !important; }

.panel-body__info-underline:nth-child(n) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 10px; }

.panel-body__info-underline:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    padding-top: 10px; }

.content-block > .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff !important; }

.lukoil-dividends [class*="icon-"]:before, .pane-one-dividends [class*="icon-"]:before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px; }

.lukoil-dividends [class*="icon-"]:before {
    color: rgba(255, 255, 255, 0.6); }

.pane-one-dividends [class*="icon-"]:before {
    color: #db2b36; }

.panel-body__table {
    padding: 0 20px; }
.panel-body__table--left {
    padding: 10px 0; }
.panel-body__table--right {
    padding: 10px 0px 10px 20px; }

.panel-body__table .col-md-5, .panel-body__table .col-md-7 {
    padding: 0px; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px; }

.table-bordered {
    border: 3px solid transparent; }

.table-bordered > tbody > tr > td {
    color: #242528;
    font-family: "Russia Medium", Arial;
    font-size: 16px; }
.table-bordered > tbody > tr > td a {
    color: #db2b36; }
.table-bordered > tbody > tr > td span {
    color: #db2b36; }
.table-bordered > tbody > tr > td span.active {
    color: #6cc561; }
.table-bordered > tbody > tr > td span.col-black {
    color: #242528; }
.table-bordered > tbody > tr > td span.col-grey {
    color: #898989; }

.table-bordered > tbody > tr > td.name {
    width: 40%; }

.table-bordered > tbody > tr > td.date {
    color: #898989;
    font-size: 13px;
    font-family: "Russia Light"; }

th.data-list {
    width: 17%; }

.questions-text {
    color: #898989;
    font-size: 13px;
    padding-top: 10px; }
.questions-text a {
    color: #db2b36; }

.btn-export .icon-export:before {
    content: "\e915";
    color: #217346;
    position: relative;
    font-size: 22px;
    top: 6px;
    margin-right: 10px;
    line-height: 0px; }

.table-block--link {
    padding-top: 10px;
    border-top: 1px solid #c5cbd3; }

.one-docs {
    border-top: 1px solid #ccc; }

.doc-th--date {
    width: 13%; }

.doc-th--info {
    width: 29%; }

.btn-export-doc {
    padding: 40px 0px 0px; }

.table-bordered-account > tbody.doc-table > tr > td {
    position: relative; }

.table-bordered-account > tbody.doc-table [class*="icon-"]:before {
    font-size: 17px;
    top: 2px;
    margin-right: 5px;
    color: inherit; }

.table-bordered-account > tbody.doc-table span.icon-reg:before {
    color: #242528 !important; }

.table-bordered-account > tbody.doc-table span.icon-ready:before {
    content: "\e918";
    color: #6cc561 !important; }

.table-bordered-account > tbody.doc-table span.icon-draft:before {
    content: "\e91b";
    color: #898989; }

.table-bordered-account > tbody.doc-table span.icon-quest:before {
    content: "\e91c";
    color: #8b8b8b;
    position: absolute;
    right: 0px;
    top: 24%;
    left: auto;
    height: 30px;
    width: 30px; }

.hidden-block {
    display: none;
    position: absolute;
    bottom: 88%;
    right: 0px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.63);
    font-family: 'Russia Medium';
    color: #fff !important;
    padding: 5px 5px;
    text-align: left;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); }

.hover + .hidden-block:after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    border-color: rgba(0, 0, 0, 0.63) transparent transparent transparent;
    z-index: 1; }

.hover:hover + .hidden-block {
    display: block; }

.border-bottom {
    border-bottom: 1px solid #ccc;
    position: relative; }

.swiper-container.swiper-container-date {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    position: inherit; }

.swiper-button-next-date, .swiper-button-prev-date {
    background: none;
    position: absolute;
    top: 90%;
    bottom: 0px;
    height: 27px;
    z-index: 10;
    cursor: pointer;
    left: auto; }

.swiper-button-next-date {
    right: -20px; }

.swiper-button-prev-date {
    right: 15px; }

.swiper-button-next-date:before, .swiper-button-prev-date:before {
    font-family: "Russia Light";
    font-size: 35px;
    color: #b2b6ba;
    line-height: 0px; }

.swiper-button-next-date:before {
    content: ">"; }

.swiper-button-prev-date:before {
    content: "<"; }

.border-bottom .nav-tabs {
    border-bottom: none !important; }

.table-data-vivsit {
    margin: 0px !important; }

.visit-box {
    font-family: "Russia Light";
    color: #242528;
    font-size: 14px; }
.visit-box--header {
    font-family: "Russia Medium", Arial;
    color: #333333;
    font-size: 22px; }
.visit-box--header h3 {
    margin: 0px 0px 30px; }
.visit-box--text span {
    font-size: 16px;
    color: #242528;
    font-family: "Russia Medium", Arial; }
.visit-box--text-down {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 25px 0px 0px 15px; }
.visit-box--text-down p:before {
    content: '>';
    color: #cd282f;
    font-size: 16px;
    position: absolute;
    left: 0px;
    line-height: 18px; }
.visit-box--reg {
    border-top: 1px solid #ccc;
    padding: 25px 0px; }
.visit-box--reg p {
    color: #898989;
    margin-bottom: 0px; }
.visit-box--reg p span {
    color: #ce2d3a; }
.visit-box--list .list-header {
    border-bottom: 0px !important; }
.visit-box--list ol {
    padding-left: 30px;
    counter-reset: item; }
.visit-box--list ol li {
    list-style-type: none;
    display: block;
    position: relative;
    padding: 5px 0; }
.visit-box--list ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    text-align: center;
    border: 1px solid red;
    border-radius: 10px;
    color: red;
    line-height: 18px; }

.visit-box .alert {
    margin: 30px 0;
    padding: 25px 20px;
    position: relative; }

.visit-box .alert-warning {
    color: #cd282f;
    background-color: #fbf0f0;
    border-color: transparent;
    border-radius: 0; }

.visit-box .alert-dismissible .close {
    position: absolute;
    color: inherit;
    font-size: 40px;
    top: 47%;
    right: 7px;
    transform: translate(-50%, -50%);
    line-height: 0; }

.btn-block-visit [class*="icon-"]:before {
    font-size: 24px;
    position: relative;
    top: 5px;
    margin-right: 7px;
    line-height: 0; }

.visit-box--reg .icon-date::before {
    content: "\e913";
    color: #8b8b8b !important;
    position: absolute;
    right: 0px;
    font-size: 20px;
    top: 65% !important;
    transform: translate(-50%, -50%); }

.visit-box--reg .icon-arrow-down:before {
    content: "\e917";
    color: #ce2d3a !important;
    position: absolute;
    right: 5px;
    font-size: 7px;
    top: 68% !important;
    transform: translate(-50%, -50%); }

.check-box-block {
    margin-top: 20px; }

.check-box-block .checkbox {
    color: #898989;
    font-size: 14px; }
.check-box-block .checkbox a {
    color: #ce2d3a; }

.check-box-block input[type=checkbox] {
    display: none; }

.check-box-block input[type=checkbox]:checked + label:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    font-size: 11px;
    color: #b52727;
    text-align: center;
    line-height: 15px; }

.check-box-block .checkbox label:before {
    border-radius: 0; }

.check-box-block label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 1px solid #ccc;
    background-color: transparent; }

.btn-registration {
    margin: 20px 0; }

.modal-body-reg p {
    margin: 10px 0;
    color: #898989; }

.modal-header {
    background-color: transparent;
    font-family: "Russia", Arial;
    padding: 30px 25px 12px 25px;
    border-bottom: 0;
    position: relative; }
.modal-header h5 {
    font-size: 20px; }

.modal-content {
    border-radius: 6px; }

.modal-header button.close span {
    font-size: 36px;
    color: rgba(206, 45, 58, 0.21);
    position: absolute;
    right: -12px;
    line-height: 0; }

tbody.modal-body td {
    padding: 5px 0; }

td.modal-table {
    width: 30%;
    color: #898989; }

td.modal-table-cod {
    color: #cd282f; }

.img-cod-block {
    width: 220px;
    height: 150px;
    margin: 20px 0; }
.img-cod-block img {
    width: 100%;
    height: auto; }

.btn-modal-print {
    width: 60%;
    margin: 0 0 20px; }

.work-box--info {
    position: relative; }

.work-box--info .alert {
    padding: 25px 60px 25px; }

.work-box .icon-warning:before {
    position: absolute !important;
    top: 25px !important;
    left: 22px; }

.work-box__items--heading {
    text-align: left !important;
    text-transform: none !important; }
.work-box__items--heading h3 span.numbers {
    margin-right: 10px;
    display: block; }
.work-box__items--heading h3 span.numbers:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    background-color: transparent;
    text-align: center;
    border: 1px solid red;
    border-radius: 10px;
    color: red;
    line-height: 18px; }

.work-box__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
.work-box__btn--block {
    width: 20%;
    margin-right: 20px; }
.work-box__btn--block .btn-data-grey {
    font-size: 16px;
    color: #3c8b3c; }
.work-box__btn--block .btn-data-grey span {
    color: #cd282f; }

.panel-body-work p {
    font-size: 14px;
    color: #242528; }

.panel-body-work--radio {
    margin-left: 30px; }

.panel-title-work {
    padding-left: 20px; }

.work-block {
    counter-reset: item; }

.checkbox, .radio {
    display: none; }

.checkbox-custom, .radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative; }

.checkbox-custom, .radio-custom, .label {
    display: inline-block;
    vertical-align: middle; }

.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #ce372f;
    border-radius: 2px; }

.radio-custom, .radio:checked + .radio-custom::before {
    border-radius: 50%; }

.checkbox-custom, .radio-custom, .label {
    display: inline-block;
    vertical-align: middle;
    font-family: "Russia Light";
    font-size: 14px;
    color: #242528;
    font-weight: 100; }

.form-inline-work {
    margin: 10px 0; }
.form-inline-work .form-control {
    border-radius: 0; }

.form-inline-work label {
    color: #898989;
    margin-right: 5px; }

.form-group-one span {
    color: #ce372f; }

.form-group-two {
    margin-left: 10px;
    position: relative; }

.form-inline-work .icon-quest:before {
    margin-left: 10px;
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px; }

.form-inline-work .hidden-block {
    bottom: 39px;
    right: -131px; }

.form-inline-work .hover + .hidden-block:after {
    right: 50%; }

.work-box-city {
    border-top: none !important;
    padding: 0; }

.prepare-docs {
    height: 100%;
    padding: 30px 40px 20px; }
.prepare-docs--header h3 {
    font-family: "Russia Medium", Arial;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px; }
.prepare-docs--header p {
    margin-bottom: 0; }

.docs-body {
    font-size: 14px; }

td.docs-table {
    width: 36%; }

.panel-docs {
    background-color: transparent !important;
    margin-bottom: 30px; }

tbody.panel-docs-table {
    background-color: #fff; }
tbody.panel-docs-table a {
    color: #ce372f; }

thead.panel-docs-thead > tr > th {
    padding: 18px; }

th.panel-docs-width {
    width: 46%; }

tbody.panel-docs-table > tr > td {
    padding-left: 15px !important; }

tbody.panel-docs-table td:before, .panel-body__link--text:before {
    content: '>';
    color: #cd282f;
    font-size: 16px;
    position: relative;
    line-height: 18px;
    margin-right: 5px; }

thead.panel-docs-thead [class*="icon-"]:before {
    font-size: 20px;
    position: relative;
    line-height: 0;
    top: 4px;
    left: -5px; }

.redtext {
    color: red; }

.btn-block-work .icon-print:before {
    color: #8b8b8b; }

.btn-block-work .icon-backward:before {
    color: #fff; }

.btn-block-work [class*="icon-"]:before {
    margin-right: 11px; }

.btn-block-work .btn-data-green {
    font-size: 16px;
    position: relative; }
.btn-block-work .btn-data-green span {
    font-size: 27px;
    line-height: 0;
    position: relative;
    top: 3px;
    margin-left: 10px; }

.docs-data__table {
    background-color: #f5f7f8;
    border: 1px solid #ccc;
    padding: 20px 20px 30px; }
.docs-data__table--header {
    border-bottom: none !important;
    padding: 0 !important; }
.docs-data__table--one {
    margin-bottom: 30px; }
.docs-data__table--one a {
    text-decoration: none;
    color: #333; }
.docs-data__table--two {
    padding-top: 20px;
    margin-bottom: 0 !important;
    border-top: 1px solid #ccc; }
.docs-data__table--two ul {
    padding: 0; }
.docs-data__table--two ul li {
    list-style: none;
    padding: 5px 0; }
.docs-data__table--two ul li a {
    color: #db2b36;
    text-decoration: underline; }

.page-footer {
    background-color: #e9edf4;
    min-height: 170px;
    padding: 20px 0;
    border-top: 1px solid #a4a4a4; }
.page-footer__contact {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    text-align: right; }
.page-footer__contact a {
    color: #2b2728;
    text-decoration: none; }
.page-footer__license {
    font-size: 14px; }
.page-footer__license p {
    margin-bottom: 30px; }
.page-footer__phone {
    font-size: 24px;
    display: block; }
.page-footer__email {
    font-size: 18px;
    display: block;
    margin-top: 15px; }
.page-footer__copyright {
    border-top: 1px solid #a4a4a4;
    padding: 15px 0;
    font-size: 12px;
    color: #82858c; }
.page-footer__copyright-afonico {
    text-align: right;
    font-size: 13px;
    color: #82858c; }

.nav-tabs-links {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px !important; }

.nav-tabs-links a {
    font-size: 14px;
    font-family: "Russia Medium", Arial;
    text-decoration: none;
    padding: 10px 0; }

ul.nav-tabs-links li a {
    padding: 10px 0;
    height: auto;
    text-align: center; }

ul.nav-tabs-links li a:hover {
    border-bottom: 2px solid red; }

.nav-tabs-links > li > a:hover {
    border-color: transparent; }

.nav-tabs-links > li.active > a, .nav-tabs-links > li.active > a:focus, .nav-tabs-links > li.active > a:hover {
    border-color: transparent;
    border-bottom: 2px solid red !important; }

.panel-links {
    margin-bottom: 10px !important; }

.panel-heading-links {
    border: 1px solid #ddd !important;
    position: relative;
    border-radius: 0;
    padding: 15px 50px 15px 25px; }
.panel-heading-links h4 a {
    color: #242528;
    text-decoration: none !important; }
.panel-heading-links h4 a:hover, .panel-heading-links h4 a:focus {
    color: #cd272e; }
.panel-heading-links--normal {
    background-color: #fbf0f0 !important;
    border-top: 2px solid #db2b36 !important; }
.panel-heading-links--red {
    background-color: #db2b36 !important; }
.panel-heading-links--red:hover {
    background-color: #000 !important; }
.panel-heading-links--red h4 a {
    color: #fff !important; }

.panel-body-links {
    border: 1px solid #ddd;
    border-top-color: transparent !important; }
.panel-body-links p {
    color: #242528; }
.panel-body-links p span {
    font-family: 'Russia Medium'; }
.panel-body-links p a {
    color: #cd282f; }
.panel-body-links p a.phone-number {
    color: #242528;
    text-decoration: none; }

.all-links a {
    color: #cd272e !important; }
.all-links a.mail {
    text-decoration: underline; }

.panel-heading-links:before {
    position: absolute;
    content: "+";
    width: 20px;
    height: 20px;
    right: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    line-height: 19px;
    padding-left: 4px; }

.panel-heading-links--red:before {
    color: #cd272e;
    background-color: #fff; }

.panel-heading-links--normal:before {
    color: #fff;
    background-color: #cd272e; }

span.btn-plus {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0; }

.treatment-box {
    margin-bottom: 40px; }

.treatment__header {
    position: relative;
    padding: 20px;
    background-color: #fbf0f0; }
.treatment__header h4 {
    font-size: 20px;
    font-family: 'Russia Medium'; }

.treatment__forms {
    margin: 30px 0px 10px; }
.treatment__forms p {
    text-align: right;
    padding-top: 8px;
    color: #898989; }

.treatment__forms-two {
    margin: 20px 0; }
.treatment__forms-two p {
    color: #898989;
    margin-bottom: 0; }
.treatment__forms-two p span {
    color: #db2b36; }
.treatment__forms-two--items {
    margin-bottom: 20px; }

.table-data--form textarea.form-control {
    height: auto;
    border-radius: 0; }

.treatment .icon-comment:before {
    position: relative;
    font-size: 30px;
    line-height: 0;
    top: 5px;
    margin-right: 5px; }

.treatment-table .icon-new:before, .treatment-table .icon-in_work:before, .treatment-table .icon-complete:before {
    font-size: 30px !important;
    line-height: 0 !important;
    margin-right: 7px;
    top: 7px; }

.treatment-table .icon-new:before {
    color: #000 !important; }

.treatment-table .icon-complete:before {
    color: #6cc561 !important; }

.treatment__forms [class*="col-md-"] {
    padding-left: 0; }

.table-data--form-one:after {
    content: '';
    position: absolute;
    top: 19px;
    right: -13px;
    background-color: #cccccc;
    width: 11px;
    height: 1px; }

.treatment-table thead tr th {
    width: 29%; }

.treatment-table thead tr th:first-child {
    width: 15%; }

.panel-box-contacts {
    text-transform: inherit !important;
    text-align: left !important;
    height: 64px; }
.panel-box-contacts--heading {
    padding-top: 25px !important; }
.panel-box-contacts--heading span {
    font-family: 'Russia Light'; }
.panel-box-contacts--text ul {
    padding-left: 0; }
.panel-box-contacts--text ul li {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Russia Medium';
    list-style: none; }
.panel-box-contacts--text ul li span, .panel-box-contacts--text ul li a {
    color: #666666;
    font-family: 'Russia Light'; }

.box-contacts-bank {
    margin-bottom: 0 !important; }
.box-contacts-bank li {
    margin-bottom: 0 !important; }

ul.box-contacts li:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #eef0f3; }

.content-block-account > ul.nav li a {
    padding: 15px 36px; }

.table-bordered-account {
    border: 1px solid #ddd; }

.table-bordered-account [class*="icon-"]:before {
    color: #db2b36;
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    left: 0; }

.table-bordered-account .icon-arrow-down:before, .table-bordered-account .icon-arrow-up:before {
    font-size: 7px; }

.table-bordered-account-luk {
    border-bottom: 2px solid red; }

.table-bordered-account-topline {
    border-top: 2px solid red; }

.table-bordered-account-luk > thead {
    border-bottom: 2px solid red !important;
    color: #fff !important;
    background-color: #db2b36 !important; }

.table-bordered-account > thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #fcf0f1;
    color: #242528; }

.table-bordered-account > tbody {
    border-top: 3px solid transparent; }

.table-bordered-account > tbody > tr > td {
    color: #242528;
    font-size: 14px;
    font-family: "Russia Light";
    padding: 15px 8px; }

.table-bordered-account > tbody > tr > td.data {
    color: #898989;
    font-size: 13px;
    font-family: "Russia Light"; }

.table-data {
    margin: 20px 0px 40px; }
.table-data--text {
    padding-top: 8px; }
.table-data--text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #242528; }
.table-data--form {
    position: relative; }
.table-data--tab-date {
    padding: 8px 0 0;
    font-size: 16px;
    width: 75%;
    height: auto; }
.table-data--tab-date a {
    text-decoration: none;
    margin-right: 0;
    padding: 0 10px 10px; }
.table-data--tab-date a:hover {
    background-color: #fff;
    box-shadow: inset 0 -3px 0 #cd272e; }

.table-data-dev {
    margin: 20px 0 20px; }

.table > thead > tr > th {
    vertical-align: top; }

.form-control {
    height: 38px; }

.form-control:focus {
    border-color: none !important;
    outline: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.table-data--form > select {
    border-radius: 0px !important; }

.table-data--form-select {
    position: relative; }
.table-data--form-select:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 1px;
    background-color: #898989;
    top: 50%;
    right: -36px;
    transform: translate(-50%, -50%); }

.form-control-select {
    margin-right: 20px; }

.btn-lukoil {
    padding: 8px 0;
    color: #fff;
    font-family: 'Russia';
    border-radius: 0;
    width: 100%;
    text-align: center; }

.btn-lukoil-red {
    background-color: #db2b36; }

.btn-lukoil-red:hover, .btn-lukoil-red:focus {
    color: #fff;
    background-color: #aa1c22; }

.btn-lukoil-green {
    background-color: #6cc561; }

.btn-lukoil-green:hover, .btn-lukoil-green:focus {
    color: #fff;
    background-color: #62b357; }

.btn-lukoil-grey {
    background-color: #cccdcf;
}

.btn-lukoil-grey:hover, .btn-lukoil-grey:focus {
    color: #fff;
    background-color: #a7a7a8;
}

.btn-lukoil-grey:hover::after {
    content: attr(hint-title);
    color: #666666;
    font-family: 'Russia Light';
    z-index: 1;
    position: absolute;
    left: 10%; top: 100%;
    background-color: #cccccc;
}

.btn-data {
    padding: 8px 0;
    color: #fff;
    width: 100%;
    font-family: "Russia Medium", Arial;
    text-align: center;
    border-radius: 7px;
    border: none !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28); }

.btn-data-red {
    background-color: #a72824;
    padding: 12px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#db2b36), to(#a72824));
    background: -moz-linear-gradient(top, #db2b36, #a72824); }

.btn-data-red:hover, .btn-data-red:focus {
    color: #fff;
    background-color: #a72824;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
    background: -webkit-gradient(linear, left top, left bottom, from(#a72824), to(#db2b36));
    background: -moz-linear-gradient(top, #a72824, #db2b36); }

.btn-data-green {
    background-color: #419741;
    padding: 12px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#50b450), to(#419741));
    background: -moz-linear-gradient(top, #50b450, #419741); }

.btn-data-green:hover, .btn-data-green:focus {
    color: #fff;
    background-color: #419741;
    background: -webkit-gradient(linear, left top, left bottom, from(#419741), to(#50b450));
    background: -moz-linear-gradient(top, #419741, #50b450);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28); }

.btn-data-exp {
    color: #419741;
    padding: 12px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e4e4e4));
    background: -moz-linear-gradient(top, #fefefe, #e4e4e4); }

.btn-data-exp:hover, .btn-data-exp:focus {
    color: #419741;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#fefefe));
    background: -moz-linear-gradient(top, #e4e4e4, #fefefe); }

.btn-data-grey {
    color: #242528;
    padding: 12px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e4e4e4));
    background: -moz-linear-gradient(top, #fefefe, #e4e4e4); }

.btn-data-grey:hover, .btn-data-grey:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#fefefe));
    background: -moz-linear-gradient(top, #e4e4e4, #fefefe); }

.paddingnil {
    padding-left: 0 !important; }

.table-data--form > input.form-control {
    border-radius: 0; }

.box-inform {
    border-top: 1px solid #ddd;
    padding-top: 40px; }

.box-inform-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.box-inform-block__items {
    height: 100%;
    margin-bottom: 20px; }
.box-inform-block__items--header-nored {
    border-bottom: none !important;
    margin-top: 30px; }
.box-inform-block__items--header {
    border-bottom: 2px solid #db2b36;
    height: auto; }
.box-inform-block__items--header h3 {
    color: #db2b36;
    font-size: 14px;
    font-family: "Russia Medium";
    padding: 15px 0 15px;
    text-transform: uppercase;
    margin: 0; }
.box-inform-block__items--text ul {
    margin: 0;
    padding: 0; }
.box-inform-block__items--text ul li {
    list-style-type: none;
    color: #242528;
    padding: 5px 0;
    font-size: 13px; }
.box-inform-block__items--text ul li.text-upp {
    text-transform: uppercase;
    color: #db2b36; }
.box-inform-block__items--text ul li span {
    font-weight: bold; }
.box-inform-block__items--text ul li.add-inform {
    padding-left: 20px; }
.box-inform-block__items--text ul li.add-inform p {
    font-size: 14px;
    position: relative; }
.box-inform-block__items--text ul li.add-inform p:before {
    content: "\e90d";
    font-family: 'icomoon' !important;
    position: absolute;
    left: -2%;
    top: 9px;
    transform: translate(-50%, -50%);
    font-size: 11px;
    color: #ea3f33; }

.btn-block {
    margin: 20px 0px 10px; }

.btn-block-text p {
    color: #898989;
    font-size: 14px; }

.data-updated-block {
    margin: 20px 0px 0px; }
.data-updated-block--text p {
    color: #898989;
    font-size: 14px; }
.data-updated-block--text p span {
    color: #db2b36; }
.data-updated-block--message {
    padding: 30px 15px;
    background-color: #fcf0f1; }
.data-updated-block--message p {
    color: #db2b36;
    font-size: 14px;
    margin-bottom: 0px; }
.data-updated-block--message a {
    color: #db2b36; }
.data-updated-block--message a:hover {
    text-decoration: underline; }

.pane-one-account .icon-warning:before, .lukoil-account .icon-warning:before {
    content: "\e914";
    color: #cd282f;
    position: relative;
    font-size: 20px;
    top: 3px;
    padding-right: 5px; }

.pane-one-account .icon-date::before, .lukoil-account .icon-date::before {
    content: "\e913";
    color: #8b8b8b !important;
    position: absolute;
    right: 0px;
    font-size: 20px;
    top: 50%;
    transform: translate(-50%, -50%); }

span.icon-arrow-down.rotate:before {
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 5px; }

.grey {
    background-color: #f5f7f8; }

.content-block > .nav-tabs > li.active a, .content-block > .nav-tabs > li.active a span.icon-logo-reg:before {
    color: #db2b36; }

.icon-logo-reg:before {
    content: "\e928";
    color: #cd282f;
    font-size: 40px;
    position: relative;
    line-height: 25px;
}

.content-block-lukoil .icon-logo-reg:before {
    color: #333333;
    font-size: 40px;
    position: relative;
    line-height: 25px;
}

.table-data--text-find {
    padding-top: 0px !important;
    margin-right: 10px; }

.table-data--form-find > input.form-control {
    width: 280px;
    height: auto; }

.box-inform-block__items--text ul li span.text-grey {
    color: #898989;
    font-weight: 500; }

.panel-contacts {
    margin-bottom: 20px; }

ul.box-contacts li:first-child, ul.box-contacts-line li:nth-child(4) {
    padding-bottom: 10px;
    border-bottom: 1px solid #eef0f3; }


.nav > .werp-navbarUserBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

sup {
    cursor: pointer;
    user-select: none;
}

.button-save-row {
    background: transparent;
    border: unset;
    font-style: italic;
    text-decoration: underline;
}

.werp-navbar-UserForm {
    position: absolute;
    top: calc(100% - 5px);
    background-color: #eef0f3;
    width: calc(100% + 45px);
    padding: 0 30px 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: height 0.3s;
    height: 60px;
}
.row-col-class {
    display: flex;
}

.row-col-class > sup {
    top: 0;
}

.question-sup > .question-circle {
    border: 1px solid black;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    top: 0px;
    left: 4px;
    position: absolute;
    justify-content: center;
}

.question-sup > .question-circle:before {
    content: '?';
}


.password-row {
    position: relative;
}

.password-row .btn-eye {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 35px;
    height: 49px;
    border-radius: 2px;
    top: 1px;
    right: 1px;
    transition: background-color 0.15s;
    border: unset;
    background-color: transparent;
    padding: unset;
}

.password-row .btn-eye.activeButton {
    background-color: #e0e0e7;
}
.password-row .btn-eye:active g {
    fill: black;
}

.password-row input[type="password"]::-ms-reveal {
    display: none;
}

.password-row input.form-control {
    padding-right: 40px;
}

.heading-div {
    text-align: center;
}

.base-paging-block {
    padding-left: 15px;
}

.alert-block {
    font-size: 12px;
    color: red;
}

.center-content-row {
    display: flex;
    justify-content: center;
}