/*!
Theme Name: svoya-proverka
Theme URI: https://zakratheme.com/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Zakra is flexible, fast, lightweight and modern multipurpose theme that comes with many starter free sites (currently 10+ free starter sites and more will be added later) that you can use to make your site beautiful and professional. Check all the starter sites at https://zakratheme.com/demos. Suitable for personal blog, portfolio, WooCommerce stores, business websites and niche-based sites (like Cafe, Spa, Charity, Yoga, Wedding, Dentist, Education etc) as well. Works with Elementor plus other major page builders so you can create any layout you want. The theme is responsive, Gutenberg compatible, SEO friendly, translation ready and major WordPress plugins compatible.
Version: 2.0.1
Tested up to: 5.7.2
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: zakra
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, news, e-commerce, rtl-language-support

Zakra is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
*
* TABLE OF CONTENT
# Reset
# Typography
# Elements
# Forms
# Navigations
# Modules
# Icons
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
# Posts and Pages
# Asides
# Comments
# Footer
# Media
# captions
# galleries
# Media Queries
# Mobile
# Tablets
# Computers
# Print
*
*/
/*=============================================
=            Normalize            =
=============================================*/

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  font-family: "Jost", sans-serif;
}

html {
  font-family: "Jost", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Jost", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Jost", sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 2px;
  font-size: 12px;
}

td,
th {
  padding: 0;
}

p {
  margin-bottom: 1.6em;
}

/*=============================================
=            Base Typography            =
=============================================*/

code {
  background-color: #f1f3f5;
  padding: 0.125em 0.25em;
}

pre {
  background-color: #f8f9fa;
  padding: 20px;
}

blockquote,
.wp-block-quote {
  padding: 1em;
  margin: 1.5em 1em 1.5em 2em;
  border-left: 4px solid #e9ecef;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  border: unset;
  border-left: 4px solid #e9ecef;
}

.alert-danger>ul {
  background: red;
  border-radius: 10px;
  padding: 15px 40px;
  display: inline-block;
}

.alert-danger>ul li {
  color: #fff;
  font-size: 14px;
}

.alert-success {
  background: #0a9548;
  border-radius: 10px;
  padding: 15px 40px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #16181a;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 20px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

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

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f6f6fa;
  /* Fallback for when there is no custom background color defined. */
}

hr,
.wp-block-separator {
  background-color: #e9ecef;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
  max-width: 100%;
}

/*=============================================
=            Common CSS Style            =
=============================================*/

.wrapper {
  width: 100%;
  background-color: #f6f6fa;
}

.container {
  max-width: 1920px;
  /* width: 1920px; */
  /* max-width: 1400px; */
  margin: auto;
  padding: 0 15px;
}

.w-1440 {
  max-width: 1100px;
}

.content {
  margin: 15px 0;
  min-height: 320px;
}

.confirmedLogin {
  width: 200px;
  margin: 20px auto;
}

header {
  background-color: #fff;
}

.header {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px 0px 0px;
  height: 56px;
  box-shadow: 0px 20px 20px -10px rgba(9, 14, 54, 0.05);
}

.header__left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__auth {
  width: 200px;
}

.header__logo {
  padding: 13px 13px 13px 30px;
  width: 340px;
}

.menu-top_menu-container {
  margin-left: 65px;
}

.header__auth {
  width: 330px;
  display: flex;
  justify-content: flex-end;
}

.header__auth .btn {
  margin-left: 5px;
  width: 154px;
}

.header__top-search {
  width: 0%;
  margin-right: 10px;
}

.header__top-search form {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.AdminPanelBnt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 15px;
  left: 2px;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
  opacity: 0.7;
  text-decoration: none;
}

.mob {
  display: none;
}

.nomob {
  display: block;
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  min-width: 40px;
  height: 40px;
  background: #0c9548;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  text-decoration: none;
}

.btn-min {
  height: 35px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.btn:visited,
.btn:active {
  color: #ffffff;
}

.btn:hover {
  opacity: 0.8;
}

.btn-grey-white {
  background: #eff6f0;
  color: #0c9548;
}

.btn-grey-white:hover,
.btn-grey-white:visited,
.btn-grey-white:active {
  color: #0c9548;
}

.btn-white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(9, 14, 54, 0.1);
  border-radius: 10px;
  color: #1f2a37;
}

.btn-white:hover,
.btn-white:visited,
.btn-white:active {
  color: #1f2a37;
}

.btn-search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(9, 14, 54, 0.1);
  border-radius: 10px;
  color: #1f2a37;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}

.btn-search:hover,
.btn-search:visited,
.btn-search:active {
  color: #1f2a37;
}

.btn-vip {
  background: #eff7f0;
  border-radius: 5px;
  color: #0c9548;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
}

.btn-vip:hover,
.btn-vip:visited,
.btn-vip:active {
  color: #0c9548;
}

.btn-type {
  background: #eff7f0;
  border-radius: 5px;
  color: #0c9548;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0 10px;
}

.btn-type:hover,
.btn-type:visited,
.btn-type:active {
  color: #0c9548;
}

.btn-type-sel {
  color: #ffffff !important;
  background: #0c9548;
}

.btn-type-sel:hover,
.btn-type-sel:visited,
.btn-type-sel:active {
  color: #ffffff;
  background: #0c9548;
}


.btn-who {
  background: #eff7f0;
  border-radius: 5px;
  color: #0c9548;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0 10px;
}

.btn-who:hover,
.btn-who:visited,
.btn-who:active {
  color: #0c9548;
}

.btn-who-sel {
  color: #ffffff !important;
  background: #0c9548;
}

.btn-who-sel:hover,
.btn-who-sel:visited,
.btn-who-sel:active {
  color: #ffffff;
  background: #0c9548;
}

.btn-sort {
  background: #eff7f0;
  border-radius: 5px;
  color: #0c9548;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0 10px;
}

.btn-sort:hover,
.btn-sort:visited,
.btn-sort:active {
  color: #0c9548;
}

.btn-sort-sel {
  color: #ffffff !important;
  background: #0c9548;
}

.btn-sort-sel:hover,
.btn-sort-sel:visited,
.btn-sort-sel:active {
  color: #ffffff;
  background: #0c9548;
}

.btn-page {
  background: #eff7f0;
  border-radius: 5px;
  color: #0c9548;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0;
  min-width: 30px;
  width: 30px;
  height: 30px;
  cursor: default;
}

.btn-page:hover,
.btn-page:visited,
.btn-page:active {
  color: #0c9548;
  cursor: default;
}

.btn-page-active {
  color: #ffffff !important;
  background: #0c9548;
  cursor: pointer;
}

.btn-page i {
  background-repeat: no-repeat;
  background-position: center;
}

