@charset "UTF-8";

/* Ð¾Ð±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
  cursor: pointer;
}

a:hover {
  color: #e84038;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-size: 1.75em;
  line-height: 0.71429rem;
}

h3 {
  font-size: 1.375em;
  line-height: 1;
}

h4 {
  font-size: 1.125em;
  line-height: 0.66667rem;
}

h5 {
  font-size: 1em;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  font: inherit;
}

button[type="submit"] {
  padding: 13px 52px;
  font-size: 1.125em;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

button,
input,
select {
  font: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #0d4f67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 10px;
  margin: 0 auto;
}

a.arrow-link {
  display: none;
}

/* Ð¿Ð¾Ð¿Ñ€Ð°Ð²ÐºÐ° Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð² Ð»Ðº Ð±Ð¾Ð´Ð¸ Ð±Ñ‹Ð»Ð¾ Ð½Ð° Ð²ÑÑŽ ÑˆÐ¸Ñ€ÑŒ */
.body__lk {
  max-width: 100%;
}

.select-wrapper {
  position: relative;
  padding: 0;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 23px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  padding: 12px 20px !important;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #7dc7cc;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover {
  border-color: #0d4f67;
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  color: #f2412f;
  outline-color: #f2412f;
}

select {
  border: 0;
  color: #fff;
  background: #7dc7cc;
}

select:hover {
  background: rgba(125, 199, 204, 0.8);
}

select:active,
select:focus {
  color: initial;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

option {
  padding: 20px;
}

.text {
  line-height: 1.5em;
}

.button {
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}

.button--blue {
  background: #0d4f67;
  color: #fff;
}

.button--blue:hover {
  background: rgba(13, 79, 103, 0.8);
  color: #fff;
}

.button--blue:active {
  background: #0d4f67;
  color: #fff;
}

.button--red {
  background: #fff;
  border: 1px solid #e84038;
}

.button--red:hover {
  background: #e84038;
  color: #fff;
}

.button--light {
  text-decoration: none;
  display: block;
  padding: 6px 11px;
  background: rgba(13, 79, 103, 0.1);
}

.button--light:hover {
  background: rgba(13, 79, 103, 0.2);
  color: initial;
}

.button--light:active {
  color: #fff;
  background: #0d4f67;
}

.button--comeback {
  padding: 15px 56px;
  letter-spacing: 1px;
}

form .error {
  font-size: 0.875em;
  line-height: 1;
  color: #f2412f;
  display: block;
}

.form__checkbox {
  text-align: center;
}

.form__checkbox input {
  width: 0;
  height: 0;
  bottom: 0;
  visibility: hidden;
}

.form__checkbox label {
  font-size: 0.875em;
  line-height: 1.42857em;
  color: rgba(13, 79, 103, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__checkbox label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  border: 1px solid #0d4f67;
  border-radius: 3px;
  cursor: pointer;
}

.form__checkbox label a {
  display: inline-block;
}

.form__checkbox input:checked ~ label::before {
  background: url("/img/htdev/checkbox.svg") center/12px 9px no-repeat;
}

.content-wrapper {
  margin-left: 121px;
  display: block;
}

.main-header {
  width: 100%;
  padding-top: 29px;
  padding-bottom: 10px;
}

.main-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-header__logo {
  width: 109px;
}

.main-header__user {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 16px;
}

.main-header__user .name {
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  color:#0D4F67;
}

.main-header__user .logout {
  position: relative;
  font-size: 1em;
  line-height: 1;
  margin-left: 20px;
  color: #7dc7cc;
}

.main-header__user .logout p {
  display: inline;
}

.main-header__user .logout::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-left: 11px;
  margin-bottom: -4px;
  background: url("/img/logout.svg") center/100% auto no-repeat;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 83px;
  width: auto;
  height: 100%;
  min-height: 100vh;
  padding-top: 20px;
  background: #f3f6f7;
  overflow: hidden;
  -webkit-transition: max-width 0.15s ease-in;
  -o-transition: max-width 0.15s ease-in;
  transition: max-width 0.15s ease-in;
  z-index: 9999;
}

.main-nav__icon {
  position: relative;
  z-index: 1;
}

.main-nav__icon svg {
  pointer-events: none;
}

.main-nav__icon:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.main-nav__btn {
  position: relative;
  width: 26px;
  height: 19px;
  margin-left: 28px;
  cursor: pointer;
  display: none;
}

.main-nav__btn .inner {
  position: absolute;
  width: 26px;
  height: 3px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #0d4f67;
  top: 50%;
  display: block;
  margin-top: -2px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms;
}

.main-nav__btn .inner::before,
.main-nav__btn .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #0d4f67;
}

.main-nav__btn .inner::before {
  top: -8px;
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.main-nav__btn .inner::after {
  bottom: -8px;
  -webkit-transition: bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.main-nav__btn.active {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-nav__btn.active .inner {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.main-nav__btn.active .inner::before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.main-nav__btn.active .inner::after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-nav__list .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 9px;
}

.main-nav__list .item:first-child {
  margin-bottom: 115px;
}

@media screen and (max-width: 700px) {
  .main-nav__list .item:first-child {
    margin-bottom: 9px;
  }
}

.main-nav__list .item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 61px;
  padding-left: 23px;
  padding-right: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: #0d4f67;
  font-size: 1em;
  line-height: 1;
}

.main-nav__list .item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 37px;
  margin-right: 29px;
}

.main-nav__list .item:hover .main-nav__list .item__icon svg {
    fill: #e84038;
}

.main-nav__list .item:hover .main-nav__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}


.main-nav__list .item__icon svg {
  display: block;
  margin: 0 auto;
  fill: #0d4f67;
}

.main-nav__list .item__text {
  font-size: 1em;
  line-height: 1;
  opacity: 0;
  margin-bottom: 0;
}

.main-nav.active,
.main-nav:hover {
  max-width: 500px;
}

.main-nav.active .main-nav__icon:hover::before {
  display: none;
}

.main-nav .main-nav__list .item > a:hover {
  background: rgba(13, 79, 103, 0.1);
  color: #e84038;
}

.main-nav.active .main-nav__list .item > a:hover::before,
.main-nav:hover .main-nav__list .item > a:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #e84038;
}

.main-nav .main-nav__list .item > a:hover .item__icon svg {
  fill: #e84038;
}

.main-nav .main-nav__list .item > a:hover .item__icon svg path {
    fill: #e84038;
}

.main-nav.active .main-nav__list .item__text,
.main-nav:hover .main-nav__list .item__text {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease 0.15s;
  -o-transition: opacity 0.15s ease 0.15s;
  transition: opacity 0.15s ease 0.15s;
}

.page-content {
  margin-top: 50px;
}

.page-title {
  margin-bottom: 15px;
  pointer-events: none;
}

.page-title a {
  text-decoration: none;
  color: #0D4F67;
}

.page-return {
  display: inline-block;
  position: relative;
  padding: 5px 12px 6px;
  margin: 10px 0;
}

.page-return::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #0d4f67;
  border-left: 1px solid #0d4f67;
  margin-right: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-return:active::before {
  border-color: #fff;
}

.main-footer {
  margin-top: auto;
  margin-bottom: 40px;
  padding-top: 40px;
}

.main-footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.main-footer .socials__item {
  display: block;
  width: 39px;
  height: 39px;
  margin: 0 8px 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.main-footer .socials__item img {
  width: 100%;
  height: auto;
}

.main-footer .socials__item:hover {
  opacity: 1;
}

.main-footer .footnote {
  margin-top: 30px;
  padding: 0 100px;
  font-size: 1.25em;
  line-height: 1;
  text-align: center;
  color: rgba(13, 79, 103, 0.3);
}

.empty-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 450px;
  margin: 50px auto 0;
}

.empty-result__icon {
  width: 98px;
  margin-bottom: 57px;
}

.empty-result__title,
.empty-result__text {
  text-align: center;
}

.empty-result__title {
  font-size: 1.75em;
  margin-bottom: 28px;
}

.empty-result__text {
  font-size: 1.125em;
  margin-bottom: 28px;
}

