/* stylelint-disable */

/*! normalize.css v8.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 iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important
}

/*  */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  list-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
}

.nowrap, .nowrap a {
	white-space: nowrap;
}
.ul {
	line-height: 25px;
	margin-left:15px;
}
.ul li {
	
}
.zoom-in {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.i_info  {
	width:20px;
	cursor:pointer;
	margin:0px 2px 0px 0px;
}


.link, .link a {
    color: #004688;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.link_underline {
    font-weight: bold;
    color: #004688;
    border-bottom: 1px solid #004688;
}
.link_underline--block a {
    font-weight: bold;
    color: #004688;
    border-bottom: 1px solid #004688;
}
.table-item-mobile {
	display:none;
}
.mobile_only {
	display:none;
}
.info div {
	padding:10px;
	font-size:16px;
	line-height:1.3;
}
.popup_info {
	padding:10px;
	font-size:16px;
	line-height:1.3;
}
.display-none {
	display:none;
}
.msg_err {
	margin:20px 0px 5px 20px;
	color:#db1d1d;
}
.jconfirm-content a {
    color: #004688;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.tox-statusbar__branding {
	display:none !important;
}

.login__container {
  /* max-width: 1270px; */
  /* margin: 0 auto; */
  margin: 0px 50px 0px 120px;
}

.login__header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.login__header-toggle {
  margin: 0;
  margin-right: 33px;
  margin-left: 5px;
  padding: 0;
  display: block;
  width: 36px;
  height: 26px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
}

.login__header-toggle--fixed {
  display: none;
}
.login__header-toggle span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: #004688;
}

.login__header-toggle span:first-child {
  top: 0;
}

.login__header-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.login__header-toggle span:last-child {
  bottom: 0;
}

.login__logoplace {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0;
}

.login__logoplace--inside {
  display: none;
}

.login__leftside .login__line {
  display: none;
}

.login__header-logo {
  width: 288px;
}
.login__header-logo-cust {
	max-width:155px;
}
.login__header-logo-promoprofit {

}
.login__header-logo-promoprofit img {
	display: block;
	width: 380px;
	margin: -20px 0px -8px 0px;
}

.login__header-logo img {
  display: block;
  width: 100%;
}

.login__header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 25%; */
}
.login__header-item {
  display: block;
  padding: 12px 15px;
  border: 1px solid #D8E0EC;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #004586;
  transition: all 0.3s;
  margin-left:20px;
}

.login__header-item:hover {
  box-shadow: #D8E0EC 5px 5px 10px;
}

.login__header-item span {
  padding-left: 25px;
  background-size: 16px;
}

.login__header-cabinet {
  background: url("/img/icons3/user.svg") left no-repeat;
}

.login__header-logout {
  background: url("/img/icons3/logout.svg") left no-repeat;
}

.login__line {
  height: 20px;
  width: 100%;
  background: #004688;
}

.login__wrap {
  padding: 30px 0;
}

.login__row {
  display: flex;
}
.login__row.center {
  justify-content: center;
  align-items: center;
}

.login__leftside {
  display: none;
  width: auto;
  max-width: 300px;
  float: none;
  margin-right: 53px;
  margin-right: 70px;
  min-width: 275px;
}

.login__leftside.active {
  display: block;
}

.login__leftside.leftside_deal{
	margin-right:10px;
}
.login__leftside-submenu {
    color: #444444;
    background: #F6FAFF;
    margin: 5px -20px 10px -20px;
    padding: 5px 0px 5px 0px;
    display:none;
}
.login__leftside-submenu3 {
    color: #444444;
    background: #F6FAFF;
	margin: 0px 0px 0px 10px;
    padding: 0px 0px 5px 0px;
    display:none;
}
.login__leftside-submenu3.menu_active {
    display:list-item;
}
.login__leftside-submenu3.active {
    display:list-item;
}

.login__leftside-submenu3 a:hover {
	background-color: #CCE3FF !important;
}
.login__leftside-submenu3 a::before {
	width: 6px !important;
	height: 6px !important;
}
.login__leftside-submenu.active {
    display:fixed;
}
.login__leftside-submenu a {
    color: #444444 !important;
}
.login__leftside-submenu a:hover {
    color: #444444 !important;
}
.login__leftside-submenu li{
	margin-bottom:0px !important;
}
.login__leftside-partner {
  margin-bottom: 15px;
  padding: 20px;
  background: #F6FAFF;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.login__leftside-partner span {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.login__leftside-partner span a {
  color: #004688;
}

