﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1;
  min-width: 1250px;
  position: relative
}

ol,
ul {
  list-style: none
}

a {
  color: #227aa7;
  text-decoration: underline;
}

  a:hover {
    text-decoration: none;
  }

b {
  font-weight: bold
}

i {
  font-style: italic
}

p {
  padding-bottom: 1em
}

html,
body {
  height: 100%;
  width: 100%
}

html {
  background: url(../img/bg.jpg)
}

body {
  font-family: 'Open Sans', sans-serif; /*Trebuchet MS;*/
  font-size: 14px;
  color: #333;
  line-height: 20px
}

h1 {
  font-size: 30px;
  color: #697582;
  display: block;
  line-height: 30px
}

h5 {
  font-size: 15px;
  height: 20px;
  color: #a5acb4;
  padding: 15px 0 10px
}

.wrapper {
  min-height: 100%;
  width: 100%;
  min-width: 1250px;
  position: relative;
  overflow: hidden
}

.head {
  height: 140px;
  width: 100%;
  min-width: 1200px;
  background: #f3f2e7
}

.head_center {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  padding: 30px 0 60px;
  position: relative;
  justify-content: space-between;
}

.head_top {
  height: 41px;
  border-top-width: 0;
  height: 70px;
}

.head_top_geo {
  float: left;
  color: #929292;
  font-size: 13px;
  line-height: 40px;
  margin: 2px 39px 0 0
}

.head_top_tp {
  float: left;
  width: 200px;
}

.head_top_text {
  color: #929292;
  font-size: 15px;
  width: 490px;
  text-align: right;
  float: left;
  padding-right: 10px;
}

.head_top_phone {
  color: #d11920;
  font-size: 20px;
}

.head_top_email {
  color: #d11920;
  font-size: 16px;
  text-decoration: none;
}

.head_top_search {
  float: left;
  margin: -5px 27px 0 0
}

.head_top_search_btn {
  float: left;
  margin: 1px 0 0 0
}

.head_top_lang {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  margin: -5px 1px 0 0
}

.head_top_input {
  float: left;
  height: 18px;
  border: 2px solid #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  width: 190px;
  padding: 5px 5px 4px;
  line-height: 18px;
  margin: 7px 10px 0 0
}

  .head_top_input:focus {
    outline: none;
    background: #f3f2e7
  }

.head_logo {
  width: 167px;
  height: 52px
}

.tabs__menu {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.tabs__menu ul {
  display: flex;
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  float: right;
}

  .tabs__menu ul li {
    display: block;
    float: left;
    position: relative;
    font-size: 30px;
    line-height: 1;
    padding: 22px 0 20px;
  }

    .tabs__menu ul li.disabled {
      opacity: 0.5;
      cursor: inherit;
    }

    .tabs__menu ul li.active {
      position: relative;
      background: #9db1b5;
      color: #fff;
    }

      .tabs__menu ul li.active a {
        color: #fff;
        text-decoration: none;
      }

  .tabs__menu ul .active:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid #9db1b5;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 50%;
    margin-left: -12px;
    bottom: -18px;
  }

  .tabs__menu ul .active:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid rgba(0, 0, 0, 0.2);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    left: 50%;
    margin-left: -14px;
    bottom: -20px;
  }

  .tabs__menu ul li a {
    font-size: 16pt;
    font-weight: 100;
    color: #9db1b5;
  }

  .tabs__menu ul li:first-child,
  .tabs__menu ul li:nth-child(2),
  .tabs__menu ul li:nth-child(4) {
    flex: 0 0 200px;
    text-align: center;
  }

  .tabs__menu ul li:nth-child(3),
  .tabs__menu ul li:nth-child(5) {
    flex: 0 0 300px;
    text-align: center;
  }

.content {
  background: #fff;
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 16px 210px;
  overflow: hidden
}

.smallText {
  font-size: 10pt !important;
}

.left {
  width: 150px;
  padding-right: 20px;
  float: left;
  min-height: 1px;
  font-size: 15px
}

.block {
  float: left;
  width: 970px
}

.block {
  width: 740px
}

.select_wrapper {
  position: relative;
}

.mySelect {
  position: relative;
  margin: 11px 20px 0 0;
  height: 28px;
  width: 300px;
  cursor: pointer
}

.mySelect_visible {
  width: 288px;
  height: 25px;
  padding: 0 5px;
  line-height: 26px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.27);
  border: 1px solid #d2d2d2;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden
}

.mySelect_arrow1 {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  overflow: hidden;
  z-index: 2;
  background: #fff
}

.mySelect_arrow2 {
  float: right;
  width: 30px;
  height: 26px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.27);
  position: relative
}

.mySelect_arrow3 {
  width: 0;
  height: 0;
  border-color: #ccc transparent transparent transparent;
  border-width: 9px 6px 0;
  border-style: solid;
  top: 9px;
  right: 4px;
  position: absolute
}

.mySelect:hover .mySelect_arrow3 {
  border-color: #666 transparent transparent transparent
}

.mySelect_vars {
  width: 298px;
  position: absolute;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
  border: 1px solid #d2d2d2;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.27);
  top: 0;
  left: 2px;
  max-height: 20em
}

  .mySelect_vars span {
    display: block;
    padding: 2px 5px;
    width: 288px
  }

    .mySelect_vars span:hover {
      cursor: pointer;
      background: #cddfe2
    }

    .mySelect_vars span.active,
    .mySelect_vars span.active:hover {
      cursor: default;
      background: #0079b6;
      color: #fff
    }

input[type="button"],
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:hover,
button,
button:focus,
button:active,
button:hover {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0
}

  input[type="button"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border: none;
    padding: 0
  }

.main .content > div {
  background: #fff
}

.date {
  font-size: 0;
  position: relative;
  padding: 0 0 0 26px
}

  .date:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: #c6dde6;
    width: 15px;
    height: 15px;
    border-radius: 7px
  }

  .date span {
    font-size: 20px;
    line-height: 20px
  }

    .date span.year {
      color: #ccc
    }

    .date span.datmonth {
      color: #2d3640
    }

.def + a {
  color: #069
}

.def .content h2 {
  font-size: 30px;
  line-height: 1em;
  margin: 31px 0;
  color: #697582
}

#notice-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

  .notice-item .notice-item-title {
    color: #b12430;
  }

.breadcrumbs {
  background: #9db1b5;
  overflow: hidden;
  clear: both
}

.breadcrumbs__list-wrapper {
  margin: 0 auto;
  width: 1200px;
}