.empty-result .button {
  padding: 14px 30px 16px;
  border-radius: 100px;
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 1.8em;
  }

  body {
    font-size: 10px;
    padding: 0;
    /* overflow: hidden; */
  }

  button[type="submit"] {
    font-size: 1.4em;
  }

  .text {
    font-size: 1.3em;
    line-height: 1.38462em;
  }

  .content-wrapper {
    margin: 0;
    padding: 0 16px;
  }

  .main-nav {
    min-width: auto;
    min-height: auto;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
    background: none;
    overflow: visible;
    z-index: 1;
  }

  .main-nav__btn {
    width: 19px;
    height: 13px;
    margin-top: 19px;
    margin-left: 16px;
    z-index: 2;
    display: block;
  }

  .main-nav__btn:hover::before {
    display: none;
  }

  .main-nav__btn .inner {
    width: 19px;
    height: 2px;
  }

  .main-nav__btn .inner::before,
  .main-nav__btn .inner::after {
    width: 19px;
    height: 2px;
  }

  .main-nav__btn .inner::before {
    top: -5px;
  }

  .main-nav__btn .inner::after {
    bottom: -6px;
  }

  .main-nav__list {
    position: absolute;
    width: 100%;
    top: 0;
    max-height: 0;
    margin-top: 0;
    background: #f3f6f7;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
    opacity: 0;
    z-index: 1;
  }

  .main-nav__list .item__text {
    font-size: 1.4em;
  }

  .main-nav.active {
    max-width: none;
  }

  .main-nav.active .main-nav__list {
    padding-top: 50px;
    max-height: 1000px;
    opacity: 1;
  }

  .main-header {
    position: relative;
    padding-top: 13px;
  }

  .main-header__content {
    position: relative;
    margin-left: 49px;
    z-index: 2;
  }

  .main-header__logo {
    width: 77px;
    height: 27px;
  }

  .main-header__user {
    margin-right: 0;
    margin-top: -4px;
  }

  .main-header__user .logout {
    margin-left: 5px;
  }

  .main-header__user .logout p {
    display: none;
  }

  .main-header__user .logout::after {
    width: 13px;
    height: 13px;
    margin-left: 0;
  }

  .page-content {
    margin-top: 17px;
  }

  .page-title {
    letter-spacing: 0.3px;
    text-align: left;
    display: block;
    margin-bottom: 20px;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  a.arrow-link {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #0D4F67;
    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;
    margin-right: 12px;
  }

  .page-title h2 {
    display: inline-block;
  }

  .page-return {
    margin-left: 16px;
  }

  .main-footer {
    margin-top: 19px;
  }

  .main-footer .socials__item {
    width: 31px;
    height: 31px;
    margin: 0 6px 10px;
    opacity: 1;
  }

  .main-footer .footnote {
    font-size: 1.2em;
    width: 90%;
    margin: 16px auto 0;
    padding: 0;
  }

  .empty-result {
    max-width: 290px;
  }

  .empty-result__title {
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .empty-result__text {
    font-size: 1.2em;
    margin-bottom: 15px;
  }

  .empty-result .button {
    font-size: 1.2em;
  }

  .form__checkbox label {
    font-size: 1.2em;
    line-height: 1.66667em;
  }

  .form__checkbox label::before {
    width: 14px;
    height: 14px;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† Ð¾Ð±Ñ‰Ð¸Ñ… ÑÑ‚Ð¸Ð»ÐµÐ¹ */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ index.html */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -12px;
  margin-top: 88px;
}

.main-menu .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 392px;
  height: 118px;
  margin: 0 12px 25px;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 11.5556px;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.main-menu .item:last-child {
  margin-bottom: 0;
}

.main-menu .item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 23px;
  padding-right: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.main-menu .item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 54px;
  margin-right: 29px;
}

.main-menu .item__icon svg {
  fill: #e84038;
  display: block;
  margin: 0 auto;
}

.main-menu .item__text {
  font-size: 1.5em;
  line-height: 1;
}

.main-menu .item:hover,
.main-menu .item:active {
  background: #e84038;
}

.main-menu .item:hover .item__icon svg,
.main-menu .item:active .item__icon svg {
  fill: #fff;
  -webkit-transition: fill 0.15s ease;
  -o-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
}

.main-menu .item:hover .item__text,
.main-menu .item:active .item__text {
  color: #fff;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.main-menu .item--1 svg {
  width: 38.5px;
  height: 38.5px;
  margin-right: 0;
}

.main-menu .item--2 .item__icon svg {
  width: 37px;
  height: 34px;
  margin-right: 0;
}

.main-menu .item--3 .item__icon svg {
  width: 47px;
  height: 50px;
  margin-right: 0;
}

.main-menu .item--4 .item__icon svg {
  width: 44px;
  height: 49px;
  margin-right: 0;
}

.main-menu .item--5 .item__icon svg {
  width: 51px;
  height: 39px;
}

.main-menu .item--6 .item__icon svg {
  width: 54px;
  height: 49px;
  margin-right: -5px;
}

.main-menu .item--7 .item__icon svg {
    width: 49px;
    height: 46px;
}

@media screen and (max-width: 700px) {
  .main-menu {
    max-width: 500px;
    margin: 24px auto 0;
  }

  .main-menu .item {
    width: 100%;
    height: 57px;
    margin: 0 0 13px;
  }

  .main-menu .item > a {
    padding-left: 15px;
  }

  .main-menu .item__icon {
    width: 37px;
    margin-right: 17px;
  }

  .main-menu .item__text {
    font-size: 1.6em;
  }

  .main-menu .item--1 svg {
    width: 27px;
    height: 27px;
    margin-right: 0;
  }

  .main-menu .item--2 .item__icon svg {
    width: 25px;
    height: 25px;
    margin-right: auto;
  }

  .main-menu .item--3 .item__icon svg {
    width: 33px;
    height: 34px;
    margin-right: 0;
  }

  .main-menu .item--4 .item__icon svg {
    width: 31px;
    height: 34px;
    margin-right: 0;
  }

  .main-menu .item--5 .item__icon svg {
    width: 35px;
    height: 26px;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ index.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment.html */

.appointment__title {
  margin-bottom: 43px;
  pointer-events: none;
}

.appointment__nav {
  margin-bottom: 35px;
  border-bottom: 1px solid #7dc7cc;
}

.appointment__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.appointment__nav ul li {
  counter-increment: section;
}

.appointment__nav ul li:not(:last-child) {
  margin-right: 5%;
}

.appointment__nav ul li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
  opacity: 0.5;
}

.appointment__nav ul li a::before {
  content: "0" counter(section) ".";
  display: inline;
  margin-right: 5px;
}

.appointment__nav ul li a.active {
  opacity: 1;
}

.appointment__nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background: #e84038;
}

.appointment__department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-right: 20px;
}

.appointment__department .item {
  width: 31.4%;
  min-width: 280px;
  height: 67px;
  margin-bottom: 20px;
  margin-right: 1.93%;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 11.5556px;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.appointment__department .item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 23px;
  padding-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.appointment__department .item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 39px;
  margin-right: 19px;
}

.appointment__department .item__icon svg {
  display: block;
  margin: 0 auto;
}

.appointment__department .item__text {
  font-size: 1.14286em;
}

.appointment__department .item--procto .item__icon svg {
  width: 20px;
  height: 25px;
}

.appointment__department .item--flebology .item__icon svg {
  width: 28px;
  height: 31px;
}

.appointment__department .item--gynegcology .item__icon svg {
  width: 20px;
  height: 32px;
}

.appointment__department .item--neurology .item__icon svg {
  width: 27px;
  height: 30px;
}

.appointment__department .item--oncology .item__icon svg {
  width: 33px;
  height: 33px;
}

.appointment__department .item--gastro .item__icon svg {
  width: 32px;
  height: 35px;
}

.appointment__department .item--therapy .item__icon svg {
  width: 33px;
  height: 31px;
}

.appointment__department .item--uzi .item__icon svg {
  width: 29px;
  height: 29px;
}

.appointment__department .item--urology .item__icon svg {
  width: 30px;
  height: 30px;
}

.appointment__department .item--endoskopy .item__icon svg {
  width: 30px;
  height: 24px;
}

.appointment__department .item--mammalogy .item__icon svg {
  width: 26px;
  height: 32px;
}

.appointment__department .item--analyzes .item__icon svg {
  width: 25px;
  height: 24px;
}

.appointment__department .item--surgery .item__icon svg {
  width: 29px;
  height: 29px;
}

.appointment__department .item--traumatology .item__icon svg {
  width: 32px;
  height: 32px;
}

.appointment__department .item:hover {
  background: #e84038;
}

.appointment__department .item:hover .item__icon svg {
  fill: #fff;
}

