

/* Start:/local/css/global.css?1745329395746*/
/* Кнопки email и телефона на странице тикета в блоке с информацией о клиенте*/
.crm-entity-widget-client-actions-container {
    display: none;
}

/* Кнопка закрепления комментария */
.crm-entity-stream-section-top-fixed-btn {
    display: none;
}

.d-none {
    display: none!important;
}

.crm-kanban-item-connect {
    display: none;
}
.crm-kanban-item-contact {
    pointer-events: none;
}

#time-report-value {
    margin: 0 15px;
    height: 38px;
}

main .case {
    height: 100%;
    overflow-y: hidden;
}
main {
    height: 75% !important;
    padding-bottom: 0px;
}
.case .container {
    overflow-y: scroll;
}
.error-input {
    border-color: red;
}
/* End */


/* Start:/local/templates/analytics_login_new/template_styles.css?1774873912651*/
@media (max-width: 750px) {
	body .callback__title1 {
		font-size: 23px;
	}
}
.dev,
a.footer__link {
	text-decoration: underline;
}

a:hover {
	color: #2067b0;
	text-decoration: none;
}

.cur_link {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: green !important;
}

iframe {
	height: calc(100vh - 65px);
}

@media (max-width: 1024px) {
	.container {
		padding: 0 20px;
		width: calc(100% - 40px);
	}

	.header__wrap1 {
		flex-wrap: nowrap;
	}

	.header__logo {
		flex-wrap: nowrap;
		gap: 20px;
	}

	.header__contact-wrap {
		width: unset;
	}

	.dropmenu {
		right: 10px;
	}
}
/* End */


/* Start:/local/templates/analytics_login_new/css/normalize.css?17740120117719*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/analytics_login_new/css/main.css?177487379120062*/
@charset "UTF-8";

@font-face {
    font-family: 'RFDewiExpanded';
    src: url('/local/templates/analytics_login_new/css/../fonts/RFDewiExpandedBlack/RFDewiExpandedBlack.woff2') format('woff2'),
        /*       url('/local/templates/analytics_login_new/css/../fonts/RFDewiExpandedBlack/RFDewiExpandedBlack.ttf')  format('truetype'), */
    url('/local/templates/analytics_login_new/css/../fonts/RFDewiExpandedBlack/RFDewiExpandedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
    background: #ffffff!important;
}

main {
    flex: 1;
    height: 100%;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

ul li,
ol li,
menu li {
    list-style: none;
}

ul,
ol,
menu {
    display: block;
    margin: 0;
    padding-left: 0;
}

button, [type="submit"] {
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

.ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ibg img {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.btn1 {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    font-family: "RFDewiExpanded", sans-serif;
    font-weight: 900;
    color: #fff;
    background-color: #2D2D2D;
    padding: 16px 35px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
}

.btn1:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 17px solid #F8F8F8;
    border-left: 17px solid transparent;
}

.btn2 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    font-family: "RFDewiExpanded", sans-serif;
    font-weight: 900;
    color: #fff;
    background-color: #FF6D02;
    padding: 21px 49px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
}

.btn2:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 17px solid #fff;
    border-left: 17px solid transparent;
}

.hidden {
    display: none;
}

.site-wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    width: calc(100% - 60px);
    max-width: 1680px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}

.header__container1 {
    border-bottom: 1px solid #C4C4C4;
}

.header__wrap1 {
    padding-top: 15px;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    max-width: 442px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo-img {
    max-width: 180px;
    width: 100%;
}

.header__logo-text {
    max-width: 222px;
    width: 100%;
    font-size: 12px;
    line-height: 1.46;
    color: #878787;
}

.header__contact-wrap {
    max-width: 430px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__contact {
    max-width: 220px;
    width: 100%;
    position: relative;
}

.header__contact-text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    margin-bottom: 5px;
}

.header__tel {
    display: inline-block;
    font-family: "RFDewiExpanded", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #000;
}

.header__container2 {
    border-bottom: 1px solid #C4C4C4;
}

.header__wrap2 {
    padding: 25px 0;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu li {
    margin-right: 39px;
}

.header__menu li:last-child {
    margin-right: 0 !important;
}

.header__menu li.header__menu-item-ml {
    margin-left: auto;
    margin-right: 47px;
}

.header__menu li.header__menu-item-ml ~ li {
    margin-right: 47px;
}

.header__menu a {
    display: inline-block;
    letter-spacing: 0.03em;
    font-size: 13px;
    font-weight: 700;
    color: #2D2D2D;
    text-transform: uppercase;
}

.mainScreen {
    border-bottom: 1px solid #C4C4C4;
}

.mainScreen__container {
    padding-top: 90px;
    padding-bottom: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.callback {
    border-bottom: 1px solid #C4C4C4;
}

.callback__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -50px;
    min-height: calc(100vh - 200px);
}

.callback__wrap1 {
    width: 50%;
    padding: 103px 50px 127px 50px;
    position: relative;
}

.callback__bg1 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 102px;
}

.callback__bg2 {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 202px;
}

.callback__title1 {
    font-size: 54px;
    font-weight: 900;
    font-family: "RFDewiExpanded", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 68px;
    position: relative;
    margin-bottom: 30px;
}

.callback__title1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    height: 54px;
    background: url("/local/templates/analytics_login_new/css/../img/arrow3.svg") center no-repeat;
}

