@charset "UTF-8";
html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #FFFFFF;
  font-family: 'MyriadPro', Arial, Verdana, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #000000;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  min-width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

ol, ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  line-height: 1.35;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.min {
  display: block;
}

.col-mod-left {
  padding-left: 0;
}

.col-mod-right {
  padding-right: 0;
}

ul:not([class]) {
  margin: 0 0 .7em;
}

ul:not([class]) li {
  padding-left: 15px;
  margin-bottom: 8px;
  list-style-type: disc;
  padding-left: 15px;
  position: relative;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ol:not([class]) {
  margin: 0 0 1em;
  padding-left: 15px;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: 8px;
}

ol:not([class]) li:last-child {
  margin-bottom: 0;
}

.main-btn {
  display: inline-block;
  color: #FFFFFF;
  height: 55px;
  line-height: 55px;
  min-width: 160px;
  padding: 0 1em;
  background-image: -webkit-linear-gradient(239deg, #5DDBFF 0%, #054F69 100%);
  background-image: -o-linear-gradient(239deg, #5DDBFF 0%, #054F69 100%);
  background-image: linear-gradient(211deg, #5DDBFF 0%, #054F69 100%);
  -webkit-border-radius: 28px;
          border-radius: 28px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  text-align: center;
  z-index: 1;
}

.main-btn:hover {
  color: #FFFFFF;
}

.main-btn:hover:before {
  opacity: 1;
}

.main-btn:active {
  color: #FFFFFF;
  border-top: 1px solid transparent;
}

.main-btn:active:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#054F69), to(#5DDBFF));
  background-image: -webkit-linear-gradient(top, #054F69 0%, #5DDBFF 100%);
  background-image: -o-linear-gradient(top, #054F69 0%, #5DDBFF 100%);
  background-image: linear-gradient(to bottom, #054F69 0%, #5DDBFF 100%);
}

.main-btn:focus {
  color: #FFFFFF;
}

.main-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(59deg, #5DDBFF 0%, #054F69 100%);
  background-image: -o-linear-gradient(59deg, #5DDBFF 0%, #054F69 100%);
  background-image: linear-gradient(31deg, #5DDBFF 0%, #054F69 100%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}

.blue-btn {
  display: inline-block;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  min-width: 160px;
  padding: 0 1em;
  background-color: #5DDBFF;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  text-align: center;
  white-space: nowrap;
}

.blue-btn:hover {
  background: #2ACFFF;
}

.blue-btn:active {
  background: #00BFF6;
}

.section-title {
  font-size: 2.25rem;
  letter-spacing: 2px;
  color: #175160;
  margin-bottom: .3em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .row {
    display: block;
  }
  ::i-block-chrome, .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@media (min-resolution: 0.001dpcm) {
  _:-o-prefocus .row, body .row {
    display: block;
  }
  _:-o-prefocus .row:after, body .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

[class^="col-"] {
  float: left;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Bold/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.wrapper-loader {
  background: #175160;
  z-index: 200;
}

/*****HEADER*****/
.ui-header {
  padding: 0 0 3.6em;
  position: relative;
  z-index: 1;
}

.ui-header:after {
  content: '';
  display: block;
  height: 100%;
  width: 43%;
  background: #F2F2F2;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.wrapper_blind {
  padding-top: .2em;
  text-align: right;
}

.blind-icon {
  display: inline-block;
  height: 35px;
  width: 60px;
  background: url(../img/static/eye.png) no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  margin-bottom: 5em;
}

.head-logo {
  margin-bottom: 7px;
}

.head-logo img {
  max-width: 100%;
}

.old-version_site {
  color: #2FA0DD;
  letter-spacing: 1px;
  border-bottom: 1px solid #2FA0DD;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.old-version_site:hover {
  border-bottom-color: transparent;
}

.head_phone-number {
  padding-left: 6em;
  position: relative;
  letter-spacing: 1px;
  color: #000000;
  float: right;
}

.head_phone-number:after {
  content: '';
  display: block;
  width: 71px;
  height: 74px;
  background: url(../img/spritesheet.png) no-repeat -20px -618px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.head_phone-number .top-text {
  display: block;
}

.head_phone-number a {
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.head_phone-number .bottom-text {
  display: block;
  color: #979797;
  margin-top: 2px;
}

.clear {
  clear: both;
}

.head-profile {
  position: relative;
  line-height: 1.4;
  margin-top: .5em;
  padding-top: .3em;
  margin-left: 2em;
  padding-left: 6em;
}

.head-profile:before {
  content: '';
  display: block;
  width: 75%;
  height: 1px;
  background: #43B1D2;
  position: absolute;
  right: 0;
  top: 0;
}

.head-profile:after {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  background: url(../img/icons/user.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.head-profile_email {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

.head-profile_log {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.head-profile_log:hover {
  border-bottom-color: transparent;
}

.head-profile_exit-btn, .head-profile_register {
  color: #999999;
  border-bottom: 1px solid #999999;
  -webkit-transition: border-bottom-color .3s,color .3s;
  -o-transition: border-bottom-color .3s,color .3s;
  transition: border-bottom-color .3s,color .3s;
}

.head-profile_exit-btn:hover, .head-profile_register:hover {
  border-bottom-color: transparent;
  color: #47B7D9;
}

.main-slider.slick-slider {
  margin-bottom: 0;
}

.main-slide img {
  width: 100%;
}

.slick-dots {
  padding: 0;
  text-align: center;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  background: #A0BCC2;
  border: 1px solid #000000;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.slick-dots li:hover {
  border-color: transparent;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.slick-dots li.slick-active {
  background: #FFFFFF;
  border: 1px solid #000000;
}

.slick-dots li.slick-active:hover {
  border-color: #000000;
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0  auto;
      -ms-flex: 1 0  auto;
          flex: 1 0  auto;
}

.sidebar {
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background: #FFFFFF;
  padding: 1.7em 2.2em;
}

.sidebar-menu li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .75em;
  padding-left: 2.2em;
  min-height: 30px;
  position: relative;
}

.sidebar-menu li:before {
  content: '';
  display: block;
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-menu li:nth-child(1):before {
  width: 24px;
  height: 22px;
  background-position: -20px -1002px;
}

.sidebar-menu li:nth-child(2):before {
  width: 28px;
  height: 26px;
  background-position: -20px -272px;
  left: -3px;
}

.sidebar-menu li:nth-child(3):before {
  width: 33px;
  height: 27px;
  background-position: -20px -800px;
  left: -4px;
}

.sidebar-menu li:nth-child(4):before {
  width: 32px;
  height: 28px;
  background-position: -20px -91px;
  left: -5px;
}

.sidebar-menu li:nth-child(5):before {
  width: 23px;
  height: 29px;
  background-position: -20px -933px;
}

.sidebar-menu li:nth-child(6):before {
  width: 28px;
  height: 25px;
  background-position: -20px -497px;
  left: -2px;
}

.sidebar-menu li:nth-child(7):before {
  width: 23px;
  height: 31px;
  background-position: -20px -20px;
  top: 6px;
}

.sidebar-menu li:nth-child(8):before {
  width: 27px;
  height: 26px;
  background-position: -20px -867px;
  left: -2px;
}

.sidebar-menu li:nth-child(9):before {
  width: 22px;
  height: 28px;
  background-position: -20px -338px;
}

.sidebar-menu li:nth-child(10):before {
  width: 27px;
  height: 28px;
  background-position: -20px -732px;
  left: -2px;
}

.sidebar-menu a {
  color: #175160;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.sidebar-menu a:hover {
  border-bottom-color: #175160;
}

.sidebar-and-content {
  background: #F2F2F2;
  position: relative;
  padding-top: 3em;
  padding-bottom: 6em;
  z-index: 1;
}

.sidebar-and-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 143px;
  background: url(../img/bg/letter-bg.png) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
}

.sidebar-and-content .column-left {
  padding: 0 15px;
  width: 27%;
}

.sidebar-and-content .column-right {
  padding: 0 15px;
  width: 73%;
}

.find-house_block {
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background: #FFFFFF;
  padding: 1.5em;
  margin-bottom: 2em;
}

.find-house_block [class^="col-"] {
  padding: 0 7px;
}

.find-house_block-title {
  color: #175160;
  margin-bottom: 1em;
  text-align: center;
}

.find-house_block-title a {
  color: inherit;
  border-bottom: 1px solid #175160;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.find-house_block-title a:hover {
  border-bottom-color: transparent;
}

.select-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.select-container .column {
  padding: 0 10px;
  width: 37%;
}

.select-container .column:nth-child(3) {
  width: 26%;
}

.selectric {
  border: 1px solid #D0D0D0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #FFFFFF;
  height: 42px;
}

.selectric .label {
  line-height: 42px;
  font-size: 1rem;
  color: #ADADAD;
}

.selectric .button {
  background: #FFFFFF;
  height: 100%;
}

.selectric .button:after {
  width: 10px;
  height: 10px;
  border: none;
  border-right: 1px solid #030303;
  border-bottom: 1px solid #030303;
  top: -6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.selectric-items li {
  font-size: 1rem;
}

.news-content {
  background: #FFFFFF;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  padding: 1.2em 1.7em;
}

.news-content .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: .7em;
}

.news-item {
  margin-bottom: 1em;
}

.news-item .bold-text {
  font-weight: 700;
  margin-bottom: 1em;
}

.news-item .source-information {
  color: #818181;
  font-size: .875rem;
  margin-bottom: 1em;
}

.news-item_title {
  color: #175160;
  font-size: 1.5rem;
  margin-bottom: .3em;
}

.news-item_title a {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.news-item_title a:hover {
  border-bottom-color: #175160;
}

.news-item_info-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 7px;
}

.news-item_info-panel li {
  margin-right: 2.7em;
  margin-bottom: 7px;
  font-size: .875rem;
  padding-left: 1.7em;
  position: relative;
  color: #909090;
}

.news-item_info-panel li:before {
  content: '';
  display: block;
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.news-item_info-panel li:last-child {
  margin-right: 0;
}

.news-item_date:before {
  width: 16px;
  height: 18px;
  background-position: -20px -159px;
}

.news-item_category {
  padding-left: 2em !important;
}

.news-item_category:before {
  width: 22px;
  height: 16px;
  background-position: -20px -562px;
}

.news-item_view:before {
  width: 17px;
  height: 15px;
  background-position: -20px -217px;
}

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

.reception-appeals-box {
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background: #FFFFFF;
  padding: 1.5em;
  padding-left: 5.5em;
  color: #175160;
  margin-bottom: 2em;
  position: relative;
}

.reception-appeals-box a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.reception-appeals-box a:hover {
  border-bottom-color: #175160;
}

.reception-appeals-box:before {
  content: '';
  display: block;
  width: 51px;
  height: 51px;
  background: url(../img/spritesheet.png) no-repeat -20px -406px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto;
}

.paid-services-box {
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background: #FFFFFF;
  padding: 1.2em 1.7em;
  margin-bottom: 2em;
}

.paid-services-box .title {
  font-size: 1.235rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 1.2em;
}

.paid-services_box-content {
  position: relative;
  padding: 0 1.5em 0.5em 3.7em;
  color: #175160;
  min-height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.paid-services_box-content a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.paid-services_box-content a:hover {
  border-bottom-color: #175160;
}

.paid-services_box-content:before {
  content: '';
  display: block;
  width: 52px;
  height: 69px;
  background: url(../img/spritesheet.png) no-repeat -20px -1064px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ads-box {
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background: #FFFFFF;
  padding: 1.2em 1.7em;
}

.ads-box_title {
  font-size: 1.235rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 1em;
}

.ads-item {
  margin-bottom: 1.8em;
}

.ads-item_date {
  color: #8F8F8F;
  font-size: .875rem;
  margin-bottom: 2px;
}

.ads-item_name {
  color: #175160;
}

.ads-item_name a {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.ads-item_name a:hover {
  border-bottom-color: #175160;
}

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

.all-ads_btn {
  min-width: 195px;
}

/***personal-area***/
.personal-area_section {
  background: #F2F2F2;
  padding: 1.2em 0 3em;
}

.personal-area_top-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 97px;
  background-color: #47B7D9;
  margin-bottom: 1em;
}

.personal-area_top-panel li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .3em;
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-box-flex: .92;
  -webkit-flex: .92 0 0;
      -ms-flex: .92 0 0px;
          flex: .92 0 0;
}

.personal-area_top-panel li:last-child {
  -webkit-box-flex: 1.4;
  -webkit-flex: 1.4 0 0;
      -ms-flex: 1.4 0 0px;
          flex: 1.4 0 0;
  padding: 0;
}

.personal-area_top-panel li:nth-last-child(2) {
  padding: 0;
}

.personal-area_top-panel li:hover .tab-text {
  text-decoration: underline;
}

.personal-area_top-panel li.active .tab-text {
  text-decoration: underline;
}

.personal-area_top-panel .exit-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}

.personal-area_top-panel .exit-btn:hover {
  background: #E6E6E6;
  color: #47B7D9;
}

.those-support_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  color: #005C66;
  padding: .3em;
  padding-left: 2.6em;
  position: relative;
  width: 100%;
  height: 100%;
}

.those-support_btn:before {
  content: '';
  display: block;
  width: 52px;
  height: 69px;
  background: url(../img/icons/supporto.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .3em;
  margin: auto;
}

.those-support_btn:hover .those-support_btn-text {
  text-decoration: underline;
}

.wrapper_profile-table {
  overflow: auto;
}

.profile-table {
  width: 100%;
}

.profile-table th {
  background: #6DC9E4;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 1.2em;
  border-right: 1px solid #888888;
}

.profile-table th:last-child {
  border-right: none;
}

.profile-table td {
  padding: .7em;
  border-right: 1px solid #888888;
  text-align: center;
}

.profile-table td:last-child {
  border-right: none;
}

.profile-table tr {
  border-bottom: 1px solid #5DDBFF;
}

.profile-table tr:nth-child(even) {
  background: #FFFFFF;
}

.profile-table_my-receipts th:nth-child(4), .profile-table_my-receipts td:nth-child(4) {
  width: 32%;
}

.profile-table_mod th, .profile-table_mod td {
  width: 33.333%;
}

.profile-table_mod th:first-child, .profile-table_mod td:first-child {
  width: 20%;
}

.download_btn {
  display: inline-block;
  height: 43px;
  width: 43px;
  background: url(../img/icons/download.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.download_btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.personal-account_form {
  background: #FFFFFF;
  padding: 5.3em 1em;
}

.personal-account_form .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5.5em;
  margin-bottom: 1em;
}

.personal-account_form .form-input {
  max-width: 384px;
  height: 76px;
  padding: 0 1em;
  background-color: #F2F2F2;
  color: #000000;
  width: 100%;
}

.personal-account_form .form-input::-webkit-input-placeholder {
  color: #000000;
}

.personal-account_form .form-input::-moz-placeholder {
  color: #000000;
}

.personal-account_form .form-input::-ms-input-placeholder {
  color: #000000;
}

.personal-account_form .form-input::input-placeholder {
  color: #000000;
}

.personal-account_form .form-label {
  display: inline-block;
  margin-right: .8em;
  font-size: 1.5rem;
  color: #33A3CC;
  width: 200px;
  text-align: right;
}

.personal-account_form .selectric-wrapper {
  max-width: 384px;
  width: 100%;
}

.personal-account_form .selectric {
  border: none;
  background-color: #F2F2F2;
  height: 76px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.personal-account_form .label {
  line-height: 76px;
  font-size: inherit;
  height: 100%;
  margin-right: 45px;
  color: #000000;
}

.personal-account_form .button {
  background-color: transparent;
  width: 60px;
}

.personal-account_form .button:after {
  border-color: #00EFFB;
  width: 13px;
  height: 13px;
}

.personal-account_form .wrapper_form-submit {
  margin-top: 1.5em;
  padding-left: 5em;
  text-align: center;
}

.personal-account_form .form-submit {
  height: 50px;
  line-height: 50px;
}

.tab-item_title {
  color: #005C66;
  font-size: 2.25rem;
  letter-spacing: 2px;
  margin-bottom: .7em;
}

.add_personal-account_btn {
  margin-bottom: .9em;
}

.applications_top-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  margin-bottom: .7em;
}

.applications_top-panel_title {
  display: block;
  font-size: 1.5rem;
  color: #33A3CC;
}

.applications-column {
  background: #FFFFFF;
  padding: 1em;
  height: 100%;
}

.unified-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 30px;
}

.unified-checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 25px;
  height: 24px;
  content: '';
  display: block;
  background: url(../img/icons/check.png);
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 1;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  content: "";
  display: block;
  width: 23px;
  height: 24px;
  border: 3px solid #47B7D9;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

.unified-checkbox .checkbox-text {
  display: inline-block;
}

.application-item {
  padding: 1em;
  background: #F2F2F2;
  margin-bottom: .7em;
}

.application-item.is-blue {
  background: #E7FCFF;
}

.create-new_application_btn {
  margin-top: .5em;
  height: 55px;
  line-height: 55px;
  letter-spacing: 1px;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  max-width: 255px;
  width: 100%;
}

.comments-content {
  background: #FFFFFF;
}

.comment-field {
  padding: 1em;
}

.comment-item {
  float: left;
  padding: 1em;
  background: #F2F2F2;
  margin-bottom: .65em;
  max-width: 555px;
  width: 100%;
}

.comment-item p:last-child {
  margin-bottom: 0;
}

.comment-item_name {
  display: block;
  color: #666666;
  font-size: 1rem;
  margin-bottom: 3px;
}

.comment-item_admin {
  float: right;
  background: #E7FCFF;
}

.comment-item_first {
  max-width: 100%;
}

.wrapper_comment-field {
  height: 500px;
  overflow: hidden;
}

.wrapper_comment-field:after {
  content: '';
  display: table;
  height: 0;
  clear: both;
}

.message-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #47B7D9;
  width: 100%;
}

.message-form .right-column {
  -webkit-box-flex: 195px;
  -webkit-flex: 195px  0 0;
      -ms-flex: 195px 0 0px;
          flex: 195px  0 0;
  padding: 1em;
}

.message-form_submit-btn {
  height: 41px;
  line-height: 41px;
  width: 100%;
}

.message-form_textarea {
  -webkit-flex-basis: -webkit-calc(100% - 195px);
      -ms-flex-preferred-size: calc(100% - 195px);
          flex-basis: calc(100% - 195px);
  max-width: -webkit-calc(100% - 195px);
  max-width: calc(100% - 195px);
  height: 130px;
  padding: .5em 1em;
  border: none;
  border-right: 1px solid #47B7D9;
  resize: none;
  outline: none;
}

.message-form_textarea::-webkit-input-placeholder {
  color: #33A3CC;
  font-size: 1rem;
}

.message-form_textarea::-moz-placeholder {
  color: #33A3CC;
  font-size: 1rem;
}

.message-form_textarea::-ms-input-placeholder {
  color: #33A3CC;
  font-size: 1rem;
}

.message-form_textarea::input-placeholder {
  color: #33A3CC;
  font-size: 1rem;
}

.input-file {
  display: inline-block;
  height: 41px;
  border: 1px solid #6DC9E4;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  overflow: hidden;
  padding-left: 2em;
  margin-bottom: .5em;
  position: relative;
  width: 100%;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.input-file:before {
  content: '';
  display: block;
  width: 21px;
  height: 23px;
  background: url(../img/icons/file.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .6em;
  margin: auto;
}

.input-file:hover {
  background: #6DC9E4;
}

.input-file .button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer !important;
  overflow: hidden;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.input-file .button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

.input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.input-file-text {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 .3em;
  font-size: .875rem;
  text-align: center;
  background-color: transparent;
  -webkit-transition: color .3s, background .3s;
  -o-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.input-file-text::-webkit-input-placeholder {
  color: #000000;
}

.input-file-text::-moz-placeholder {
  color: #000000;
}

.input-file-text::-ms-input-placeholder {
  color: #000000;
}

.input-file-text::input-placeholder {
  color: #000000;
}

.indications-counters_top-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .7em;
}

.indications-counters_top-panel .selectric-wrapper {
  margin-right: .7em;
}

.indications-counters_top-panel .selectric-wrapper:first-child {
  width: 205px;
}

.indications-counters_top-panel .selectric {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  height: 58px;
}

.indications-counters_top-panel .label {
  height: 100%;
  font-size: 1.5rem;
  color: #33A3CC;
  margin-left: 1.5em;
  margin-right: 2.5em;
  letter-spacing: 1px;
  line-height: 58px;
}

.indications-counters_top-panel .button {
  background-color: transparent;
  width: 60px;
}

.indications-counters_top-panel .button:after {
  width: 15px;
  height: 15px;
  border-color: #00F3FF;
}

.indications-counters_top-panel .top-panel_select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 3em;
}

.indications-counters_top-panel .top-panel_select:before {
  content: '';
  display: block;
  width: 32px;
  height: 35px;
  background: url(../img/icons/calendar.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.arrow-date {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  background: #FFFFFF;
}

.arrow-date:hover:after {
  border-color: #6DC9E4;
}

.arrow-date:after {
  content: '';
  display: block;
  width: 40%;
  height: 40%;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.date-prev:after {
  left: 10px;
  right: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.profile-table_indications-counters .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  width: 40px;
  height: 40px;
}

.profile-table_indications-counters .unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 43px;
  height: 42px;
  top: -4px;
}

.profile-table_indications-counters .unified-checkbox {
  top: -10px;
}

.profile-table_indications-counters th {
  font-weight: 400;
  padding: .6em;
}

.profile-table_indications-counters td {
  padding: 1.45em .7em;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools_vertical {
  width: 16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 16px;
  background-color: #F2F2F2;
  border: 1px solid #888888;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.mCSB_scrollTools {
  opacity: 1;
}

#mCSB_1_dragger_vertical {
  width: 16px;
  height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#mCSB_1_dragger_vertical .mCSB_dragger_bar {
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #6DC9E4;
  position: relative;
}

.scroll-to-top {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #25A0C6;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s, -webkit-transform 0.4s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top-visible {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

.tab {
  cursor: pointer;
}

.tab-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.tab-item.is-visible {
  height: auto;
  opacity: 1;
  overflow: visible;
}

/**info-page**/
.info-content {
  background: #FFFFFF;
  padding: 2em;
  -webkit-border-radius: 28px;
          border-radius: 28px;
}

.info-content_subtitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #175160;
  margin-bottom: .7em;
}

.info-content_subtitle:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 50px;
  -webkit-flex: 50px 0 0;
      -ms-flex: 50px 0 0px;
          flex: 50px 0 0;
  margin-right: .7em;
}

.info-content_subtitle.intelligence-subtitle:before {
  background-image: url(../img/icons/intelligence.png);
}

.info-content_subtitle.clock-subtitle:before {
  background-image: url(../img/icons/clock.png);
}

.info-content_subtitle.sro-subtitle:before {
  background-image: url(../img/icons/sro.png);
}

.info-content_subtitle.file-subtitle:before {
  background-image: url(../img/icons/file-2.png);
  width: 42px;
  -webkit-box-flex: 42px;
  -webkit-flex: 42px 0 0;
      -ms-flex: 42px 0 0px;
          flex: 42px 0 0;
  height: 34px;
}

.info-content_subtitle.license-subtitle:before {
  width: 45px;
  -webkit-box-flex: 45px;
  -webkit-flex: 45px 0 0;
      -ms-flex: 45px 0 0px;
          flex: 45px 0 0;
  height: 37px;
  background-image: url(../img/icons/license.png);
}

.info-content_subtitle.user-subtitle:before {
  background-image: url(../img/icons/user-2.png);
}

.wrapper_info-table {
  margin-bottom: 2.5em;
}

.info-table {
  border: 1px solid #E8E8E8;
  letter-spacing: 2px;
  width: 100%;
}

.info-table td {
  padding: 1em;
  width: 50%;
}

.info-table td:first-child {
  color: #175160;
  background: #F3F3F3;
}

.info-table tr:nth-child(even) {
  background: #E8E8E8;
}

.info-table tr:nth-child(even) td:first-child {
  background: #E8E8E8;
}

.info-table a {
  color: #175160;
  border-bottom: 1px solid #175160;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
}

.info-table a:hover {
  border-bottom-color: transparent;
}

.info-content_subtitle-desc {
  font-size: 1.25rem;
  color: #175160;
  margin-bottom: 1em;
}

.main-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  padding: 3em 0;
  background: #004D6B;
  color: #FFFFFF;
  text-align: center;
}

.control-block {
  padding: 20px 15px;
  background: #F2F2F2;
  display: none;
  margin: 2em 0;
}

.control-block__item {
  display: inline-block;
  letter-spacing: normal;
  font-weight: normal;
  padding: 7px 15px;
}

.control-block__title {
  padding-right: 7px;
  vertical-align: middle;
}

.control-block__brick1 {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 2px solid #000000;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
}

.control-block__brick1:hover, .control-block__brick1.active {
  background: #000000;
  color: #FFFFFF;
}

.control-block__brick1--base {
  font-size: 18px;
}

.control-block__brick1--big {
  font-size: 24px;
}

.control-block__brick1--extra-big {
  font-size: 28px;
}

.control-block__brick2 {
  display: inline-block;
  height: 37px;
  padding: 0 10px;
  border: 2px solid #000000;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 32px;
  vertical-align: middle;
  cursor: pointer;
}

.control-block__brick2:hover {
  background: #000000;
  color: #FFFFFF;
}

.control-block__brick2.active {
  background: #000000;
  color: #FFFFFF;
}

.control-block__brick2.active:before {
  content: "✓";
  padding-right: 7px;
}

.control-block__drop {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.control-block__drop li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.control-block__drop:before, .control-block__drop li:before {
  display: none;
}

.control-block__drop-title {
  display: inline-block;
  height: 26px;
  position: relative;
  line-height: 26px;
  padding: 0 5px;
  background: #FFFFFF;
}

.control-block__drop-title-inner {
  position: relative;
  z-index: 60px;
  border-bottom: 2px dotted #000000;
}

.control-block__drop-title:before {
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #000000;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #FFFFFF;
}

.control-block__drop-title:after {
  display: block;
  position: absolute;
  z-index: 65;
  left: -1px;
  bottom: -3px;
  right: -1px;
  border: 2px solid #FFFFFF;
  content: "";
}

.control-block__drop > li {
  position: relative;
}

.control-block__drop > li > ul {
  display: block;
  position: absolute;
  z-index: 300;
  left: -3px;
  border: 2px solid #000000;
  top: 100%;
  background: #FFFFFF;
  padding: 17px 0 !important;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.control-block__drop > li > ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.control-block__drop > li > ul:before, .control-block__drop > li > ul li:before {
  display: none;
}

.control-block__drop > li:hover > ul, .control-block__drop > li:hover > .control-block__drop-title:before {
  display: block;
}

.control-block__radio {
  display: none;
}

.control-block__radio:checked + .control-block__brick1 {
  background: #000000;
  color: #FFFFFF;
}

.control-block__radio:checked + .control-block__brick2 {
  background: #000000;
  color: #FFFFFF;
}

.control-block__radio:checked + .control-block__brick2:before {
  content: "✓";
  padding-right: 7px;
}

.control-block__one-line {
  white-space: nowrap;
}

.blind body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 2em;
  color: #000000;
}

.blind .control-block {
  display: block;
}

.blind .head_phone-number {
  padding-left: 0;
}

.blind .head_phone-number a {
  font-size: 2rem;
}

.blind .head_phone-number:after {
  display: none;
}

.blind .old-version_site {
  font-size: 2rem;
  color: #000000;
  border-bottom-color: #000000;
}

.blind .old-version_site:hover {
  border-bottom-color: transparent;
}

.blind .news-item_info-panel li {
  margin-right: 1em;
}

.blind .slick-dots li {
  width: 35px;
  height: 35px;
  background: #000000;
}

.blind .slick-dots li.slick-active {
  background: #FFFFFF;
}

.blind .sidebar {
  padding: 1em .5em;
}

.blind .sidebar-menu li {
  padding-left: 0;
}

.blind .sidebar-menu li:before {
  display: none;
}

.blind .sidebar-menu a {
  color: #000000;
  border-bottom-color: #000000;
}

.blind .sidebar-menu a:hover {
  border-bottom-color: transparent;
}

.blind .find-house_block-title {
  color: #000000;
}

.blind .find-house_block-title a {
  border-bottom-color: #000000;
}

.blind .find-house_block-title a:hover {
  border-bottom-color: transparent;
}

.blind .selectric {
  border-color: #000000;
}

.blind .selectric .label {
  font-size: 1.7rem;
  color: #000000;
}

.blind .selectric .button:after {
  border-width: 3px;
}

.blind .section-title {
  color: #000000;
  font-size: 3.5rem;
  border-bottom-color: #000000;
}

.blind .news-item_title {
  color: #000000;
}

.blind .news-item_title a:hover {
  border-bottom-color: #000000;
}

.blind .select-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blind .select-container .column {
  margin-bottom: 1em;
  width: 50%;
}

.blind .news-item_info-panel li {
  font-size: 1.4rem;
  color: #000000;
}

.blind .news-item_info-panel li:before {
  top: 4px;
}

.blind .news-item .source-information {
  font-size: 1.4rem;
  color: #000000;
}

.blind .news-content {
  padding: 1.2em .5em;
}

.blind .main-btn {
  background: #000000;
  padding: 0 .7em;
  min-width: 220px;
}

.blind .main-btn:before {
  display: none;
}

.blind .main-btn:hover {
  background: #1A1A1A;
}

.blind .reception-appeals-box {
  padding-left: 1em;
  color: #000000;
}

.blind .reception-appeals-box:before {
  display: none;
}

.blind .reception-appeals-box a:hover {
  border-bottom-color: #000000;
}

.blind .paid-services-box {
  padding-left: 1em;
  padding-right: 1em;
}

.blind .paid-services-box .title {
  font-size: 1.7rem;
}

.blind .paid-services_box-content {
  padding-left: .2em;
  color: #000000;
}

.blind .paid-services_box-content:before {
  display: none;
}

.blind .paid-services_box-content a:hover {
  border-bottom-color: #000000;
}

.blind .ads-box_title {
  font-size: 1.7rem;
  border-bottom-color: #000000;
}

.blind .ads-item_date {
  font-size: 1.4rem;
  color: #000000;
}

.blind .ads-item_name {
  color: #000000;
}

.blind .ads-item_name a:hover {
  border-bottom-color: #000000;
}

.blind .main-footer {
  background: #000000;
}

.blind .scroll-to-top {
  background: #1A1A1A;
  width: 60px;
  height: 60px;
}

.blind .head_phone-number .bottom-text {
  color: #000000;
}

.blind .ads-box {
  padding: 1.2em 1em;
}

.blind .selectric-items li {
  font-size: 1.6rem;
  color: #000000;
}

.blind .personal-area_section {
  overflow: hidden;
}

.blind .head-profile {
  padding-left: 1em;
  margin-left: 0;
  left: -1em;
}

.blind .head-profile:after {
  display: none;
}

.blind .head-profile:before {
  width: 91%;
  border: 2px solid #000000;
}

.blind .personal-area_top-panel {
  background: #000000;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blind .personal-area_top-panel li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .7em;
  width: 33.333%;
  text-align: left;
}

.blind .personal-area_top-panel li:nth-last-child(2) {
  padding: 0;
}

.blind .personal-area_top-panel .exit-btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .7em;
}

.blind .personal-area_top-panel .exit-btn:hover {
  color: #000000;
}

.blind .those-support_btn {
  color: #000000;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.blind .profile-table th {
  font-size: 1em;
  background: #000000;
}

.blind .profile-table tr {
  border-bottom: 2px solid #000000;
}

.blind .profile-table td, .blind .profile-table th {
  border-right: 2px solid #000000;
}

.blind .profile-table td:last-child, .blind .profile-table th:last-child {
  border-right: none;
}

.blind .blue-btn {
  height: 80px;
  line-height: 80px;
  background: #000000;
}

.blind .blue-btn:hover {
  background: #262626;
}

.blind .arrow-date {
  width: 85px;
  height: 85px;
}

.blind .arrow-date:after {
  border-width: 3px;
  border-color: #000000;
}

.blind .arrow-date:hover:after {
  border-color: #666666;
}

.blind .indications-counters_top-panel .selectric {
  height: 80px;
}

.blind .indications-counters_top-panel .label {
  line-height: 80px;
}

.blind .indications-counters_top-panel .selectric-wrapper:first-child {
  width: 260px;
}

.blind .indications-counters_top-panel .button:after {
  border-color: #000000;
}

.blind .indications-counters_top-panel .top-panel_select {
  padding-left: 2em;
}

.blind .profile-table_indications-counters td {
  padding-left: .2em;
  padding-right: .2em;
}

.blind .profile-table_indications-counters th {
  padding-left: .2em;
  padding-right: .2em;
}

.blind .applications_top-panel {
  display: block;
}

.blind .applications_top-panel_title {
  font-size: 2.4rem;
  color: #000000;
}

.blind .unified-checkbox {
  padding-right: 50px;
}

.blind .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  width: 40px;
  height: 40px;
}

.blind .unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 42px;
  height: 43px;
  -webkit-background-size: contain;
          background-size: contain;
}

.blind .create-new_application_btn {
  max-width: 100%;
}

.blind .comment-item_name {
  font-size: 1.5rem;
}

.blind .application-item {
  background: #000000;
  color: #FFFFFF;
}

.blind .application-item.is-blue {
  background: #1A1A1A;
}

.blind .comment-item {
  background: #000000;
  color: #FFFFFF;
}

.blind .comment-item_admin {
  background: #1A1A1A;
}

.blind #mCSB_1_dragger_vertical .mCSB_dragger_bar {
  background: #000000;
}

.blind .tab-item_title {
  color: #000000;
}

.blind .message-form_textarea {
  height: auto;
  border-right-color: #000000;
}

.blind .message-form_textarea::-webkit-input-placeholder {
  color: #000000;
  font-size: 1.7rem;
}

.blind .message-form_textarea::-moz-placeholder {
  color: #000000;
  font-size: 1rem;
}

.blind .message-form_textarea::-ms-input-placeholder {
  color: #000000;
  font-size: 1.7rem;
}

.blind .message-form {
  border-top-color: #000000;
}

.blind .input-file {
  height: 80px;
  border-color: #000000;
  padding-left: 0;
}

.blind .input-file:hover {
  background: #000000;
}

.blind .input-file:hover .input-file-text::-webkit-input-placeholder {
  color: #FFFFFF;
}

.blind .input-file:hover .input-file-text::-moz-placeholder {
  color: #FFFFFF;
}

.blind .input-file:hover .input-file-text::-ms-input-placeholder {
  color: #FFFFFF;
}

.blind .input-file:hover .input-file-text::input-placeholder {
  color: #FFFFFF;
}

.blind .input-file:before {
  display: none;
}

.blind .input-file-text {
  font-size: 1.4rem;
}

.blind .personal-account_form .form-label {
  color: #000000;
  font-size: 2rem;
}

.blind .personal-account_form .button:after {
  border-color: #000000;
}

.blind .head-profile_email, .blind .head-profile_log {
  font-size: 2.5rem;
}

.blind .tab-item_title {
  font-size: 2.7rem;
}

.blind .head-profile_exit-btn, .blind .head-profile_register {
  color: #000000;
  border-color: #000000;
}

.blind .head-profile_exit-btn:hover, .blind .head-profile_register:hover {
  color: inherit;
}

.blind .info-content_subtitle {
  font-size: 2.5rem;
  color: #000000;
}

.blind .info-table td:first-child {
  color: #1A1A1A;
}

.blind .info-content_subtitle-desc {
  font-size: 2rem;
  color: #000000;
}

.blind .wrapper_info-table {
  overflow: auto;
}

.blind .info-table a {
  color: #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}

.blind .info-content {
  padding: 1em;
}

.blind-size-big body {
  font-size: 1.8em;
}

.blind-size-big .head_phone-number a {
  font-size: 1.8rem;
}

.blind-size-big .old-version_site {
  font-size: 1.8rem;
}

.blind-size-big .slick-dots li {
  width: 32px;
  height: 32px;
}

.blind-size-big .selectric .label {
  font-size: 1.5rem;
}

.blind-size-big .selectric .button:after {
  border-width: 2px;
}

.blind-size-big .section-title {
  font-size: 3.2rem;
}

.blind-size-big .news-item_info-panel li {
  font-size: 1.3rem;
}

.blind-size-big .news-item_info-panel li:before {
  top: 4px;
}

.blind-size-big .news-item .source-information {
  font-size: 1.3rem;
}

.blind-size-big .main-btn {
  min-width: 200px;
}

.blind-size-big .paid-services-box .title {
  font-size: 1.5rem;
}

.blind-size-big .ads-box_title {
  font-size: 1.5rem;
}

.blind-size-big .ads-item_date {
  font-size: 1.3rem;
}

.blind-size-big .scroll-to-top {
  width: 55px;
  height: 55px;
}

.blind-size-big .selectric-items li {
  font-size: 1.45rem;
}

.blind-size-big .head-profile {
  padding-left: 1em;
}

.blind-size-big .head-profile:before {
  width: 94%;
}

.blind-size-big .personal-area_top-panel li {
  font-size: 1.7rem;
}

.blind-size-big .profile-table th {
  font-size: .9em;
  background: #000000;
}

.blind-size-big .blue-btn {
  height: 77px;
  line-height: 77px;
}

.blind-size-big .arrow-date {
  width: 81px;
  height: 81px;
}

.blind-size-big .indications-counters_top-panel .selectric {
  height: 77px;
}

.blind-size-big .indications-counters_top-panel .label {
  line-height: 77px;
}

.blind-size-big .indications-counters_top-panel .selectric-wrapper:first-child {
  width: 250px;
}

.blind-size-big .applications_top-panel_title {
  font-size: 2.1rem;
}

.blind-size-big .unified-checkbox {
  padding-right: 47px;
}

.blind-size-big .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  width: 37px;
  height: 37px;
}

.blind-size-big .unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 40px;
  height: 40px;
}

.blind-size-big .comment-item_name {
  font-size: 1.35rem;
}

.blind-size-big .message-form_textarea {
  height: auto;
  border-right-color: #000000;
}

.blind-size-big .message-form_textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
}

.blind-size-big .message-form_textarea::-moz-placeholder {
  font-size: 1.5rem;
}

.blind-size-big .message-form_textarea::-ms-input-placeholder {
  font-size: 1.5rem;
}

.blind-size-big .input-file {
  height: 77px;
}

.blind-size-big .input-file-text {
  font-size: 1.3rem;
}

.blind-size-big .personal-account_form .form-label {
  font-size: 1.7rem;
}

.blind-size-big .head-profile_email, .blind-size-big .head-profile_log {
  font-size: 2.1rem;
}

.blind-size-big .tab-item_title {
  font-size: 2.5rem;
}

.blind-size-big .info-content_subtitle {
  font-size: 2.2rem;
}

.blind-size-big .info-content_subtitle-desc {
  font-size: 1.8rem;
}

.blind-size-base body {
  font-size: 1.6em;
}

.blind-size-base .head_phone-number a {
  font-size: 1.6rem;
}

.blind-size-base .old-version_site {
  font-size: 1.6rem;
}

.blind-size-base .slick-dots li {
  width: 29px;
  height: 29px;
}

.blind-size-base .selectric .label {
  font-size: 1.35rem;
}

.blind-size-base .selectric .button:after {
  border-width: 2px;
}

.blind-size-base .section-title {
  font-size: 2.9rem;
}

.blind-size-base .news-item_info-panel li {
  font-size: 1.2rem;
}

.blind-size-base .news-item_info-panel li:before {
  top: 4px;
}

.blind-size-base .news-item .source-information {
  font-size: 1.2rem;
}

.blind-size-base .paid-services-box .title {
  font-size: 1.35rem;
}

.blind-size-base .ads-box_title {
  font-size: 1.35rem;
}

.blind-size-base .ads-item_date {
  font-size: 1.2rem;
}

.blind-size-base .scroll-to-top {
  width: 50px;
  height: 50px;
}

.blind-size-base .selectric-items li {
  font-size: 1.3rem;
}

.blind-size-base .head-profile {
  padding-left: 1.3em;
  left: 0;
}

.blind-size-base .head-profile:before {
  width: 95%;
}

.blind-size-base .personal-area_top-panel li {
  font-size: 1.5rem;
}

.blind-size-base .profile-table th {
  font-size: .8em;
  background: #000000;
}

.blind-size-base .blue-btn {
  height: 74px;
  line-height: 74px;
}

.blind-size-base .arrow-date {
  width: 77px;
  height: 77px;
}

.blind-size-base .indications-counters_top-panel .selectric {
  height: 74px;
}

.blind-size-base .indications-counters_top-panel .label {
  line-height: 74px;
}

.blind-size-base .indications-counters_top-panel .selectric-wrapper:first-child {
  width: 240px;
}

.blind-size-base .applications_top-panel_title {
  font-size: 1.8rem;
}

.blind-size-base .unified-checkbox {
  padding-right: 44px;
}

.blind-size-base .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  width: 34px;
  height: 34px;
}

.blind-size-base .unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  width: 37px;
  height: 37px;
}

.blind-size-base .comment-item_name {
  font-size: 1.2rem;
}

.blind-size-base .message-form_textarea {
  height: auto;
}

.blind-size-base .message-form_textarea::-webkit-input-placeholder {
  font-size: 1.35rem;
}

.blind-size-base .message-form_textarea::-moz-placeholder {
  font-size: 1.35rem;
}

.blind-size-base .message-form_textarea::-ms-input-placeholder {
  font-size: 1.35rem;
}

.blind-size-base .input-file {
  height: 74px;
}

.blind-size-base .input-file-text {
  font-size: 1.2rem;
}

.blind-size-base .personal-account_form .form-label {
  font-size: 1.5rem;
}

.blind-size-base .head-profile_email, .blind-size-base .head-profile_log {
  font-size: 1.8rem;
}

.blind-size-base .tab-item_title {
  font-size: 2.2rem;
}

.blind-size-base .info-content_subtitle {
  font-size: 2rem;
}

.blind-size-base .info-content_subtitle-desc {
  font-size: 1.6rem;
}

.blind-font-serif body {
  font-family: Georgia, "Times New Roman", Times, Serif;
}

.blind-kern-medium {
  letter-spacing: 2px;
}

.blind-kern-large {
  letter-spacing: 3px;
}

.blind-scheme-black body {
  background: #000000;
  color: #FFFFFF;
}

.blind-scheme-black .head-profile_exit-btn, .blind-scheme-black .head-profile_register {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.blind-scheme-black .head-profile_exit-btn:hover, .blind-scheme-black .head-profile_register:hover {
  border-bottom-color: transparent;
}

.blind-scheme-black .head_phone-number {
  color: #FFFFFF;
}

.blind-scheme-black .head_phone-number a {
  color: #FFFFFF;
}

.blind-scheme-black .ui-header:after {
  background: #1A1A1A;
}

.blind-scheme-black .head_phone-number .bottom-text {
  color: #FFFFFF;
}

.blind-scheme-black .old-version_site {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .old-version_site:hover {
  border-bottom-color: transparent;
}

.blind-scheme-black .slick-dots li {
  background: #FFFFFF;
}

.blind-scheme-black .slick-dots li.slick-active {
  background: #000000;
}

.blind-scheme-black .sidebar-menu a {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .sidebar-menu a:hover {
  border-bottom-color: transparent;
}

.blind-scheme-black .find-house_block-title {
  color: #FFFFFF;
}

.blind-scheme-black .find-house_block-title a {
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .find-house_block-title a:hover {
  border-bottom-color: transparent;
}

.blind-scheme-black .selectric {
  border-color: #FFFFFF;
}

.blind-scheme-black .selectric .label {
  color: #FFFFFF;
}

.blind-scheme-black .section-title {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .news-item_title {
  color: #FFFFFF;
}

.blind-scheme-black .news-item_title a:hover {
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .news-item_info-panel li {
  color: #FFFFFF;
}

.blind-scheme-black .news-item .source-information {
  color: #FFFFFF;
}

.blind-scheme-black .main-btn {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .main-btn:hover {
  background: #CCCCCC;
}

.blind-scheme-black .reception-appeals-box {
  color: #FFFFFF;
}

.blind-scheme-black .reception-appeals-box a:hover {
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .paid-services_box-content {
  color: #FFFFFF;
}

.blind-scheme-black .paid-services_box-content a:hover {
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .ads-box_title {
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .ads-item_date {
  color: #FFFFFF;
}

.blind-scheme-black .ads-item_name {
  color: #FFFFFF;
}

.blind-scheme-black .ads-item_name a:hover {
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .main-footer {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .scroll-to-top {
  background: #CCCCCC;
}

.blind-scheme-black .scroll-to-top:after {
  border-color: #000000;
}

.blind-scheme-black .head_phone-number .bottom-text {
  color: #FFFFFF;
}

.blind-scheme-black .selectric-items li {
  color: #FFFFFF;
}

.blind-scheme-black .control-block {
  background: #1A1A1A;
}

.blind-scheme-black .control-block__brick1 {
  border-color: #FFFFFF;
}

.blind-scheme-black .control-block__radio:checked + .control-block__brick1 {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .control-block__brick2 {
  border-color: #FFFFFF;
}

.blind-scheme-black .control-block__radio:checked + .control-block__brick2 {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .sidebar-and-content {
  background: #1A1A1A;
}

.blind-scheme-black .sidebar {
  background: #000000;
}

.blind-scheme-black .find-house_block {
  background: #000000;
}

.blind-scheme-black .selectric {
  background: #1A1A1A;
}

.blind-scheme-black .top-panel_select .selectric {
  background: #000000;
}

.blind-scheme-black .selectric-items {
  background: #1A1A1A;
}

.blind-scheme-black .selectric-items li.highlighted {
  background: #333333;
}

.blind-scheme-black .selectric-items li:hover {
  background: #333333;
}

.blind-scheme-black .news-content {
  background: #000000;
}

.blind-scheme-black .reception-appeals-box {
  background: #000000;
}

.blind-scheme-black .paid-services-box {
  background: #000000;
}

.blind-scheme-black .ads-box {
  background: #000000;
}

.blind-scheme-black .head-profile:before {
  width: 91%;
  border: 2px solid #FFFFFF;
}

.blind-scheme-black .personal-area_top-panel {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .personal-area_top-panel li {
  color: inherit;
}

.blind-scheme-black .personal-area_top-panel .exit-btn:hover {
  color: #FFFFFF;
  background: #000000;
}

.blind-scheme-black .those-support_btn {
  color: #FFFFFF;
  background: #000000;
}

.blind-scheme-black .personal-area_section {
  background: #1A1A1A;
}

.blind-scheme-black .personal-account_form {
  background: #000000;
}

.blind-scheme-black .profile-table th {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .profile-table tr:nth-child(even) {
  background: #000000;
}

.blind-scheme-black .personal-account_form .form-input {
  background: #1A1A1A;
}

.blind-scheme-black .personal-account_form .form-input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .personal-account_form .form-input::-moz-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .personal-account_form .form-input::-ms-input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .personal-account_form .form-input::input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .profile-table tr {
  border-bottom: 2px solid #FFFFFF;
}

.blind-scheme-black .profile-table td, .blind-scheme-black .profile-table th {
  border-right: 2px solid #FFFFFF;
}

.blind-scheme-black .blue-btn {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .blue-btn:hover {
  background: #CCCCCC;
}

.blind-scheme-black .arrow-date {
  background: #000000;
}

.blind-scheme-black .arrow-date:after {
  border-width: 3px;
  border-color: #FFFFFF;
}

.blind-scheme-black .arrow-date:hover:after {
  border-color: white;
}

.blind-scheme-black .indications-counters_top-panel .button:after {
  border-color: #FFFFFF;
}

.blind-scheme-black .applications_top-panel_title {
  color: #FFFFFF;
}

.blind-scheme-black .application-item {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .application-item.is-blue {
  background: #CCCCCC;
}

.blind-scheme-black .wrapper_comment-field {
  background: #000000;
}

.blind-scheme-black .comment-item {
  background: #FFFFFF;
  color: #000000;
}

.blind-scheme-black .applications-column {
  background: #000000;
}

.blind-scheme-black .comment-item_admin {
  background: #CCCCCC;
}

.blind-scheme-black #mCSB_1_dragger_vertical .mCSB_dragger_bar {
  background: #FFFFFF;
}

.blind-scheme-black .tab-item_title {
  color: #FFFFFF;
}

.blind-scheme-black .message-form_textarea {
  height: auto;
  border-right-color: #FFFFFF;
  background: #000000;
}

.blind-scheme-black .message-form_textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .message-form_textarea::-moz-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .message-form_textarea::-ms-input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .message-form {
  border-top-color: #FFFFFF;
  background: #000000;
}

.blind-scheme-black .input-file {
  border-color: #FFFFFF;
}

.blind-scheme-black .input-file:hover {
  background: #FFFFFF;
}

.blind-scheme-black .input-file:hover .input-file-text::-webkit-input-placeholder {
  color: #000000;
}

.blind-scheme-black .input-file:hover .input-file-text::-moz-placeholder {
  color: #000000;
}

.blind-scheme-black .input-file:hover .input-file-text::-ms-input-placeholder {
  color: #000000;
}

.blind-scheme-black .input-file:hover .input-file-text::input-placeholder {
  color: #000000;
}

.blind-scheme-black .input-file-text::-webkit-input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .input-file-text::-moz-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .input-file-text::-ms-input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .input-file-text::input-placeholder {
  color: #FFFFFF;
}

.blind-scheme-black .personal-account_form .form-label {
  color: #FFFFFF;
}

.blind-scheme-black .personal-account_form .button:after {
  border-color: #FFFFFF;
}

.blind-scheme-black .head-profile_email, .blind-scheme-black .head-profile_log {
  border-color: #FFFFFF;
}

.blind-scheme-black .personal-account_form .wrapper_form-submit {
  padding-left: 2.2em;
}

.blind-scheme-black .info-content {
  background: #000000;
}

.blind-scheme-black .info-table td:first-child {
  color: #E6E6E6;
  background: #333333;
}

.blind-scheme-black .info-table tr:nth-child(even) td:first-child {
  background: #333333;
}

.blind-scheme-black .info-table tr:nth-child(even) {
  background: #333333;
}

.blind-scheme-black .info-content_subtitle, .blind-scheme-black .info-content_subtitle-desc {
  color: #FFFFFF;
}

.blind-scheme-black .info-table a {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.blind-scheme-black .info-table a:hover {
  border-bottom-color: transparent;
}

@media only screen and (max-width: 1900px) {
  .head-logo {
    width: 90%;
  }
  .personal-area_top-panel li {
    font-size: 1.25rem;
  }
  .profile-table th {
    font-size: 1.25rem;
  }
  .head-profile {
    left: -5em;
    width: 115%;
  }
  .blind .head-profile {
    left: -3em;
  }
  .blind .create-new_application_btn {
    font-size: 1.5rem;
  }
  .blind-size-big .head-profile {
    left: -1.5em;
  }
  .blind-size-base .head-profile {
    left: -1em;
  }
}

@media only screen and (max-width: 1200px) {
  .head-logo {
    width: 70%;
  }
  .ui-header:after {
    width: 51%;
  }
  .sidebar {
    padding: 1.2em 1.5em;
  }
  .sidebar-and-content .column-left {
    width: 35%;
  }
  .sidebar-and-content .column-right {
    width: 65%;
  }
  .reception-appeals-box {
    margin-top: 2em;
  }
  .sidebar-and-content {
    padding-bottom: 3em;
  }
  .blind .head_phone-number a {
    font-size: 1.35rem;
  }
  .head-profile {
    left: -9.5em;
    width: 145%;
  }
  .personal-area_top-panel li {
    font-size: 1rem;
  }
  .those-support_btn:before {
    width: 30px;
    height: 40px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .profile-table th {
    font-size: 1rem;
  }
  .applications_top-panel {
    letter-spacing: 0;
    display: block;
  }
  .info-table {
    letter-spacing: 0;
  }
  .info-table td {
    padding: .5em;
  }
  .wrapper_info-table {
    margin-bottom: 1.2em;
  }
  .info-content_subtitle {
    letter-spacing: 0;
  }
  .section-title {
    letter-spacing: 0;
  }
  .blind .head-profile {
    left: -1.5em;
    width: 100%;
  }
  .blind body {
    font-size: 1.5rem;
  }
  .blind-size-big body {
    font-size: 1.4rem;
  }
  .blind-size-base body {
    font-size: 1.3rem;
  }
  .blind .personal-area_top-panel li {
    font-size: 1.5rem;
  }
  .blind-size-bigd .personal-area_top-panel li {
    font-size: 1.4rem;
  }
  .blind-size-base .personal-area_top-panel li {
    font-size: 1.3rem;
  }
  .blind .arrow-date {
    width: 70px;
    height: 70px;
  }
  .blind-size-big .arrow-date {
    width: 66px;
    height: 66px;
  }
  .blind-size-base .arrow-date {
    width: 62px;
    height: 62px;
  }
  .blind .tab-item_title {
    font-size: 2.5rem;
  }
  .blind-size-big .tab-item_title {
    font-size: 2.3rem;
  }
  .blind-size-base .tab-item_title {
    font-size: 2.1rem;
  }
  .blind .head-profile {
    max-width: 430px;
    margin-left: auto;
    margin-bottom: 0;
    left: 0;
    padding-left: 0;
  }
  .blind .head-profile:before {
    width: 100%;
  }
  .blind .create-new_application_btn {
    white-space: normal;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .2em;
  }
  .blind .personal-account_form .form-input {
    height: 80px;
  }
  .blind .personal-account_form .selectric {
    height: 80px;
  }
  .blind .personal-account_form .label {
    line-height: 80px;
  }
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 1rem;
  }
  .ui-header:after {
    display: none;
  }
  .head_phone-number {
    float: none;
    padding: 1.2em 0;
    padding-left: 6em;
    text-align: left;
    margin: 0 auto;
    max-width: 430px;
  }
  .head-profile {
    margin: 0 auto 1em;
    max-width: 430px;
    left: 0;
    text-align: left;
    width: 100%;
  }
  .head-profile:before {
    width: 78%;
  }
  .ui-header {
    padding: 1.2em 0 0;
    text-align: center;
  }
  .head-logo {
    width: 100%;
  }
  .personal-area_top-panel {
    min-height: 65px;
  }
  .personal-area_top-panel li {
    font-size: .9rem;
  }
  .those-support_btn-text .min {
    display: inline;
  }
  .tab-item_title {
    font-size: 1.75rem;
  }
  .personal-account_form .selectric {
    height: 50px;
  }
  .personal-account_form .label {
    line-height: 50px;
  }
  .personal-account_form .form-label {
    font-size: 1.125rem;
  }
  .profile-table_indications-counters .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
    width: 23px;
    height: 24px;
  }
  .profile-table_indications-counters .unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
    width: 25px;
    height: 24px;
    top: 0;
  }
  .profile-table_indications-counters .unified-checkbox {
    top: -3px;
  }
  .personal-account_form .form-input {
    height: 50px;
  }
  .blind .profile-table th, .blind .profile-table td {
    font-size: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-and-content .column-left {
    width: 100%;
  }
  .sidebar-and-content .column-right {
    width: 100%;
  }
  .sidebar {
    margin-bottom: 2em;
  }
  .sidebar-menu li:nth-child(7):before {
    top: 0;
  }
  .sidebar-and-content {
    padding: 2em 0;
  }
  .main-footer {
    padding: 2em 0;
  }
  .info-content {
    padding: 1em;
  }
  .blind-icon {
    margin-bottom: 1.5em;
  }
  .blind .ui-header {
    padding: 0;
  }
  .personal-area_top-panel {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .personal-area_top-panel li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    min-height: 45px;
    width: 33.333%;
  }
  .personal-area_top-panel .min {
    display: inline;
  }
  .those-support_btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .arrow-date {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 30px;
    -webkit-flex: 30px 0 0;
        -ms-flex: 30px 0 0px;
            flex: 30px 0 0;
  }
  .indications-counters_top-panel .selectric {
    height: 40px;
  }
  .indications-counters_top-panel .label {
    line-height: 40px;
    font-size: .935rem;
    margin-left: 1em;
    margin-right: 1.7em;
  }
  .indications-counters_top-panel .button {
    width: 30px;
  }
  .indications-counters_top-panel .button:after {
    width: 8px;
    height: 8px;
  }
  .indications-counters_top-panel .selectric-wrapper:first-child {
    width: 130px;
  }
  .indications-counters_top-panel .top-panel_select:before {
    width: 20px;
    height: 20px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .indications-counters_top-panel .top-panel_select {
    padding-left: 1.7em;
  }
  .profile-table_indications-counters td {
    padding: .5em .2em;
  }
  .profile-table_indications-counters th {
    padding: .5em .2em;
  }
  .download_btn {
    height: 25px;
    width: 25px;
  }
  .head-profile {
    padding-left: 2.5em;
  }
  .head-profile:after {
    width: 27px;
    height: 28px;
  }
  .head-profile:before {
    width: 86%;
  }
  .head-profile_email, .head-profile_log {
    font-size: 1.25rem;
  }
  .blind body {
    font-size: 1.7rem;
  }
  .blind-size-big body {
    font-size: 1.55rem;
  }
  .blind-size-base body {
    font-size: 1.4rem;
  }
  .blind .applications_top-panel {
    margin-bottom: 1.4em;
  }
  .blind .message-form {
    display: block;
    border-top: none;
    padding: 0 15px;
    margin-top: 15px;
  }
  .blind .message-form_textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #000000;
    height: 130px;
  }
  .blind .personal-account_form .form-group {
    display: block;
    padding-right: 0;
  }
  .blind .personal-account_form .form-label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .blind .personal-account_form .selectric-wrapper {
    max-width: 100%;
  }
  .blind .personal-account_form .form-input {
    max-width: 100%;
  }
  .blind-scheme-black .message-form_textarea {
    border-color: #FFFFFF;
  }
  .blind .unified-checkbox .checkbox-text {
    padding-top: 5px;
  }
  .blind .indications-counters_top-panel {
    position: relative;
    padding-bottom: 70px;
  }
  .blind .arrow-date {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .blind .date-prev {
    right: auto;
    left: 0;
  }
  .blind .indications-counters_top-panel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .personal-area_top-panel li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .personal-area_top-panel {
    padding: .5em;
  }
  .personal-area_top-panel .exit-btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .scroll-to-top {
    opacity: .7;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 25px;
    height: 25px;
    right: 18px;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: 140%;
    height: 140%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #6DC2BA;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .head_phone-number {
    padding-left: 2.5em;
  }
  .head_phone-number a {
    font-size: 1rem;
  }
  .head_phone-number:after {
    width: 27px;
    height: 28px;
    background-position: -20px -732px;
  }
  .sidebar-and-content {
    padding: 1.875em 0;
  }
  .sidebar {
    margin-bottom: 1.875em;
    padding: 1em;
  }
  .select-container {
    display: block;
  }
  .select-container .column {
    margin-bottom: .7em;
    width: 100%;
  }
  .select-container .column:nth-child(3) {
    width: 100%;
  }
  .find-house_block {
    padding: 1em;
  }
  .news-content {
    padding: 1em;
  }
  .section-title {
    font-size: 1.875em;
  }
  .news-content .section-title {
    margin-bottom: .3em;
  }
  .news-item_title {
    font-size: 1.2rem;
  }
  .news-item_info-panel li {
    margin-right: 1em;
  }
  p {
    line-height: 1.25;
  }
  .reception-appeals-box {
    margin: 1.875em 0;
  }
  .paid-services-box {
    margin-bottom: 1.875em;
  }
  .ads-box {
    padding: 1em;
  }
  .ads-item {
    margin-bottom: 1em;
  }
  .main-footer {
    padding: 1.875em 0;
  }
  .info-table {
    font-size: .875rem;
  }
  .info-table td {
    padding: .55em .35em;
  }
  .info-content_subtitle {
    font-size: 1.15rem;
  }
  .info-content_subtitle:before {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 25px;
    -webkit-flex: 25px 0 0;
        -ms-flex: 25px 0 0px;
            flex: 25px 0 0;
  }
  .info-content_subtitle.file-subtitle:before {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 25px;
    -webkit-flex: 25px 0 0;
        -ms-flex: 25px 0 0px;
            flex: 25px 0 0;
  }
  .info-content_subtitle.license-subtitle:before {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 25px;
    -webkit-flex: 25px 0 0;
        -ms-flex: 25px 0 0px;
            flex: 25px 0 0;
  }
  .wrapper_info-table {
    overflow: auto;
  }
  .blind body {
    font-size: 1.5rem;
  }
  .blind .head_phone-number a {
    font-size: 1.35rem;
  }
  .blind .old-version_site {
    font-size: 1.5rem;
  }
  .blind .control-block {
    margin-top: 0;
    padding: .2em;
    margin-bottom: 1em;
  }
  .blind .select-container .column {
    width: 100%;
  }
  .blind .control-block__brick2 {
    margin-bottom: .4em;
  }
  .blind .slick-dots li {
    width: 25px;
    height: 25px;
  }
  .blind .selectric .label {
    font-size: 1.4rem;
  }
  .blind .section-title {
    font-size: 2.4rem;
  }
  .blind .news-item_info-panel li {
    font-size: 1.2rem;
  }
  .blind .news-item_info-panel li:before {
    top: 2px;
  }
  .blind .news-item .source-information {
    font-size: 1.2rem;
  }
  .blind .main-btn {
    min-width: 200px;
  }
  .blind .paid-services-box .title {
    font-size: 1.4rem;
  }
  .blind .ads-box_title {
    font-size: 1.4rem;
  }
  .blind .ads-item_date {
    font-size: 1.2rem;
  }
  .blind .scroll-to-top {
    width: 40px;
    height: 40px;
  }
  .blind .scroll-to-top:before {
    display: none;
  }
  .blind .selectric-items li {
    font-size: 1.35rem;
  }
  .blind .sidebar-menu li {
    margin-bottom: .25em;
  }
  .blind .info-table {
    font-size: 1.4rem;
  }
  .blind .info-content_subtitle {
    font-size: 1.6rem;
  }
  .blind .info-content_subtitle:before {
    display: none;
  }
  .blind .info-content_subtitle-desc {
    font-size: 1.4rem;
  }
  .blind .scroll-to-top {
    width: 48px;
    height: 48px;
  }
  .blind-size-big body {
    font-size: 1.35rem;
  }
  .blind-size-big .head_phone-number a {
    font-size: 1.25rem;
  }
  .blind-size-big .old-version_site {
    font-size: 1.35rem;
  }
  .blind-size-big .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .blind-size-big .selectric .label {
    font-size: 1.25rem;
  }
  .blind-size-big .section-title {
    font-size: 2.3rem;
  }
  .blind-size-big .news-item_info-panel li {
    font-size: 1.1rem;
  }
  .blind-size-big .news-item_info-panel li:before {
    top: 2px;
  }
  .blind-size-big .news-item .source-information {
    font-size: 1.1rem;
  }
  .blind-size-big .main-btn {
    min-width: 190px;
  }
  .blind-size-big .paid-services-box .title {
    font-size: 1.2rem;
  }
  .blind-size-big .ads-box_title {
    font-size: 1.2rem;
  }
  .blind-size-big .ads-item_date {
    font-size: 1.1rem;
  }
  .blind-size-big .scroll-to-top {
    width: 35px;
    height: 35px;
  }
  .blind-size-big .selectric-items li {
    font-size: 1.2rem;
  }
  .blind-size-big .info-table {
    font-size: 1.3rem;
  }
  .blind-size-big .info-content_subtitle {
    font-size: 1.5rem;
  }
  .blind-size-big .info-content_subtitle-desc {
    font-size: 1.3rem;
  }
  .blind-size-big .scroll-to-top {
    width: 44px;
    height: 44px;
  }
  .blind-size-base body {
    font-size: 1.2rem;
  }
  .blind-size-base .head_phone-number a {
    font-size: 1.15rem;
  }
  .blind-size-base .old-version_site {
    font-size: 1.2rem;
  }
  .blind-size-base .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .blind-size-base .selectric .label {
    font-size: 1.15rem;
  }
  .blind-size-base .section-title {
    font-size: 2.1rem;
  }
  .blind-size-base .news-item_info-panel li {
    font-size: 1rem;
  }
  .blind-size-base .news-item_info-panel li:before {
    top: 2px;
  }
  .blind-size-base .news-item .source-information {
    font-size: 1rem;
  }
  .blind-size-base .main-btn {
    min-width: 180px;
  }
  .blind-size-base .paid-services-box .title {
    font-size: 1.1rem;
  }
  .blind-size-base .ads-box_title {
    font-size: 1.1rem;
  }
  .blind-size-base .ads-item_date {
    font-size: 1rem;
  }
  .blind-size-base .scroll-to-top {
    width: 30px;
    height: 30px;
  }
  .blind-size-base .selectric-items li {
    font-size: 1.1rem;
  }
  .blind-size-base .info-table {
    font-size: 1.2rem;
  }
  .blind-size-base .info-content_subtitle {
    font-size: 1.4rem;
  }
  .blind-size-base .info-content {
    padding: .5em;
  }
  .blind-size-base .info-content_subtitle-desc {
    font-size: 1.2rem;
  }
  .blind-size-base .scroll-to-top {
    width: 40px;
    height: 40px;
  }
  .tab-item_title {
    font-size: 1.25rem;
  }
  .personal-area_top-panel {
    margin-bottom: .7em;
  }
  .personal-account_form .form-group {
    padding-right: 0;
    display: block;
    text-align: center;
  }
  .personal-account_form .form-label {
    margin: 0 0 5px;
    width: auto;
  }
  .personal-account_form .selectric-wrapper {
    max-width: 100%;
  }
  .personal-account_form .form-input {
    max-width: 100%;
  }
  .personal-account_form {
    padding: 1.7em 15px;
  }
  .personal-account_form .wrapper_form-submit {
    padding-left: 0;
  }
  .personal-area_section {
    padding: 1.5em 0;
  }
  .profile-table th {
    padding: .5em .3em;
    font-size: .875rem;
  }
  .profile-table td {
    padding: .5em .3em;
    font-size: .875rem;
  }
  .wrapper_comment-field {
    height: 300px;
  }
  .comment-item {
    padding: .7em;
  }
  .comment-item_name {
    font-size: .8125rem;
  }
  .create-new_application_btn {
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
  .blue-btn {
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
  .input-file {
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
  .message-form {
    display: block;
    border-top: none;
    padding: 0 15px;
    margin-top: 15px;
  }
  .message-form_textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #47B7D9;
    height: 80px;
  }
  .input-file-text {
    text-align: left;
  }
  .message-form .right-column {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .blind .personal-area_top-panel li {
    padding: .3em;
    width: 50%;
  }
  .blind .tab-item_title {
    font-size: 2.2rem;
  }
  .blind .wrapper_form-submit {
    padding-left: 0 !important;
  }
  .blind .indications-counters_top-panel .top-panel_select {
    padding-left: 0;
  }
  .blind .indications-counters_top-panel .top-panel_select:before {
    display: none;
  }
  .blind .indications-counters_top-panel .selectric-wrapper:first-child {
    width: 180px;
  }
  .blind .head-profile {
    margin-bottom: 1.2em;
  }
  .blind-size-big .tab-item_title {
    font-size: 2rem;
  }
  .blind-size-base .tab-item_title {
    font-size: 1.8rem;
  }
  .blind .applications_top-panel_title {
    font-size: 1.9rem;
  }
  .blind-size-big .applications_top-panel_title {
    font-size: 1.7rem;
  }
  .blind-size-base .applications_top-panel_title {
    font-size: 1.5rem;
  }
  .blind .input-file-text {
    text-align: center;
  }
  .blind .profile-table td {
    font-size: inherit;
  }
  .blind .profile-table th {
    font-size: inherit;
  }
  .blind .head-profile_email, .blind .head-profile_log {
    font-size: 2rem;
  }
  .blind-size-big .head-profile_email, .blind-size-big .head-profile_log {
    font-size: 1.8rem;
  }
  .blind-size-base .head-profile_email, .blind-size-base .head-profile_log {
    font-size: 1.6rem;
  }
  .blind .arrow-date {
    width: 60px;
    height: 60px;
  }
  .blind-size-big .arrow-date {
    width: 57px;
    height: 57px;
  }
  .blind-size-base .arrow-date {
    width: 54px;
    height: 54px;
  }
}

@media only screen and (max-width: 360px) {
  .indications-counters_top-panel .selectric-wrapper:first-child {
    width: 120px;
  }
  .indications-counters_top-panel .top-panel_select:before {
    display: none;
  }
  .indications-counters_top-panel .top-panel_select {
    padding-left: 0;
  }
  .indications-counters_top-panel .selectric-wrapper:last-child {
    margin-right: 0;
  }
}
 
/*STD +(336) */