.breadcrumbs ul {
  width: 1132px;
  overflow: hidden;
  min-height: 17px;
  padding: 41px 15px 45px;
  margin-left: -15px;
  margin-top: -20px;
}

  .breadcrumbs ul li {
    float: left;
    margin-top: 20px;
    position: relative;
    padding: 0 0 0 45px
  }

    .breadcrumbs ul li:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-left: 14px solid rgba(0, 0, 0, 0.2);
      border-bottom: 14px solid transparent;
      left: 17px;
      top: -5px
    }

    .breadcrumbs ul li:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-left: 14px solid #9db1b5;
      border-bottom: 14px solid transparent;
      left: 15px;
      top: -5px
    }

    .breadcrumbs ul li span {
      color: #fff;
      font-size: 15px;
      line-height: 1
    }

    .breadcrumbs ul li a,
    .breadcrumbs ul li span {
      color: #2d3640;
      line-height: 1;
      font-size: 15px;
      display: block;
      position: relative;
      text-decoration: none;
      border-bottom: 1px solid;
      padding-bottom: 1px;
      z-index: 1
    }

      .breadcrumbs ul li a:hover {
        border-color: #9db1b5
      }

    .breadcrumbs ul li.current span {
      color: #fff;
    }

    .breadcrumbs ul li span {
      border-bottom: 0
    }

    .breadcrumbs ul li:first-child {
      margin-left: -13px;
    }

      .breadcrumbs ul li:first-child:before {
        display: none
      }

      .breadcrumbs ul li:first-child:after {
        border: none;
        content: '';
        width: 7px;
        height: 7px;
        top: 6px;
        left: 30px;
        display: block;
        position: absolute;
        border-radius: 3px;
        background: #000
      }

.color__red {
  color: #d11920
}

.zapis_form-r,
.form_otmena-r {
  width: 620px;
  float: left
}

  .zapis_form-r div input,
  .form_otmena-r div input {
    width: 277px
  }

.zapis_form__string,
.form_otmena__string {
  margin: 0 0 20px;
  overflow: hidden
}

  .zapis_form__string label,
  .form_otmena__string label {
    display: block;
    font-size: 15px;
    color: #a5acb4
  }

  .zapis_form__string.captcha,
  .form_otmena__string.captcha {
    margin: 7px 0 1px 0;
    vertical-align: top
  }

    .zapis_form__string.captcha a,
    .form_otmena__string.captcha a {
      margin: 0 0 0 -10px
    }

  .zapis_form__string .submit,
  .form_otmena__string .submit {
    height: 45px;
    width: 140px;
    line-height: 45px;
    display: block;
    color: #2d3640;
    text-decoration: none
  }

    .zapis_form__string .submit span,
    .form_otmena__string .submit span {
      margin: 1px 12px 0 0;
      float: left;
      position: relative;
      display: block;
      background-color: #0079b6;
      background-image: url(/images/subm__icon.png);
      width: 45px;
      height: 45px;
      border-radius: 22px
    }

.zapis_form input,
.form_otmena input {
  height: 18px;
  border: 2px solid #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  width: 230px;
  float: left;
  padding: 5px 8px 4px;
  line-height: 18px;
  margin: 9px 10px 0 0
}

  .zapis_form input:focus {
    outline: none;
    background: #f3f2e7
  }

  .zapis_form input.input-validation-error,
  .form_otmena input.input-validation-error {
    background: rgba(255, 0, 0, 0.4)
  }

.zapis_form textarea,
.form_otmena textarea {
  resize: none;
  font-family: 'Open Sans', sans-serif; /*Trebuchet MS;*/
  height: 75px;
  border: 2px solid #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  width: 550px;
  float: left;
  padding: 5px 8px 4px;
  line-height: 18px;
  margin: 7px 10px 0 0
}

  .zapis_form textarea:focus,
  .form_otmena textarea:focus {
    outline: none;
    background: #f3f2e7
  }

  .zapis_form textarea.input-validation-error,
  .form_otmena textarea.input-validation-error {
    background: rgba(255, 0, 0, 0.4)
  }

.zapis_form #CaptchaImage,
.form_otmena #CaptchaImage {
  display: inline-block;
  vertical-align: middle;
}

.zapis_form .refresh,
.form_otmena .refresh {
  display: inline-block;
  vertical-align: middle;
}

span.field-validation-error {
  color: #d11920;
  display: inline-block;
  font-size: 13px;
  margin-top: 13px;
}

.foot {
  width: 100%;
  min-width: 1200px;
  height: 234px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f3f2e7;
}

.foot_center {
  width: 1200px;
  height: 100px;
  padding: 150px 0 29px;
  margin: 0 auto
}

.foot_box {
  float: left;
  border-left: 1px solid #dad9cf;
  padding: 4px 0 5px 23px;
  margin: 0;
  height: 65px;
  font-size: 12px;
  color: #999
}

  .foot_box a {
    color: #999
  }

.foot_box_link.active {
  background-color: #d11920;
  padding: 0 8px 2px;
  margin-left: -8px;
  color: #fff
}

.foot_box:first-child {
  width: 456px
}

.foot_box_link {
  margin: 14px 0 0;
  display: inline-block
}

.foot_box p {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  clear: left;
}

.foot_box span {
  display: block;
  width: 52px;
  float: left
}

.foot_social {
  float: left;
  margin: 5px 0 0 210px
}

  .foot_social a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #cac9c0;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    margin-right: 11px
  }

.foot_social_vk {
  background-position: -30px 0
}

  .foot_social_vk:hover {
    background-color: #4f7299
  }

.foot_social_fb {
  background-position: -54px 0
}

  .foot_social_fb:hover {
    background-color: #21529d;
    transition: 0.5s;
  }

.foot_social_yu {
  background-position: -17px -49px;
}

  .foot_social_yu:hover {
    background-color: #e62117;
    transition: 0.5s;
  }

.foot_social_tw {
  background-position: -17px -85px;
}

  .foot_social_tw:hover {
    background-color: #55acee;
    transition: 0.5s;
  }

.foot_social_od {
  background-position: -78px 0
}

  .foot_social_od:hover {
    background-color: #ff9934
  }

.foot_social .actis {
  font-size: 12px;
  color: rgb(153, 153, 153);
  clear: both;
  background: none !important;
  width: auto !important;
  position: absolute;
  bottom: 29px;
}

#errorBox {
  color: #d11920;
  font-size: 13px;
  max-width: 300px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grow_1 {
  flex: 1 1 230px;
}