.btn-page-active i {
  color: #ffffff !important;
  background: #0c9548;
  background-image: url("../img/icons/page_btn_sel.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.btn-page-active:hover,
.btn-page-active:visited,
.btn-page-active:active {
  color: #ffffff;
  background: #0c9548;
  cursor: pointer;
}

.btn-msp {
  background: #eff7f0;
  border-radius: 5px;
  color: #0c9548;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  max-width: 220px;
  padding: 0px 10px !important;
  justify-content: flex-start;
}

.btn-msp:hover,
.btn-vip:visited,
.btn-vip:active {
  color: #0c9548;
}

.btn-file-black {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #1f2a37 !important;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0px 14px;
}

.btn-file-black:hover,
.btn-file-black:visited,
.btn-file-black:active {
  color: #1f2a37 !important;
}

.btn-rnp-not {
  background: #e5f4e6;
  border-radius: 5px;
  color: #1f2a37 !important;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0px 15px;
  justify-content: flex-start;
  max-width: 220px;
}

.btn-rnp-not:hover,
.btn-rnp-not:visited,
.btn-rnp-not:active {
  color: #1f2a37;
}

.btn-rnp {
  background: #ffebeb;
  border-radius: 5px;
  color: #1f2a37 !important;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0px 15px;
  justify-content: flex-start;
  max-width: 220px;
}

.btn-rnp:hover,
.btn-rnp:visited,
.btn-rnp:active {
  color: #1f2a37;
}

.btn-year {
  background: #eff6f0;
  border-radius: 5px;
  color: #0c9548 !important;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: none !important;
  padding: 0px 15px;
  justify-content: flex-start;
  max-width: 220px;
}

.btn-year-active {
  background: #0c9548;
  color: #ffffff !important;
}

.btn_menu_account {
  background-color: #eff6f0;
  padding: 0;
  width: 40px;
}

.btn_menu_account i {
  margin-right: 0px !important;
}

.btn_menu {
  padding: 0;
  width: 40px;
  margin-left: 10px;
}

.btn_menu i {
  margin-right: 0px !important;
}

i {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.ico_mob_account {
  background-image: url("../img/icons/mob_account.svg");
  background-size: cover;
  margin-right: 10px;
}

.menu_account__show .ico_mob_account {
  background-image: url("../img/icons/mob_account_open.svg");
}

.ico_mob_menu {
  background-image: url("../img/icons/mob_menu.svg");
  background-size: cover;
  margin-right: 10px;
}

.btn_menu__show .ico_mob_menu {
  background-image: url("../img/icons/mob_menu_open.svg");
}

.ico_login {
  background-image: url("../img/icons/login.svg");
  background-size: cover;
  margin-right: 10px;
}

.ico_search {
  background-image: url("../img/icons/lupa.svg");
  background-size: auto;
}

.ico_b_lupa {
  background-image: url("../img/icons/b_lupa.svg");
  background-size: cover;
}

.ico_vipiska {
  background-image: url("../img/icons/vipiska.svg");
  background-size: auto;
  margin-right: 5px;
}

.ico_file_black {
  background-image: url("../img/icons/file_black.svg");
  background-size: auto;
  margin-right: 5px;
}

.ico_tarifs {
  background-image: url("../img/icons/tarifs.svg");
  background-size: cover;
}

.ico_cabinet {
  background-image: url("../img/icons/cabinet.svg");
  background-size: cover;
}

.ico_phone {
  background-image: url("../img/icons/phone.svg");
  background-size: cover;
}

.ico_email {
  background-image: url("../img/icons/email.svg");
  background-size: cover;
}


.ico_get_pdf {
  background-image: url("../img/icons/get_pdf.svg");
  background-size: auto;
  margin-right: 5px;
}

.ico_goback {
  background-image: url("../img/icons/goback.svg");
  background-size: auto;
  margin-right: 10px;
  margin-top: 5px;
}

.ico_helper {
  background-image: url("../img/icons/helper.svg");
  background-size: cover;
  display: flex;
}

.ico_info_high {
  background-image: url("../img/icons/high.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
}

.ico_info_middle {
  background-image: url("../img/icons/middle.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
}

.ico_info_low {
  background-image: url("../img/icons/low.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
}

.ico_info_low_n {
  background-image: url("../img/icons/low_n.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
}

.ico_active {
  background-image: url("../img/icons/active.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
  margin-top: 3px;
}

.ico_not_active {
  background-image: url("../img/icons/high.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
  margin-top: 3px;
}

.ico_deactive {
  background-image: url("../img/icons/close.svg");
  background-size: auto;
  display: flex;
  margin-right: 1px;
  margin-top: 1px;
}

.ico_email_icon {
  background-image: url("../img/icons/email.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
  margin-top: 3px;
}

.ico_phone_icon{
    background-image: url("../img/icons/phone_icon.svg");
    background-size: auto;
    display: flex;
    margin-right: 5px;
    margin-top: 3px;
}

.ico_location {
  background-image: url("../img/icons/location.svg");
  background-size: auto;
  display: flex;
  margin-right: 5px;
  margin-top: 3px;
}

.ico_point {
  /* background-image: url("../img/icons/point.svg");  */
  background-color: grey;
  background-size: auto;
  background-position-y: 5px;
  display: flex;
  margin-right: 4px;
  margin-top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.ico_point_inline {
  display: inline-flex;
}

.ico_point.red {
  background-color: red;
}

.ico_point.green {
  background-color: green;
}

.ico_events_check {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/events_check.svg");
  background-size: auto;
  display: flex;
}

.ico_next {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/page_btn.svg");
  background-size: auto;
  background-repeat: no-repeat;
  display: flex;
}

.ico_prev {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/page_btn.svg");
  background-size: auto;
  background-repeat: no-repeat;
  display: flex;
}

.input-search {
  display: block;
  position: relative;
}

.input-search .search_btn {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../img/icons/lupa.svg);
  background-size: auto;
  position: absolute;
  right: 14px;
  top: 14px;
}

.input-search input {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 45px 0 20px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(9, 14, 54, 0.1);
  border: none;
  border-radius: 10px;
  color: rgba(31, 42, 55, 0.5);
  width: 100%;
  height: 43px;
}

.input-search input::placeholder {
  color: rgba(31, 42, 55, 0.5);
}

.table-wrap {
  overflow: auto;
  width: 100%;
}

table {
  width: 100%;
}

table tr {
  color: #090e36;
  background: #f6f6fa;
}

table tr th {
  padding: 5px 12px;
  margin: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #090e36;
  background: #eff6f0;
  border-radius: 5px;
}

table tr td {
  padding: 5px 2px;
  margin: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
}

.th-center th {
  text-align: center;
}

.th-green th {
  background-color: #0c9548;
  color: #ffffff;
}

.center-nowrap {
  text-align: center;
  white-space: nowrap;
}

.arrow_up {
  background-image: url("../img/icons/arrow_up.svg");
  background-size: auto;
  background-repeat: no-repeat;
  color: #0c9548;
  padding-left: 12px;
  background-position-y: center;
}

.arrow_down {
  background-image: url("../img/icons/arrow_down.svg");
  background-size: auto;
  background-repeat: no-repeat;
  color: #fb4141;
  padding-left: 12px;
  background-position-y: center;
}

.menu-top_menu-container {
  margin-left: 0px;
}

.header__menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header__menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.header__menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #1f2a37;
  margin-right: 60px;
}

.header__menu ul li a {
  text-decoration: none;
  color: #1f2a37;
}

.header__top-search input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 20px;
  height: 40px;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px #0c9548;
  border-radius: 0px;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(31, 42, 55, 0.5);
  min-width: 355px;
}

.header__top-search-input {
  display: block;
  position: absolute;
  z-index: 999;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  top: 58px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  transition-duration: 0.3s;
}

.top-search__show .header__top-search-input {
  height: 50px;
  visibility: visible;
  padding: 4px 10px;
  transition-duration: 0.3s;
  overflow: visible;
}

.top-search__show #cab_search_res {
  max-width: 440px;
  width: 440px;
  margin-top: 3px;
  margin-left: -142px;
}

.footer {
  margin-top: 50px;
  /* padding-left: 290px; */
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededf3;
  padding-bottom: 13px;
}

.footer__top i {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-size: contain;
}

.footer__top ul {
  list-style: none;
  display: flex;
}

.footer__top ul li {
  margin: 0 25px;
}

.footer__soc {
  width: 175px;
}

.footer__soc ul {
  margin: 0;
  padding: 0;
}

.footer__soc ul li {
  margin: 0 0 0 5px;
}

.footer__top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #1f2a37;
  text-decoration: none;
}

.footer__top a:hover,
.footer__top a:active,
.footer__top a:visited {
  color: #1f2a37;
}

.footer__logo {
  width: 200px;
}

.footer__contact {
  min-width: 410px;
}

.footer__menu {
  min-width: 442px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.footer__bottom ul {
  list-style: none;
  display: flex;
}

.footer__bottom ul li {
  margin-left: 50px;
}

.footer__bottom a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1f2a37;
  text-decoration-line: underline;
}

.footer__bottom a:hover,
.footer__bottom a:active,
.footer__bottom a:visited {
  color: #1f2a37;
}

.footer__copyright {
  font-family: "Jost";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(31, 42, 55, 0.75);
}

.footer__ogrn {
  font-family: "Jost";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(31, 42, 55, 0.75);
  text-align: center;
}

/* HELPERS */

.btn-buy {
  background-color: #020202;
  color: #fff;
  display: inline-block;
  padding: 5px 35px;
  margin: 10px 0;
}

.promo {
  width: 80%;
  margin: 20px auto;
  display: flex;
}

.promo input {
  width: 70%;
  text-align: center;
}

.promo a {
  width: 30%;
  min-width: 120px;
  background-color: #28b012;
  color: #fff;
  height: 42px;
  line-height: 2.5em;
  text-align: center;
}

.promo a:link,
.promo a:hover,
.promo a:active,
.promo a:visited {
  color: #fff;
}

.modal_buy {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.modal_buy .modal--bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}

.modal_buy .modal--wrap {
  width: 500px;
  position: fixed;
  background: #fff;
  border: 2px solid #ecf2f5;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

.modal_buy .modal--wrap input {
  background: #f4f8fa;
  text-align: center;
  border: 1px solid #f4f8fa;
  width: 70%;
  line-height: 2.3em;
}

.modal_buy .modal--wrap input.order {
  background: #42aa46;
  color: #fff;
}

.modal_buy .modal--wrap input.order-db {
  background: #42aa46;
  color: #fff;
}

.modal_buy .modal--close {
  position: absolute;
  right: 35px;
  cursor: pointer;
}

.modal_win {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.modal_win .modal--bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}

.modal_win .modal--wrap {
  width: 500px;
  position: fixed;
  background: #fff;
  border: 2px solid #ecf2f5;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

.modal_win .modal--wrap input {
  background: #f4f8fa;
  text-align: center;
  border: 1px solid #f4f8fa;
  width: 70%;
  line-height: 2.3em;
}

.modal_win .modal--wrap input.order {
  background: #42aa46;
  color: #fff;
}

.modal_win .modal--wrap input.order-db {
  background: #42aa46;
  color: #fff;
}

.modal_win .modal--close {
  position: absolute;
  right: 35px;
  cursor: pointer;
}

.show {
  display: flex !important;
}

a.helper_icon {}

.helpers {
  /* display: none; */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  padding: 0 15px;
  background-color: #fff;
  z-index: 99999;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.helpers p {
  margin-bottom: 0.5em;
}

.helpers_bg {
  display: none;
  background-color: #000;
  opacity: 0.3 !important;
  width: 100% !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.helpers_content {
  overflow: auto;
  height: 100%;
  font-size: 12px;
}

.helpers_close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.helpers_show {
  display: block !important;
}

.helpers_visible {
  opacity: 1;
  width: 400px;
}

.kip_title {
  position: relative;
  padding-bottom: 10px;
}

.kip_title a.helper_icon {
  right: 0;
  position: absolute;
}

.kip_helper_icon {
  position: relative;
  padding-bottom: 100px;
}

.kip_helper_icon .helper_icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.unload-btn {
  background-color: #42aa46;
  color: #fff !important;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 2.6em;
}

.form_rez_,
.right {
  font-family: "Jost" !important;
}

.form_rez_input,
.form_rez_input p {
  font-family: "Jost" !important;
  font-size: 12px;
}

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

/* HELPERS END */

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row !important;
}

.flex-start {
  display: flex;
  justify-content: flex-start !important;
}

.vflex-start {
  display: flex;
  align-items: flex-start !important;
}

.flex-start>.block__dlist {
  margin-right: 20px;
}

.col-1 {
  width: 100% !important;
}

.col-1>div:nth-child(1) {
  width: 100% !important;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.col-3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.col-3>div {
  width: 33%;
}

.col-4 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.col-4>div {
  width: 25%;
}

.hcenter {
  justify-content: center;
}

.vcenter {
  align-items: center;
}

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

.box-center>div {
  margin: 5px 0;
}

.bold {
  font-weight: 700;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb--20 {
  margin-bottom: -20px;
}

.mh-350 {
  overflow: auto;
  max-height: 350px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.w-100p {
  width: 100% !important;
}

.w-300 {
  width: 300px !important;
}

.w-700 {
  max-width: 700px !important;
}

.w-1400 {
  max-width: 1400px;
  margin: auto;
}

.h-auto {
  height: auto !important;
  min-height: 30px;
}

.h-auto i {
  width: 30px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.line {
  border-bottom: 1px solid #ededf3;
  margin-top: 30px;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.up_text {
  text-transform: uppercase;
}

.plus_color {
  color: #0c9548;
  margin-left: 5px;
}

.green {
  color: #0c9548 !important;
}

.yellow {
  color: #ffd033 !important;
}

.red {
  color: #fb4141 !important;
}

.strong_blue {
  color: rgba(31, 42, 66, 0.75) !important;
}

.black {
  color: #1f2a42 !important;
}

.crossed {
  text-decoration: line-through;
}

.no_bold {
  text-transform: lowercase;
  font-weight: 400;
}

.block_list__underline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #ededf3;
  margin: 0;
  padding: 3px 0px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1f2a37;
}

.block_list__underline>div:nth-child(1) {
  width: 25%;
}

.block_list__underline>div:nth-child(2) {
  width: 75%;
}

.block__no_underline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding-bottom: 10px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1f2a37;
}

.block__no_underline>div:nth-child(1) {
  width: 30%;
}

.block__no_underline>div:nth-child(2) {
  width: 70%;
}

.block__underline {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededf3;
  margin: 10px 0;
  padding-bottom: 10px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1f2a37;
}

.block__underline span.adr {
  display: flex;
  justify-content: center;
  padding: 3px 0;
  min-width: 30px;
  background: #eff6f0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #1f2a37;
}

.block__data .block__underline:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block__text {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1f2a37;
  white-space: nowrap;
}

.main-wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 10px;
}

.main-wrap__left {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #ffffff;
  margin-right: 15px;
}

.main-wrap__block {
  padding: 15px 30px 0;
  border-bottom: 1px solid #ededf3;
  width: 100%;
}

.main-wrap__block:last-child {
  border-bottom: none;
}

.main-wrap__right {
  margin-left: 15px;
  padding: 0;
  width: calc(100% - 250px);
}

h4.wb-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #0c9548;
  padding: 0;
  margin: 0 0 10px 0;
}

a.wb-sub-link {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1f2a37;
  padding: 0;
  margin: 0 0 10px 10px;
  text-decoration: none;
}

a.wb-link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #1f2a37;
  padding: 0;
  margin: 0 0 15px 0;
  text-decoration: none;
}

.s_title_block>div:nth-child(1) {
  width: calc(100% - 200px);
}

.s_title_block>div:nth-child(2) {
  width: 200px;
}

.s-title {
  font-weight: 700;
  line-height: 20px;
  color: #1f2a37;
  margin: 0;
}

.s-sub-title {
  font-weight: 700;
  line-height: 35px;
  color: #1f2a37;
  margin: 0;
  font-size: 18px;
}

.s_content_block {
  margin-top: 20px;
}

.w_70_30>div:nth-child(1) {
  width: 70%;
}

.w_70_30>div:nth-child(2) {
  width: 30%;
  margin-left: 20px;
}

.w_60_40>div:nth-child(1) {
  width: 60%;
}

.w_60_40>div:nth-child(2) {
  width: 40%;
  margin-left: 20px;
}

.w_65_35>div:nth-child(1) {
  width: 65%;
}

.w_65_35>div:nth-child(2) {
  width: 35%;
  margin-left: 20px;
}

.w_35_65 {
  display: flex;
  flex-direction: column;
}

.w_35_65>div:nth-child(1) {
  width: 35%;
}

.w_35_65>div:nth-child(2) {
  width: 65%;
  margin-left: 0;
}

.block-2_55>div:nth-child(1) {
  width: 55%;
}

.block-2_55>div:nth-child(2) {
  width: 45%;
  margin-left: 20px;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 20px 20px -10px rgba(9, 14, 54, 0.02);
  border-radius: 20px;
  overflow: hidden;
}

.block a {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
}

.block a:hover,
.block a:active,
.block a:visited {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
}

.block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  color: #1f2a37;
}

.block__title2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: #1f2a37;
  margin-bottom: 10px;
  margin-top: -10px;
}

.block-2>div {
  width: 50%;
}

.block-2>div:nth-child(1) {
  margin-right: 10px;
}

.block-2>div:nth-child(2) {
  margin-left: 10px;
}

.top-info .block__title {
  text-transform: math-auto;
}

.s_triggers_block {
  display: flex;
  margin-top: 20px;
  width: 100%;

  background: #ffffff;
  box-shadow: 0px 20px 20px -10px rgba(9, 14, 54, 0.02);
  border-radius: 20px;
}

.s_triggers_block__high {
  background-color: #ffebeb;
}

.s_triggers_block__middle {
  background-color: #ffead2;
}

.s_triggers_block__low {
  background-color: #fffacf;
}

.s_triggers_block>div {
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  margin-right: 20px;
}

.s_triggers_block>div:last-child {
  margin-right: 0;
}

.s_triggers_block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
}

.s_triggers_block__high .s_triggers_block__title {
  color: #fb4141;
}

.s_triggers_block__middle .s_triggers_block__title {
  color: #ed953c;
}

.s_triggers_block__low .s_triggers_block__title {
  color: #dbc502;
}

.s_triggers_block__list>div {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1f2a37;
  margin-top: 10px;
}

.block__data {
  width: 100%;
  margin-top: 20px;
}

col-3>.block__dlist {
  margin-top: 0;
}

.dlist {
  margin-top: 15px;
}

.dtitle {
  font-family: "Jost";
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: rgba(31, 42, 55, 0.75);
}

.dtext {
  font-family: "Jost";
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #1f2a37;
}

.block__dlist {
  margin-top: 15px;
}

.block__dtitle {
  font-family: "Jost";
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: rgba(31, 42, 55, 0.75);
}

.block__dtext {
  font-family: "Jost";
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #1f2a37;
}

.kip_helper_icon {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #1f2a37;
  width: 100%;
}

.kip_helper_icon>div {
  width: 33%;
  text-align: center;
}

.chart--container-line {
  height: 100%;
  width: 100%;
  height: 360px;
}

.chart--container {
  overflow: visible !important;
}

.chart-graf--container {
  overflow: visible !important;
  margin-top: -60px;
}

#bankr-wrapper,
#platej-wrapper,
#fz115-wrapper {
  transform: scale(0.19) !important;
}

.block__ring {
  width: 100%;
  height: 130px;
}

.helper_ring {
  right: 25px;
  position: absolute;
  z-index: 1;
}

#p_risk_graf {
  overflow: visible !important;
}

.bug_otch_opis {
  display: flex;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #373b53;
}

.bug_otch_opis__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 13px;
  margin-right: 30px;
}

.bug_otch_opis__item_text {
  width: calc(100% - 20px);
}

.bug_otch_opis__item_color {
  border-radius: 50%;
  background-color: #ccc;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px;
}

.bg_color_rose {
  background-color: #fb4141;
}

.bg_color_orange {
  background-color: #ed953c;
}

.bg_color_green {
  background-color: #0c9548;
}

.bg_color_blue {
  background-color: #1e87cd;
}

.bug_info_block {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
  color: #1f2a37;
  justify-content: flex-start;
}

.bug_info_block>div:nth-child(1) {
  margin-right: 20px;
}

.entry-footer {
  display: none;
}

.events {
  padding-left: 10px;
}

.events__item {
  display: flex;
  border-left: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.events__icon {
  margin-left: -10px;
  margin-right: 10px;
}

.bug_otchet_frame {
  overflow: hidden;
}

#bug_otchet_full {
  overflow: hidden;
  width: 710px;
  height: 450px;
  margin-top: -105px;
}

.year_list {}

.year_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.year_list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.fin_cof_block {
  margin-bottom: 30px;
}

.fin_cof_block__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.tab_hide {
  /* visibility: hidden; */
  display: none;
}

.chart_speed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* background: red; */
  /* border: 1px solid #000; */
  width: 25%;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}

.chart_speed__title {
  text-align: center;
}

.chart_speed__norm {
  color: rgba(31, 42, 55, 0.5);
  text-align: center;
}

.chart_speed__norm-text {
  text-align: center;
}

.chart_speed__n_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  margin-top: -27px;
}

.chart_speed canvas {
  width: 100px !important;
  padding: 15px;
}

.block__comment {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: rgba(9, 14, 54, 0.75);
  margin-top: 20px;
}

.grafics {
  width: 100% !important;
  overflow: hidden;
}

/* .index_graf {  */
/* width: 120%!important; */
/* margin-left: -5%!important; */
/* } */
/* .index_line_graf {  */
/* width: 120%!important; */
/* margin-left: -10%!important; */
/* } */
.graf_size {
  height: auto;
}

.short_name {
  cursor: pointer;
}

.arbitraj_graf_block {
  min-height: 250px;
}

.post_zak_blok {
  /* display: none; */
  display: flex;
  width: 308px;
  justify-content: space-between;
}
.post_zak_blok a{
  width: 100%;
  margin-right: 10px;
}


.block_list {}

.block_list__item {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 25px !important;
}

.block_list__item .block_list__underline:last-child {
  border-bottom: none;
}

.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}