.appointment__department .item:hover .item__text {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .appointment__title {
    pointer-events: all;
  }

  .appointment__nav {
    width: auto;
    margin: 0 -16px;
    padding-left: 16px;
    margin-bottom: 10px;
  }

  .appointment__nav ul {
    width: 700px;
  }

  .appointment__nav ul li:nth-child(n) {
    margin-right: 39px;
  }

  .appointment__nav ul li:nth-child(n) a {
    font-size: 1.6em;
  }

  .appointment__department {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .appointment__department .item {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .appointment__department .item > a {
    padding-left: 16px;
  }

  .appointment__department .item__icon {
    display: none;
  }

  .appointment__department .item__text {
    font-size: 1.6em;
    line-height: 2.25em;
  }

  .appointment__department .item:hover {
    background: rgba(13, 79, 103, 0.1);
  }

  .appointment__department .item:hover .item__text {
    color: #0d4f67;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_2.html */

.appointment__nav {
  margin-bottom: 19px;
  border-bottom: 1px solid #7dc7cc;
}

.appointment__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.appointment__nav ul li {
  counter-increment: section;
}

.appointment__nav ul li:not(:last-child) {
  margin-right: 5%;
}

.appointment__nav ul li a {
  position: relative;
  display: block;
  padding-bottom: 17px;
  text-decoration: none;
  opacity: 0.5;
}

.appointment__nav ul li a::before {
  content: "0" counter(section) ".";
  display: inline;
  margin-right: 5px;
}

.appointment__nav ul li a.active {
  opacity: 1;
}

.appointment__nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background: #e84038;
}

.appointment__selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment__selected-items .item {
  padding: 5px 12px 8px 18px;
  margin-right: 16px;
  margin-bottom: 5px;
  border: 1px solid rgba(13, 79, 103, 0.3);
  border-radius: 20px;
}

.appointment__selected-items .item p {
  font-size: 0.75em;
  line-height: 1;
  display: inline-block;
}

.appointment__selected-items .item::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 12px;
  background: url("/img/htdev/appointment_2/chceck.svg") center no-repeat;
  background-size: cover;
}

.appointment__specialist {
  margin-top: 18px;
}

.appointment__specialist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.appointment__specialist .item:not(:last-child) {
  margin-bottom: 17px;
}

.appointment__specialist .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61.6%;
  padding: 2.2% 1.7% 2.4% 3.4%;
  border-right: 1px solid rgba(13, 79, 103, 0.1);
}

.appointment__specialist .item__photo {
  width: 101px;
  height: 100px;
  margin-right: 10%;
  border-radius: 50%;
  overflow: hidden;
}

.appointment__specialist .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.appointment__specialist .item__name {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 11px;
}

.appointment__specialist .item__position {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 21px;
}

.appointment__specialist .item__choose {
  font-size: 0.8125em;
  line-height: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 10px 19px 8px;
}

.appointment__specialist .item__address {
  text-align: right;
  margin-left: auto;
}

.appointment__specialist .item__address .title {
  font-size: 0.8125em;
  line-height: 1;
  color: #0d4f67;
  opacity: 0.5;
}

.appointment__specialist .item__address .link {
  font-size: 0.8125em;
  line-height: 1;
  text-decoration: none;
  display: block;
  margin-top: 7px;
}

.appointment__specialist .item__address .link::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background: url("/img/htdev/pin.svg") 0 0 / cover no-repeat;
}

.appointment__specialist .item__date {
  width: 38.4%;
  padding: 2.2% 1% 1% 3.5%;
}

.appointment__specialist .item__date .closest-date {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 18px;
}

.appointment__specialist .item__date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment__specialist .item__date .time button {
  padding: 5px 12.3px 5.5px;
  margin-right: 9px;
  margin-bottom: 13px;
}

.appointment__specialist .item--disabled .item__choose {
  display: none;
}

.appointment__specialist .item--disabled .closest-date {
  color: #e84038;
}

.appointment__specialist .item--disabled .time::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 11px;
  background: url("/img/htdev/appointment_2/search-user.png") center no-repeat;
  background-size: cover;
}

.appointment__specialist .item--disabled .time button {
  display: none;
}

@media screen and (max-width: 1100px) {
  .appointment__specialist .item__address {
    margin-top: 15px;
  }
}

@media screen and (max-width: 700px) {
  .appointment__nav {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 10px;
  }

  .appointment__nav ul {
    width: 700px;
  }

  .appointment__nav ul li:nth-child(n) {
    margin-right: 39px;
  }

  .appointment__nav ul li:nth-child(n) a {
    font-size: 1.6em;
  }

  .appointment__nav ul li.passed {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  .appointment__selected-items {
    margin-left: 17px;
  }

  .appointment__selected-items .item p {
    font-size: 1em;
  }

  .appointment__specialist {
    max-width: 450px;
    margin: 21px auto 0;
    padding: 0 17px;
  }

  .appointment__specialist .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #7dc7cc;
  }

  .appointment__specialist .item__content {
    width: 100%;
    padding: 2.7% 1% 0 4.1%;
    margin-bottom: 13px;
    border-right: 0;
  }

  .appointment__specialist .item__photo {
    width: 60px;
    height: 60px;
    margin-right: 6%;
  }

  .appointment__specialist .item__info {
    width: 54%;
    margin-top: 7px;
  }

  .appointment__specialist .item__name {
    font-size: 1.2em;
    line-height: 1.16667em;
    text-decoration: underline;
    margin-bottom: 8px;
  }

  .appointment__specialist .item__position {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 5px;
  }

  .appointment__specialist .item__address {
    text-align: left;
    margin-left: 0;
  }

  .appointment__specialist .item__date {
    width: 100%;
    padding: 0% 1% 2.6% 3.8%;
  }

  .appointment__specialist .item__date .closest-date {
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    padding: 5px 12px 6px;
    margin-bottom: 13px;
    border-radius: 10px;
  }

  .appointment__specialist .item__date .time {
    margin-left: 12px;
  }

  .appointment__specialist .item__date .time button {
    font-size: 1em;
    line-height: 1;
    padding: 5px 10.8px 5.8px;
    margin-right: 8px;
  }

  .appointment__specialist .item--disabled {
    border-color: transparent;
  }

  .appointment__specialist .item--disabled .closest-date {
    background: rgba(13, 79, 103, 0.1);
  }

  .appointment__specialist .item--disabled .time::before {
    display: none;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_2.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_3.html */

.appointment__nav {
  margin-bottom: 19px;
  border-bottom: 1px solid #7dc7cc;
}

.appointment__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.appointment__nav ul li {
  counter-increment: section;
}

.appointment__nav ul li:not(:last-child) {
  margin-right: 5%;
}

.appointment__nav ul li a {
  position: relative;
  display: block;
  padding-bottom: 17px;
  text-decoration: none;
  opacity: 0.5;
}

.appointment__nav ul li a::before {
  content: "0" counter(section) ".";
  display: inline;
  margin-right: 5px;
}

.appointment__nav ul li a.active {
  opacity: 1;
}

.appointment__nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 3px;
  background: #e84038;
}

.appointment__selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment__selected-items .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 12px 8px 18px;
  margin-right: 16px;
  margin-bottom: 5px;
  border: 1px solid rgba(13, 79, 103, 0.3);
  border-radius: 20px;
}

.appointment__selected-items .item p {
  font-size: 0.75em;
  line-height: 1;
  display: inline-block;
}

.appointment__selected-items .item::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 12px;
  background: url("/img/htdev/appointment_2/chceck.svg") center no-repeat;
  background-size: cover;
}

.appointment .date-form {
  margin-top: 16px;
  margin-left: 3px;
}

.appointment .date-form__item.disabled,
.appointment .date-form.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.appointment .date-form__month select::-ms-expand {
  display: none;
}

.appointment .date-form__month select {
  display: none;
}

.appointment .date-form__fieldset {
  width: 318px;
  margin-bottom: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.appointment .date-form__fieldset--calendar {
  margin-right: 8.3%;
}

.appointment .date-form__legend {
  font-size: 1.375em;
  line-height: 1;
  margin-bottom: 26px;
}

.appointment .date-form__wrapper,
.appointment .date-form__fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment .date-form__item {
  position: relative;
  margin-right: 17px;
  margin-bottom: 10px;
}

.appointment .date-form__item .label {
  text-align: center;
  display: block;
  padding: 11px 21px;
  border: 1px solid #7dc7cc;
  border-radius: 20px;
  cursor: pointer;
}

.appointment .date-form__item .label:hover,
.appointment .date-form__item .input:checked ~ .label {
  background-color: #7dc7cc;
  color: #fff;
}

.appointment .date-form__item .input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.appointment .date-form__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
}

.appointment .date-form__month .arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #0d4f67;
  border-left: 2px solid #0d4f67;
  cursor: pointer;
}

.appointment .date-form__month .arrow:hover {
  border-color: #7dc7cc;
}

.appointment .date-form__month .arrow--prev {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.appointment .date-form__month .arrow--next {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.appointment .date-form__month .month-year {
  font-size: 1.125em;
  line-height: 1;
  color: inherit;
  border: 0;
  outline: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.appointment .date-form__day-of-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(125, 199, 204, 0.5);
  border-bottom: 1px solid rgba(125, 199, 204, 0.5);
  padding: 13px 0 10px;
  margin-bottom: 10px;
}

.appointment .date-form__day-of-week .item {
  text-align: center;
  vertical-align: middle;
  color: #7dc7cc;
  width: calc(100% / 7);
}

.appointment .date-form__day-of-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment .date-form__day-of-month .date-form__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% / 7);
  margin: 0;
  margin-bottom: 12px;
}

.appointment .date-form__day-of-month .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  padding: 0;
}