.callback__title1 b {
    display: block;
    font-weight: 900;
    color: #ff6e01;
}

.callback__text1 {
    max-width: 650px;
    width: 100%;
    color: #818181;
    font-size: 15px;
    line-height: 1.6;
}

.callback__wrap2 {
    width: 50%;
    padding: 80px 50px 50px 105px;
    background-color: #F8F8F8;
    border-left: 1px solid #C4C4C4;
}

.callback__title2 {
    font-size: 24px;
    font-weight: 900;
    font-family: "RFDewiExpanded", sans-serif;
    line-height: 1.21;
    text-transform: uppercase;
    max-width: 590px;
    width: 100%;
    margin-bottom: 37px;
}

.callback__title2 b {
    font-weight: 900;
    color: #ff6d02;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 570px;
    width: 100%;
}

.form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__text1 {
    width: 37%;
    color: #818181;
    font-size: 11px;
    line-height: 1.6;
}

.form__btn2 {
    display: block;
    width: 56.5%;
    padding: 21px 10px;
}

.input1 {
    display: block;
    width: 48%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    padding: 13px 0;
    margin-bottom: 36px;
}

.input1::-webkit-input-placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.input1::-moz-placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.input1::-ms-input-placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.input1::placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.textarea1 {
    display: block;
    width: 100%;
    height: 93px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 49px;
    resize: none;
}

.textarea1::-webkit-input-placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.textarea1::-moz-placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.textarea1::-ms-input-placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.textarea1::placeholder {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.footer__wrap1 {
    padding-top: 149px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__wrap3 {
    max-width: 220px;
    width: 100%;
}

.footer__logo {
    display: inline-block;
    max-width: 180px;
    width: 100%;
    margin-bottom: 20px;
}

.footer__tel-wrap {
    margin-bottom: 2px;
}

.footer__tel {
    display: inline-block;
    letter-spacing: 0.02em;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    font-family: "RFDewiExpanded", sans-serif;
    color: #000;
}

.footer__tel b {
    color: #ff6e01;
    font-weight: 900;
}

.footer__text1 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.footer__text2 {
    letter-spacing: 0.01em;
    font-size: 14px;
    line-height: 1.5;
}

.footer__nav {
    max-width: 960px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__menu:first-child a {
    font-weight: 600;
}

.footer__menu li {
    margin-bottom: 19px;
}

.footer__menu li:last-child {
    margin-bottom: 0;
}

.footer__menu a {
    display: inline-block;
    letter-spacing: 0.01em;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.footer__wrap2 {
    padding-top: 55px;
    padding-bottom: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.dev,
.footer__link,
.footer__text3 {
    font-size: 12px;
    color: #878787;
}


.dev, a.footer__link {
    text-decoration: underline;
}


.header__item-toggle {
    width: 23px;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    position: relative;
}

.header__item-toggle:after {
    content: '';
    width: 5px;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.5);
    border-radius: 50%;
}

.header__item-toggle:before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.5);
    border-radius: 50%;
}

.header__item-toggle-icon {
    width: 5px;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.5);
    border-radius: 50%;
}

.header__submenu {
    display: none;
}

.mainTitle {
    border-bottom: 1px solid #C4C4C4;
}

.mainTitle__bg-wrap {
    position: absolute;
    z-index: -1;
    left: calc(100% - 512px);
    bottom: 0;
    height: 10000px;
    width: 10000px;
    background-color: #F8F8F8;
    border-left: 1px solid #C4C4C4;
}

.mainTitle__bg1 {
    position: absolute;
    bottom: 205px;
    right: 100%;
    width: 152px;
}

.mainTitle__bg2 {
    position: absolute;
    bottom: 0;
    right: calc(100% + 50px);
    width: 202px;
}

.mainTitle__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.mainTitle__wrap1 {
    width: calc(100% - 512px);
    padding-top: 90px;
    padding-bottom: 106px;
}

.mainTitle__title {
    font-size: 50px;
    font-weight: 900;
    font-family: "RFDewiExpanded", sans-serif;
    text-transform: uppercase;
}

.mainTitle__wrap2 {
    max-width: 512px;
    width: 100%;
}

.mainTitle__text1 {
    font-size: 24px;
    line-height: 1.21;
    font-weight: 900;
    font-family: "RFDewiExpanded", sans-serif;
    text-transform: uppercase;
    padding-bottom: 62px;
    padding-right: 55px;
    padding-left: 51px;
    position: relative;
}

.mainTitle__text1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 63px;
    width: 35px;
    height: 34px;
    background: url("/local/templates/analytics_login_new/css/../img/arrow-down.svg") center no-repeat;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

.breadcrumbs li {
    color: #8A8A8A;
    font-size: 16px;
    margin-right: 5px;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs a {
    display: inline-block;
    color: #8A8A8A;
}

.breadcrumbs a:after {
    content: '/';
    display: inline-block;
    margin-left: 5px;
}


.case .container {
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    background: #eef2f5;
}

.case, .container {
    height: 100%;
}

.case__wrap2 {
    /*min-width: 200px;*/
    /*max-width: 220px;*/
    width: 220px;
    /*padding-left: 0;*/
    padding: 0 15px;
}

.case__wrap1 {
    flex: 1 1 100%;
}

.dropmenu {
    display: none;
    position: absolute;
    background: #fff;
    top: 60px;
    width: 195px;
    z-index: 10;
    margin-left: 34px;
    padding: 10px 0;
}


.dropmenu a {
    padding: 6px 20px;
    color: inherit;
    font-weight: 500;
    transition: all ease 0.3s;
    font-size: 14px;
}

.dropmenu a:last-child {
    color: #de0000;
}


.user__ava {
    width: 40px;
    height: 40px;
    background: #d4d4d4;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.user {
    display: flex;
    align-items: center;
    position: relative;
}

.user__name {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s;
}

.user::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 49px;
    z-index: 10;
}

.user__name::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #878787;
    border-bottom: 1px solid #878787;
    transform: rotate(-45deg);
    top: 12px;
    right: 15px;
}