.redbox {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 280px;
  left: 0;
  background: #d11920;
  height: auto;
  bottom: 100px;
}

.content {
  background: #fff;
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 33px 65px;
  overflow: hidden;
  min-height: 800px;
  margin-bottom: 113px;
  z-index: 100000;
  position: relative;
}

  .content p {
    font-size: 17px;
    color: #697582;
  }

.big_input_block,
.big_input_block_1,
.big_input_block_2,
.big_input_block_3 {
  padding-top: 37px;
  border-top: 1px solid #e5e5e5;
}

.record_form .header {
  justify-content: space-between;
}

  .record_form .header .flex-container p {
    padding-right: 200px;
  }

  .record_form .header strong {
    font-weight: bold;
  }

  .record_form .header div {
    -webkit-box-flex: 101;
    -ms-flex: 101;
    flex: 101;
  }

.cancel_block {
  padding-top: 40px;
  padding-left: 50px;
  background: url("../img/cancelcross.png") no-repeat 0px 39px;
  text-decoration: none;
  cursor: pointer;
}

.stoimost_form .header .cancel_block.cancel_block-grey {
  background: url("../img/trash.png") no-repeat 0px 39px;
  padding-top: 36px;
  width: 160px;
}

.item_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 205px;
  flex: 0 0 205px;
  width: 210px;
}

  .item_block .number {
    margin: 0 9px 0 0;
    display: block;
    float: left;
    width: 31px;
    height: 31px;
    border-radius: 15px;
    background: #d11920;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #fff;
  }

  .item_block .red_text {
    color: #d11920;
    font-size: 17px;
    display: block;
    float: left;
    margin: 6px 0 0;
    width: 110px;
  }

.fil__city > span {
  color: #a5acb4;
  font-size: 12pt;
}

.item_container p {
  padding-top: 35px;
  font-size: 18px;
  color: #697582;
  line-height: 22px;
  padding-bottom: 30px;
}

.center_contacts {
  padding-bottom: 20px;
}

  .center_contacts div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    padding-right: 50px;
    color: #a5acb4;
    font-size: 12pt;
  }

    .center_contacts div.adress,
    .center_contacts div.phones {
      color: black;
    }

.red_date {
  color: #d11920;
}

.date_block {
  justify-content: space-between;
  width: 925px;
}

  .date_block div {
    align-items: center;
  }

.prev_block {
  opacity: 0;
}

  .prev_block a {
    cursor: default;
  }

.p__prev {
  width: 45px;
  height: 45px;
  border-radius: 22px;
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0 14px 0 0;
  background: #e8f1f5;
  cursor: pointer;
}

  .p__prev:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #e8f1f5;
    border-bottom: 12px solid transparent;
    left: 15px;
    top: 10px
  }

  .p__prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid rgba(0, 0, 0, 0.2);
    border-bottom: 14px solid transparent;
    left: 13px;
    top: 8px
  }

.date_block span {
  color: #a5acb4;
}

.p__calendar + div span:first-child {
  text-decoration: underline;
  color: #697582;
  font-size: 14pt;
}

.p__calendar + div span:last-child {
  color: #697582;
  font-size: 12pt;
}

.p__next {
  width: 45px;
  height: 45px;
  border-radius: 22px;
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 0 14px;
  background: #e8f1f5;
  cursor: pointer;
}

  .p__next:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #e8f1f5;
    border-bottom: 12px solid transparent;
    left: 17px;
    top: 10px
  }

  .p__next:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid rgba(0, 0, 0, 0.2);
    border-bottom: 14px solid transparent;
    left: 17px;
    top: 8px
  }

.p__calendar {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 14px;
  background: url("../img/calendar_circle.png") no-repeat 0 0;
}

.time_select_block {
  padding-top: 50px;
  width: 930px;
}

.time_block {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  padding: 0;
  margin: 0 15px 10px 0;
  background: #e8f1f5;
  align-items: center;
  justify-content: center;
  color: #a5acb4;
}

  .time_block.active {
    background: #c6dde6;
    color: #697582;
    cursor: pointer;
  }

  .time_block.checked {
    background: #d11920;
    color: white;
    cursor: pointer;
  }

.time_select_block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.info_circle {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 5px 20px 0px;
}

  .info_circle div:first-child {
    align-items: center;
    margin-right: 30px;
  }

.info_circle_disabled {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  padding: 0;
  display: inline-block;
  margin: 0 12px 0 0;
  background: #e8f1f5;
}

.info_circle_active {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  padding: 0;
  display: inline-block;
  margin: 0 12px 0 0;
  background: #c6dde6;
}

.final_reg_container_left {
  -webkit-box-flex: 010;
  -ms-flex: 010;
  flex: 010;
  padding-left: 30px;
  background: url("../img/rectangle.png") no-repeat 3px 7px;
}

.otmena_complete .final_reg_container_left {
  padding-left: 30px;
  background: url("../img/rectangle_wide.png") no-repeat 3px 7px;
}

.final_reg_container_left h2 {
  margin: 0px 0 !important;
}

.final_reg_container_left p {
  color: #a5acb4;
  font-size: 12pt;
  width: 225px;
  padding-top: 5px;
}

.final_date_block {
  width: 178px;
  height: 65px;
  background: #f3f2e7;
  justify-content: space-around;
  align-items: center;
}

  .final_date_block div:first-child {
    color: #a5acb4;
  }

#selected_time {
  color: #333333;
  font-size: 14pt;
}

#selected_date {
  color: #333333;
}

.final_reg_container {
  padding-left: 60px;
}

  .final_reg_container p {
    width: 400px;
    font-size: 11pt;
    color: black;
  }

.zapis_form__string .submit,
.form_otmena__string .submit {
  height: 45px;
  width: 140px;
  line-height: 45px;
  display: block;
  color: #2d3640;
  text-decoration: none
}

  .zapis_form__string .submit span,
  .form_otmena__string .submit span {
    margin: 1px 12px 0 0;
    float: left;
    position: relative;
    display: block;
    background-color: #0079b6;
    background-image: url(../img/subm__icon.png);
    width: 45px;
    height: 45px;
    border-radius: 22px;
    cursor: pointer;
  }

.ui-datepicker {
  position: absolute;
  left: 0px;
  display: none;
}

#datepicker {
  position: relative;
  cursor: pointer;
}

.ui-widget-header .ui-icon {
  background-image: url("../img/calendar_arrows.png");
}

.ui-icon {
  width: 12px;
  height: 12px;
}