.filters a {
  font-size: 12px;
}

.sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sort>div {
  margin-right: 10px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.pages>div {
  margin-right: 10px;
}

.btn-page-prev {
  transform: rotate(180deg);
}

.pages__cur {
  min-width: 30px;
  text-align: center;
}

.all_acts {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: none;
}

.all_acts_show>.all_acts {
  display: block;
}

.all_acts__item {
  margin: 16px 0 0 25px;
}

#sfilters_form .export-options-wrapper {
  right: 27px !important;
  top: 321px !important;
}

.sfilters_result i.ico_point {
  width: 8px;
}

.sro_block {
  border-bottom: 1px solid #ededf3;
  margin: 10px 0;
}

.sro .sro_block:last-child {
  border-bottom: none;
  margin: 0;
}

.sro_hide {
  display: none;
  /* transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s; */
}

/* .sro_hide.sro_hide__show {
  display: flex;
  transform: scaleY(1);
} */

.connection_top_info {
  margin-bottom: 20px;
}

.connection_top_info .block {
  padding: 15px;
  margin: 0 5px;
}

.connection_top_info>div {
  padding: 0 5px;
}

.connection_top_info>div:first-child {
  padding: 0 5px 0 0;
}

.connection_top_info>div:last-child {
  padding: 0 0 0 5px;
}