.appointment .date-form__day-of-month .label.empty {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .appointment .date-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  input[type="text"] {
    font-size: 1.2em;
  }

  .appointment__nav {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .appointment__nav ul {
    width: 850px;
  }

  .appointment__nav ul li:nth-child(n) {
    margin-right: 39px;
  }

  .appointment__nav ul li:nth-child(n) a {
    font-size: 1.6em;
  }

  .appointment__nav ul li.passed {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  .appointment__selected-items {
    margin-left: 17px;
  }

  .appointment__selected-items .item p {
    font-size: 1em;
  }

  .appointment .date-form {
    padding: 0 16px;
    margin-top: 18px;
    margin-left: 0;
  }

  .appointment .date-form__fieldset {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .appointment .date-form__legend {
    font-size: 1.4em;
    margin-bottom: 20px;
  }

  .appointment .date-form__item {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .appointment .date-form__item .label {
    font-size: 1.4em;
  }

  .appointment .date-form .time .date-form__item .label {
    font-size: 1.2em;
    padding: 8px 8px 10px;
  }

  .appointment .date-form button[type="submit"] {
    margin-top: 5px;
  }

  .appointment .date-form__month {
    position: relative;
    margin-bottom: 20px;
  }

  .appointment .date-form__month .month-year {
    font-size: 1.6em;
  }

  .appointment .date-form__day-of-week {
    font-size: 1.6em;
  }

  .appointment .date-form__fieldset--calendar {
    max-width: 320px;
  }

  .appointment .date-form button {
    display: block;
    margin: 0 auto;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_3.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_success.html */
.success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  margin: 0 auto;
  padding: 63px 0 100px;
}

.success__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 57px;
}

.success__title {
  font-size: 1.75em;
  margin-bottom: 28px;
}

.success__text {
  margin-bottom: 55px;
}

.success__to-main-menu {
  font-size: 1.125em;
  line-height: 1;
  padding: 15px 33px;
}

@media screen and (max-width: 700px) {
  .success {
    padding: 74px 0;
  }

  .success__icon {
    margin-bottom: 45px;
  }

  .success__title {
    margin-bottom: 18px;
  }

  .success__text {
    font-size: 1.4em;
    margin-bottom: 54px;
  }

  .success__to-main-menu {
    font-size: 1.4em;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_success.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ appointment_success.html */
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 326px;
  padding: 58px 0 0;
  margin: 0 auto;
}

.login__title {
  text-align: center;
  margin-bottom: 55px;
  line-height: 1em;
}

.login__form {
  width: 100%;
  margin-bottom: 10px;
}

.login__form .input-wrapper {
  width: 100%;
  height: 42px;
  margin-bottom: 28px;
}

.login__form .input-wrapper input {
  font-size: 1.2em;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  border-radius: 5px;
  outline-width: 2px;
  border: 1px solid #7dc7cc;
}

.login__form .input-wrapper input:focus {
  outline-color: #f2412f;
  border-color: #f2412f;
}

.login__form .error {
  margin-top: -10px;
}

.login__form button[type="submit"] {
  display: block;
  margin: 32px auto 26px;
}

.login__forgot {
  margin-bottom: 12px;
}

@media screen and (max-width: 700px) {
  .login {
    padding: 106px 16px 0;
  }

  .login__title {
    margin-bottom: 21px;
  }

  .login__form .input-wrapper {
    height: 38px;
    margin-bottom: 12px;
  }

  .login__form .error {
    font-size: 1.2em;
    margin-left: 20px;
    margin-top: 13px;
  }

  .login__form button[type="submit"] {
    margin: 14px auto 7px;
  }

  .login__forgot {
    font-size: 1.2em;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ login.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ my_analyzes.html */
.my-analyzes {
  padding-right: 16px;
}

.my-analyzes__title {
  margin-bottom: 10px;
}

.my-analyzes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

.my-analyzes__container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
  max-width: 325px;
  margin-right: 20px;
  margin-bottom: 18px;
  padding: 15px 18px 17px;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.my-analyzes__container .item__title {
  font-size: 1em;
  line-height: 1;
}

.my-analyzes__container .item__title span {
  font-size: 0.875em;
  line-height: 1;
  color: #e84038;
  display: block;
  margin-top: 7px;
}

.my-analyzes__container .item__watch {
  text-decoration: none;
  display: block;
  padding: 6px 11px;
  background: rgba(13, 79, 103, 0.1);
}

.my-analyzes__container .item__watch:hover {
  background: rgba(13, 79, 103, 0.2);
  color: initial;
}

.my-analyzes__container .item__watch:active {
  color: #fff;
  background: #0d4f67;
}

.my-analyzes__more {
  font-size: 1.125em;
  padding: 15px 38px;
  margin-top: 20px;
}

.my-analyzes__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.my-analyzes__pagination .item {
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  border-radius: 50px;
  overflow: hidden;
}

.my-analyzes__pagination .item a {
  width: 100%;
  height: 100%;
  background: rgba(13, 79, 103, 0.1);
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  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;
}

.my-analyzes__pagination .item--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0d4f67;
  border-left: 2px solid #0d4f67;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.my-analyzes__pagination .item--arrow-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.my-analyzes__pagination .item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.my-analyzes__pagination .item a:hover {
  color: #0d4f67;
  background: rgba(13, 79, 103, 0.2);
}

.my-analyzes__pagination .item a:active {
  color: #fff;
  background: #0d4f67;
}

.my-analyzes__pagination .item--active {
  background: #e84038;
}

.my-analyzes__pagination .item--active a {
  color: #fff;
}

@media screen and (max-width: 1010px) {
  .my-analyzes__container .item {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .my-analyzes__title h2 {
    display: inline-block;
  }

  .my-analyzes {
    padding: 0;
  }

  .my-analyzes__container {
    width: auto;
    border-top: 1px solid rgba(125, 199, 204, 0.3);
    margin-top: 20px;
  }

  .my-analyzes__container .item {
    width: 100%;
    padding: 15px 5.1% 16px;
    max-width: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(125, 199, 204, 0.3);
  }

  .my-analyzes__container .item__title {
    font-size: 1.4em;
  }

  .my-analyzes__more {
    font-size: 1.4em;
    display: block;
    padding: 15px 30px;
    margin: 19px auto 0;
  }

  .my-analyzes__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }

  .my-analyzes__pagination .item {
    width: 30px;
    height: 30px;
    margin: 0 4px;
  }

  .my-analyzes__pagination .item--arrow::before {
    border-width: 1px;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† Ñ„Ð°Ð¹Ð»Ð° my_analyzes.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ Ñ„Ð°Ð¹Ð»Ð° my_appointments.html */
.my-appointment__nav {
  margin-bottom: 19px;
  border-bottom: 1px solid #7dc7cc;
}

.my-appointment__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.my-appointment__nav ul li:not(:last-child) {
  margin-right: 9.4%;
}

.my-appointment__nav ul li a {
  position: relative;
  display: block;
  padding-bottom: 17px;
  text-decoration: none;
  opacity: 0.5;
}

.my-appointment__nav ul li a::before {
  display: inline;
  margin-right: 5px;
}

.my-appointment__nav ul li a.active {
  opacity: 1;
}

.my-appointment__nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background: #e84038;
}

.my-appointment__specialist {
  margin-top: 34px;
}

.my-appointment__specialist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.my-appointment__specialist .item:not(:last-child) {
  margin-bottom: 17px;
}

.my-appointment__specialist .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61.6%;
  padding: 2.2% 1% 2.4% 3.4%;
  border-right: 1px solid rgba(13, 79, 103, 0.1);
}

.my-appointment__specialist .item__photo {
  width: 101px;
  height: 100px;
  margin-right: 10%;
  border-radius: 50%;
  overflow: hidden;
}

.my-appointment__specialist .item__mobile-date {
  display: none;
}

.my-appointment__specialist .item__name {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 11px;
}

.my-appointment__specialist .item__position {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 21px;
}

.my-appointment__specialist .item__choose {
  font-size: 0.8125em;
  line-height: 1;
  padding: 10px 19px 8px;
}

.my-appointment__specialist .item__date {
  width: 38.4%;
  padding: 2.2% 1% 1% 3.5%;
}

.my-appointment__specialist .item__date .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-appointment__specialist .item__date .date__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 26px;
}

.my-appointment__specialist .item__date .date__item .title {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 21px;
}

.my-appointment__specialist .item__date .date .button {
  font-size: 0.75em;
  line-height: 1;
  padding: 5px 12.3px 5.5px;
  margin-right: 9px;
  margin-bottom: 13px;
}

.my-appointment__specialist .item__date .cancel {
  font-size: 0.8125em;
  line-height: 1;
  text-decoration: underline;
  display: block;
  margin-top: 12px;
}

.my-appointment__specialist .item__date .cancel::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35583 0.255127L0.235369 1.37559L9.75933 10.8996L10.8798 9.77909L1.35583 0.255127Z" fill="%230D4F67"/%3E%3Cpath d="M11.0001 1.37549L9.87966 0.255023L0.355696 9.77898L1.47616 10.8994L11.0001 1.37549Z" fill="%230D4F67"/%3E%3C/svg%3E%0A')
    center/cover no-repeat;
}
.my-appointment__specialist .item__date .status {
  font-size: 0.8125em;
  line-height: 1;
  display: block;
  margin-top: 12px;
  margin-right: 8px;
}

@media screen and (max-width: 700px) {
  .my-appointment__nav {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 10px;
  }

  .my-appointment__nav ul li:nth-child(n) {
    margin-right: 21px;
  }

  .my-appointment__nav ul li:nth-child(n) a {
    font-size: 1em;
    padding-bottom: 13px;
  }

  .my-appointment__specialist {
    max-width: 450px;
    margin: 21px auto 0;
    padding: 0 17px;
  }

  .my-appointment__specialist .item__content {
    width: 100%;
    padding: 2.7% 1% 2% 4.1%;
    border-right: 0;
  }

  .my-appointment__specialist .item__photo {
    width: 60px;
    height: 60px;
    margin-right: 8%;
  }

  .my-appointment__specialist .item__info {
    width: 57%;
  }

  .my-appointment__specialist .item__mobile-date {
    font-size: 1em;
    line-height: 1;
    color: #e84038;
    display: block;
    margin-bottom: 5px;
  }

  .my-appointment__specialist .item__mobile-date::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-bottom: -2px;
    margin-right: 9px;
    background: url('data:image/svg+xml,%3Csvg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.0962 1.90379C9.8685 0.676127 8.23621 0 6.5 0C4.76379 0 3.1315 0.676127 1.90379 1.90379C0.676127 3.1315 0 4.76379 0 6.5C0 8.23621 0.676127 9.8685 1.90379 11.0962C3.1315 12.3239 4.76379 13 6.5 13C7.68861 13 8.8516 12.6761 9.86327 12.0633C10.1032 11.918 10.1798 11.6057 10.0345 11.3658C9.88924 11.1259 9.57694 11.0493 9.3371 11.1946C8.4841 11.7113 7.50306 11.9844 6.5 11.9844C3.4759 11.9844 1.01562 9.5241 1.01562 6.5C1.01562 3.4759 3.4759 1.01562 6.5 1.01562C9.5241 1.01562 11.9844 3.4759 11.9844 6.5C11.9844 7.58136 11.6628 8.63393 11.0544 9.54395C10.8985 9.77709 10.9612 10.0925 11.1943 10.2483C11.4275 10.4042 11.7428 10.3416 11.8987 10.1084C12.6192 9.03078 13 7.78301 13 6.5C13 4.76379 12.3239 3.1315 11.0962 1.90379Z" fill="%237DC7CC"/%3E%3Cpath d="M6.50001 1.92969C6.21955 1.92969 5.9922 2.15704 5.9922 2.4375V6.28966L4.1301 8.15176C3.93177 8.35006 3.93177 8.67158 4.1301 8.86991C4.22925 8.96906 4.3592 9.01865 4.48917 9.01865C4.61915 9.01865 4.7491 8.96906 4.84825 8.86991L6.85909 6.85907C6.95433 6.76386 7.00782 6.63467 7.00782 6.5V2.4375C7.00782 2.15704 6.78048 1.92969 6.50001 1.92969Z" fill="%237DC7CC"/%3E%3C/svg%3E%0A');
  }

  .my-appointment__specialist .item__name {
    font-size: 1.2em;
    line-height: 1.16667em;
    text-decoration: underline;
    margin-bottom: 8px;
  }

  .my-appointment__specialist .item__position {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 0;
  }

  .my-appointment__specialist .item__choose {
    display: none;
  }

  .my-appointment__specialist .item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 28%;
    padding: 9vw 0 0 0;
  }

  .my-appointment__specialist .item__date .date {
    display: none;
  }

  .my-appointment__specialist .item__date .cancel {
    font-size: 1em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: -5px;
  }

  .my-appointment__specialist .item__date .cancel span,
  .my-appointment__specialist .item__date .cancel::after {
    display: none;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ my_appointments.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ my_profile.html */
.my-profile {
  margin-top: 20px;
}

.my-profile-report__form .form-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 31px;
}

.my-profile-report__form input:focus {
  outline-color: #0d4f67;
  color: inherit;
}

.my-profile-report__form .help-block-error {
  margin-top: 5px;
}

.my-profile-report__form .input-text-wrapper {
  max-width: 44.5%;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 28px;
}

.years-group {
  display: flex;
  justify-content: space-between;
}

.year-input-label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.years-select {
  width: calc(76px * 3 + 19px);
  margin-right: 86px;
  flex-shrink: 0;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.inn-input {
  margin-right: 0;
}

.inn-input input {
  max-width: 29%;
  width: 100%;
}

.city-select {
  max-width: 63.5%;
  width: 100%;
}

.city-select select {
  height: 42px;
  max-width: 46.8%;
  width: 100%;
}

.my-profile-report__form .select-wrapper::after {
  top: 66%;
  right: 57%;
}

.years-select::after {
  display: none;
}

.year-input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.year {
  position: relative;
  border: 1px solid #7DC7CC;
  border-radius: 42px;
  max-width: 76px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #0D4F67;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
}

.tax-payer-select {
  margin-right: 18px;
  max-width: 12.7%;
  width: 100%;
}

.date--active {
  background: #7DC7CC;
  color: #fff;
}

.tax-payer-select select {
  height: 42px;
  font-size: 14px;
  line-height: 14px;
  color: #0D4F67;
  background: #FFFFFF;
  border: 1px solid #7DC7CC;
}

.tax-payer-select.select-wrapper::after {
  border-right: 2px solid #7DC7CC;
  border-bottom: 2px solid #7DC7CC;
  right: 23px;
}

.tax-certificate__desc {
  font-size: 18px;
  line-height: 18px;
}

.my-profile-report__form  .tax-payer-name,
.my-profile-report__form  .tax-payer-notes {
  margin-bottom: 0;
}

.my-profile-report__form .tax-payer-notes {
  margin-right: 0 !important;
  max-width: 38%;
  width: 100%;
}

.my-profile-report__form .tax-payer {
  width: 80%;
}

.my-profile-report__form .tax-payer .tax_payer_inn,
.my-profile-report__form .tax-payer .tax_payer_birthday {
  width: 30%;
  padding: 0 10px;
}

.my-profile-report__form .tax-payer .tax_payer_inn input{
  width: 80%;
}

.my-profile-report__form .tax-payer .tax_payer_birthday input{
  max-width: 125px;
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .city-select {
    max-width: 68.5%;
  }
}

@media screen and (max-width: 1200px) {
  .inn-input input {
    max-width: 40%;
  }

  .city-select select {
    max-width: 56.8%;
  }

  .my-profile-report__form .select-wrapper::after {
    right: 48%; 
  }

  .tax-payer-select.select-wrapper::after {
    right: 23px;
  }

  .my-profile-report__form .tax-payer {
    width: 100%;
    margin: 0;
  }

  .my-profile-report__form .input-text-wrapper.tax_payer_inn,
  .my-profile-report__form .input-text-wrapper.tax_payer_birthday {
    width: 34%;
  }

  .my-profile-report__form .input-text-wrapper.tax_payer_inn input{
    width: 88%;
  }

  .my-profile-report__form .input-text-wrapper.tax_payer_birthday input{
    max-width: 125px;
  }
}

@media screen and (max-width: 1090px) {
  .my-profile-report__form .input-text-wrapper {
    max-width: unset;
    margin-right: 0;
  }

  .inn-input input {
    max-width: unset;
  }

  .tax-payer-select {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .my-profile-report__form .tax-payer-name {
    margin-right: 0;
    margin-bottom: 28px;
  }

  .city-select {
    max-width: unset;
    margin-bottom: 28px;
  }

  .city-select select {
    max-width: unset;
  }

  .my-profile-report__form .select-wrapper::after {
    right: 23px;
  }
}

.my-profile__full-name {
  margin-bottom: 60px;
}

.my-profile__form {
  width: 100%;
  padding-right: 16px;
}

.my-profile__form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-profile__form .form-wrapper > * {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 29px;
  margin-right: 1.3%;
  width: 32%;
  height: 42px;
}

.my-profile__form .input-text-wrapper {
  position: relative;
}

.my-profile__form .input-text-wrapper::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 21px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("/img/htdev/input-pencil.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.my-profile__form .disable_input::after {
  display: none;
}

.my-profile button[type="submit"] {
  margin-top: 5px;
}

@media screen and (max-width: 700px) {
  .my-profile__title h2 {
    display: inline-block;
  }

  .my-profile {
    padding: 0 16px;
    max-width: 350px;
    margin: 0 auto;
  }

  .my-profile__form {
    padding-right: 0;
  }

  .my-profile__full-name {
    margin-bottom: 17px;
  }

  .my-profile__form .form-wrapper > *,
  .my-profile__form .form-wrapper > input,
  .my-profile__form .form-wrapper > select {
    width: 100%;
  }

  .my-profile__form .form-wrapper > * {
    font-size: 1.2em;
    height: 38px;
    margin-bottom: 12px;
  }

  .my-profile__form .form-wrapper .input-text-wrapper::after {
    right: 14px;
  }

  .my-profile__form button[type="submit"] {
    display: block;
    margin: 5px auto 0;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ my_profile.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ password_restore.html */
.password-restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 550px;
  padding: 58px 0 0;
  margin: 0 auto;
}

.password-restore__title {
  text-align: center;
  margin-bottom: 38px;
}

.password-restore__text {
  text-align: center;
  margin-bottom: 30px;
}

.password-restore__form {
  width: 326px;
  margin-bottom: 10px;
}

.password-restore__form .input-wrapper {
  width: 100%;
  height: 42px;
  margin-bottom: 28px;
}

.password-restore__form .input-wrapper input {
  font-size: 0.875em;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  border-radius: 5px;
  outline-width: 2px;
  border: 1px solid #7dc7cc;
}

.password-restore__form .input-wrapper input:focus {
  outline-color: #f2412f;
  border-color: #f2412f;
}

.password-restore__form .error {
  font-size: 0.875em;
  line-height: 1;
  color: #f2412f;
  display: block;
  margin-top: -10px;
}

.password-restore__form button[type="submit"] {
  display: block;
  margin: 28px auto 26px;
}

@media screen and (max-width: 700px) {
  .password-restore {
    width: 100%;
    max-width: 350px;
    padding: 90px 16px 0;
  }

  .password-restore__title {
    margin-bottom: 21px;
  }

  .password-restore__text {
    font-size: 1.4em;
    line-height: 1.4em;
    width: 90%;
    margin-bottom: 28px;
  }

  .password-restore__form {
    width: 100%;
  }

  .password-restore__form .input-wrapper {
    height: 38px;
    margin-bottom: 12px;
  }

  .password-restore__form .input-wrapper input {
    font-size: 1.2em;
  }

  .password-restore__form .error {
    font-size: 1.2em;
    margin-left: 20px;
    margin-top: 13px;
  }

  .password-restore__form button[type="submit"] {
    margin: 14px auto 7px;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ password_restore.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ password_success.html */
.password-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 394px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.password-success__icon {
  width: 76px;
  height: 128px;
  margin-bottom: 39px;
}

.password-success__title {
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 28px;
}

.password-success__text {
  text-align: center;
  margin-bottom: 39px;
}

.password-success__to-main-menu {
  font-size: 1.125em;
  line-height: 1;
  padding: 15px 33px;
}

@media screen and (max-width: 700px) {
  .password-success {
    width: 250px;
    padding: 74px 0;
  }

  .password-success__icon {
    margin-bottom: 45px;
  }

  .password-success__title {
    margin-bottom: 18px;
  }

  .password-success__text {
    font-size: 1.4em;
    margin-bottom: 54px;
  }

  .password-success__to-main-menu {
    font-size: 1.4em;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ password_success.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ analyzes_result.html */
.page-content {
  margin-top: 50px;
}

.analyzes-result__title {
  margin-bottom: 15px;
  pointer-events: none;
}

.analyzes-result__title a {
  text-decoration: none;
}

.analyzes-result {
  max-width: 1032px;
  padding-right: 16px;
}

.analyzes-result__subtitle {
  font-size: 1.375em;
}

.analyzes-result__subtitle span {
  font-size: 0.81818em;
  color: #e84038;
  display: block;
  margin-top: 14px;
}

.analyzes-result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 22px;
}

.analyzes-result__container .item {
  width: 32%;
  margin-bottom: 18px;
  margin-right: 2%;
  padding: 18px 23px 17px;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.analyzes-result__container .item:nth-child(3n) {
  margin-right: 0;
}

.analyzes-result__container .item__title {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 18px;
}

.analyzes-result__container .item .button {
  font-size: 0.75em;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  padding: 6px 13px;
  background: rgba(13, 79, 103, 0.1);
}

.analyzes-result__container .item .button:hover {
  background: rgba(13, 79, 103, 0.2);
}

.analyzes-result__container .item .button:active {
  color: #fff;
  background: #0d4f67;
}

@media screen and (max-width: 1000px) {
  .analyzes-result__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .analyzes-result__container .item {
    width: 48%;
  }

  .analyzes-result__container .item:nth-child(n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 700px) {
  .page-content {
    margin-top: 17px;
  }

  .analyzes-result__title {
    letter-spacing: 0.3px;
    text-align: left;
    text-decoration: none;
    display: block;
    margin-bottom: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7dc7cc;
    pointer-events: all;
  }

  .analyzes-result__title h2 {
    display: inline-block;
  }

  .analyzes-result {
    padding: 0;
  }

  .analyzes-result__subtitle {
    font-size: 1.4em;
    margin-left: 16px;
  }

  .analyzes-result__subtitle span {
    font-size: 0.875em;
    margin-top: 6px;
  }

  .analyzes-result__container {
    padding: 0 16px;
    margin-top: 19px;
  }

  .analyzes-result__container .item {
    width: 100%;
    padding: 8px 3.1% 11px;
    margin: 0 auto 12px;
  }

  .analyzes-result__container .item__title {
    font-size: 1.2em;
    margin-bottom: 9px;
  }

  .analyzes-result__container .item .button {
    font-size: 1em;
    padding: 6px 11px;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ analyzes_result.html */
/* Ð½Ð°Ñ‡Ð°Ð»Ð¾ ÑÑ‚Ð¸Ð»ÐµÐ¹ page404.html */
.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 610px;
  margin: 0 auto;
  padding: 63px 0 100px;
}

.page404__title {
  text-align: center;
  font-size: 1.75em;
}

.page404__text {
  text-align: center;
  margin-top: 28px;
}

.page404__icon {
  width: 430px;
  margin-top: 55px;
}

.page404__to-main-menu {
  font-size: 1.125em;
  line-height: 1;
  padding: 15px 33px;
  margin-top: 57px;
}

@media screen and (max-width: 700px) {
  .page404 {
    width: auto;
    padding: 74px 10px;
  }

  .page404__icon {
    width: 80%;
    margin-top: 54px;
  }

  .page404__text {
    font-size: 1.4em;
    margin-top: 18px;
  }

  .page404__to-main-menu {
    font-size: 1.4em;
    margin-top: 45px;
  }
}

/* ÐºÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ page404.html */
.noclient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 610px;
  margin: 0 auto;
  padding: 0;
}

.noclient__title {
  text-align: center;
  font-size: 1.75em;
}

.noclient__text {
  text-align: center;
  margin-top: 28px;
  color: #7dc7cc;
}

.noclient__icon {
  width: 230px;
  margin-top: 55px;
}

.noclient__to-main-menu {
  font-size: 1.125em;
  line-height: 1;
  padding: 15px 33px;
  margin-top: 57px;
}

@media screen and (max-width: 700px) {
  .noclient {
    width: auto;
    padding: 74px 10px;
  }

  .noclient__icon {
    width: 80%;
    margin-top: 54px;
  }

  .noclient__text {
    font-size: 1.4em;
    margin-top: 18px;
  }

  .noclient__to-main-menu {
    font-size: 1.4em;
    margin-top: 45px;
  }
}

/* Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð¿Ñ€Ð°Ð²ÐºÐ° Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ */
.pravka .input-text-wrapper {
  margin-bottom: 15px;
  margin-top: 25px;
}

.link_off {
  pointer-events: none;
}

/* Ñ„Ð¸ÐºÑ Ð´Ð»Ñ Ð´ÐµÐ±Ð°Ð³ÐµÑ€Ð° */
.yii-debug-toolbar__block a img {
  width: 30px;
  height: 30px;
}

.date-form__empty_dates {
  width: 100%;
  margin: 0 auto;
}

.date-form__empty_dates p {
  margin: 0 0 55px;
  font-size: 16px;
  line-height: 24px;
}

.datetime--hider {
  display: none !important;
}

.user_assigment {
  margin-bottom: 25px;
}

.user_assigment input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
}

.user_assigment label {
  display: inline-block;
  width: 90%;
  vertical-align: top;
}

.user_assigment a {
  margin-left: 25px;
  display: inline;
}

/* Registration */
.registration__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 67%;
  max-width: 560px;
  min-width: 300px;
  margin: 0 auto;
}

.registration__title {
  text-align: center;
  margin-bottom: 39px;
}

.registration__subtitle {
  text-align: center;
  color: #7dc7cc;
  margin-bottom: 38px;
}

.registration__progress {
  font-size: 1.75em;
  text-align: center;
  color: #7dc7cc;
  margin-top: 43px;
}

.registration__form {
  margin-bottom: 45px;
}

.registration__form .input-wrapper {
  width: 326px;
  margin-bottom: 17px;
}

.registration__form .button {
  display: block;
  margin: 23px auto;
}

.registration__form--phone .form__checkbox label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registration .button {
  margin-top: 23px;
}

.registration .registration__footnote {
  text-align: center;
  max-width: 550px;
}

.registration .registration__footnote a {
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 700px) {
  .registration {
    margin-top: 27px;
  }

  .registration__title {
    margin-bottom: 23px;
  }

  .registration__subtitle {
    margin-bottom: 18px;
  }

  .registration__progress {
    margin-top: -3px;
  }

  .registration__form {
    margin-bottom: 22px;
  }

  .registration__form .input-wrapper {
    width: 288px;
    margin-bottom: 13px;
  }
}

.payments__table {
  width: 100%;
  max-width: 1123px;
}

.payments .table__th {
  font-size: 0.875em;
  text-align: left;
  font-weight: normal;
  color: rgba(13, 79, 103, 0.5);
  padding: 11px 25px;
}

.payments .table__th.table__cell--cost {
  text-align: right;
}

.payments .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payments .table__cell {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.payments .table__cell--date {
  width: 253px;
}

.payments .table__cell--name {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
}

.payments .table__cell--cost {
  width: 180px;
  text-align: right;
  margin-left: auto;
  padding-right: 32px;
}

.payments .table__body {
  margin-top: 5px;
}

.payments .table__body .table__row {
  border: 1px solid #e1e6e9;
  border-radius: 4px;
}

.payments .table__body .table__row:not(:first-child) {
  margin-top: 21px;
}

.payments .table__body .table__cell {
  padding: 23px 25px 18px;
}

.payments .table__body .table__cell--date {
  color: #e84038;
}

.payments .table__body .table__cell--cost {
  white-space: nowrap;
  text-align: right;
  margin-left: auto;
  padding-right: 32px;
}

.payments .table__foot .table__row {
  padding-top: 8px;
  border-top: 2px solid #86A7B3;
}

.payments .table__foot .table__cell--cost {
  width: 100%;
  color: #0D4F67;
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .payments__table .table__th {
    padding: 10px;
  }

  .payments__table .table__cell--date {
    width: 80px;
  }

  .payments__table .table__cell--cost {
    width: 80px;
  }

  .payments__table .table__body .table__cell {
    padding: 15px;
  }

  .payments__table .table__body .table__row:not(:first-child) {
    margin-top: 10px;
  }
}

/* tax_certificate */


.tax-certificate {
  position: relative;
  margin-bottom: 153px;
}

.tax-certificate__content {
  padding-right: 2px;
  padding-left: 2px;
}

.tax-certificate__head {
  margin-bottom: 58px;
  color: #0d4f67;
}

.tax-certificate__title {
  margin-bottom: 35px;
  line-height: 1;
}

@media screen and (max-width: 700px) {
  .tax-certificate__content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tax-certificate__head {
    margin-bottom: 37px;
  }

  .tax-certificate__title {
    margin-bottom: 18px;
    padding-left: 27px;
  }

  .tax-certificate__desc {
    font-size: 14px;
    line-height: 1.29;
  }
}

@media screen and (max-width: 500px) {
  .tax-certificate__content {
    padding: 0;
  }

  .tax-certificate__content  .my-profile {
    padding: 0;
  }

  .years-select {
    width: 100%;
  }

  .tax-certificate-button {
    width: 100%;
  }

  .year {
    max-width: 30%;
  }
}

.tax-certificate__content .success{
  width: auto;
}

.my-analyzes__container .new-report{
  padding: 0;
}
.my-analyzes__container .new-report a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 20px;
}
.my-analyzes__container .new-report:hover{
  border: 2px solid #e84038;
}
.my-analyzes__container .new-report:hover a{
  color: #e84038;
}

.report_info{
  margin-top: 40px;
}

.table-tax-reports {
  width: 96%;
  margin: 30px 4% 36px 0;
  border-collapse: collapse;
}
.table-tax-reports th {
  padding: 8px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #AEAEAE;
}
.table-tax-reports td {
  background: #FFFFFF;
  border: 1px solid #E1E6E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 18px 20px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0D4F67;
}
.table-tax-reports td:first-child{
  width: 5%;
}
.table-tax-reports td:last-child{
  width: 20%;
}
.new_report{
  padding: 13px 52px;
  font-size: 1.125em;
  cursor: pointer;
  display: inline-block;
}

.report_link{
  display: inline-block;
  margin-right: 10px;
}
.report_link:before{
  content: "\f1c1";
  color: #ce372f;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;
}

.report_comment {
  position: relative;
}
.report_comment:hover .report_comment_text{
  display: block;
}
.report_comment_text{
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 10;
  background-color: white;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ce372f;
  display: none;
}
.report_comment a:before{
  content: "\f003";
  color: #ce372f;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 21px;
}

a.breadcrumb-link {
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #0D4F67;
}

a.breadcrumb-link:hover {
	color: #ce372f;
	text-decoration: none;
}

.breadcrumb-item {
  margin-right: 14px;
  position: relative;
}

.breadcrumb-item:last-child {
	margin-right: 0;
}

.breadcrumb-item:last-child a {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}

.breadcrumb-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('/img/htdev/family/breadcrumbs_arrow.svg') no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 6px;
}

@media screen and (max-width: 700px) {
  .breadcrumb-item:not(:last-child)::after {
    top: 0;
  }

  .family .page-title {
    padding-left: 0;
  }
}

.family {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 98.5%;
}

.family-item {
  max-width: 49.1%;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 24px 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.family-item__name {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 6px;
}

.family-item-info {
  max-width: 294px;
  width: 100%;
}

.family-item__child {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.family-item__button {
  text-decoration: none;
  display: block;
  border: 1px solid #0D4F67;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 172px;
  width: 100%;
  font-size: 13px;
  line-height: 14px;
  padding: 0 15px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.family-item__button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #E84038;
}

.family-item__button:hover svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #E84038;
}

.family-item__button svg path {
  fill: #0D4F67;
}

.return-to-profile {
  background: #E84038;
  border-radius: 100px;
  margin-left: auto;
  margin-right: 20px;
  max-width: 243px;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.return-to-profile:hover {
  background: #0D4F67;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .return-to-profile {
        max-width: 70px;
        width: auto;
    }

    .return-to-profile span {
        display: none;
    }    
}

a.return-to-my {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 15px;
}

@media screen and (max-width: 950px) {
  .family-item {
      padding: 24px;
      max-width: unset;
  }

  .family-item-info {
      max-width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .table-tax-reports {
    width: 100%;
    margin: 30px 0 36px 0;
    border-collapse: collapse;
  }
  .table-tax-reports td {
    background: #FFFFFF;
    border: 1px solid #E1E6E9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 8px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #0D4F67;
  }
  .tax-request--btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-menu .item--6 .item__icon svg {
    width: 36px;
    height: 34px;
    margin-right: 0;
  }

    .main-menu .item--7 .item__icon svg {
        width: 36px;
        height: 36px;
    }
}

.reception_choose_filial{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 34px;
  max-width: 75%;
  width: 100%;
}

.reception_choose_filial_firstChoose {
  min-width: 188px;
}

.reception_choose_filial_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 148px;
}

.reception_choose_filial_btn span {
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0D4F67;
  position: absolute;
  top: 16%;
}

.reception_choose_filial_btn svg{
  fill: #E84038;
  margin-top: 5%;
  position: absolute;
  top: 48%;
}

.reception_choose_filial_btn:hover{
  background-color: #E84038;
}

.reception_choose_filial_btn:hover svg{
  fill: #fff;
}

.reception_choose_filial_btn:hover span{
  color: #fff;
}

.reception_choose_filial_cityList li{
  line-height: 36px;
  color: #0D4F67;
  padding: 10px 0 10px 2px;
}

.reception_choose_filial_cityList li.active{
  font-weight: 700;
}

.reception_choose_filial_cityList li:hover{
  cursor: pointer;
  background: rgba(13, 79, 103, 0.1);
  margin-left: -20px;
  padding-left: 22px;
}

.reception_choose_filial_filialList__wrap{
  width: 100%;
}

.reception_choose_filial_filialList{
  margin-left: 20px;
  list-style: none;
  width: 100%;
}

.reception_choose_filial_item:not(:only-child) {
  margin-bottom: 20px;
}

.reception_choose_filial_filialList li a {
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%;
  min-height: 148px;
  padding: 0 21px;
  padding-bottom: 16px;
}

.reception_choose_filial_item__address{
  margin-bottom: 22px;
}

.reception_choose_filial_item__address svg{
  position: relative;
  top: 20px;
}

.reception_choose_filial_item__address span{
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #0D4F67;
  position: relative;
  top: 11px;
  left: 2px;
}

.reception_choose_filial_item__info{
  margin-left: 39px;
}

.reception_choose_filial_item__info--sheldule{
  margin-bottom: 19px;
}

.reception_choose_filial_item__info--sheldule svg{
  position: relative;
  top: 6px;
}

.reception_choose_filial_item__info--sheldule span{
  position: relative;
  top: 2px;
  left: 5px;
}

.reception_choose_filial_item__info--phone svg{
  position: relative;
  top: 2px;
  left: 2px;
}
.reception_choose_filial_item__info--phone span{
  position: relative;
  top: 0;
  left: 9px;
}

.reception_choose_filial_item a:hover{
  background-color: #E84038;
}
.reception_choose_filial_item a:hover .reception_choose_filial_item__address svg,
.reception_choose_filial_item a:hover .reception_choose_filial_item__info--sheldule svg,
.reception_choose_filial_item a:hover .reception_choose_filial_item__info--phone svg
{
  fill: #FFFFFF;
}

.reception_choose_filial_item a:hover .reception_choose_filial_item__address span,
.reception_choose_filial_item a:hover .reception_choose_filial_item__info--sheldule span,
.reception_choose_filial_item a:hover .reception_choose_filial_item__info--phone span
{
  color: #FFFFFF;
}

.reception_choose_filial_cityList_hide,
.filialList--boot
{
    display: none;
}

.reception_choose_filial_mobile_back_btn{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #0D4F67;
    margin-top: 18px;
    margin-left: 16px;
    display: none;
}

.reception_choose_filial_mobile_back_btn::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    margin-right: 5px;
    background: url(/img/htdev/arrow.svg) center no-repeat;
}

@media screen and (max-width: 1000px) {
  .reception_choose_filial{
    max-width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .reception_choose_filial {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 19px;
      max-width: unset;
  }

  .reception_choose_filial_btn{
      width: 100%;
      height: auto;
      padding: 17px 20px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 14.4444px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 13px;
  }
  .reception_choose_filial_btn span{
      font-size: 16px;
      line-height: 24px;
      position: unset;
  }
  .reception_choose_filial_btn svg{
      width: 32px;
      height: 32px;
      position: unset;
      margin-top: 0;
      margin-right: 7px;
  }

  .reception_choose_filial_filialList {
      margin-left: 0;
  }
  .reception_choose_filial_filialList li a{
      font-size: 16px;
      line-height: 18px;
  }
  .reception_choose_filial_item__address span{
      display: block;
      margin-top: 20px;
      font-size: 16px;
      line-height: 20px;
  }
  .reception_choose_filial_item__address svg{
      width: 32px;
      height: 32px;
      top: 25px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  }
  .reception_choose_filial_item__address {
      margin-bottom: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .reception_choose_filial_item__info--sheldule span{
      font-size: 14px;
      line-height: 20px;
  }
  .reception_choose_filial_item__info--phone span{
      font-size: 14px;
      line-height: 16px;
      top: -2px;
  }

  .reception_choose_filial_cityList li.active{
      background: rgba(13, 79, 103, 0.1);
      margin: 0 -20px;
      width: auto;
      padding-left: 22px;
  }

  .reception_choose_filial_cityList {
      width: 100%;
  }

  .reception_choose_filial_cityList li{
      font-size: 16px;
      line-height: 36px;
      padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .appointment__nav {
    width: auto;
  }
}

/* страница уведомлений */

.notifications_wrapper{
    margin-top: 44px;
    width: 89.1%;
}

.notification__item{
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 14.4444px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 14.4444px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 17px 14px 21px;
    margin-bottom: 19px;
}

.notification__item_wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.notification__item_wrap div{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.notification__item-timestamp{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    margin-top: 5px;
}

.notification__item-timestamp span:last-child{
    margin-left: 17px;
}

.notification__item-title{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #0D4F67;
    margin-left: 20px;
    width: calc(100% - 180px);
}

.notification__item-status{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #CFD7D9;
    margin: 3px 0 0 21px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.notification_status--new .notification__item-status{
    border: none;
    background: #E84038;
}

.notification__item_show{
    display: block;
    width: 15px;
    height: 9px;
    -webkit-transition: rotate 0.5s;
    -o-transition: rotate 0.5s;
    transition: rotate 0.5s;
}

.notification__item-content{
    padding: 12px 5px 0px;
    margin-left: 158px;
    display: none;
}

.notification__item-content--text{
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0D4F67;
}

.notification__reception{
  width: 100%;
  margin-bottom: 17px;
}

.notification__reception-category{
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid rgba(13, 79, 103, 0.3);
  border-radius: 30px;
  padding: 6px 18px;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #0D4F67;
}

.notification__reception-info{
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0D4F67;
  margin-left: 8px;
  display: inline-block;
}

.notification__item--show .notification__item_show{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: rotate 0.5s;
  -o-transition: rotate 0.5s;
  transition: rotate 0.5s;
  margin-top: 8px;
}

.notification__item--show .notification__item-content{
  display: block;
  width: 75%;
}

a.notifications {
  display: inline-block;
  max-width: 40px;
  height: 40px;
  margin-right: 5px;
}

a.notifications--new {
    position: relative;
}

a.notifications--new::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #E84038;
    top: 7px;
    right: 7px;
    z-index: 2;
    position: absolute;
}

.main-header__user--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.main-header__menu {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14.44px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 14.44px rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    max-width: 177px;
    width: 100%;
    position: absolute;
    top: 70px;
    right: 18px;
    opacity: 0;
	display: none;
}

.main-header__menu--visible {
    opacity: 1;
    z-index: 99;
	display: block;
}

.main-header-menu__item:not(:last-child) {
    margin-bottom: 10px;
}

.main-header-menu__item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #0D4F67;
    text-decoration: none;
}

.main-header-menu__item p {
    margin-bottom: 0;
}

.main-header-menu__item:hover {
    color: #e84038;
    text-decoration: none !important;
}

.main-header__menu .logout {
    color: #0D4F67;
    margin-left: 0;
}

.main-header__menu .logout:hover {
    color: #e84038;
}

.main-header__menu .logout::after {
    display: none;
}

.main-header-menu__item svg {
    max-width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.main-header-menu__item svg path {
    fill: #0D4F67;
}

.main-header-menu__item:hover svg path {
    fill: #E84038;
}

.main-header__user--new {
    margin-right: 20px;
}

@media screen and (max-width: 700px) {
    .main-header__menu .logout p {
        display: block;
    }

    .main-header-menu__item svg {
      max-width: 30px;
      display: inline-block;
      margin-right: 10px;
    }

    .main-header__menu {
        top: 34px;
        right: 14px;
    }

    .main-header-menu__item:not(:last-child) {
        margin-bottom: 5px;
    }

    .main-header__user--new {
      margin-right: 0;
    }

    .notifications_wrapper{
        width: 100%;
        padding: 0 16px;
    }

    .notification__item{
        padding: 6px 12px 12px;
    }

    .notification__item_wrap{
        position: relative;
    }

    .notification__item-timestamp{
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    .notification__item-timestamp span:last-child{
        margin-left: 7px;
    }

    .notification__item-title{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        max-height: 100%;
    }
    .notification__item-status{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: absolute;
        right: 0;
    }

    .notification__item_show{
        display: none;
    }

    .notification__item--show .notification__item-title{
        display: block;
        width: 100%;
    }

    .notification__item--show .notification__item-content{
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }

    .notification__item-content{
        margin-left: 0;
        width: 100%;
        padding: 5px 0 0;
    }

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

    .notification__reception span{
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .notification__reception-category{
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        padding: 6px 17px;
    }

    .notification__reception-info{
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        top: 8px;
        left: 2.8%;
    }

    .notification__reception-info span{
        width: 100%;
        display: inline-block;
    }

    .notification__item-content--text{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .notification__item--show .notification__item_click{
        position: relative;
    }
    
    .notification__item--show .notification__item_show{
        position: absolute;
        display: block;
        right: -1px;
        bottom: 4px;
        z-index: 5;
    }
}

@media screen and (max-width: 500px) {
    .family {
      max-width: unset;
      margin-top: 18px;
      border-top: 1px solid rgba(125, 199, 204, 0.3);
      margin: 0 -16px;
      width: auto;
      padding: 20px 16px 0;
    }

    .family-item {
        padding: 12px;
        margin-bottom: 12px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .family-item-info {
        max-width: unset;
        margin-bottom: 12px;
    }

    .family-item__name {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .family-item__child {
        font-size: 12px;
        line-height: 14px;
    }

    .family-item__button {
        margin-left: 0;
    }

    .return-to-profile {
        max-width: 28px;
        margin-right: 10px;
    }

    a.return-to-my {
        padding: 0;
    }

    .return-to-profile svg {
        width: 24px;
        height: 24px;
    }

    .text {
        font-size: 16px;
        line-height: 18px;
    }

    .main-header__user .name {
        max-width: 102px;
        text-align: right;
        font-size: 10px;
        line-height: 10px;
    }

    .main-header__menu {
        right: 0;
        top: 31px;
        padding: 15px 13px 15px 14px;
        max-width: 121px;
    }

    a.notifications {
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }

    a.notifications--new::after {
        width: 10px;
        height: 10px;
        right: 0;
        top: 1px;
    }

    .main-header-menu__item:not(:last-child) {
        margin-bottom: 15px;
    }

    .main-header__user--new {
        margin-right: -6px;
    }

    .main-header-menu__item svg {
        max-width: 20px;
        height: 20px;
    }

    .breadcrumbs {
      width: auto;
      overflow-x: auto;
      white-space: nowrap;
      height: auto;
      min-height: 30px;
  }
}


.taxTargetAdditionalField{
  display: none;
}

.taxTargetAdditionalFieldActive{
  display: block;
}