.ui-icon-circle-triangle-e {
  background-position: -12px 0px;
}

.ui-icon-circle-triangle-w {
  background-position: 0px 0px;
}

.ui-widget-content {
  background: #e8f1f5;
  border: none;
}

.ui-widget-header {
  border: none;
  background: none;
  font-weight: normal;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0px;
  padding: 10px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

.ui-datepicker td a {
  text-decoration: underline;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: none;
}

.ui-state-default {
  width: 24px;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: 22px;
}

.ui-state-active {
  background-color: #d11920 !important;
  border-radius: 12px;
  text-decoration: none !important;
}

.ui-state-highlight.ui-state-active {
  color: white;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: none;
  border: none;
}

.big_input_block_2,
.big_input_block_3 {
  display: none;
}

.filial_block {
  display: none;
}

#success_form {
  display: none;
  padding-top: 80px;
  background: url("../img/mail.png") no-repeat 3px 7px;
}

.resend {
  cursor: pointer;
  color: black;
  font-size: 12pt;
}

.otmena_complete .cancel_header {
  color: white;
  /*  width:135px;
    height:26px;*/
  background: #ec664d;
  font-size: 12pt;
  padding: 4px 10px 4px 10px;
  width: 135px;
  margin-bottom: 10px;
}

.otmena_complete .header p,
.complete .header p,
.otmena_2 .header p {
  color: black;
  font-weight: 100;
  font-size: 12pt;
}

.otmena_2 .header p {
  width: 610px;
}

.otmena_2 .header a {
  color: #697582;
  font-size: 12pt;
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #697582;
}

.otmena_2 .header div.col {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.otmena_complete .header p a {
  text-decoration: none;
  border-bottom: 2px solid #a3bcd0;
}

.otmena input[type="submit"],
.zapis input[type="submit"] {
  border: 0;
  background: url("../img/submit.png") no-repeat 0px 0px;
  box-shadow: none;
  cursor: pointer;
  height: 45px;
  width: 170px;
  font-size: 12pt;
}

.next_date,
.p__prev + span {
  min-width: 66px;
}

.form_otmena input {
  width: 445px;
}

.input_comment {
  display: block;
  clear: both;
}

.form_otmena .input_comment {
  width: 445px;
  color: #c8ccd1;
  font-size: 10pt;
}

.stoimost_form {
  min-height: 650px;
}

  .stoimost_form .warning {
    color: #dc2027 !important;
  }

  .stoimost_form input.input-validation-error {
    background: rgba(255, 0, 0, 0.4);
  }

  .stoimost_form .header div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
  }

  .stoimost_form .header .cancel_block {
    padding-top: 49px;
  }

  .stoimost_form .input_form .input_block input {
    height: 18px;
    border: 2px solid #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    padding: 5px 5px 4px;
    line-height: 18px;
    margin: 10px 10px 0 0;
  }

  .stoimost_form .stoimost_wrapper {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .stoimost_form .input_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
  }

    .stoimost_form .input_form .input_block {
      margin-bottom: 25px;
    }

    .stoimost_form .input_form #service_block,
    .stoimost_form .input_form #security_name_block,
    .stoimost_form .input_form #security_price_block,
    .stoimost_form .input_form #securityCount_block,
    .stoimost_form .input_form .capcha_block,
    .stoimost_form .input_form #capcha_input_block,
    .stoimost_form .input_form .stoimost_form__submit {
      display: none;
    }

    .stoimost_form .input_form .input_block .select_wrappwer {
      position: relative;
    }

    .stoimost_form .input_form .capcha_block {
      margin-top: 5px;
    }

      .stoimost_form .input_form .capcha_block .capcha_row {
        cursor: pointer;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
      }

      .stoimost_form .input_form .capcha_block .refresh {
        width: 15px;
        height: 15px;
        background: url("../img/refresh.png") 0 0 no-repeat;
        cursor: pointer;
      }

    .stoimost_form .input_form .input_block span {
      font-size: 16px;
      color: #54595f;
      margin-bottom: 10px;
    }

      .stoimost_form .input_form .input_block span.active {
        color: #a5acb4;
      }

    .stoimost_form .input_form .input_block .mySelect {
      width: 513px;
    }

    .stoimost_form .input_form .input_block .mySelect_vars,
    .stoimost_form .input_form .input_block .mySelect_vars span {
      width: 508px;
    }

    .stoimost_form .input_form .input_block .mySelect_visible {
      width: 500px;
      height: 25px;
      padding: 0 5px;
      line-height: 26px;
      box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.27);
      border: 1px solid #d2d2d2;
      cursor: default;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      white-space: nowrap;
      overflow: hidden;
    }

    .stoimost_form .input_form .stoimost_form__submit input[type="submit"] {
      border: 0;
      background: url("../img/submit.png") no-repeat 0px 0px;
      box-shadow: none;
      cursor: pointer;
      height: 48px;
      width: 220px;
      font-size: 12pt;
      padding-left: 28px;
    }

  .stoimost_form .output_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 618px;
    flex: 0 0 618px;
    position: relative;
  }

.output_form_preloader {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .output_form_preloader .loader {
    width: 100px;
    height: 100px;
    background: url("../img/loader.gif") no-repeat 0px 0px;
  }

  .output_form_preloader.hidden {
    display: none;
  }

.stoimost_form .output_form .block_multi_uslug {
  scrollbar-base-width: 5px;
  scrollbar-base-color: #F5F5F5;
  scrollbar-base-color: #F5F5F5;
  scrollbar-3dlight-color: #F5F5F5;
  scrollbar-highlight-color: #F5F5F5;
  scrollbar-track-color: #F5F5F5;
  scrollbar-arrow-color: #F5F5F5;
  scrollbar-shadow-color: #F5F5F5;
  scrollbar-face-color: #cccccc;
  scrollbar-dark-shadow-color: #F5F5F5;
}

  .stoimost_form .output_form .block_multi_uslug::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }

  .stoimost_form .output_form .block_multi_uslug::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }

  .stoimost_form .output_form .block_multi_uslug::-webkit-scrollbar-thumb {
    background-color: #cccccc;
  }