.login__leftside-partner span:first-child b {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #004688;
}

.login__leftside-partner span:last-child {
  margin-bottom: 0;
}

.login__leftside-partner small {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #004688;
}

.login__leftside-item {
  background: #F6FAFF;
  border-radius: 10px;
  border: 1px solid #004688;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.login__leftside-item--blue {
  padding: 20px;
  background: #004688;
  border-radius: 10px;
}

.login__leftside-top {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: #004688;
}

.login__leftside-top a {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.3s;
}

.login__leftside-top a:hover {
  color: #CCE3FF;
}

.login__leftside-top a svg {
  transition: all 0.3s;
}

.login__leftside-top a svg path {
  transition: all 0.3s;
}

.login__leftside-top a:hover svg path {
  fill: #CCE3FF;
}

.login__leftside-top a:hover svg {
  transform: translateX(5px);
}

.login__leftside-item--first .login__leftside-top a {
  font-size: 24px;
  line-height: 29px;
}

.login__leftside-title {
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease;
}

.login__leftside-title a {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #004586;
  transition: background 0.3s;
}

.login__leftside-title a:hover {
  background: #CCE3FF;
}

.login__leftside-title svg,
.login__leftside-top svg {
  margin-left: 9px;
  margin-top: 2.6px;
}

.login__leftside-title svg {
  transition: all 0.3s;
}

.login__leftside-title a:hover svg {
  transform: translateX(5px);
}

.login__leftside-content {
  padding-top: 7px;
}

.login__leftside-menu {
  margin: 0;
  list-style-type: none;
}

.login__leftside-menu a {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #38373E;
  padding-left: 35px;
  padding-right: 20px;
  transition: background-color 0.3s;
}

.login__leftside-menu a::before {
  width: 100%;
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004688;
}
.login__leftside-menu-ugc a::before {
  background: #F8990A;
}


.login__leftside-menu a:hover {
  background-color: #CCE3FF;
}
.login__leftside-menu .active a {
  background-color: #CCE3FF;
}
.login__leftside-menu .menu-active a {
  background-color: #CCE3FF;
}
a.menu-active {
  background-color: #CCE3FF;
}
.login__leftside-conditions-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.login__leftside-conditions-list li:hover {
  background: #CCE3FF;
}

.login__leftside-conditions-list li.active {
  background-color: #CCE3FF;
}
.login__leftside-conditions-list li.menu-active {
  background-color: #CCE3FF;
}

.login__leftside-conditions-list li:last-child {
  margin-bottom: 0;
}

.login__leftside-conditions-text {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
}

.login__leftside-conditions-text:hover {
  background: #CCE3FF;
}

.login__leftside-conditions-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

span.login__leftside-conditions-text-add-deal-svg {
	font-size:16px;
	line-height: 24px;
	padding-right:6px;
}

span.login__leftside-conditions-text-add-deal {
	font-size:14px;
	line-height:18px;
}


.login__leftside-conditions-text svg {
  margin-left: 5px;
}

.login__leftside-conditions-btn {
  display: block;
  background: none;
  border: none;
}

.login__leftside-conditions-btn img {
  border-radius: 100px;
  margin-right: 7px;
}

.login__leftside-conditions-btn--on img.off {
  display: none;
}

.login__leftside-conditions-btn--off img.on {
  display: none;
}

.login__leftside-conditions-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #444444;
}

.login__leftside-conditions-item a {
  position: relative;
  top: 2px;
  margin-left: 5px;
    color: #444444;
}

.login__leftside-list li {
  margin-bottom: 8px;
}

.login__leftside-list a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: color 0.3s;
}

.login__leftside-list a:hover {
  color: #CCE3FF;
}

.login__leftside-list a svg path {
  transition: fill 0.3s;
}

.login__leftside-list a:hover svg path {
  fill: #CCE3FF;
}

.login__leftside-deals {
  padding-top: 15px;
}

.login__leftside-list-icon {
  margin-right: 10px;
}

.login__leftside-logout {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}

.login__leftside-logout span {
  margin-right: 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: color 0.3s;
}

.login__leftside-logout:hover span {
  color: #CCE3FF;
}

.login__leftside-title a:hover {
  color: #004586;
}
.login__leftside-title.active {
  background-color: #CCE3FF;
}

.login__leftside-logout svg path {
  transition: fill 0.3s;
}

.login__leftside-logout svg {
  transition: transform 0.3s;
}