.connection_top_info .block__title {
  font-size: 11px;
}

.no_org {
  background-color: #f6f6fa;
}

.block__con {
  margin-top: 15px;
  margin-bottom: 15px;
}

.block__con-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
  padding: 10px 20px;
  background: #0c9548;
  border-radius: 5px;
}

.block__con-item {
  padding: 15px 20px;
  gap: 5px;
  background: #f6f6fa;
  border-radius: 5px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #090e36;
  margin-top: 2px;
}

.con_table {
  display: none;
}

.con_table__show {
  display: block;
}

.btn_con {
  cursor: pointer;
}

.btn_con__sel {
  border: 1px solid #ccc;
}

.no_org:after {
  content: "";
  background-image: url("../img/icons/close_grey.svg");
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 25px;
}

#get_data {
  display: none;
}

#get_data div.gd_frame {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#get_data div.gd_frame .gd_text {
  font-size: 18px;
  margin-top: 22px;
}

#get_data div.gd_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  z-index: 99999;
  opacity: 0.6;
}

.mess {
  display: none;
  position: fixed;
  left: 30px;
  top: 40px;
  z-index: 999999;
  border-radius: 5px;
  padding: 15px 35px;
  background-color: #006d3e;
  box-shadow: 0px 0px 5px #000;
  font-weight: bold;
  color: #fff;
}