.stoimost_form .output_form .block_multi_uslug {
  min-height: 200px;
  max-height: 600px;
  overflow-y: scroll;
  padding-left: 40px;
  position: relative;
  background: url("../img/big_scobka.png") no-repeat 20px 0px;
}

  .stoimost_form .output_form .block_multi_uslug .horisontal_palochka {
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 5px;
    left: 20px;
    background: url("../img/horisontal_p.png") no-repeat 0px 0px;
  }

  .stoimost_form .output_form .block_multi_uslug .service {
    padding: 0 35px 0 70px;
    position: relative;
    margin-bottom: 28px;
  }

    .stoimost_form .output_form .block_multi_uslug .service .otmena_uslugi {
      position: absolute;
      background: url("../img/trash.png") no-repeat 0px 0px;
      cursor: pointer;
      width: 50px;
      height: 50px;
      top: 3px;
      left: 6px;
    }

    .stoimost_form .output_form .block_multi_uslug .service h3 {
      font-size: 13pt;
      color: #333333;
    }

      .stoimost_form .output_form .block_multi_uslug .service h3 + p {
        margin-top: 7px;
        line-height: 1.3em;
        font-size: 11pt;
        color: #adadad;
      }

    .stoimost_form .output_form .block_multi_uslug .service .cena_block {
      background: #f3f2e7;
      padding: 13px 20px 13px 30px;
      align-items: center;
    }

      .stoimost_form .output_form .block_multi_uslug .service .cena_block .sum {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 28pt;
        color: #333333;
        margin-right: 12px;
      }

      .stoimost_form .output_form .block_multi_uslug .service .cena_block .currency {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        font-size: 16pt;
        color: #333333;
      }

      .stoimost_form .output_form .block_multi_uslug .service .cena_block .description {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        font-size: 11pt;
        color: #86857f;
      }

.stoimost_form .output_form .total_block {
  margin-top: 45px;
  align-items: center;
}

  .stoimost_form .output_form .total_block .totla_span {
    font-size: 30px;
    line-height: 1em;
    color: #a5acb4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    text-align: center;
  }

  .stoimost_form .output_form .total_block .totla_sum {
    font-size: 34pt;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }

  .stoimost_form .output_form .total_block .totla_currency {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    font-size: 16pt;
    color: #333333;
  }

.stoimost_form .stoimost_form__send a {
  text-decoration: none;
}

.stoimost_form .stoimost_form__send div {
  border: 0;
  background: url("../img/success.png") no-repeat 0px 0px;
  box-shadow: none;
  cursor: pointer;
  height: 48px;
  width: 220px;
  font-size: 12pt;
  padding-left: 60px;
  color: #2d3640;
  text-decoration: none;
  padding-top: 11px;
  box-sizing: border-box;
}