.login__leftside-logout:hover svg {
  transform: translateX(5px);
}

.login__leftside-logout:hover svg path {
  fill: #CCE3FF;
}
.sidebar_turnover {
	
}
.sidebar_turnover span {
	margin-bottom: 0px;
}
.sidebar_turnover li {
	color: #444444;
	list-style: disclosure-closed;
	margin-left: 30px;
	font-weight: 600;
}
.sidebar_turnover a {
	color: #004688;
}


.login__content {
  margin: 0;
  /*width: 68%; */
  /* max-width: 800px; */
}

.login__content.full-width {
  width: 100%;
}

.login__content-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  color: #000000;
}

.login__content-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 3px;
  background: #FFA724;
  border-radius: 5px;
}

.login__content-block {
  padding: 0;
  border: none;
}

.login__content-text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #38373E;
  max-width: 568px;
}

.login__content-list {
  margin: 35px 0px;
  padding: 0;
  counter-reset: item;
}

.login__content-list li {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 85px;
  list-style: none;
  counter-increment: item;
}

.login__content-list li::before {
  content: "0"counter(item);
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #004688;
  box-shadow: 5px 5px 10px #9FD1FF;
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.3s;
}

.login__content-list li:hover::before {
  color: #CCE3FF;
}

.login__content-h1 {
  display: block;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #004688;
}

.login__content-h1 span {
  font-size: 21px;
}