.site-updated {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.site-updated .site-updated__bg {
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.site-updated .site-updated__content {
  background: #fff;
  padding: 30px;
  text-align: center;
  z-index: 99999999999999999999;
}

.site-newuser {
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  z-index: 10;
  font-size: 14px;
  max-width: 380px;
}

.site-newuser .site-newuser__bg {
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.site-newuser .site-newuser__content {
  background: #fff;
  padding: 20px;
  text-align: center;
  z-index: 99999999999999999999;
}

.site-newuser__content p:last-child {
  margin-bottom: 0;
}

.site-newuser p:first-child a {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
}

.site-newuser p:first-child a:hover,
.site-newuser p:first-child a:active,
.site-newuser p:first-child a:visited {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
}

.reg_manual {
  /* margin-top: -15px; */
}

.reg_manual a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
}

.reg_manual.small * {
  font-size: 11px;
}

.user_manual {
  margin-top: -15px;
  margin-bottom: 20px;
}

.user_manual a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
  margin-right: 20px;
}

.unload-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  isolation: isolate;
  height: 360px;
  background: radial-gradient(36.28% 88.26% at 12.03% 0%,
      #35c273 0%,
      rgba(12, 149, 72, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    #0c9548;
  border-radius: 50px;
  width: 100%;
  overflow: hidden;
}

.unload-header__text {
  padding: 40px 70px;
  width: 55%;
}

.unload-header__title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 10px;
}

.unload-header__subtitle {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.unload-header__img {
  width: 45%;
  text-align: right;
}

.unload-header__img img {
  height: 85%;
}

.btn-unload-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 40px;
  gap: 10px;

  width: 279px;
  height: 40px;

  background: #ffffff;
  border-radius: 10px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  color: #090e36;
}

.upprofit__title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 65px;
  color: #1f2a37;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.upprofit__list {
  display: flex;
}

.upprofit__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  gap: 30px;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  width: 30%;
}

.upprofit__list-item:nth-child(2) {
  margin: 0 30px;
}

.upprofit__list-text {
  font-size: 12px;
}