.stoimost_form .payment-btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .stoimost_form .payment-btn-container .payment-btn_item {
    width: 250px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .stoimost_form .payment-btn-container .payment-btn_item .btn-icon {
      width: 90px;
      height: 90px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      border-radius: 50%;
      cursor: pointer;
      background-color: #c6dde6;
      background-repeat: no-repeat;
      background-position: center center;
    }


    /*payment-btn-container*/

    .stoimost_form .payment-btn-container .payment-btn_item.item-get-bill .btn-icon {
      background-image: url("../img/get-bill.png");
    }

    .stoimost_form .payment-btn-container .payment-btn_item.item-online .btn-icon {
      background-image: url("../img/online.png");
    }

    .stoimost_form .payment-btn-container .payment-btn_item.hidden {
      display: none;
    }

    .stoimost_form .payment-btn-container .payment-btn_item .btn-text {
      margin-left: 20px;
      color: #697582;
      font-size: 15px;
    }


/*paiment-separator*/

.stoimost_form .paiment-separator {
  height: 25px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

  .stoimost_form .paiment-separator .pointer {
    position: absolute;
    width: 26px;
    height: 11px;
    bottom: -1px;
    left: 400px;
    background-image: url("../img/pointer.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: left 1s;
  }


/*paiment-header*/

.stoimost_form .paiment-header {
  justify-content: space-between;
}

  .stoimost_form .paiment-header .cancel_block {
    background-size: 40px 40px;
  }

  .stoimost_form .paiment-header h2 {
    font-size: 24px;
  }

  .stoimost_form .paiment-header p {
    font-size: 15px;
    color: black;
  }


/*ogrn-wrapper*/

.stoimost_form .ogrn-wrapper {
  margin-top: 35px;
}

  .stoimost_form .ogrn-wrapper .input_block span {
    font-size: 16px;
    color: #54595f;
    margin-bottom: 10px;
  }

  .stoimost_form .ogrn-wrapper .input_block input {
    height: 18px;
    border: 2px solid #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    padding: 5px 5px 4px;
    line-height: 18px;
    margin: 0px 10px 22px 0;
  }

  .stoimost_form .ogrn-wrapper .get-data_block {
    cursor: pointer;
    padding-left: 50px;
    margin-left: 40px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: left center;
    align-items: center;
  }


/*ogrn-responce-wrapper*/

.stoimost_form .ogrn-responce-wrapper {
  background-color: #f3f2e7 !important;
  padding: 22px;
  margin-top: 10px;
}

  .stoimost_form .ogrn-responce-wrapper .names_column {
    color: #a5acb4;
    font-size: 15px;
  }

    .stoimost_form .ogrn-responce-wrapper .names_column div {
      margin-top: 15px;
    }

      .stoimost_form .ogrn-responce-wrapper .names_column div:first-child {
        margin-top: 0px;
      }

  .stoimost_form .ogrn-responce-wrapper .values_column {
    margin-left: 25px;
    color: #333333;
    font-size: 15px;
  }

    .stoimost_form .ogrn-responce-wrapper .values_column div {
      margin-top: 15px;
    }

      .stoimost_form .ogrn-responce-wrapper .values_column div:first-child {
        margin-top: 0px;
      }


/*email-wrapper*/

.stoimost_form .email-wrapper {
  margin-top: 45px;
}

  .stoimost_form .email-wrapper .input_block span {
    font-size: 16px;
    color: #54595f;
    margin-bottom: 10px;
  }

  .stoimost_form .email-wrapper .input_block input {
    height: 18px;
    border: 2px solid #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    padding: 5px 5px 4px;
    line-height: 18px;
    margin: 0px 10px 22px 0;
  }


/*service-paiment-wrapper*/

.stoimost_form .service-paiment-wrapper {
  margin-top: 20px;
}

  .stoimost_form .service-paiment-wrapper .service-paiment__header {
    font-size: 16px;
    color: #54595f;
    margin-bottom: 10px;
  }

    .stoimost_form .service-paiment-wrapper .service-paiment__header div:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 515px;
      flex: 0 0 515px;
    }

    .stoimost_form .service-paiment-wrapper .service-paiment__header div:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 515px;
      flex: 0 0 515px;
      padding-left: 50px;
    }

  .stoimost_form .service-paiment-wrapper .service-paiment__item {
    margin-top: 25px;
  }

    .stoimost_form .service-paiment-wrapper .service-paiment__item .service-paiment__item__description {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 515px;
      flex: 0 0 515px;
    }

      .stoimost_form .service-paiment-wrapper .service-paiment__item .service-paiment__item__description .description-header {
        font-size: 18px;
        color: #54595f;
      }

      .stoimost_form .service-paiment-wrapper .service-paiment__item .service-paiment__item__description .description-text {
        font-size: 13px;
        color: #54595f;
        opacity: 0.5;
      }

    .stoimost_form .service-paiment-wrapper .service-paiment__item .service-paiment__item__price {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 515px;
      flex: 0 0 515px;
      padding-left: 50px;
    }

      .stoimost_form .service-paiment-wrapper .service-paiment__item .service-paiment__item__price .price-header .price {
        font-size: 28pt;
        color: #333333;
      }

      .stoimost_form .service-paiment-wrapper .service-paiment__item .service-paiment__item__price .price-header .currency {
        font-size: 16pt;
        color: #333333;
      }


/*paiment-summary-wrapper*/

.stoimost_form .paiment-summary-wrapper {
  position: relative;
  margin-top: 30px;
  padding-left: 28px;
  padding-top: 38px;
  padding-bottom: 57px;
  background-image: url("../img/rectangle_s_wide.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

  .stoimost_form .paiment-summary-wrapper .summary-price-block .summary-price-header {
    color: #a5acb4;
    font-size: 30px;
    line-height: 30px;
  }

  .stoimost_form .paiment-summary-wrapper .summary-price-block .summary-price-price .price {
    margin-left: 35px;
    font-size: 34pt;
    color: #333333;
  }

  .stoimost_form .paiment-summary-wrapper .summary-price-block .summary-price-price .currency {
    font-size: 16pt;
    color: #333333;
  }

  .stoimost_form .paiment-summary-wrapper .checkbox-block {
    margin-top: 22px;
    background-color: #f3f2e7 !important;
    padding: 22px;
  }

    .stoimost_form .paiment-summary-wrapper .checkbox-block .checkbox {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
    }

    .stoimost_form .paiment-summary-wrapper .checkbox-block .checkbox-text {
      font-size: 14px;
    }

  .stoimost_form .paiment-summary-wrapper .btn-block {
    margin-top: 25px;
  }

    .stoimost_form .paiment-summary-wrapper .btn-block .bill_block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
      flex: 0 0 390px;
      width: 390px;
      box-sizing: border-box;
      cursor: pointer;
      padding-left: 60px;
      background-image: url(../img/blue-mail.png);
      background-repeat: no-repeat;
      background-position: left center;
      align-items: center;
      min-height: 60px;
    }

      .stoimost_form .paiment-summary-wrapper .btn-block .bill_block .bill_block-header {
        color: #2d3640;
        font-size: 15px;
      }

      .stoimost_form .paiment-summary-wrapper .btn-block .bill_block .bill_block-text {
        color: #2d3640;
        font-size: 13px;
        opacity: 0.5;
      }

    .stoimost_form .paiment-summary-wrapper .btn-block .yandex_block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 690px;
      flex: 0 0 690px;
      width: 690px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      padding-left: 60px;
      background-image: url(../img/yandex.png);
      background-repeat: no-repeat;
      background-position: left center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 60px;
    }

      .stoimost_form .paiment-summary-wrapper .btn-block .yandex_block .yandex_block-header {
        color: #2d3640;
        font-size: 15px;
      }

      .stoimost_form .paiment-summary-wrapper .btn-block .yandex_block .yandex_block-text {
        color: #2d3640;
        font-size: 13px;
        opacity: 0.5;
      }


/*physical-form-wrapper*/

.stoimost_form .physical-form-wrapper .input_block span {
  font-size: 16px;
  color: #54595f;
  margin-bottom: 10px;
}

.stoimost_form .physical-form-wrapper .input_block input {
  height: 18px;
  border: 2px solid #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  width: 500px;
  padding: 5px 5px 4px;
  line-height: 18px;
  margin: 0px 60px 22px 0;
}


/*stoimost_form dialog window*/

.stoimost_form .dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3) !important;
  opacity: 1;
  transition: opacity 0.3s;
}

  .stoimost_form .dialog.hidden {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .stoimost_form .dialog .dialog-window {
    position: absolute;
    z-index: 10000;
    width: 500px;
    height: 300px;
    top: calc(50vh - 150px);
    left: calc(50vw - 250px);
    background-color: white;
    border: 4px solid #f3f2e7;
    box-sizing: border-box;
    padding: 20px;
  }

    .stoimost_form .dialog .dialog-window .dialog-message {
      margin-top: 50px;
      text-align: left;
    }

    .stoimost_form .dialog .dialog-window .btn-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 40px;
    }

      .stoimost_form .dialog .dialog-window .btn-block .btn {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 170px;
        height: 45px;
        border-radius: 22px;
        padding: 0;
        background: #e8f1f5;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #a5acb4;
        margin: 0 20px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 18px;
      }

        .stoimost_form .dialog .dialog-window .btn-block .btn:hover {
          color: white;
          background: #d41a1e;
        }

