

/* Start:/local/include/css/custom.css?17471604465208*/
.template-bitrix24 .bx-im-bar.bx-im-bar-with-ol .bx-im-users-wrap {
    top: 148px;
}

.template-bitrix24 .bx-im-bar .bx-im-users-wrap {
    top: 100px;
}

/*Avivi: hide bitrix24 label*/
#copyright .bitrix24-copyright,
#copyright .footer-discuss-link {
    display: none !important;
}

/*Avivi: hide print btn */
#copyright span.footer-link:nth-child(4) {
    display: none !important;
}

/*Avivi: hide download app in messanger */
#bx-im-bottom-block {
    display: none !important;
}

/*Avivi: hide help in messanger */
#bx-help-block {
    display: none !important;
}

.logo img {
    background-color: transparent !important;
}

.av-frame {
    position: relative;
    z-index: 3000;
    overflow: auto;
    width: 100%;
    height: 99%;
}

.av-frame-loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    background: url(/bitrix/components/bitrix/main.ui.grid/templates/.default/images/loader.png) no-repeat 0 0;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

a.landing-license-banner,
#im-workarea-popup span.bx-im-fullscreen-apps,
#im-workarea-content .bx-messenger-box-topline-show,
#bx-desktop-tab-content-im .bx-messenger-box-topline-show,
#bx-desktop-tab-content-im .bx-messenger-chatlist-search-button {
    display: none !important;
}

/*hide anchor, landigs block settings*/
span.landing-ui-anchor-preview {
    display: none !important;
}

div.landing-ui-field-description span.fa-info-circle {
    display: none !important;
}

/*record video mark*/
.bx-videomessage-watermark {
    display: none !important;
}

/*hide links to helpdesk on*/
a[href^="https://helpdesk.bitrix24.com"] {
    display: none !important;
}

/*hide applications*/
a[href^="/marketplace/?"],
a[href^="/market/?"],
a[onclick^="BX.rest.Marketplace"],
a[onclick^="BX.Helper"],
span[onclick^="BX.rest.Marketplace"],
span[title="Applications"] {
    display: none !important;
}

a[data-item-id="activity_rest_applist"] {
    display: none !important;
}

span.crm-entity-add-app-link {
    display: none !important;
}

div.main-ui-filter-sidebar-item[data-id="applications"] {
    display: none !important;
}

/*hide sms conditions*/
div.crm-entity-stream-content-sms-conditions-container {
    display: none !important;
}

div.docs-template-info-inner>div:nth-child(2) {
    display: none !important;
}

div.bx-messenger-chatlist-search-button-wrap {
    display: none !important;
}

/*hide tell in company pulse*/
div.pulse-nav-item-footer {
    display: none !important;
}

/*hide question mark in company pulse*/
#pulse-company-general-help-icon,
#intranet-ustat-online-hint {
    display: none !important;
}

/* hide feedback btn in CRM analytics */
.pagetitle-flexible-space #crm-analytics-button {
    display: none !important;
}

/* hide useless help hint */
span[data-hint="Help"] {
    display: none !important;
}

/* hide applications in crm timeline */
div[data-id="activity_rest_applist"] {
    display: none !important;
}

/* hide no template in sites */
span.landing-item-contact {
    display: none !important;
}

.crm-entity-stream-content-sms-salescenter-container-absolute {
    display: none !important;
}

.av-one-wurld-error {
    /*padding: 20px;*/
    font-size: 16px;
    color: #2a2f36;
}

#popup-window-titlebar-one_wurld_error {
    padding-top: 20px;
    padding-bottom: 20px;
    height: unset;
}

.intranet-contact-center-title,
#intranet-contact-rest-list {
    display: none !important;
}

.side-panel-toolbar {
    right: 160px !important;
    bottom: 25px !important;
}

.b24-form .b24-form-field-agreement .b24-form-field-agreement-link {
    font-size: 16px;
}

.b24-form .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: unset;
}

/* Montis 17826: trips total labels */
span.ui-ms-label-inner {
    font-size: 12px;
    font-weight: bold;
}

.crm-list-top-bar .crm-toolbar-label1 {
    padding: 1px 13px 0px 13px;
}
.crm-toolbar-label1 .ui-label-success {
    background-color: #a6ca34;
}
.crm-toolbar-label1 .ui-label-success .ui-label-inner {
    color: white;
}
/*END trips total labels */
/* End */


/* Start:/local/include/css/ms/tooltip.css?1747680485321*/
.ms-tooltip {
	position: fixed;
	z-index: 9999999;
	max-width: 600px;
	padding: 16px;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	background: #fff;
	transform: translateY(8px);
	transition: opacity .3s;
	opacity: 0;
	font-size: 12px;
	font-weight: 700;
	pointer-events: none;
}

.ms-tooltip.is-show {
	opacity: 1;
}
/* End */


/* Start:/local/include/css/ms/preloader.css?1761085971495*/
.ms-preloader {
	display: flex;
	position: fixed;
	z-index: 99999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	pointer-events: none;
	background-color: var(--montis-white);
	transform: translateY(100%);
	transition: transform 0.3s;
}

.ms-preloader.is-active {
	transform: translateY(0);
	pointer-events: all;
}

.ms-preloader canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.ms-preloader video {
	max-width: 100%;
}
/* End */


/* Start:/local/templates/login/template_styles.css?176125273649835*/
html {
    height: 100%;
}

body {
    background: #c4ccd2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 650px;
    margin: 0;
    min-width: 1024px;
    padding: 0;

}

@font-face {
    font-weight: normal;
    /*    src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot');
        src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot?#iefix') format('embedded-opentype'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.woff') format('woff'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
    font-family: 'geometriamedium';
    /*    src: url('/local/templates/login/font/brownfox_-_geometria_medium-webfont.eot');
        src: url('/local/templates/login/font/brownfox_-_geometria_medium-webfont.eot?#iefix') format('embedded-opentype'),
             url('/local/templates/login/font/brownfox_-_geometria_medium-webfont.woff') format('woff'),
             url('/local/templates/login/font/brownfox_-_geometria_medium-webfont.ttf') format('truetype');*/
    src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot');
    src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/login/font/brownfox_-_geometria-webfont.woff') format('woff'),
    url('/local/templates/login/font/brownfox_-_geometria-webfont.ttf') format('truetype');
    /*    src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot');
        src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot?#iefix') format('embedded-opentype'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.woff') format('woff'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.ttf') format('truetype');*/
    /*    src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot');
        src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot?#iefix') format('embedded-opentype'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.woff') format('woff'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.ttf') format('truetype');*/
    /*    src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot');
        src: url('/local/templates/login/font/brownfox_-_geometria-webfont.eot?#iefix') format('embedded-opentype'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.woff') format('woff'),
             url('/local/templates/login/font/brownfox_-_geometria-webfont.ttf') format('truetype');*/
}