.upprofit__list-text p {
  margin: 0;
}

.upprofit__list-icon img {
  height: 55px;
}

.unload {}

.unload__title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 65px;
  color: #1f2a37;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.who__title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 65px;
  color: #1f2a37;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.who .upprofit__list-item:nth-child(2) {
  margin: 0 15px 0 30px;
}

.who .upprofit__list-item:nth-child(3) {
  margin: 0 30px 0 15px;
}

.youget {
  position: relative;
  padding: 60px 0;
  background: radial-gradient(36.28% 88.26% at 12.03% 0%,
      #35c273 0%,
      rgba(12, 149, 72, 0) 100%),
    #0c9548;
  margin-top: 80px;
}

.youget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/youget.svg) 100% 0 no-repeat;
}

.youget__wrap {
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.youget__title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 59px;
  color: #ffffff;
}

.youget__list {
  margin-bottom: 30px;
}

.youget__list-item {
  display: flex;
  align-items: center;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 29px;
  color: #ffffff;
}

.youget__list-item:before {
  content: "";
  background: url(assets/images/youget_item.svg) 100% 0 no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  background-size: 16px;
}

.youget__list-item p {
  margin: 0;
}

.btn-youget-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 40px;
  gap: 10px;
  width: 182px;
  height: 40px;
  background: #ffffff;
  border-radius: 10px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  color: #090e36;
  z-index: 9;
  position: absolute;
}

.youget__text {
  width: 45%;
  margin-top: -50px;
}

.youget__img {
  width: 55%;
}

.youget__img img {
  height: 95%;
}

.ucon__title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 65px;
  color: #1f2a37;
  text-align: center;
  margin-top: 80px;
  margin-bottom: -20px;
}

.ucon-ul {
  margin: auto !important;
  width: 470px;
}

.ucon .vopros-wrap {
  justify-content: center;
  margin-top: 30px;
}

.ucon .vopros-block2 {
  width: 60%;
}

.ucon input,
.ucon textarea {
  background-color: #fff !important;
}

.unload__tit {
  font-family: "Jost";
  text-align: center;
  margin: 20px 0 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 43px;
  color: #1f2a37;
}

.fin_info_not_exist {
  font-size: 12px;
  margin-top: 15px;
}

.menu_mob {
  display: none;
}

.e404 {
  width: 800px;
  margin: auto;
  display: flex;
  font-family: "Jost";
  margin-bottom: 200px;
}

.e404>div {
  width: 50%;
}

.e404__title {
  border-right: 1px solid #ccc;
  font-size: 80px;
  font-weight: 800;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  font-family: "Jost";
}

.e404__text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.e404__text p {
  margin: 2px 0px;
  font-size: 14px;
  font-family: "Jost";
}

.e404 a {
  text-decoration-line: underline;
  color: #0c9548;
  font-size: 14px;
}

.top-info>div>div:nth-child(1) {
  width: 32%;
}

.top-info>div>div:nth-child(2) {
  width: 48%;
}

.top-info>div>div:nth-child(3) {
  width: 20%;
  margin-left: 20px;
}

.top-info-mob>div:nth-child(1) {
  width: 55%;
}

.top-info-mob>div:nth-child(2) {
  width: 45%;
}

.resend_activate_code {
  color: #dbc502;
  cursor: pointer;
}

.no_jalobi>div:nth-child(1) {
  width: 50% !important;
}

.no_jalobi>div:nth-child(3) {
  display: none;
}

.highlight {
  font-weight: 800;
}

a.show_phone_all {
  text-decoration: none;
  cursor: pointer;
}

.readmore_btn {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0c9548;
  cursor: pointer;
}

.authMessage {
  text-align: center;
  color: #666;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  line-height: 24px;
  margin: 15px 0;
}

.invalid-feedback {
  display: inline-block;
  width: auto;
  max-width: 100%;
  background: #C74A4A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 20px !important;
  margin: -5px 0 10px 0;
}

.invalid-feedback::before {
  content: "";
  position: absolute;
  margin-top: -10px;
  left: 20px;
  top: -6px;
  /* Положение треугольника */
  border: 8px solid transparent;
  /* Прозрачные границы */
  border-bottom: 8px solid #C74A4A;
  /* Добавляем треугольник */
}

.um-field-label label {
  color: #666;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  margin-left: 10px;
}

.ref {
  width: 100%;
}
.ref > div {
  width: 50%;
}
.ref__count {
  text-align: center;
  font-size: 24px;
}
.copyfrom {
  position: relative;
}

.copyfrom__btn {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(31, 42, 55, 0.65);
  background: #F6F6FA;
  padding: 5px;
}

@media screen and (max-width: 1601px) {
  .bug_otch_opis__item {
    margin-right: 6px;
  }

  .s_triggers_block__list>div {
    font-size: 12px;
  }

  .block {
    padding: 25px;
  }

  .btn-vip {
    padding: 0px 20px;
  }

  .main-wrap__right {
    margin-left: 10px;
  }

  .main-wrap__left {
    margin-right: 10px;
  }

  .kip_helper_icon {
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 30px;
  }

  .header__menu ul li {
    margin-right: 30px;
  }

  .header__top-search input {
    min-width: 270px;
  }
}