.login__content-message {
	display:flex;
	
}
.whatsapp-img {
	width:49px;
}
.login__content-message-qr {
	margin-left:30px;
	text-align:center;
}
.login__content-message-qr img {
	border-radius:15px;
}
.login__content-message-telegram {
	width: 50%;
	max-width: 390px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.login__content-message-whatsapp {
	width: 50%;
	max-width: 350px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.login__content-message-link {
	display:block;
	text-align:center;
}
.contact-msg-bl {
	display:flex;
	justify-content: center;
	margin-bottom: 15px;
}
.contact-msg-tg-img {
	
}
.contact-msg-tg-text {
	letter-spacing: 0.05em;
	font-size: 18px;
	color: #004586;
}

.login__content-var {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #38373E;
  max-width: 568px;
}

.login__content-block a {
  color: #0456a2;
  font-weight: 700;
  border-bottom: 1px solid #0456a2;
  transition: all 0.3s;
}

.login__content-block a:hover {
  border-color: transparent;
}

.login__content-example-site {
  margin: 10px 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.login__content-text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login__content-example-site a {
  color: #FFA724;
  border-bottom: none;
}

.login__content-example-site a span {
  border-bottom: 1px solid #FFA724;
  transition: all 0.3s;
}

.login__content-example-site a svg {
  transition: all 0.3s;
}

.login__content-example-site a:hover span {
  border-color: transparent;
}

.login__content-example-site a:hover svg {
  transform: translateX(5px);
}

.login__content-examples {
  width: 100%;
  margin-bottom: 80px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px;
}

.login__content-examples-title {
  margin: 0;
  max-width: 582px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.login__content-text-item span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #38373E;
  border: none;
}

.login__content-text-item span:last-child {
  margin-bottom: 0;
}

.login__content-example-img-title {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
  text-align: center;
  color: #000000;
}

.login__content-example-img-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90px;
  height: 3px;
  background: #FFA724;
  border-radius: 5px;
}

.login__content-example-img-setting {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.login__content-example-img-setting a {
  border-color: transparent;
  transition: all 0.3s;
}

.login__content-example-img-setting a:hover {
  border-color: #0456a2;
}

.login__content-example-img {
  max-width: 660px;
  margin: 20px auto;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.login__content-example-img img {
  display: block;
  margin-bottom: 20px;
}

.login__content-example-img-col {
  width: 50%;
}

.login__content-example-img-col-first img {
  margin-left: auto;
}

.login__content-example-img-col-first img:nth-child(6) {
  margin: 0 auto;
  margin-bottom: 23px;
}

.login__content-example-img-col-first img:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}

.login__content-example-img-col-first img:nth-child(3) {
  margin-bottom: 35px;
}

.login__content-example-img-col-first img:nth-child(3),
.login__content-example-img-col-first img:nth-child(5),
.login__content-example-img-col-first img:nth-child(7) {
  margin-right: 15px;
}

.login__content-example-img-col-first img:nth-child(4) {
  margin-right: 23px;
}

.login__content-example-img-col-last img {
  margin-left: 15px;
}

.login__content-example-img-col-last img:nth-child(2) {
  margin-left: -20px;
}

.login__content-example-img-col-last img:last-child {
  margin: 0 auto;
  margin-top: -20px;
}

.login__content-example-img-windows {
  max-width: 770px;
  margin-left: -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.login__footer {
  padding: 15px 0;
}

.login__footer-menu-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 900px;
}

.login__footer-menu-list li {
  margin-bottom: 5px;
}

.login__footer-menu-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #004688;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.login__footer-menu-link:hover {
  border-color: #004688;
}

.login__content {
  padding-bottom: 20px;
}

.login__footer-pay {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 26px;
}

.login__footer-copy {
  margin: 0 auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #32384F;
}
.login__footer-copy a {
	color: #32384F;
}
.login__retrieve {
	text-align:right;
}
.login__retrieve a {
	color: #004688;
	font-size:14px;
}


.sdelka_share {
	text-align:center;
	height:230px;
	border:1ps solid red;
}
.sdelka_share_block {
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 0px 20px 0px;
}
.sdelka_share_title {
	margin:10px;
}
.sdelka_share_terms {
	margin-top: 20px;
}
.sdelka_share_terms a {
	color: #004586;
}

.w100px {
	width:100px;
}

.body_text_container {
	max-width:1200px;

}

.oferta_text_h3 {
	font-size: 22px;
	padding: 35px 15px 30px 30px;
	font-weight: 600;
	text-align:center;
}

.oferta_text {
	font-size: 18px;
	line-height: 1.55;
	padding: 0px 15px 15px 15px;
	font-weight: 300;
}
.oferta_num {
	width:50px;
	float:left;
}
.oferta_flex {
	display: flex;
	font-size: 18px;
	line-height: 1.55;
	padding: 0px 15px 15px 15px;
	font-weight: 300;
	
}
.oferta_flex--left {
	width:25%;
	margin-right:50px;
}
.oferta_flex--right {
	width:70%;
	margin-right:50px;
}


.paging {
  padding: 0px 0px 0px 0px; }

.paging-list li {
  display: inline-block;
  margin: 0px 15px 0px 0px; }

.paging__link {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 35px;
  font-weight: 500;
  display: block;
  text-align: center;
  height: 35px;
  color: #0b579e;
  font-size: 14px;
  line-height: 33px;
  border-radius: 5px;
  border: 1px solid #c1d6e9; }
  .paging__link:hover, .paging__link.active {
    border: 1px solid #ff9000;
    color: #ff9000; }

.sidebar-alert {
	margin-bottom:5px;
	font-size:14px;
	color:#d00;
}
.sidebar-alert a {
	color:#d00;
}
.sidebar-alert a:hover {
	text-decoration:underline;
}


@media (max-width: 1370px) {
  .login__container {
    padding: 0 35px;
    margin: 0;
  }

  .login__header-item {
    flex-shrink: 0;
	margin:0px;
  }

  .login__header-logo {
    width: 240px;
  }

  .login__header-body {
    width: 45%;
    max-width: 290px;
  }

  .login__wrap {
    padding: 20px 0;
  }

  .login__leftside {
    max-width: 240px;
    margin-right: 40px;
	max-width: 140px;
  }

  .login__content {
    /* width: 61%; */
    max-width: none;
  }


  .login__leftside-partner {
    padding: 16px 13px;
  }

  .login__leftside-partner span {
    margin-bottom: 15px;
  }

  .login__leftside-partner span,
  .login__leftside-partner span:first-child b,
  .login__leftside-partner small {
    font-size: 14px;
    line-height: 17px;
  }

  .login__leftside-item {
    margin-bottom: 12px;
    padding-bottom: 15px;
  }

  .login__leftside-top {
    padding: 14px;
  }

  .login__leftside-item--first .login__leftside-top a,
  .login__leftside-top a {
    font-size: 16px;
    line-height: 20px;
  }

  .login__leftside-title a {
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .login__leftside-menu {
    margin-top: -5px;
  }

  .login__leftside-menu a {
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .login__leftside-menu a::before {
    top: 12px;
    left: 14px;
  }

  .login__leftside-title svg {
    margin-top: 0;
  }

  .login__leftside-conditions-text span {
    font-size: 14px;
    line-height: 24px
  }

	span.login__leftside-conditions-text-add-deal {
		font-size:13px;
		line-height:18px;
	}
		
	span.login__leftside-conditions-text-add-deal-svg {
		font-size:16px;
		line-height: 24px;
		padding-right:6px;
		padding-top:4px;
	}


  .login__leftside-conditions-list li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .login__leftside-conditions-item {
    font-size: 14px;
    line-height: 24px
  }

  .login__leftside-conditions-text {
    padding-left: 15px;
    padding-right: 8px;
    margin-bottom: 0;
  }

  .login__leftside-conditions-text svg {
    width: 20px;
    height: 20px;
  }

  .login__leftside-conditions-list {
    margin-top: -5px;
  }

  .login__leftside-list li {
    margin-bottom: 5px;
  }

  .login__leftside-list a {
    font-size: 14px;
    align-items: flex-start;
    line-height: 24px;
  }

  .login__leftside-item--blue {
    padding: 15px;
    padding-right: 10px;
  }

  .login__leftside-list-icon {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-top: 3px;
  }

  .login__leftside-list-icon svg {
    width: 16px;
    height: 16px;
  }

  .login__leftside-logout {
    margin-top: 10px;
  }

  .login__leftside-logout span {
    font-size: 14px;
    line-height: 24px;
  }

  .login__leftside-logout svg {
    width: 16px;
    height: 16px;
  }

  .login__content-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .login__content-list {
    margin: 30px 0;
    margin-bottom: 20px;
  }

  .login__content-text {
    font-size: 14px;
    line-height: 20px;
  }

  .login__content-list li {
    padding-left: 55px;
    margin-bottom: 20px;
  }

  .login__content-list li::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .login__content-h1 {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .login__content-examples {
    padding: 15px;
    margin-bottom: 50px;
  }

  .login__content-example-site {
    font-size: 14px;
    line-height: 20px;
  }

  .login__content-var,
  .login__content-examples-title {
    font-size: 14px;
    line-height: 20px;
  }

  .login__content-examples-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .login__content-text-item span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .login__content-example-img-title {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }

  .login__content-example-img-col img {
    width: 60%;
    margin-bottom: 10px;
  }

  .login__content-example-img-col-first img:first-child,
  .login__content-example-img-col-last img:nth-child(3) {
    width: 80%;
  }

  .login__content-example-img-col-last img:last-child {
    margin-top: 0;
  }

  .login__content-example-img-col-first img:nth-child(2) {
    margin-left: 20px;
  }

  .login__content-example-img-windows {
    margin-left: 0;
  }

  .login__content-example-img-windows img {
    width: 40%;
    margin-bottom: 5px;
  }

  .login__content {
    padding-bottom: 0;
  }

  .login__content-example-img-windows img:nth-child(3),
  .login__content-example-img-windows img:nth-child(5) {
    width: 108px;
  }

  .login__content-example-img-setting {
    font-size: 14px;
    line-height: 20px;
  }

  .login__footer-menu-list {
    max-width: 670px;
  }

  .login__footer-menu-link {
    font-size: 12px;
    line-height: 30px;
  }

  .login__footer-copy {
    font-size: 12px;
    line-height: 30px;
  }

  .login__footer-pay {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1020px) {
	.login__content-message-whatsapp{
		display:block;
	}
	.login__content-message-telegram {
		display:block;
	}
	.login__content-message-link {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	.login__content-message {
		margin-top: 35px;
	}
}

@media (max-width: 699px) {
	
	.contact-msg-tg-text {
		padding-left:15px;
	}
	.login__content-message-qr{
		margin: 0px;
	}
	.login__leftside-submenu {
		margin: 5px -10px 10px -15px;
	}
  .table-item-mobile {
	display:block;
	padding-right:10px;
	font-weight:bold;
  }
  .mobile_only {
	  display:block;
  }
  .login__container {
    padding: 0 19px;
  }

  .login__header-toggle {
    width: 26px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .login__logoplace--inside,
  .login__leftside .login__line {
    display: block;
  }

  .login__header-logo {
    width: 129px;
    margin: 0 auto;
  }
  .login__header-logo-promoprofit img {
    width: 260px;
  }
  .login__header-toggle--fixed {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 20px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    opacity: 0;
    transition: opacity ease-in-out .2s;
	z-index:1000;
  }

  .login__header-toggle--fixed.active {
    opacity: 0.9;
  }

  .login__header-toggle--fixed span {
    width: 25px;
    height: 2px;
  }

  .login__header-toggle--fixed span:first-child {
    top: 17px;
  }

  .login__header-toggle--fixed span:last-child {
    bottom: 17px;
  }
  .login__header-body {
    width: 29%;
    max-width: 80px;
  }

  .login__header-item {
    width: 36px;
    height: 30px;
    padding: 7px 11px;
  }

  .login__header-item:first-child {
    padding: 7px;
    padding-left: 9px;
  }

  .login__header-item span {
    width: 16px;
    height: 16px;
    font-size: 0;
    display: block;
  }

  .login__leftside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    max-width: none;
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.4s;
  }

  .login__header-wrap {
    padding: 12px 0;
  }

  .login__leftside.mobile-active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  	display: block;
  }

  .login__header-toggle--cross span {
    height: 2px;
  }

  .login__header-toggle--cross span:first-child {
    transform: rotate(45deg);
    top: 9px;
  }

  .login__header-toggle--cross span:last-child {
    transform: rotate(-45deg);
  }

  .login__logoplace--inside {
    padding: 13px;
    background: #F6FAFF;
    display: flex;
    align-items: center;
  }

  .login__backdrop {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    transform: translateY(-100%);
  }

  .overflow {
    overflow: hidden;
  }

  .login__backdrop.active {
    transform: translateY(0);
  }

  .login__logoplace--inside .login__header-logo {
    margin: 0;
  }

  .login__leftside-partner {
    border-radius: 0;
    padding: 16px 20px;
    margin-bottom: 0;
  }

  .login__leftside-top {
    border-radius: 0;
    padding: 16px 20px;
  }

  .login__leftside-title a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login__leftside-menu a {
    padding-left: 32px;
  }

  .login__leftside-menu a::before {
    top: 13px;
    left: 20px;
  }

  .login__leftside-item {
    border-radius: 0;
    margin-bottom: 0;
  }

  .login__content {
    width: 100%;
  }

  .login__content-title {
    padding-bottom: 15px;
  }

  .login__content-h1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .login__content-h1 span {
    font-size: 16px;
    line-height: 24px;
  }

  .login__content-list {
    margin: 20px 0;
  }

  .login__content-examples {
    padding: 15px 17px;
  }

  .login__content-example-site {
    margin-bottom: 20px;
  }

  .login__content-text-item span {
    font-size: 12px;
    line-height: 24px;
  }

  .login__content-example-img-title {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .login__content-example-img-setting {
    font-size: 16px;
    line-height: 24px;
  }

  .login__content-example-img {
    flex-wrap: wrap;
  }

  .login__content-example-img-col {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .login__content-example-img-col-first img:first-child,
  .login__content-example-img-col-last img:nth-child(3) {
    width: auto;
  }

  .login__content-example-img-col img {
    width: auto;
    margin: 0 auto;
  }

  .login__content-example-img-col-first img:nth-child(2) {
    margin: 0 auto;
  }

  .login__content-example-img-col-first img:nth-child(3),
  .login__content-example-img-col-first img:nth-child(5),
  .login__content-example-img-col-first img:nth-child(7) {
    margin: 0 auto;
  }

  .login__content-example-img-col-first img:nth-child(6) {
    margin-bottom: 0;
  }

  .login__content-example-img-col-last img:nth-child(2) {
    margin: 0 auto;
  }

  .login__content-example-img-windows img {
    width: auto;
  }

  .login__content-example-img-col-first img:nth-child(4) {
    margin: 0 auto;
  }

  .login__content-example-img-windows img:nth-child(3),
  .login__content-example-img-windows img:nth-child(5) {
    width: auto;
  }

  .login__footer-menu-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .login__footer {
    padding: 20px 0;
  }

  .login__footer-menu-list li {
    margin-bottom: 0;
  }

  .login__footer-pay {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
	
	.login__content-message {
		display:block;
	}
	.login__content-message-telegram {
		width: 100%;
		max-width: none;
		text-align:center;
	}
	.login__content-message-whatsapp {
		width: 100%;
		max-width: none;
		text-align:center;
		margin-top:30px;
	}
	.login__content-message-link {
		display: inline-flex;
		margin-bottom: 20px;
	}
	select {
		font-size:16px;
	}
	.login__retrieve a {
		font-size:12px;
	}
	.login__header-logo-promoprofit img {
		width: 252px;
		margin: -20px 0px -10px -40px;
	}
}
@media (max-width: 320px) {
	.login__header-logo-promoprofit img {	
		width: 200px;
	}
}

.oldbody {
font-family: "Roboto";
font-size: initial;

}