.in-view-detect-tag > * {
    --delay: 150ms;
    opacity: 0;
    transform: translate3d(0, 15px, 0);
}

.in-view-detect-tag > .in-view {
    transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
    transition-delay: var(--delay);
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.main-logo {
    display: inline-block;
    height: 87px;
    text-decoration: none;
    width: 226px;
}

.main-logo-ru {
    background: url("/local/templates/login/images/logo-ru1.png") no-repeat 0 0;
}

.main-logo-en {
    background: url("/local/templates/login/images/logo-en1.png") no-repeat 0 0;
}

.main-logo-ua {
    background: url("/local/templates/login/images/logo-ua1.png") no-repeat 0 0;
}

.b_line_gray {
    border: none;
    border-bottom: 1px solid #f2f2f2;
}

.log-main-table {
    border-spacing: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    /*background: url(/local/templates/login/images/bg_clouds_3.png) no-repeat center 69px;*/
    background: url(/local/templates/login/images/back-nature-cut-p.jpg) no-repeat center;
    background-size: cover;
}

.log-bottom-cell,
.log-top-cell {
    height: 25%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.log-main-cell {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.log-bottom-cap {
    display: inline-block;
    height: 70px;
    width: 50px;
}

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

.log-popup {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    text-align: left;
    width: 650px;
    position: relative;
    padding: 30px 35px;
}

.log-popup-text {
    padding: 0;
}

.log-popup-form {
    position: relative;
    z-index: 1;
}

.log-popup a {
    font-size: 14px;
    color: #2fc6f7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.log-popup a:hover {
    color: #1ab8eb;
    border-color: #1ab8eb;
}

.log-popup-header {
    vertical-align: bottom;
    text-transform: none;
    font-weight: normal;
    font-size: 32px;
    font-family: 'geometriamedium';
    line-height: 35px;
}

.log-popup-content {
    background-color: #f5f1d6;
    border-radius: 6px;
    padding: 13px 23px 15px;
}

.login-item {
    margin: 17px 0;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.login-item-alignment {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 1px;
}

.login-label {
    color: #7d9199;
    vertical-align: middle;
    font-size: 19px;
    font-family: 'geometriamedium';
}

.login-email-text {
    color: #555555;
    display: inline-block;
    font-weight: bold;
    font-size: 19px;
    height: 40px;
    line-height: 37px;
    text-shadow: 0 1px #fff;
    vertical-align: top;
}

.login-label-thin {
    font-size: 13px;
    font-weight: normal;
}

.login-captcha-img {
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}

.login-captcha-img img {
    display: block;
}

.login-inp {
    height: 50px;
    border-radius: 4px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 19px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    /* padding: 10px 6px; */
    padding: 5px 6px;
    outline: none;
    border: 2px solid #d5dde0;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    color: #555;
    vertical-align: middle;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    width: 100%;
}

.bx-ie8 .login-inp {
    padding-top: 7px;
}

.login-inp-error {
    border: 3px solid #f2cbcb;
    border-radius: 4px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.inp-error-text {
    color: #c40000;
    display: inline-block;
    font: italic 12px Georgia;
    vertical-align: middle;
}

.login-pass-complex {
    background-color: #e3ebed;
    border: 1px solid;
    border-color: #d9e0e1 #e0e7e9 #dde5e7;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #e0e7e9;
    box-shadow: inset 0 1px 0 #e0e7e9;
    height: 4px;
    margin: 8px 0 2px 199px;
    position: relative;
    width: 249px;
}

.login-pass-complex-bar {
    border-radius: 3px;
    height: 6px;
    left: 0;
    top: -1px;
    position: absolute;
}

.login-pass-complex-bar-red {
    background-image: -webkit-linear-gradient(top, #e15a5a, #c73838);
    background-image: -moz-linear-gradient(top, #e15a5a, #c73838);
    background-image: -ms-linear-gradient(top, #e15a5a, #c73838);
    background-image: -o-linear-gradient(top, #e15a5a, #c73838);
    background-image: linear-gradient(to bottom, #e15a5a, #c73838);
    -webkit-box-shadow: inset 0 2px 0 #f07e7e, inset 0 -1px 0 #c12222;
    box-shadow: inset 0 2px 0 #f07e7e, inset 0 -1px 0 #c12222;
}

.login-pass-complex-bar-yellow {
    background-image: -webkit-linear-gradient(top, #ecb822, #dc7a15);
    background-image: -moz-linear-gradient(top, #ecb822, #dc7a15);
    background-image: -ms-linear-gradient(top, #ecb822, #dc7a15);
    background-image: -o-linear-gradient(top, #ecb822, #dc7a15);
    background-image: linear-gradient(to bottom, #ecb822, #dc7a15);
    -webkit-box-shadow: inset 0 1px 0 #efa615, inset 0 2px 0 #efc428, inset -1px 0 0 #da860d;
    box-shadow: inset 0 1px 0 #efa615, inset 0 2px 0 #efc428, inset -1px 0 0 #da860d;
}

.login-pass-complex-bar-green {
    background-image: -webkit-linear-gradient(top, #a4c31e, #7eaa16);
    background-image: -moz-linear-gradient(top, #a4c31e, #7eaa16);
    background-image: -ms-linear-gradient(top, #a4c31e, #7eaa16);
    background-image: -o-linear-gradient(top, #a4c31e, #7eaa16);
    background-image: linear-gradient(to bottom, #a4c31e, #7eaa16);
    -webkit-box-shadow: inset 0 -1px 0 #7ca116, inset 0 1px 0 #a0c624, inset 0 2px 0 #bdd426;
    box-shadow: inset 0 -1px 0 #7ca116, inset 0 1px 0 #a0c624, inset 0 2px 0 #bdd426;
}

.login-item-domain {
    display: inline-block;
    border: 2px solid #c4c9bb;
    border-left: none;
    border-radius: 0 2px 2px 0;
    color: #555;
    height: 36px;
    margin-left: -1px;
    font-weight: bold;
    font-size: 17px;
    line-height: 35px;
    text-shadow: 0 1px #fff;
    text-align: center;
    vertical-align: top;
    padding: 0 8px;
}

.login-item-description,
.login-item-description-pas {
    color: #555;
    font-size: 12px;
    text-shadow: 0 1px #fff;
    padding: 6px 0 0 200px;
}

.login-item-description-pas {
    font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
}

.login-user-photo {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) no-repeat 0 -679px;
    display: none;
    height: 111px;
    top: 76px;
    left: 85px;
    position: absolute;
    width: 112px;
}

.login-user-photo-text {
    bottom: 7px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
}

.login-create-profile-soc-net .login-user-photo {
    display: block;
}

.login-create-profile-soc-net .login-label-name,
.login-create-profile-soc-net .login-label-surname {
    opacity: 0;
}

a.login-item-link {
    display: inline-block;
    border-bottom: 2px solid #cdf0ff;
    color: #2fc6f7;
    vertical-align: bottom;
    text-decoration: none;
    font-family: 'geometriamedium';
    line-height: 20px;
    position: relative;
    bottom: 3px;
    -webkit-transition: border-color ease-in-out .1s;
    transition: border-color ease-in-out .1s;
    text-transform: uppercase;
}

a.login-item-link:hover {
    border-bottom: 2px solid #2fc6f7;
}

.login-item-description .login-item-link {
    margin-top: 6px;
}

.login-intranet-logo-review {
    padding: 6px 37px 12px 12px;
    min-width: 467px;
}

.login-intranet-logo-rev-table {
    border: none;
    border-spacing: 0;
    height: 55px;
    width: 100%;
}

.login-intranet-logo-rev-cell {
    padding: 0 20px 0 0;
    width: 192px;
}

.login-intranet-logo-rev-text {
    color: #4f5866;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}

.login-intranet-logo-rev-logo {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) 0 -597px repeat-x;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}

.login-intranet-logo-rev-logo-text {
    color: #fff;
    display: inline-block;
    margin-right: 7px;
    max-width: 235px;
    line-height: 55px;
    overflow: hidden;
    vertical-align: top;
}

.login-intranet-logo-rev-logo-24 {
    color: #42c3ea;
    display: inline-block;
    line-height: 55px;
    vertical-align: top;
}

.login-inp-captcha {
    margin-left: 11px;
    vertical-align: middle;
    width: 115px;
}

.login-inp-active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25), 0 0 0 2px #cdd2d5;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25), 0 0 0 2px #cdd2d5;
}

/*.login-inp-error {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25), 0 0 0 2px #db2b2b;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25), 0 0 0 2px #db2b2b;
}*/

.login-file-block {
    display: inline-block;
    vertical-align: middle;
}

.login-file-name-field {
    background-color: #fff;
    border: 1px solid;
    border-color: #b9bcbe #bdc1c3 #c1c5c8;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
    display: block;
    height: 39px;
    overflow: hidden;
}

.login-file-btn-wrap {
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
    position: relative;
}

.login-file-btn {
    background-color: #ecf1f3;
    background-image: -webkit-linear-gradient(top, #f9f9fa, #dee9ec);
    background-image: -moz-linear-gradient(top, #f9f9fa, #dee9ec);
    background-image: -ms-linear-gradient(top, #f9f9fa, #dee9ec);
    background-image: -o-linear-gradient(top, #f9f9fa, #dee9ec);
    background-image: linear-gradient(to bottom, #f9f9fa, #dee9ec);
    border: 1px solid;
    border-color: #e8e4ca #d0ccb5 #a3a08e;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255, 255, 255, .4), 0 1px 0 #dcd8c0;
    box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255, 255, 255, .4), 0 1px 0 #dcd8c0;
    color: #7a808c;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    min-width: 70px;
    max-width: 250px;
    overflow: hidden;
    padding: 0 12px;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 1px rgba(255, 255, 255, .7);
    vertical-align: top;
    white-space: nowrap;
}

.login-file-btn-wrap:hover .login-file-btn {
    background-color: #f5f7f8;
    background-image: -webkit-linear-gradient(top, #fafafa, #f1f6f7);
    background-image: -moz-linear-gradient(top, #fafafa, #f1f6f7);
    background-image: -ms-linear-gradient(top, #fafafa, #f1f6f7);
    background-image: -o-linear-gradient(top, #fafafa, #f1f6f7);
    background-image: linear-gradient(to bottom, #fafafa, #f1f6f7);
}

.login-file-btn-wrap:active .login-file-btn {
    background-color: #c5d4cc;
    background-image: -webkit-linear-gradient(top, #bbccc3, #cddad2);
    background-image: -moz-linear-gradient(top, #bbccc3, #cddad2);
    background-image: -ms-linear-gradient(top, #bbccc3, #cddad2);
    background-image: -o-linear-gradient(top, #bbccc3, #cddad2);
    background-image: linear-gradient(to bottom, #bbccc3, #cddad2);
    -webkit-box-shadow: inset 0 1px 1px 1px rgba(122, 128, 141, .78);
    box-shadow: inset 0 1px 1px 1px rgba(122, 128, 141, .78);
    border-color: #f5f1d6;
    border-radius: 2px;
}

.login-file-inp {
    cursor: pointer;
    font-size: 50px;
    top: -10px;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.login-item-checkbox {
    margin-bottom: 11px;
    overflow: hidden;
    padding: 6px 0 0 192px;
}

.log-popup-content .login-item-checkbox {
    padding-left: 200px;
}

.login-alignment-checkbox {
    display: inline-block;
    height: 17px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}

.login-item-checkbox input[type="checkbox"] {
    margin: 0 7px 0 2px;
    vertical-align: middle;
}

.login-item-checkbox-label {
    color: #5e5d5d;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    line-height: normal;
}

.bx-ie8 .login-item-checkbox-label {
    padding-top: 2px;
}

.login-links {
    margin: 14px 0;
}

.login-inp-wrap {
    padding-top: 7px;
}

.login-item-checkbox .login-links {
    margin: 11px 0 0;
    font-size: 14px;
}

.login-item-checkbox .login-links a {
    font-size: 14px;
    text-decoration: none;
}

.login-item-checkbox .login-links a:hover {
    text-decoration: underline;
}

.login-links a {
    font-size: 16px;
    color: #2fc6f7;
}

.login-link-forgot-pass {
    display: inline-block;
    border-bottom: 2px solid #cdf0ff;
    color: #2fc6f7;
    text-decoration: none;
    font-family: 'geometriamedium';
    line-height: 20px;
    position: relative;
    -webkit-transition: border-color ease-in-out .1s;
    transition: border-color ease-in-out .1s;
    margin-left: 15px;
    text-transform: uppercase;
}

.login-social-networks {
    border-top: 1px solid #ecedee;
    margin: 27px -24px 0;
    padding: 19px 24px 0;
    text-align: left;
}

.login-social-networks-block {
    background-color: #ecf1f5;
    border-radius: 6px;
    border: 1px solid;
    border-color: #c0d8e5 #d6e4ed #e5edf2;
    -webkit-box-shadow: inset 0 1px 1px #d6e4ed;
    box-shadow: inset 0 1px 1px #d6e4ed;
    min-height: 39px;
    padding: 18px 17px 0 17px;
}

.login-social-net-yellow {
    padding: 16px 18px 15px;
}

.login-social-networks-text {
    color: #555;
    display: inline-block;
    font-size: 24px;
    min-width: 202px;
    margin-top: -4px;
    vertical-align: middle;
}

.bx-auth-serv-icons {
    display: inline-block;
    vertical-align: middle;
}

.bx-auth-serv-icons a {
    display: inline-block;
    vertical-align: middle;

}

.bx-auth-serv-icons a:hover {
    border: none !important;
    margin: 1px !important;
}

.bx-auth-serv-icons .bx-auth-serv-icon, .bx-ss-selected span {
    background: url('/local/templates/login/images/soc6.png') no-repeat 100px 100px;
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 0 8px 0 0;
    padding: 0;
    vertical-align: top;
    /*	border: 1px solid red;*/
}

.bx-auth-serv-icons .facebook {
    background-position: -166px -15px;
}

.bx-auth-serv-icons .yandex {
    background-position: -116px -15px;
}

.bx-auth-serv-icons .twitter {
    background-position: -216px -15px;
}

.bx-auth-serv-icons .openid-mail-ru {
    background-position: -69px -15px;
}

.bx-auth-serv-icons .liveid {
    background-position: -362px -15px;
}

.bx-auth-serv-icons .vkontakte {
    background-position: -314px -15px;
}

.bx-auth-serv-icons .google,
.bx-auth-serv-icons .google-plus {
    background-position: -691px -15px;
}

.bx-auth-serv-icons .openid {
    background-position: -553px -15px;
}

.bx-auth-serv-icons .livejournal {
    background-position: -459px -15px;
}

.bx-auth-serv-icons .liveinternet {
    background-position: -506px -15px;
}

.bx-auth-serv-icons .blogger {
    background-position: -598px -15px;
}

.bx-auth-serv-icons .mymailru {
    background-position: -265px -15px;
}

.bx-auth-serv-icons .odnoklassniki {
    background-position: -644px -15px;
}

.bx-auth-serv-icons .dropbox {
    background-position: -738px -15px;
}

.bx-auth-serv-icons .box {
    background-position: -785px -15px;
}

.bx-auth-serv-icons .office365 {
    background-position: -832px -15px;
}

.bx-auth-serv-icons .bitrix24 {
    background-position: -1151px -15px;
    width: 115px;
}

.bx-auth-serv-icons .bitrix24-ru {
    background-position: -879px -15px;
    width: 129px;
}

.bx-auth-serv-icons .bitrix24-ua {
    background-position: -1018px -15px;
    width: 123px;
}

.login-social-networks-popup-more {
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
    box-shadow: 0 6px 11px rgba(0, 0, 0, .17);
    border: 1px solid;
    border-color: #e1e1e1 #d1d1d1 #d1d1d1 #d1d1d1;
    left: 547px;
    position: absolute;
    width: 39px;
    min-height: 24px;
    z-index: 1000;
    padding: 5px;
}

.login-social-networks-popup-more a {
    padding-bottom: 4px;
}

.login-social-networks-popup-hidden {
    display: none;
}

.login-social-networks-link-more {
    color: #7a808c;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    line-height: 20px;
    vertical-align: middle;
    min-width: 32px;
    text-shadow: 0 1px #fff;
    text-align: center;
    padding: 0 17px 0 9px;
    position: relative;
}

.login-social-networks-link-more:before {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) no-repeat right -575px;
    content: '';
    height: 5px;
    top: 9px;
    right: 6px;
    position: absolute;
    width: 7px;
}

.login-create-profile {
    /*	border-bottom: 1px solid #e5e5e5;*/
    padding-bottom: 28px;
    position: relative;
}

.login-create-profile .login-item {
    padding-left: 23px;
}

.login-create-profile-title {
    color: #555;
    font-size: 24px;
    padding: 13px 0 16px 19px;
}

.login-forget-pass {
    padding: 12px 0 0 224px;
}

.login-create-promo-cod {
    padding-left: 225px;
}

a.login-create-promo-cod-link {
    display: inline-block;
    color: #2067b0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #2067b0;
    text-decoration: none;
}

.login-create-checkbox-agreement {
    margin-top: 18px;
    padding-left: 224px;
}

.login-create-checkbox {
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.login-create-checkbox-label {
    color: #000;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.login-create-agreement-link {
    display: inline-block;
    vertical-align: middle;
}

.login-social-networks-title {
    color: #a9b6c9;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 21px;
    text-align: right;
    vertical-align: middle;
    width: 180px;
}

.login-social-link {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    height: 22px;
    margin: 0 7px;
    vertical-align: middle;
    width: 22px;
}

.login-social-link:hover {
    border-color: #ccc;
}

.login-social-link img {
    display: block;
    margin: 0;
    border: none;
}

.log-popup-footer {
    height: 45px;
    padding-top: 17px;
    position: relative;
    text-align: center;
}

.log-popup-footer:before {
    background: #002d90 url(/local/templates/login/images/ld_blue_new.gif) center no-repeat;
    content: "";
    height: 0;
    width: 0;
}

.login-btn {
    background: #2fc6f7;
    color: #fff;
    display: inline-block;
    outline: none !important;
    border: none;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    font-family: 'geometriamedium';
    border-radius: 20px;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    font-size: 21px !important;
    -webkit-appearance: none;
}

a.login-btn {
    height: 38px;
    min-width: 110px;
    line-height: 37px;
    padding: 0 20px;
}

.bx-ie .login-btn {
    padding-top: 0;
}

.login-btn:hover {
    background: #1ab8eb;
    color: #fff;
}

.login-btn:active {
    background: #1a83bf;
    color: #fff;
}

.login-btn.wait {
    background: #002d90 url(/local/templates/login/images/ld_blue_new.gif) center no-repeat;
    background-size: auto 70% !important;
    color: rgba(0, 0, 0, 0);
}

.language-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    padding-right: 20px;
    width: 63px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 19px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.language-flag {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) no-repeat 100px;
    display: inline-block;
    margin-right: 10px;
    width: 46px;
    height: 12px;
    vertical-align: middle;
}

.language-box:hover {
    border-color: #d6d6d6;
}

.language-box.ru .language-flag {
    background-position: right -464px;
}

.language-box.en .language-flag {
    background-position: right -505px;
}

.language-box.de .language-flag {
    background-position: right -485px;
}

.language-box.ua .language-flag {
    background-position: right -540px;
}

.language-box.la .language-flag {
    background-position: right -685px;
}

.language-arrow {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) no-repeat -307px -528px;
    height: 3px;
    top: 11px;
    right: 5px;
    position: absolute;
    width: 5px;
}

.language-box-item .menu-popup-item-icon {
    display: none;
}

.language-box-item .menu-popup-item-text {
    margin-right: 2px;
    color: #727a87;
}

.language-box-item {
    padding-right: 25px;
}

.language-box-item .menu-popup-item-right {
    background: url("/local/templates/login/images/bx24-login-sprite5.png") no-repeat 100px;
    right: 5px;
    width: 17px;
}

.language-box-item.ru .menu-popup-item-right {
    background-position: -311px -459px;
}

.language-box-item.en .menu-popup-item-right {
    background-position: -311px -500px;
}

.language-box-item.de .menu-popup-item-right {
    background-position: -311px -480px;
}

.language-box-item.ua .menu-popup-item-right {
    background-position: -311px -536px;
}

.language-box-item.la .menu-popup-item-right {
    background-position: -311px -681px;
}

.language-box-item.ru:hover .menu-popup-item-right {
    background: url("/local/templates/login/images/bx24-login-sprite5.png") no-repeat -311px -459px #F0F0F0 !important;
}

.language-box-item.en:hover .menu-popup-item-right {
    background: url("/local/templates/login/images/bx24-login-sprite5.png") no-repeat -311px -500px #F0F0F0 !important;
}

.language-box-item.de:hover .menu-popup-item-right {
    background: url("/local/templates/login/images/bx24-login-sprite5.png") no-repeat -311px -480px #F0F0F0 !important;
}

.language-box-item.ua:hover .menu-popup-item-right {
    background: url("/local/templates/login/images/bx24-login-sprite5.png") no-repeat -311px -536px #F0F0F0 !important;
}

.language-box-item.la:hover .menu-popup-item-right {
    background: url("/local/templates/login/images/bx24-login-sprite5.png") no-repeat -311px -681px #F0F0F0 !important;
}

.language-value {
    color: #727a87;
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
    margin-top: 5px;
    vertical-align: top;
}

.errortext,
.notetext {
    display: flex;
    justify-content: center;
    max-width: 700px;
    background: transparent;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    color: #bb404c;
    font-size: 14px;
    min-height: 16px;
    margin: 0 auto 12px;
    text-shadow: 0 1px rgba(255, 255, 255, .89);
    padding: 10px 0 10px 42px;
    position: relative;
}

.notetext {
    background-color: #d6eecd;
    border-color: #b8cb9f #c7dcb6 #d1e8c6;
    color: #33823d;
    padding: 10px 0 10px 16px;
}

.errortext:before {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) no-repeat -293px -416px;
    content: "";
    height: 17px;
    left: 12px;
    width: 19px;
    margin-right: 6px;
}

.login-text-title {
    color: #505a6a;
    border-bottom: 1px solid #ecedee;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.login-text {
    color: #727a87;
    font-size: 14px;
    line-height: 22px;
}

.login-text-padding {
    padding: 0 46px;
}

.login-text-img {
    text-align: center;
}

.log-popup-caption-wrap {
    bottom: -1px;
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}

.log-popup-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #005e94;
    font-size: 15px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 25px;
    text-align: center;
    width: 100%;
}

.log-popup-caption a {
    color: #005e94;
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

.log-popup-caption a:hover {
    color: #FFF;
}

.log-creation-title {
    padding: 30px 0 37px;
    text-align: center;
}

.log-creation-title-text {
    color: #21619a;
    font-size: 38px;
}

.log-creation-title-descript {
    color: #555;
    font-size: 24px;
}

.log-status-bar {
    margin-bottom: 12px;
    text-align: center;
}

.log-status-bar-block {
    background-color: #766c51;
    border-top: 1px solid #5c543f;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 0 #766c51;
    box-shadow: inset 0 1px 0 #766c51;
    display: inline-block;
    margin-top: 28px;
    height: 23px;
    padding: 0 2px;
    width: 580px;
}

.log-status-bar-stripe-wrap {
    height: 20px;
    position: relative;
}

.log-status-bar-stripe {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) repeat-x 0 -817px;
    border-radius: 12px;
    height: 20px;
    left: 0;
    top: 1px;
    position: absolute;
}

.log-status-bar-descript {
    color: #555;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 1px #fff;
    padding: 6px 0 3px;
}

.log-popup-finish-text {
    color: #555555;
    font-size: 24px;
    text-align: center;
}

.log-popup-finish-text .login-item-link {
    border: none;
    font-size: 24px;
    text-decoration: underline;
}

.log-finish-btn-wrap {
    padding: 16px 0 0;
    text-align: center;
}

.log-creation-finish-title {
    padding-bottom: 18px;
}

.log-header-additional-wrap {
    display: inline-block;
    text-align: right;
}

.log-header-additional-text {
    border-bottom: 2px solid #cdf0ff;
    color: #2fc6f7;
    vertical-align: bottom;
    text-decoration: none;
    font-family: 'geometriamedium';
    line-height: 20px;
    position: relative;
    bottom: 3px;
    -webkit-transition: border-color ease-in-out .1s;
    transition: border-color ease-in-out .1s;
    font-size: 14px;
    text-transform: uppercase;
}

.login-tr-btn {
    color: #2fc6f7;
    border: 2px solid #2fc6f7;
    display: inline-block;
    outline: none !important;
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    font-family: 'geometriamedium';
    border-radius: 20px;
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-size: 21px !important;
}

.login-tr-btn:hover {
    color: #1ab8eb !important;
    border: 2px solid #1ab8eb;
}

.login-tr-btn.login-btn:active {
    color: #1ab8eb !important;
    border: 2px solid #1ab8eb;
}

.log-main-table {
    background: url(/local/templates/login/images/back-login.jpg) no-repeat center;
    background-size: cover;
    background-position: top center;
}

.main-logo {
    display: none;
}

.log-popup-caption {
    color: transparent;
}

.log-popup {
    background-color: transparent;
}

.login-inp {
    background-color: rgba(255, 255, 255, 1);
}

.log-popup-header {
    text-align: center;
}

.login-btn.wait {
    background: #002d90 url(/local/templates/login/images/ld_blue_new.gif) center no-repeat;
    pointer-events: none;
    cursor: pointer;
}

.login-btn {
    background-color: #002d90;
    transition: all 200ms;
}

.login-btn:hover {
    background: #f1f6f8;
    color: #002d90;
}

.log-popup a {
    color: #002d90;
    border-bottom: 2px solid transparent;
}

.log-popup a:hover {
    color: #002d90;
    border-bottom: 2px solid #5e6a85;
}

.login-email-text {
    text-shadow: none;
    color: #383838;
}

.login-text {
    color: #5e5d5d;
}

/*#002d90*/

/* border 2px solid #5e6a85 */

.log-popup {
    width: 370px;
    padding: 250px 30px 30px 30px;
}

.login-item {
    width: auto;
    margin: 0 0 16px;
}

.login-item--icon {
    position: relative;
}

.login-item-icon {
    position: absolute;
    top: calc(50% - 17px);
    left: 16px;
    width: 34px;
    height: 34px;
    background-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.login-item--login .login-item-icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTguNzk2IiBmaWxsPSIjMjMxRjIwIiByPSI1LjA4NCIvPjxwYXRoIGQ9Ik0zMC45NDMsMjUuNjg4SDE3LjA1NmMtMC45MDQsMC0xLjYzOCwwLjczMy0xLjYzOCwxLjYzOHYxMC4zMzdjMi41MDEsMS41NTQsNS40NDMsMi40NjcsOC42MDUsMi40NjcgICAgYzMuMTQyLDAsNi4wNjYtMC45MDIsOC41NTktMi40MzlWMjcuMzI2QzMyLjU4MiwyNi40MjIsMzEuODQ4LDI1LjY4OCwzMC45NDMsMjUuNjg4eiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48cGF0aCBkPSJNMjQsMEMxMC43NDUsMCwwLDEwLjc0NSwwLDI0czEwLjc0NSwyNCwyNCwyNHMyNC0xMC43NDUsMjQtMjRTMzcuMjU1LDAsMjQsMHogTTI0LjAyOSw0My44NDQgICBjLTExLjAyMywwLTE5Ljk1OS04LjkzNi0xOS45NTktMTkuOTU5UzEzLjAwNiwzLjkyNiwyNC4wMjksMy45MjZzMTkuOTU5LDguOTM2LDE5Ljk1OSwxOS45NTlTMzUuMDUyLDQzLjg0NCwyNC4wMjksNDMuODQ0eiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48L3N2Zz4=') !important;
}

.login-item--password .login-item-icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0yNCwwQzEwLjc0NiwwLDAsMTAuNzQ0LDAsMjRjMCwxMy4yNTQsMTAuNzQ2LDI0LDI0LDI0YzEzLjI1NiwwLDI0LTEwLjc0NiwyNC0yNEM0OCwxMC43NDQsMzcuMjU2LDAsMjQsMHogICAgTTI0LjE1OSw0NC4xMDRjLTExLjA5NSwwLTIwLjA4OS04Ljk5NC0yMC4wODktMjAuMDljMC0xMS4wOTQsOC45OTQtMjAuMDg4LDIwLjA4OS0yMC4wODhzMjAuMDg5LDguOTk1LDIwLjA4OSwyMC4wODggICBDNDQuMjQ4LDM1LjEwOSwzNS4yNTQsNDQuMTA0LDI0LjE1OSw0NC4xMDR6IiBmaWxsPSIjMjMxRjIwIi8+PHBhdGggZD0iTTMxLjkzOCwxNi4zODNoLTMuMzYxdi0yLjYxOGMwLTEuMzExLTAuOTU1LTIuMzczLTIuMTMzLTIuMzczaC00Ljg4NWMtMS4xNzgsMC0yLjEzMywxLjA2My0yLjEzMywyLjM3MyAgIHYyLjYxOGgtMi4wODdoLTEuMjc2Yy0xLjIwMSwwLTIuMTc0LDAuOTc0LTIuMTc0LDIuMTc1djE1Ljg3NmMwLDEuMjAxLDAuOTczLDIuMTc0LDIuMTc0LDIuMTc0aDE1Ljg3NSAgIGMxLjIwMywwLDIuMTc2LTAuOTczLDIuMTc2LTIuMTc0VjE4LjU1OEMzNC4xMTMsMTcuMzU2LDMzLjE0MSwxNi4zODMsMzEuOTM4LDE2LjM4M3ogTTIxLjM1NywxNC45MjggICBjMC0wLjc1OCwwLjU1Mi0xLjM3MSwxLjIzMS0xLjM3MWgyLjgyM2MwLjY4LDAsMS4yMywwLjYxMywxLjIzLDEuMzcxdjEuNDU1aC01LjI4NVYxNC45Mjh6IE0zMC42NSwzMS44ODkgICBjMCwwLjc5My0wLjY0MywxLjQzNC0xLjQzNiwxLjQzNEgxOC43NDRjLTAuNzkzLDAtMS40MzYtMC42NDEtMS40MzYtMS40MzRWMjEuNDE2YzAtMC43OTMsMC42NDMtMS40MzYsMS40MzYtMS40MzZoMTAuNDcxICAgYzAuNzkzLDAsMS40MzYsMC42NDMsMS40MzYsMS40MzZWMzEuODg5eiIgZmlsbD0iIzIzMUYyMCIvPjxwYXRoIGQ9Ik0yNCwyMy4zNzVjLTEuMTIxLDAtMi4wMzEsMC45MDgtMi4wMzEsMi4wMzFjMCwwLjQ4NiwwLjE4OCwwLjkxNiwwLjQ3MywxLjI2NGwtMC4wMjEsMC4wMDQgICBjMCwwLDAuNTI5LDAuNTE0LDAuNTI5LDEuMjQ4djEuNjYyYzAsMC41NzQsMC40NjYsMS4wNDEsMS4wNDEsMS4wNDFzMS4wNDEtMC40NjcsMS4wNDEtMS4wNDF2LTEuNzAzICAgYzAuMDA4LTAuMTYyLDAuMDY2LTAuNTQzLDAuNDAyLTEuMDQzYzAuMDA4LTAuMDE0LDAuMDA2LTAuMDIxLDAuMDE0LTAuMDM1YzAuMzU0LTAuMzYzLDAuNTg0LTAuODQ4LDAuNTg0LTEuMzk2ICAgQzI2LjAzMSwyNC4yODMsMjUuMTIzLDIzLjM3NSwyNCwyMy4zNzV6IiBmaWxsPSIjMjMxRjIwIi8+PC9nPjwvc3ZnPg==');
}

.login-item--email .login-item-icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0yNC4wNCwwYy0xMy4yNTUsMC0yNCwxMC43NDUtMjQsMjRzMTAuNzQ1LDI0LDI0LDI0czI0LTEwLjc0NSwyNC0yNFMzNy4yOTUsMCwyNC4wNCwweiBNMjQuMDY5LDQ0LjAwOCAgIEMxMyw0NC4wMDgsNC4wMjgsMzUuMDM1LDQuMDI4LDIzLjk2N1MxMywzLjkyNiwyNC4wNjksMy45MjZjMTEuMDY4LDAsMjAuMDQxLDguOTczLDIwLjA0MSwyMC4wNDFTMzUuMTM4LDQ0LjAwOCwyNC4wNjksNDQuMDA4eiIgZmlsbD0iIzIzMUYyMCIvPjxwYXRoIGQ9Ik0zNS4yNSwxNC41NzZIMTIuODNjLTEuMTA0LDAtMiwwLjg5Ni0yLDJ2MTQuODQ4YzAsMS4xMDQsMC44OTYsMiwyLDJoMjIuNDJjMS4xMDQsMCwyLTAuODk2LDItMlYxNi41NzYgICBDMzcuMjUsMTUuNDcyLDM2LjM1NCwxNC41NzYsMzUuMjUsMTQuNTc2eiBNMzMuNDEsMjguMTgxYzAsMS4xMDQtMC44OTYsMi0yLDJIMTYuMDY5Yy0xLjEwNCwwLTItMC44OTYtMi0ydi04LjA5OCAgIGMwLDAsMC4wMTMtMC42OTksMS4yOCwwYzAuMDE1LDAuMDA4LDAuMDIzLDAuMDExLDAuMDM3LDAuMDE4YzIuMDQ4LDEuMTcsNC4zNjIsMi4yNzgsNy42ODMsMy42NjcgICBjMC4yMjUsMC4wNzYsMC42OTUsMC4xNjUsMS4zNzctMC4wMDhjMy4yOTctMC45NzQsNi4wNzktMi4yODYsOC4xOTktMy40ODhsMC4wMDEsMC4wMDFjMCwwLDAuNzY0LTAuNDYyLDAuNzY0LDBWMjguMTgxeiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48L3N2Zz4=');
}

.login-item--captcha .login-item-icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0yNCwwQzEwLjc0NCwwLDAsMTAuNzQ1LDAsMjRjMCwxMy4yNTMsMTAuNzQ0LDI0LDI0LDI0YzEzLjI1NCwwLDI0LTEwLjc0NiwyNC0yNEM0OCwxMC43NDUsMzcuMjU0LDAsMjQsMHogICAgTTI0LjA3LDQ0LjA5Yy0xMS4wOTIsMC0yMC4wODMtOC45OS0yMC4wODMtMjAuMDgyYzAtMTEuMDkyLDguOTkxLTIwLjA4MywyMC4wODMtMjAuMDgzYzExLjA5LDAsMjAuMDgyLDguOTkxLDIwLjA4MiwyMC4wODMgICBDNDQuMTUyLDM1LjEsMzUuMTYsNDQuMDksMjQuMDcsNDQuMDl6IiBmaWxsPSIjMjMxRjIwIi8+PHBhdGggZD0iTTM0LjM3NSwxMi44MTNoLTIwLjc1Yy0xLjEwNSwwLTIsMC44OTUtMiwydjEwLjV2Mi41djcuMzc1bDUuNTg0LTMuNjk1bDAsMGwwLjAwNC0wLjAwMmwwLjU0NS0wLjM1OSAgIGMwLjgyOC0wLjQ5NCwyLjYwMS0xLjMxOCw1LjI4My0xLjMxOGgxMS4zMzRjMS4xMDQsMCwyLTAuODk2LDItMnYtMTNDMzYuMzc1LDEzLjcwOCwzNS40NzksMTIuODEzLDM0LjM3NSwxMi44MTN6IE0zMi40MzgsMjQuNDM4ICAgYzAsMS4xMDMtMC44OTYsMi0yLDJoLTIuMzI2Yy0wLjAyNywwLjAwMi0wLjA1MywwLjAxNi0wLjA4MiwwLjAxNmgtNS43NTljLTIuNzI5LDAtNC43MjgsMS4zNDQtNC43MjgsMS4zNDRsLTIuNjY4LDEuNzY2di00LjI2NiAgIHYtMS40NDV2LTYuMDdjMC0wLjYzOSwwLjUxOC0xLjE1NiwxLjE1Ni0xLjE1NmgxMC41MzFoMS40NjdoMi40MDhjMS4xMDQsMCwyLDAuODk1LDIsMlYyNC40Mzh6IiBmaWxsPSIjMjMxRjIwIi8+PC9nPjwvc3ZnPg==');
}

.login-item--icon .login-inp {
    height: 60px;
    margin: 0;
    padding: 0 16px 0 64px;
    border: 1px solid #ebebeb;
    background-color: #fff !important;
    border-radius: 30px;
    outline: none;
    font-size: 16px;
    transition: border-color .3s, box-shadow .3s;
}

.login-item--icon .login-inp:focus {
    box-shadow: 0 0 5px #094B85;
}

.login-inp:-internal-autofill-selected {
    background-color: #fff !important;
}

.login-inp:-webkit-autofill,
.login-inp:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s, border-color .3s, box-shadow .3s !important;
}

.login-item.login-text {
    color: #000;
}

.login-item-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}

.login-checkbox {
    display: flex;
    margin-right: 10px;
}

.login-checkbox input {
    position: absolute;
    opacity: 0;
}

.login-checkbox span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
    transition: box-shadow .3s;
}

.login-checkbox span:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 6px;
    width: 4px;
    height: 10px;
    border-right: 2px solid #094B85;
    border-bottom: 2px solid #094B85;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .3s;
}

.login-checkbox input:checked + span {
    box-shadow: 0 0 5px #094B85;
}

.login-checkbox input:checked + span:after {
    opacity: 1;
}

.log-popup-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0;
}

.login-btn {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 60px;
    border: 2px solid #094B85;
    border-radius: 40px;
    background-color: #094B85;
    font-size: 20px !important;
    transition: color .3s, width .3s;
    overflow: hidden;
}

.login-btn span {
    position: relative;
    z-index: 2;
    user-select: none;
}

.login-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    transform: translateY(100%);
    transition: transform .3s;
}

.login-btn:hover {
    background-color: #094B85;
    color: #094B85;
}

.login-btn:hover:before {
    transform: translateY(0);
}

.login-btn.wait {
    width: 60px;
    position: relative;
    background: #fff;
    animation: rotate 1s linear infinite;
    animation-delay: .3s;
    border-color: transparent;
}

.login-btn.wait::before, .login-btn.wait::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #FC4F17;
    background-color: transparent;
    transform: none;
    animation: prixClipFix 6s linear infinite;
}

.login-btn.wait::after {
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    width: 26px;
    height: 26px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #094B85;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    40%, 50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
}

.log-popup-footer .login-link-forgot-pass {
    margin: 10px 0 0;
    color: #000;
    text-transform: none;
}

.log-popup-footer .login-link-forgot-pass:hover {
    color: #094B85;
    border-bottom-color: #094B85;
}

.login-label--or {
    display: block;
    margin: 6px 0;
    color: inherit;
    font-size: 18px;
}

.login-item {
    display: flex;
}

.login-item.login-text {
    display: block;
    font-size: 12px;
    line-height: 1.25;
}

.login-item-captcha {
    overflow: hidden;
    margin: 20px 0;
    padding: 9px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}

.av-login {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #005f97;
}

.av-login *, .av-login *:before, .av-login *:after {
    box-sizing: border-box;
    outline: none;
}

.av-login__main {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
    text-align: center;
}

.av-login__main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 30% 0, 70% 100%, 0% 100%);
    transform: translateX(-100%);
    transition: transform .4s ease-in-out .4s;
    background-color: #fff;
}

.av-login__main.in-view:before {
    transform: translateX(0);
}

.av-login__main .errortext {
    --delay: 810ms;
    opacity: 0;
    transform: translate3d(0, 15px, 0);
}

.av-login__main.in-view .errortext {
    transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
    transition-delay: var(--delay);
    opacity: 1;
    transform: translate3d(0,0,0);
}

.av-login__back {
    --delay: 30ms !important;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none !important;
}

.av-login__back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}

.av-login__form {
    position: relative;
    z-index: 2;
    overflow: auto;
}

.av-login__popup {
    width: 76.6vh;
    max-width: 44%;
    padding: 40px 50px;
}

.av-login__subtitle {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 22px;
}

.av-login__subtitle svg {
    width: 110px;
    height: 28px;
    fill: currentColor;
}

.av-login__logo {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    aspect-ratio: 728 / 96;
}

.av-login__logo svg {
    width: 100%;
    height: 100%;
}

.av-login__group {
    max-width: 700px;
    margin: 0 auto;
}

.av-login__field {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 50px;
    background-color: #ff671c;
    color: #fff;
}

.av-login__field + .av-login__field {
    margin-top: 32px;
}

.av-login__field-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
}

.av-login__field-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
}

.av-login__field-input {
    width: 100%;
    padding-left: 16px;
    height: 60px;
    border: none;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    box-shadow: 0 0 0px 1000px #ff671c inset !important;
    -moz-box-shadow: 0 0 0px 1000px #ff671c inset !important;
    background-color: #ff671c !important;
    background-image: none !important;
    background-clip: content-box !important;
    -moz-background-clip: content !important;
    -moz-text-fill-color: #fff !important;
    transition: none !important;
    -webkit-box-shadow: 0 0 0px 1000px #ff671c inset !important;
    box-shadow: 0 0 0px 1000px #ff671c inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: none !important;
}

.av-login__field-input::placeholder {
    opacity: .6;
    color: #fff;
}

/* Remove browser autofill background and preserve text color */
/* Force orange background and white text on autofill */
.av-login__field-input:-webkit-autofill,
.av-login__field-input:-webkit-autofill:hover,
.av-login__field-input:-webkit-autofill:focus,
.av-login__field-input:-webkit-autofill:active,
.av-login__field-input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px #ff671c inset !important;
    box-shadow: 0 0 0px 1000px #ff671c inset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: none !important;
}

.av-login__field-input:-webkit-autofill::first-line {
    font-size: 16px !important;
}

/* Firefox autofill */
input.av-login__field-input:-moz-autofill,
input.av-login__field-input:-moz-autofill-shown,
input.av-login__field-input:-moz-autofill:hover,
input.av-login__field-input:-moz-autofill:focus,
input.av-login__field-input:-moz-autofill:active {
    box-shadow: 0 0 0px 1000px #ff671c inset !important;
    -moz-box-shadow: 0 0 0px 1000px #ff671c inset !important;
    background-color: #ff671c !important;
    background-image: none !important;
    background-clip: content-box !important;
    -moz-background-clip: content !important;
    color: #fff !important;
    -moz-text-fill-color: #fff !important;
    transition: none !important;
    font-size: 16px !important;
}

.av-login__remember {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.av-login__remember-label {
    display: flex;
    align-items: center;
    color: #ff671c;
    font-size: 18px;
    cursor: pointer;
}

.av-login__remember-label > span {

}

.av-login__remember-checkbox {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.av-login__remember-checkbox input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.av-login__remember-checkbox span {
    width: 34px;
    height: 34px;
    border: 3px solid #ff671c;
    border-radius: 6px;
}

.av-login__remember-checkbox span:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 13px;
    width: 8px;
    height: 16px;
    border-right: 3px solid #ff671c;
    border-bottom: 3px solid #ff671c;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .3s;
}

.av-login__remember-checkbox input:checked + span:before {
    opacity: 1;
}

.av-login__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 508px;
    margin: 0 auto;
}

.av-login__footer .login-btn {
    margin-bottom: 16px;
}

.av-login__forgot-pass {
    position: relative;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
}

.av-login__forgot-pass:before {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
}

.av-login__forgot-pass:hover:before {
    transform: scaleX(1);
}

.av-login__text {
    margin: 20px 0;
}

@media screen and (max-width: 1700px) {
    .av-login__main:before {
        clip-path: polygon(0 0, 35% 0, 70% 100%, 0% 100%);
    }

    .av-login__popup {
        max-width: 40%;
        padding: 38px 22px;
    }

    .av-login__subtitle {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .av-login__subtitle svg {
        width: 96px;
        height: 24px;
    }

    .av-login__logo {
        margin-bottom: 32px;
    }

    .av-login__field {
        padding: 0 16px;
    }

    .av-login__field-icon {
        width: 28px;
        height: 28px;
    }

    .av-login__field-input {
        height: 48px;
    }

    .av-login__field + .av-login__field {
        margin-top: 18px;
    }

    .av-login__remember {
        margin: 20px 0;
    }

    .av-login__remember-label {
        font-size: 18px;
    }

    .av-login__remember-checkbox span {
        width: 28px;
        height: 28px;
    }

    .av-login__remember-checkbox span:before {
        top: 7px;
        left: 11px;
        width: 7px;
        height: 12px;
    }

    .login-btn {
        height: 48px;
    }

    .login-btn.wait {
        width: 48px;
        border-color: transparent;
        color: transparent;
    }

    .login-item-captcha {
        margin: 16px 0;
        padding: 3px 8px;
    }

    .av-login__text {
        margin: 16px 0;
        font-size: 14px;
    }
}
/* End */
/* /local/include/css/custom.css?17471604465208 */
/* /local/include/css/ms/tooltip.css?1747680485321 */
/* /local/include/css/ms/preloader.css?1761085971495 */
/* /local/templates/login/template_styles.css?176125273649835 */