.nav {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    padding-left: 10px;
}

.nav a {
    padding: 6px 0;
    color: inherit;
    font-weight: 500;
    transition: all ease 0.3s;
}

nav a:hover {
    opacity: 0.6;
}

.nav a.active {
    color: #ff5722;
    position: relative;
}

.nav a.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ff5722;
    left: -30px;
    top: 15px;
}

.user:hover .user__name::after {border-color: #000;}

.user:hover .dropmenu {
    display: flex;
    flex-direction: column;
}

.no-touch .btn1:hover {
    background-color: #FF6D02;
}

.no-touch .btn2:hover {
    background-color: #2D2D2D;
}

.no-touch .header__menu a:hover,
.no-touch .footer__menu a:hover,
.no-touch .breadcrumbs a:hover {
    text-decoration: underline;
}

.no-touch .footer__link:hover,
.no-touch .case__wrap3 p a:hover {
    text-decoration: none;
}

.no-touch .portfolio1__tab-list a:hover {
    background-color: #000;
    color: #fff;
}

.btn1:hover {
    background: #ff6e01;
}

.form__text1 a {
    color: #ff6d02;
    font-size: 14px;
}

.callback__wrap2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input1 {
    width: 100%;
}

.form__btn2 {
    margin-left: auto;
}

.form__wrap {
    width: 100%;
}

.btn2:hover {
    background-color: #2D2D2D;
}


@media screen and (max-width: 1280px) {

    .callback__title1 {
        font-size: 36px;

    }

}

@media screen and (max-width: 1024px) {

    .container {
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .callback__container {
        flex-direction: column;
        min-height: auto;
    }

    .callback__wrap1 {
        width: 100%;
        padding: 60px;
    }

    .callback__bg1 {
        right: 29px;
        width: 60px;
    }

    .callback__title1 {
        font-size: 28px;
        padding-top: 0;
    }

    .callback__title1:after {
        display: none;
    }

    .callback__text1 {
        font-size: 13px;
    }

    .callback__bg2 {
        width: 120px;
        right: 29px;
    }

    .callback__wrap2 {
        width: 100%;
        padding: 60px 40px;
    }

    h2.callback__title2 {}

    span.header__logo-img {
        margin-bottom: 5px;
    }

    .site-wrap {
        height: auto;
    }

    .footer__wrap2 {
        padding: 20px 0;
    }

    a.footer__link {
        margin: 10px 0 0;
    }

    a.dev.footer__dev {
        margin-top: 10px;
    }

}


/* End */


/* Start:/local/templates/analytics_login_new/css/reset.css?177401201187*/
.side-panel-overlay-open {
    width: 100%;
}

#header {
    display: none!important;
}
/* End */
/* /local/css/global.css?1745329395746 */
/* /local/templates/analytics_login_new/template_styles.css?1774873912651 */
/* /local/templates/analytics_login_new/css/normalize.css?17740120117719 */
/* /local/templates/analytics_login_new/css/main.css?177487379120062 */
/* /local/templates/analytics_login_new/css/reset.css?177401201187 */