.step {
  display: inline-block;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

  .step .step-number {
    display: inline-flex;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: white;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d11920;
    font-size: 22px;
  }

  .step .step-title {
    display: inline-block;
    margin-left: 10px;
    color: #d11920;
  }

.proverka_form {
  min-height: 500px;
}

  .proverka_form .header div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
  }

  .proverka_form .proverka_wrapper {
    padding-top: 20px;
  }

    .proverka_form .proverka_wrapper .right_column,
    .proverka_form .proverka_wrapper .left_column {
      width: 350px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
      flex: 0 0 350px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .proverka_form .proverka_wrapper .left_column {
      padding-left: 50px;
    }

    .proverka_form .proverka_wrapper .input_block {
      margin-bottom: 25px;
    }

      .proverka_form .proverka_wrapper .input_block div {
        margin-top: 10px;
        color: #ccd0d4;
        line-height: 1.3em;
      }

      .proverka_form .proverka_wrapper .input_block input {
        height: 18px;
        border: 2px solid #fff;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
        border-radius: 2px;
        width: 331px;
        padding: 5px 5px 4px 10px;
        line-height: 18px;
        margin: 10px 10px 0 0;
      }

        .proverka_form .proverka_wrapper .input_block input.invalid {
          border: 2px solid #d11920;
          color: #d11920;
        }

    .proverka_form .proverka_wrapper .right_column .input_block span,
    .proverka_form .proverka_wrapper .left_column .input_block span {
      font-size: 16px;
      color: #a5acb4;
    }

    .proverka_form .proverka_wrapper .responce_text {
      color: #bfc4ca;
      height: 320px;
    }

      .proverka_form .proverka_wrapper .responce_text .responce_header {
        text-align: center;
        margin-bottom: 10px;
      }

    .proverka_form .proverka_wrapper .responce_text {
      text-align: justify;
    }

      .proverka_form .proverka_wrapper .responce_text .responce_text_body .podatel_name {
        background: #f3f2e7;
        padding: 5px;
        color: black;
        font-weight: 900;
      }

    .proverka_form .proverka_wrapper .responce_table {
      margin-bottom: 50px;
    }

      .proverka_form .proverka_wrapper .responce_table table {
        width: 350px;
        border-spacing: 0;
      }

        .proverka_form .proverka_wrapper .responce_table table thead tr th {
          text-align: center;
          vertical-align: middle;
          border-top: 1px solid #f3f2e7;
          border-left: 1px solid #f3f2e7;
          padding: 2px;
          color: #b8b8b8;
        }

          .proverka_form .proverka_wrapper .responce_table table thead tr th:last-child {
            border-right: 0;
          }

        .proverka_form .proverka_wrapper .responce_table table tbody tr td {
          text-align: inherit;
          border-top: 1px solid #f3f2e7;
          border-left: 1px solid #f3f2e7;
          border-bottom: 1px solid #f3f2e7;
          padding: 7px;
          color: #b8b8b8;
        }

          .proverka_form .proverka_wrapper .responce_table table tbody tr td:first-child {
            text-align: right;
          }

          .proverka_form .proverka_wrapper .responce_table table tbody tr td.special {
            background: #f3f2e7;
            color: black;
            font-weight: 900;
          }

    .proverka_form .proverka_wrapper .capcha_block {
      margin-top: 5px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 10px;
    }

      .proverka_form .proverka_wrapper .capcha_block .refresh {
        width: 15px;
        height: 15px;
        background: url("../img/refresh.png") 0 0 no-repeat;
        cursor: pointer;
      }

    .proverka_form .proverka_wrapper .capcha_input_block {
      margin-bottom: 0px;
    }

    .proverka_form .proverka_wrapper .proverka_submit_block {
      align-items: center;
      justify-content: space-between;
    }

      .proverka_form .proverka_wrapper .proverka_submit_block .proverka_form__submit input[type="submit"] {
        border: 0;
        background: url("../img/submit.png") no-repeat 0px 0px;
        box-shadow: none;
        cursor: pointer;
        height: 48px;
        font-size: 12pt;
        padding-left: 55px;
        width: 140px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
      }

      .proverka_form .proverka_wrapper .proverka_submit_block .responce_block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
      }

        .proverka_form .proverka_wrapper .proverka_submit_block .responce_block span {
          font-size: 18px;
          color: #697582;
        }

        .proverka_form .proverka_wrapper .proverka_submit_block .responce_block .responce_left,
        .proverka_form .proverka_wrapper .proverka_submit_block .responce_block .responce_right {
          width: 20px;
          height: 57px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
          flex: 0 0 20px;
          background-position: 0 0;
          background-repeat: no-repeat;
        }

        .proverka_form .proverka_wrapper .proverka_submit_block .responce_block .responce_left {
          background-image: url("../img/response_l.png");
        }

        .proverka_form .proverka_wrapper .proverka_submit_block .responce_block .responce_right {
          background-image: url("../img/response_r.png");
        }

.visit_2_content {
  min-height: 690px;
}

  .visit_2_content .header {
    border-bottom: 1px solid #e5e5e5;
  }

    .visit_2_content .header p {
      font-size: 16px;
    }

  .visit_2_content .visit_2_wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px;
  }

.visit_2_wrapper.flex-container.row {
  align-self: flex-start;
}

.visit_2_content .visit_2_wrapper .rounded_item {
  width: 174px;
  height: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 174px;
  flex: 0 0 174px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  padding: 0px 25px;
}

  .visit_2_content .visit_2_wrapper .rounded_item .rounded_icon {
    width: 174px;
    height: 174px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

    .visit_2_content .visit_2_wrapper .rounded_item .rounded_icon:hover {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: scale(1.06, 1.06);
      transform: scale(1.06, 1.06);
    }

  .visit_2_content .visit_2_wrapper .rounded_item.success_time .rounded_icon {
    background-image: url("../img/round_success_time.png");
  }

  .visit_2_content .visit_2_wrapper .rounded_item.documents .rounded_icon {
    background-image: url("../img/round_documents.png");
  }

  .visit_2_content .visit_2_wrapper .rounded_item.uslugi .rounded_icon {
    background-image: url("../img/round_uslugi.png");
  }

  .visit_2_content .visit_2_wrapper .rounded_item.success .rounded_icon {
    background-image: url("../img/round_success.png");
  }

  .visit_2_content .visit_2_wrapper .rounded_item.billing .rounded_icon {
    background-image: url("../img/round_billing.png");
  }

  .visit_2_content .visit_2_wrapper .rounded_item div {
    position: absolute;
    top: 190px;
    width: 174px;
    text-align: center;
  }

    .visit_2_content .visit_2_wrapper .rounded_item div a.rounded_text {
      color: #333a42;
      font-size: 12pt;
    }

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

    .styled-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
    }

  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  .styled-checkbox.input-validation-error + label:before {
    background: rgba(255, 0, 0, 0.4);
  }

  .styled-checkbox:checked + label:before {
    background: #68C3A3;
  }

  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

    .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }

  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }

.pay_wrapper {
  padding-top: 20px;
}

  .pay_wrapper .flex-container {
    justify-content: center;
  }

  .pay_wrapper .right_column,
  .pay_wrapper .left_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .pay_wrapper .left_column {
    padding-left: 0px;
  }

  .pay_wrapper .checkbox-block {
    padding-left: 5px;
  }

  .pay_wrapper .input_block {
    margin-bottom: 25px;
  }

    .pay_wrapper .input_block div {
      margin-top: 10px;
      color: #ccd0d4;
      line-height: 1.3em;
    }

    .pay_wrapper .input_block input {
      height: 18px;
      border: 2px solid #fff;
      box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.27);
      border-radius: 2px;
      width: 331px;
      padding: 5px 5px 4px 10px;
      line-height: 18px;
      margin: 10px 10px 0 0;
    }

      .pay_wrapper .input_block input.invalid {
        border: 2px solid #d11920;
        color: #d11920;
      }

    .pay_wrapper .input_block span {
      padding-left: 10px;
      font-size: 16px;
      color: #54595f;
    }

  .pay_wrapper .checkbox-block {
    padding-bottom: 25px;
  }

    .pay_wrapper .checkbox-block .checkbox-text {
      font-size: 14px;
      text-decoration: underline;
    }