@media screen and (max-width: 1439px) {
  .header__top-search input {
    min-width: 160px;
  }

  .bug_otch_opis__item {
    margin-right: 2px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1024;
    margin: auto;
    padding: 0 15px;
  }

  .flex-row {
    flex-direction: column !important;
  }

  .s_triggers_block {
    flex-direction: column;
  }

  .s_triggers_block>div:nth-child(2) {
    margin: 20px 0;
  }

  .main-wrap {
    display: flex;
    align-items: flex-start;
  }

  .top-info>div:nth-child(1) {
    flex-direction: column;
  }

  .top-info>div:nth-child(1) {
    flex-direction: column;
  }

  .top-info>div:nth-child(1)>div {
    width: 100%;
    margin-left: 0;
  }

  .no_jalobi>div:nth-child(1) {
    width: 100% !important;
  }

  .no_jalobi>div:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .rate .left__colum {
    order: 2;
  }

  .rate .right__colum {
    order: 1;
  }

  .rate__wrap {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 960px) {
  header {
    /* display: none; */
  }

  #wpadminbar {
    display: none;
  }

  .header__left {
    justify-content: flex-end;
    position: relative;
  }

  .menu_mob {
    display: flex;
  }

  .header__auth {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .menu_account__show .header__auth {
    display: flex;
    position: absolute;
    top: 55px;
    width: 250px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    padding: 15px;
    z-index: 11;
  }

  .header__auth .btn {
    margin-left: 0;
    width: 100%;
  }

  .header__auth .btn-grey-white {
    margin-bottom: 10px;
  }

  .btn_menu__show .header__menu {
    display: flex;
    position: absolute;
    top: 55px;
    width: 250px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    z-index: 11;
  }

  .header__menu ul li {
    margin: 15px 0 0 0;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ededf3;
  }

  .header__menu ul li:last-child {
    border-bottom: none;
  }

  .block-2 {
    flex-direction: column;
  }

  .block-2>div {
    width: 100%;
  }

  .block-2>div:nth-child(2) {
    margin-left: 0px;
  }

  .menu-top_menu-container {
    width: 100%;
  }

  #menu-top_menu {
    flex-direction: column;
  }

  .left__colum {
    margin-right: 0 !important;
    width: 100%;
  }

  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__menu {
    min-width: auto;
    margin-top: 0;
  }

  .footer__bottom ul li {
    margin-left: 0;
  }

  .footer__top ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .footer__top ul li {
    margin: 0 25px 15px 25px;
  }

  .footer__bottom ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__contact {
    min-width: auto;
  }

  .footer__soc {
    width: auto;
  }

  .footer__soc ul {
    display: flex;
    flex-direction: row;
  }

  .footer__soc ul li {
    margin: 0 5px;
  }

  .table__bl {
    overflow: auto;
  }

  .footer__copyright {
    margin-bottom: 15px;
    text-align: center;
  }

  .footer__ogrn div {
    margin-bottom: 15px;
  }

  .footer__policy ul {
    margin: 0;
    padding: 0;
  }

  .footer__policy ul li {
    margin-bottom: 15px;
  }

  .header__logo {
    padding-left: 0;
  }

  .rez_type {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .e404 {
    width: 100%;
    margin: auto;
    display: flex;
    font-family: "Jost";
    margin-bottom: 80px;
    flex-direction: column;
  }

  .e404>div {
    width: 100%;
  }

  .e404__title {
    border-right: none;
    font-size: 80px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    font-family: "Jost";
  }

  .e404__text {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .e404__text p {
    margin: 2px 0px;
    font-size: 14px;
    font-family: "Jost";
    text-align: center;
  }

  .main-wrap {
    flex-direction: column;
  }

  .main-wrap__left {
    display: none;
  }

  .main-wrap__right {
    width: 100%;
    margin-left: 0;
  }

  .btn-white {
    width: 40px;
    padding: 0;
  }

  .btn-white span {
    display: none;
  }

  .ico_get_pdf {
    margin-right: 0;
    background-position: center;
  }

  .ico_goback {
    margin-right: 0;
    margin-top: 0;
    background-position: center;
  }

  .submenu-wrap {
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
  }

  ul.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60px;
    min-width: 130px;
  }

  ul.submenu li {
    font-family: "Jost";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 10px 10px 10px;
  }

  ul.submenu li:nth-child(1) {
    padding: 0 10px 10px 0;
  }

  ul.submenu li a {
    min-width: 130px;
    font-family: "Jost";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #1f2a37;
    text-decoration: none;
    text-wrap: nowrap;
  }

  ul.submenu li.active {
    border-bottom: 1px solid #0c9548;
    color: #0c9548;
  }

  ul.submenu li.active a {
    color: #0c9548;
  }

  .s_title_block>div:nth-child(2) {
    width: 40px;
  }

  .s_title_block>div:nth-child(1) {
    width: calc(100% - 40px);
  }

  .s-title {
    text-align: center;
  }

  .mob-reverse>div:nth-child(2) {
    order: 1;
  }

  .mob-reverse>div:nth-child(1) {
    order: 2;
  }

  .s_content_block {
    display: flex;
    flex-direction: column;
  }

  .s_content_block>div {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .main-wrap {
    margin: 0;
  }

  .block {
    padding: 15px;
  }

  .mob {
    display: block;
  }

  .nomob {
    display: none;
  }

  .s_triggers_block>div {
    border-radius: 15px;
    width: 100%;
    padding: 20px;
    margin-right: 20px;
  }

  .s_triggers_block>div:last-child {
    margin-bottom: 0;
  }

  .block-2_55>div:nth-child(1) {
    width: 100%;
  }

  .block-2_55>div:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }

  .btn-goback {
    background: none;
    box-shadow: none;
  }

  .w_60_40>div:nth-child(1) {
    width: 100%;
  }

  .w_60_40>div:nth-child(2) {
    width: 100%;
  }

  .buh-otch-top {
    display: flex;
    flex-direction: row;
  }

  .buh-otch-top>div:nth-child(1) {
    width: 50%;
  }

  .buh-otch-top>div:nth-child(2) {
    width: 50%;
  }

  .w-300 {
    width: 150px !important;
  }

  .flex {
    display: flex;
    flex-direction: row;
  }

  .btn-vip {
    padding: 0px 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .ico_vipiska {
    width: 30px;
  }

  #buh-balance>div:nth-child(1) {
    order: 2;
  }

  #buh-balance>div:nth-child(2) {
    order: 1;
  }

  .chart_speed {
    width: 50%;
  }

  .w_70_30 {
    flex-direction: column;
  }

  .w_70_30>div:nth-child(1) {
    width: 100%;
  }

  .w_70_30>div:nth-child(2) {
    width: 100%;
  }

  .w_65_35 {
    display: flex;
    flex-direction: column;
  }

  .w_65_35>div:nth-child(1) {
    width: 100%;
  }

  .w_65_35>div:nth-child(2) {
    width: 70%;
    margin-left: 0;
  }

  .w_35_65 {
    display: flex;
    flex-direction: column;
  }

  .w_35_65>div:nth-child(1) {
    width: 100%;
  }

  .w_35_65>div:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }

  .arbitraj_graf_block {
    min-height: 110px;
  }

  .pdfexport {
    position: absolute;
    margin-top: -523px;
    right: 20px;
  }

  .fas_wrap {
    flex-direction: column !important;
  }

  .fas_wrap>.fas {
    margin: auto;
    margin-bottom: 20px;
  }

  .fas_wrap>.w-700 {
    max-width: max-content !important;
  }

  .pages_mob {
    display: flex;
    justify-content: center;
  }

  .top-info-mob {
    display: flex;
    flex-direction: row;
  }

  .top-info-mob>div {
    width: 50%;
  }

  .table-license table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: none;
    margin-bottom: 10px;
  }

  .table-license table tr:last-child {
    margin-bottom: 0;
  }

  .table-license table tr:nth-child(1) {
    display: none;
  }

  .table-license table tr td {
    background: #f6f6fa;
  }

  .table-license table tr td:nth-child(1) {
    width: calc(70% - 4px);
  }

  .table-license table tr td:nth-child(2) {
    width: calc(30% - 4px);
  }

  .table-license table tr td:nth-child(3) {
    width: 100%;
    text-align: left;
  }

  .table-license table tr td:nth-child(4) {
    width: 100%;
    text-align: left;
  }

  .connection_top_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .connection_top_info>div {
    width: 50%;
    padding: 3px !important;
  }

  h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 589px) {
  header {
    position: relative;
    z-index: 11;
  }

  .header__left {
    justify-content: flex-end;
    position: static;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn_menu__show .header__menu {
    width: calc(100% - 30px);
    z-index: 11;
  }

  .menu_account__show .header__auth {
    width: calc(100% - 30px);
    z-index: 11;
  }

  .btn_menu__show:after {
    content: "";
    background: #000;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    z-index: 10;
  }

  .menu_account__show:after {
    content: "";
    background: #000;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    z-index: 10;
  }

  .rate input.parol__input.is.is2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .rate input.link2.is {
    width: 100%;
    margin: 0;
  }

  .unload-header {
    height: auto;
    flex-direction: column;
  }

  .unload-header__title {
    line-height: 36px;
    text-align: center;
  }

  .unload-header__subtitle {
    text-align: center;
  }

  .unload-header__text {
    width: 100%;
    padding: 15px;
  }

  .unload-header__img {
    width: 100%;
    margin-bottom: -40px;
  }

  .unload-header__img img {
    width: 85%;
  }

  .btn-unload-link {
    margin: auto;
  }

  .upprofit__title {
    line-height: 36px;
  }

  .upprofit__list {
    display: flex;
    flex-direction: column;
  }

  .upprofit__list-item {
    width: 100%;
  }

  .upprofit__list-item:nth-child(2) {
    margin: 10px 0;
  }

  .glavnya .cols {
    width: 100%;
    flex-direction: column;
  }

  .glavnya .left {
    width: 100% !important;
  }

  .glavnya .right_rez {
    width: 100% !important;
  }

  .rez_type {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .glavnya .form_rez .form_rez_input {
    margin: 3px 0;
  }

  .glavnya .form_rez .form_rez_input_top {
    width: auto !important;
  }

  .glavnya .form_rez .form_rez_input_bot {
    width: auto !important;
  }

  .glavnya .form_rez .form_rez_sub_ {
    margin: auto;
  }

  .glavnya .form_rez .form_rez_sub_2 {
    margin: auto;
  }

  .glavnya .form_rez .form_rez_ {
    text-align: center;
  }

  .glavnya .form_rez .list_org_title {
    text-align: center;
  }

  .not_found_org_col {
    line-height: 18px !important;
  }

  .glavnya .form_rez .list_org {
    margin: 0;
  }

  .list_org .flex-start {
    flex-wrap: wrap;
  }

  .list_org .flex-start>.block__dlist:nth-child(1) {
    width: 100% !important;
  }

  .list_org .flex-start>.block__dlist:nth-child(2) {
    width: 80px !important;
  }

  .list_org .flex-start>.block__dlist:nth-child(4) {
    width: 100% !important;
  }

  .list_org .block__dlist {
    margin-top: 5px !important;
  }

  .who__title {
    line-height: 36px;
  }

  .who .upprofit__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .who .upprofit__list-item {
    width: calc(50% - 6px);
  }

  .who .upprofit__list-item:nth-child(1) {
    margin: 0 10px 10px 0;
  }

  .who .upprofit__list-item:nth-child(2) {
    margin: 0 0 10px 0;
  }

  .who .upprofit__list-item:nth-child(3) {
    margin: 0 10px 0 0;
  }

  .who .upprofit__list-item:nth-child(4) {
    margin: 0;
  }

  .youget {
    overflow: hidden;
  }

  .youget__wrap {
    display: flex;
    flex-direction: column;
  }

  .youget__text {
    width: 100%;
    margin-top: -50px;
  }

  .youget__img {
    width: 55%;
    position: absolute;
    bottom: 10px;
    right: -120px;
  }

  .ucon .vopros-block2 {
    width: 100%;
  }

  .ucon-ul {
    margin: auto !important;
    width: auto;
  }

  .vopros-li p {
    line-height: 15px;
  }

  .ucon__title {
    line-height: 36px;
    margin-bottom: 15px;
  }
  .ref {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

}

@media screen and (max-width: 380px) {
  .footer__ogrn span {
    display: block;
  }
}

.ol-list,
.ol-list ol {
  padding: 0;
  list-style: none;
  counter-reset: li;
  margin: 0;
}

.ol-list ol {
  padding-left: 20px;
}

.ol-list li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.sro_block ul {
  padding-left: 20px;
  margin: 0;
}

.is-active-text {
  margin: 0;
}

.license-block .col-2 {
  gap: 10px;
}

.license-block .col-2 div:first-child {
  color: #1f2a42bf;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
}

.license-block .col-2 div:first-child .ico_point {
  margin: 0;
}

.license-block .col-2 div:first-child p {
  width: 100%;
  margin: 0;
}

.license-block .col-2 .up_text a {
  font-weight: 500;
  text-decoration: none;
}

.license-block .col-2 .up_text a:hover {
  text-decoration: underline;
}

.license-block .sro_show {
  font-weight: 500;
}

.modal-dfa,
.modal-end,
.modal-error {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 999;
}

.modal-dfa.open,
.modal-end.open,
.modal-error.open {
  visibility: visible;
  opacity: 1;
}

.modal-dfa.open .modal-dfa__content,
.modal-end.open .modal-end__content,
.modal-error.open .modal-error__content {
  transform: scale(1);
}

.modal-dfa__content,
.modal-end__content,
.modal-error__content {
  transform: scale(0.7);
  transition: 0.3s;
  width: 500px;
  max-width: 95%;
  background-color: #fff;
  border: 1px solid #0C9548;
  border-radius: 10px;
  padding: 30px 50px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.modal-dfa__content_active,
.modal-end__content_active,
.modal-error__content {
  display: flex;
}

.modal-dfa__text,
.modal-end__text,
.modal-error__text {
  text-align: center;
  margin: 0;
}

.modal-dfa__input,
.modal-end__input {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  color: rgba(31, 42, 55, 1);
  padding: 0 20px;
  border: 1px solid #0C9548;
  background: none;
  height: 50px;
  background: #F2F5F9;
  border-radius: 10px;
}

.modal-dfa__input.error {
  border-color: #C74A4A;
}

.modal-dfa__input.phone {
  width: 100%;
}

.modal-dfa__btn,
.modal-end__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
  background: #0C9548;
  border-radius: 10px;
  padding: 12px 30px;
  border: none;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
}

.modal-dfa__btn:hover,
.modal-end__btn:hover {
  background-color: #087135;
}

.modal-dfa__link,
.modal-error__link {
  color: #087135;
  transition: 0.2s;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.modal-dfa__link {
  font-weight: bold;
}

.modal-error__link {
  font-size: 16px;
}

.modal-dfa__link:hover {
  color: #0C9548;
}

.btn-get-code-sms.disabled {
  color: gray !important;
  cursor: default;
}