.styled-pay-checkbox {
  position: absolute;
  opacity: 0;
}

  .styled-pay-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

    .styled-pay-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

  .styled-pay-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  .styled-pay-checkbox:checked + label:before {
    background: #68C3A3;
  }

  .styled-pay-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

    .styled-pay-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }

  .styled-pay-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: black;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
    transform: rotate(45deg);
  }

  .styled-pay-checkbox.input-validation-error + label:before {
    background: rgba(255, 0, 0, 0.4);
  }

/*
.pay_wrapper .responce_text {
    color: #bfc4ca;
    height: 320px;
}

.pay_wrapper .responce_text .responce_header {
    text-align: center;
    margin-bottom: 10px;
}

.pay_wrapper .responce_text {
    text-align: justify;
}

.pay_wrapper .responce_table {
    margin-bottom: 50px;
}

.pay_wrapper .responce_table table {
    width: 350px;
    border-spacing: 0;
}

.pay_wrapper .responce_table table thead tr th {
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #f3f2e7;
    border-left: 1px solid #f3f2e7;
    padding: 2px;
    color: #b8b8b8;
}

.pay_wrapper .responce_table table thead tr th:last-child {
    border-right: 0;
}

.pay_wrapper .responce_table table tbody tr td {
    text-align: inherit;
    border-top: 1px solid #f3f2e7;
    border-left: 1px solid #f3f2e7;
    border-bottom: 1px solid #f3f2e7;
    padding: 7px;
    color: #b8b8b8;
}

.pay_wrapper .responce_table table tbody tr td:first-child {
    text-align: right;
}

.pay_wrapper .responce_table table tbody tr td.special {
    background: #f3f2e7;
    color: black;
    font-weight: 900;
}
*/


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccd0d4;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccd0d4;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccd0d4;
}

.pay_wrapper .payment-btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .pay_wrapper .payment-btn-container .payment-btn_item {
    width: 250px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .pay_wrapper .payment-btn-container .payment-btn_item .btn-icon {
      width: 90px;
      height: 90px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      border-radius: 50%;
      cursor: pointer;
      background-color: #c6dde6;
      background-repeat: no-repeat;
      background-position: center center;
    }


    /*payment-btn-container*/
    .pay_wrapper .payment-btn-container .payment-btn_item.item-online .btn-icon {
      background-image: url("../img/online.png");
    }

    .pay_wrapper .payment-btn-container .payment-btn_item .btn-text {
      margin-left: 20px;
      color: #697582;
      font-size: 15px;
    }

.pay_wrapper .warning {
  color: #dc2027 !important;
}

.pay_wrapper input.input-validation-error {
  background: rgba(255, 0, 0, 0.4)
}

.example_account_png {
  background-image: url("../img/example_account.png");
  width: 571px;
  height: 348px;
  margin-top: 25px;
}

.alfa_logo_png {
  background-image: url("../img/alfabank.png");
  width: 180px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
}

.paymant_cards div {
  display: inline-block;
}

.cards_png {
  background-image: url("../img/V1.png");
  width: 265px;
  height: 58px;
}

.cards_png_spb {
  background-image: url(../img/card_spb.png);
  width: 98px;
  height: 58px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  margin-left: 1px;
}

.js-order-error {
  color: red;
  font-size: 20px;
  line-height: 30px;
}


/*stoimost_form dialog window*/

.payonline_form .dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3) !important;
  opacity: 1;
  transition: opacity 0.3s;
}

  .payonline_form .dialog.hidden {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .payonline_form .dialog .dialog-window {
    position: absolute;
    z-index: 10000;
    width: 500px;
    height: auto;
    top: calc(50vh - 300px);
    left: calc(50vw - 250px);
    background-color: white;
    border: 4px solid #f3f2e7;
    box-sizing: border-box;
    padding: 20px;
  }

    .payonline_form .dialog .dialog-window .dialog-message {
      margin-top: 50px;
      text-align: left;
    }

    .payonline_form .dialog .dialog-window .btn-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 40px;
    }

.payonline_form .btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  width: auto;
  height: 45px;
  border-radius: 22px;
  padding: 0px 3px;
  background: #d41a1e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  margin: 0 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
}

.js-pay .flex-container.row {
  justify-content: flex-start;
}

.js-pay .flex-container.col.center_col {
  justify-content: center;
}

.payonline_form hr, .stoimost_form hr {
  width: 100%;
  color: #ccd0d4;
}

.js-pay .right_column.descpay {
  flex: 0 0 50%;
  justify-content: flex-start;
  margin-left: 10px;
  margin-top: 25px;
}

.payonline_form .dialog.js-user-agr .dialog-window {
  position: absolute;
  z-index: 10000;
  width: 90vw;
  height: auto;
  top: 5vh;
  left: 5vw;
  background-color: white;
  border: 4px solid #f3f2e7;
  box-sizing: border-box;
  padding: 20px;
}

.info_icon_png {
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
}

.payonline_form .btn.btnLink {
  color: #7A1F5E;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  background-color: white;
}

.tooltipMsg {
  display: inline-block; /* Строчно-блочный элемент */
  position: relative; /* Относительное позиционирование */
}

  .tooltipMsg:hover::after {
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: 20%;
    top: 30%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,255,0.8); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
    width: 350px !important;
  }


.dialog.js-dialog-printer-info .dialog-window {
  width: 600px;
  height: 270px;
}

.dialog.js-dialog-printer-info .dialog-print-container {
  align-items: center;
  display: flex;
  margin: 35px 0px;
}

  .dialog.js-dialog-printer-info .dialog-print-container img {
    width: 6rem
  }

.dialog-print-container-right {
  margin-left: 1.5rem;
}

  .dialog-print-container-right p {
    padding: 0;
  }

.js-dialog-printer-info #printDialogSendButton {
  background: #697582;
  padding: .7rem;
  text-align: center;
  font-size: 16px;
  width: 35%;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 4px;
  color: #FFF;
}
