.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 13px;
}
.centering {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
}
.justifing {
  text-align: justify;
  font-size: 1px;
}
.justifing:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
label.custom-checkbox,
label.custom-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  font-size: 0;
  letter-spacing: 0;
  padding-left: 29px;
  margin-bottom: 0;
}
label.custom-checkbox .fake,
label.custom-radio .fake {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #CED2DA;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  background: white;
  overflow: hidden;
}
label.custom-checkbox input[type="checkbox"]:hover ~ .fake,
label.custom-radio input[type="checkbox"]:hover ~ .fake {
  border-color: #6666CC;
}
label.custom-checkbox input[type="checkbox"],
label.custom-radio input[type="checkbox"],
label.custom-checkbox input[type="radio"],
label.custom-radio input[type="radio"] {
  position: absolute;
  line-height: 0;
  opacity: 0;
  left: 0;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
label.custom-checkbox .checkbox-text,
label.custom-radio .checkbox-text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
  width: -moz-calc(100% - 32px);
  width: -o-calc(100% - 32px);
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  font-size: 14px;
  user-select: none;
  font-weight: 400;
}
label.custom-checkbox input[type="checkbox"]:checked ~ .fake:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6666CC url("/img/redesign/slk/check.svg") no-repeat center center;
}
label.custom-radio .fake {
  padding: 2px;
  border-radius: 50%;
}
label.custom-radio input[type="radio"]:checked ~ .fake:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #6666CC;
}
.btn-primary {
  background-color: #6666CC;
  border-color: #6666CC;
}
.btn-lk {
  padding: 10px 33px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  border-radius: 3px;
}
.no-transition {
  transition: none !important;
}
.select--arrow {
  position: relative;
  padding-right: 30px !important;
  background: #e6e9ef url('/img/redesign/arrow-down-black2.svg') no-repeat center right 10px !important;
  background-size: 9px 5px;
  -webkit-appearance: none;
}
.select--arrow::-webkit-scrollbar {
  width: 5px;
}
.select--arrow::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 13px;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  color: #3e4146;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: normal;
}
body:after {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  content: url("../../img/redesign/faq-plus.svg") url("../../img/redesign/faq-minus.svg");
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.cf::after {
  content: '';
  clear: both;
  display: table;
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
button {
  outline: none;
}
button:active,
button:focus,
button:hover {
  outline: none;
}
.container {
  max-width: 1200px;
}
.container--mob-full {
  padding: 0;
}
section {
  padding-top: 50px;
}
.title,
.graduate h1 {
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
  font-size: 25px;
  font-weight: 700;
}
.hidden {
  display: none !important;
}
.form-control {
  background: #e6e9ef;
  border-color: #e6e9ef;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  padding: 8px 10px;
  color: #464650;
  box-shadow: none !important;
  font-weight: 700;
}
.form-control.has-error-valid {
  border: 1px solid red !important;
}
.form-control::placeholder {
  color: #6c757d;
  font-weight: 400;
}
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border-color: #CED2DA;
}
.form-control.dark {
  background-color: #575764;
  border-color: #575764;
  color: #fff;
}
.form-control.dark:focus,
.form-control.dark:active {
  background-color: #464650;
  border-color: #464650;
}
.form-control.transparent {
  background-color: transparent;
  border: 1px solid #7B7B8A;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #e6e9ef;
  background-image: url(../../img/arrow_select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 10px;
  padding-right: 35px;
  border-color: #e6e9ef;
  font-size: 15px;
  box-shadow: none !important;
  color: #6c757d;
}
.custom-select > option:disabled {
  color: #969696;
}
.btn {
  font-weight: 600;
}
.btn:hover,
.btn:active {
  box-shadow: none;
}
.control-label-block {
  display: block;
  font-size: 15px;
  line-height: 1.06;
  font-weight: bold;
  color: #91919C;
  margin: 0 0 6px;
}
.control-label-block label {
  margin-bottom: 0;
}
.custom-control-label::before {
  top: 0;
}
.custom-control-label::after {
  top: 1px;
}
.custom-control-label {
  font-size: 13px;
  color: #636372;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-control-label,
.custom-control-input {
  cursor: pointer;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.form__input-wrap {
  margin-bottom: 16px;
}
.footer {
  padding: 30px 0 38px;
  background: #636372;
}
.footer__subscribe {
  margin-bottom: 16px;
}
.footer__subscribe-title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: normal;
}
.footer__subscribe-btn.btn {
  height: 44px;
  width: 100%;
  font-size: 15px;
  color: white;
  background: #4F4F59;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .footer__subscribe-btn.btn {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0.375rem 0.75rem;
    min-height: 56px;
  }
}
.footer__subscribe-btn.btn:hover {
  background: #464650;
  color: #fff;
}
.footer__subscribe-input {
  height: 44px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.footer__subscribe-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A4A6B0;
}
.footer__subscribe-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A4A6B0;
}
.footer__subscribe-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A4A6B0;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
}
.footer__nav li {
  margin: 0 0 18px;
}
.footer__nav li a {
  color: #E6E9EF;
}
.footer__nav--docs {
  text-align: center;
}
.footer__nav--docs li {
  margin-bottom: 8px;
}
.footer__nav--docs li a {
  color: #fff;
}
.footer__payment {
  margin-bottom: 33px;
  text-align: center;
}
@media (max-width: 992px) {
  .footer__payment {
    text-align: left;
  }
}
.footer__payment p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__payment--abs {
  position: absolute;
  top: -100%;
}
@media (max-width: 1099px) {
  .footer__payment--abs {
    top: -80%;
  }
}
@media (max-width: 991px) {
  .footer__payment--abs {
    position: static;
  }
}
.footer__contacts-email {
  position: relative;
  display: inline-block;
  margin-top: 17px;
  padding-left: 30px;
  color: #A4A6B0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}
.footer__contacts-email:hover {
  color: #fff;
}
.footer__contacts-email:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19px;
  height: 15px;
  background: url('/img/redesign/envelope.svg') no-repeat center center;
  background-size: contain;
}
.footer__contacts p {
  color: #fff;
  font-size: 13px;
}
.footer__contacts p.footer__contacts-city {
  margin-bottom: 11px;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
.footer__contacts p a {
  color: #fff;
  font-weight: normal;
  font-size: inherit;
}
.footer__social {
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer__social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.footer__social li:last-child {
  margin-right: 0;
}
.footer__social li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background: rgba(70, 70, 80, 0.7);
  font-size: 21px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.footer__social li a:hover {
  background: #464650;
}
.footer__winort-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer__winort-img {
  width: 112px;
}
.footer__winort-text {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
}
.footer__contacts {
  max-width: 400px;
  margin: 0 auto 23px;
  padding-top: 28px;
  padding-bottom: 30px;
  border-top: 1px solid #7B7B8A;
  border-bottom: 1px solid #7B7B8A;
}
.footer__winort {
  text-align: center;
}
.footer__disclaimer {
  font-size: 12px;
  padding-top: 20px;
  color: #E6E9EF;
}
.footer__disclaimer a {
  text-decoration: underline;
  color: inherit;
}
.auth-form {
  max-width: 380px;
  margin: 0 auto 20px;
}
.modal-login .form-group,
.modal-register .form-group {
  position: relative;
}
.modal-login .formError,
.modal-register .formError {
  position: absolute !important;
  bottom: auto !important;
  top: auto !important;
  display: block !important;
  opacity: 1 !important;
  left: auto !important;
  right: 10px !important;
  margin-top: 3px !important;
}
.modal-login .formError:before,
.modal-register .formError:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 992;
  left: 15px;
  top: -5px;
  transform: rotate(45deg);
  border: 1px solid #ccc;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.modal-login .formErrorContent,
.modal-register .formErrorContent {
  padding: 7px 15px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
}
.formErrorContent {
  background: none!important;
  color: red!important;
  font-size: 13px!important;
}
.greenPopup .formErrorContent {
  color: green!important;
}
.has-error-valid {
  border-color: red;
}
.has-error-valid.green {
  border-color: green;
}
#YMapsID {
  width: 100%;
  height: 340px;
  max-width: 100%;
}
#YMapsID img {
  max-width: none;
}
#YMapsID.preload {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--w5-gray);
}
#YMapsID.preload .ymap-loading-img {
  display: block;
}
#YMapsID .ymap-loading-img {
  display: none;
  animation-name: loading-rotate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.page-description {
  max-width: 585px;
  color: #636372;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-header {
  margin-bottom: 34px;
}
.dropdown-link {
  position: relative;
}
.dropdown-link--services {
  position: relative;
}
.dropdown-link--services:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.wrong-page-404 {
  padding-top: 20px;
  padding-bottom: 70px;
  color: #636372;
}
.wrong-page__title {
  text-align: center;
  margin-bottom: 20px;
}
.wrong-page__digit {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
.wrong-page__digit--1 {
  color: #ffcc00;
}
.wrong-page__digit--2 {
  color: #6666cc;
}
.wrong-page__digit--3 {
  color: #33cc00;
}
.wrong-page__text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.btn-404 {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
}
.container--sitemap {
  line-height: 23px;
}
.container--sitemap .service__item-content {
  line-height: 23px;
}
.multiple select {
  opacity: 0;
}
.multiple .select2-container .select2-selection--multiple {
  min-height: 40px;
}
.multiple .select2-container--default .select2-selection--multiple {
  background: #fff;
  border-color: #e6e9ef;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  vertical-align: top;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #e6e9ef;
  border: none;
  height: 30px;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 30px 5px 10px;
  position: relative;
  margin-top: 4px;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  margin: 0;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}
.multiple .select2-container--default .select2-selection--multiple .select2-search__field {
  height: 30px;
  margin-top: 4px;
}
.multiple .select2-container--focus .select2-selection--multiple {
  background: #fff !important;
  border-color: #a8b2c5 !important;
}
.multiple .select2-container .select2-selection--multiple {
  min-height: 40px;
}
.multiple .select2-container--default .select2-selection--multiple {
  background: #e6e9ef;
  border-color: #e6e9ef;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  vertical-align: top;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #e9ecef;
  border: none;
  height: 30px;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 30px 5px 10px;
  position: relative;
  margin: 5px 5px 5px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  margin: 0;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}
.multiple .select2-container--default .select2-selection--multiple .select2-search__field {
  height: 30px;
  margin: 5px 0;
}
.multiple .select2-container--focus .select2-selection--multiple {
  background: #fff;
  border-color: #fff;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  width: 5px;
}
.multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 13px;
}
.title--lk {
  color: #464650;
  font-size: 28px;
}
.container .title-wrap-lk {
  padding: 0 15px;
  margin-bottom: 16px;
}
.user-panel {
  border: 1px solid #DFDFEB;
}
.user-panel--padding {
  padding: 20px 20px;
}
.contacts-info {
  padding-top: 25px;
  margin-bottom: 90px;
}
.contacts-info__address {
  border-top: 1px solid #CED2DA;
  margin-bottom: 38px;
  padding-top: 38px;
}
.contacts-info .subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.contacts-info .phone,
.contacts-info .email {
  margin-bottom: 12px;
}
.contacts-info .phone a,
.contacts-info .email a {
  display: block;
  font-size: 24px;
  color: #464650;
}
.contacts-info__row {
  margin-bottom: 30px;
}
.contacts-info__section {
  color: #464650;
}
.contacts-info__section:last-of-type {
  padding-top: 35px;
  border-top: solid 1px #CED2DA;
}
.contacts__schedule {
  line-height: 1;
}
.contacts__schedule p {
  margin-bottom: 10px;
}
.contacts__schedule-day {
  display: inline-block;
  min-width: 22px;
  text-transform: capitalize;
}
.contacts-requisites {
  margin-bottom: 120px;
}
.contacts-requisites__title {
  margin-bottom: 20px !important;
}
.contacts-requisites__text {
  font-size: 16px;
  line-height: 25px;
}
.btn-scroll-to-feedback {
  display: block;
  margin: 12px auto 0;
}
.feedback-work-types span {
  display: inline-block;
  color: #91919C;
  font-weight: bold;
  margin-bottom: 6px;
}
.feedback-work-types .input-wrap {
  margin-bottom: 0;
}
.feedback-work-types .custom-select {
  width: auto;
  max-width: 100%;
}
.feedback-pagination {
  padding: 30px 0 40px;
}
.assessment-text {
  color: #464650;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}
.feedback-add {
  background: #F5F7FB;
  border-radius: 7px;
  padding: 18px 20px;
  margin-bottom: 70px;
}
.feedback-add input,
.feedback-add textarea {
  background: white;
}
.feedback-add .subtitle {
  font-size: 26px;
  margin-bottom: 30px;
}
.feedback-add [name="comment[message]"] {
  resize: none;
}
.feedback-add p {
  font-size: 11px;
  color: #A8B2C5;
  margin-bottom: 3px;
}
.recovery {
  margin-bottom: 70px;
}
.recovery__subtitle {
  font-size: 22px;
  color: #464650;
  margin-bottom: 30px;
}
.recovery .form-control {
  margin-bottom: 12px;
}
.recovery .form-control,
.recovery .btn {
  max-width: 100%;
  width: 308px;
}
.recovery__text {
  padding: 30px 20px 30px;
}
.recovery__image-wrap {
  padding: 20px 20px;
  text-align: center;
  background: #444B8C;
}
.recovery--new {
  background: #444B8C;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recovery--new .recovery__subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.recovery--new .recovery__subtitle b {
  color: white !important;
}
.recovery--new .btn {
  margin-top: 25px;
  width: 308px;
  max-width: 100%;
}
.gift {
  background: #FFCC00;
  padding: 23px 20px 36px;
  margin-bottom: 70px;
  border: none;
}
.gift__image {
  margin-bottom: 36px;
}
.gift__title {
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 36px;
}
.gift__disclaimer {
  font-size: 11px;
  line-height: 15px;
  color: #91919C;
}
.gift-list {
  list-style: none;
  margin-bottom: 24px;
}
.gift-list__item {
  background: white;
  padding: 15px 18px;
}
.gift-list__item-inner {
  position: relative;
  padding-left: 44px;
}
.gift-list-item {
  border: none;
}
.gift-list-item:not(:last-child) {
  margin-bottom: 18px;
}
.gift-list-item__text {
  padding-top: 4px;
}
.gift-list-item__title {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 9px;
}
.gift-list-item__number {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0E8B), to(#BF01C8));
  background: -o-linear-gradient(top, #FF0E8B 0%, #BF01C8 100%);
  background: linear-gradient(180deg, #FF0E8B 0%, #BF01C8 100%);
  border-radius: 50%;
  color: white;
}
.gift-list-item__input {
  margin-bottom: 12px;
}
.gift-list-item__btn {
  width: 100%;
}
.gift-list-item__description {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.54;
  color: #464650;
}
.socials__item {
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 16px;
  color: #3B7BF6;
  padding-left: 43px;
  padding-top: 6px;
}
.socials__item:hover {
  text-decoration: none;
}
.socials__item span {
  text-decoration: underline;
}
.social__image {
  position: absolute;
  left: 0;
  top: 0;
}
.link-arrow-left {
  display: inline-block;
  color: #3B7BF6;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 21px;
}
.link-arrow-left > span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.link-arrow-left > span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background: url("/img/redesign/arrow-down-blue2.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(-180deg);
  width: 13px;
  height: 6px;
}
.link-arrow-left.collapsed span:before {
  background: url("/img/redesign/arrow-down-blue2.svg") no-repeat center center;
  background-size: contain;
  transform: none;
}
.link-arrow-left.collapsed .show {
  display: inline-block;
}
.link-arrow-left.collapsed .hide {
  display: none;
}
.additional-link {
  transition: all 0.5s;
  font-size: 15px;
}
.additional-link .show {
  display: none;
}
.additional-link .hide {
  display: inline-block;
}
.mobile-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.guarantees-block__information {
  background: url(/img/deco02.png) no-repeat;
  width: 199px;
  height: 199px;
  position: absolute;
  top: -134px;
  right: 19px;
  text-align: center;
  color: #fff;
  padding: 53px 10px 10px;
  font-size: 15px;
  line-height: 18px;
}
.guarantees-block__information strong {
  font-weight: 500;
  font-size: 44px;
  line-height: 44px;
  display: block;
}
.icon-fin-piggy-bank-coin {
  font-family: 'icomoon' !important;
}
.icon-fin-piggy-bank-coin:before {
  font-family: 'icomoon' !important;
  width: auto;
  margin: 0 auto;
}
.gift__unlogged {
  font-weight: normal;
  font-size: 18px;
  color: #464650;
}
ul.footer-payment {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
ul.footer-payment li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  filter: grayscale(1);
}
.upload-file-zone {
  width: 100%;
  position: relative;
  border: 1px dashed #A8B2C5;
  border-radius: 14px;
  margin-bottom: 18px;
  text-align: center;
  color: #A8B2C5;
}
.upload-file-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-file-zone .file-dummy {
  width: 100%;
  padding: 28px;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.upload-file-zone img {
  margin-bottom: 16px;
}
.upload-file-zone p {
  font-size: 12px;
  line-height: 1.16;
  text-align: center;
}
.filial-list,
.contacts-info__section {
  padding-left: 15px;
  padding-right: 15px;
}
.filial-list .subtitle,
.contacts-info__section .subtitle {
  margin-bottom: 28px;
}
a.no-underline {
  text-decoration: none;
}
.attached-file__link {
  display: block;
  margin-top: 3px;
  text-decoration: none;
}
.attached-file__icon {
  display: inline-block;
  vertical-align: baseline;
}
.attached-file__name {
  display: inline-block;
  vertical-align: bottom;
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hide-for-desktop {
  display: none;
}
#collapseSeoBlock {
  display: inline !important;
}
@media all and (min-width: 768px) {
  .work1000-popup-container {
    display: block;
  }
  section {
    padding-top: 70px;
  }
  .title,
  .graduate h1 {
    font-size: 33px;
    margin-bottom: 50px;
  }
  .footer__winort-img {
    width: 150px;
  }
  .footer__subscribe {
    margin-bottom: 35px;
  }
  #YMapsID {
    height: 420px;
  }
  .footer__winort-text {
    display: inline-block;
  }
  .wrong-page-404 {
    min-height: -moz-calc(-453%);
    min-height: -o-calc(-453%);
    min-height: -webkit-calc(-453%);
    min-height: calc(-453%);
  }
  .wrong-page__digit {
    font-size: 200px;
  }
  .title--lk {
    margin-bottom: 0;
  }
  .footer__contacts {
    border: none;
    padding: 0;
    text-align: center;
  }
  .footer__contacts-email {
    margin-top: 11px;
  }
}
@media all and (min-width: 992px) {
  .breadcrumb {
    font-size: 15px;
  }
  .footer__contacts {
    text-align: left;
    margin: 0 0 23px;
  }
  .footer__disclaimer {
    font-size: 13px;
  }
  .footer__social {
    text-align: left;
  }
  .footer__winort {
    text-align: left;
  }
  .footer__payment {
    text-align: left;
  }
  .footer__nav--docs {
    text-align: left;
  }
  .footer {
    padding: 70px 0;
  }
  .container--mob-full {
    padding: 0 15px;
  }
  .container--mob-full .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container--mob-full .no-gutters > .col,
  .container--mob-full .no-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contacts-info {
    padding-top: 45px;
  }
  .contacts-info__section {
    padding-left: 45px;
    padding-right: 45px;
  }
  .title--lk {
    padding: 0;
    font-size: 33px;
  }
  .container .title-wrap-lk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 22px;
  }
  .user-panel {
    border-radius: 7px;
  }
  .user-panel--padding {
    padding: 35px 40px;
  }
  .contacts-info__row {
    width: 30%;
  }
  .btn-scroll-to-feedback {
    display: inline-block;
    margin: 0 40px;
  }
  .feedback-work-types {
    padding: 0 13px;
  }
  .feedback-work-types span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    margin-bottom: 0;
  }
  .feedback-work-types .input-wrap {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
  }
  .feedback-work-types .custom-select {
    min-width: 329px;
  }
  .assessment-text {
    padding: 0;
    margin-bottom: 25px;
  }
  .feedback-add {
    border-radius: 7px;
    padding: 47px 35px 50px;
    margin-bottom: 150px;
  }
  .feedback-add [name="comment[message]"] {
    background: white;
    flex-grow: 1;
  }
  .feedback-add [name="comment[email]"] {
    margin-bottom: 0;
  }
  .recovery {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
  }
  .recovery__subtitle {
    font-size: 26px;
  }
  .recovery__text {
    flex: 1 1 auto;
    padding: 40px 34px;
  }
  .recovery__image-wrap {
    border-radius: 0 7px 7px 0;
    flex: 0 0 38%;
    padding: 80px 40px;
  }
  .recovery--new {
    justify-content: center;
    padding: 40px 40px;
    min-height: 458px;
  }
  .gift {
    padding: 23px 117px 76px;
  }
  .gift__image {
    margin-bottom: 36px;
  }
  .gift__title {
    font-size: 26px;
    line-height: 30px;
  }
  .gift__disclamer {
    font-size: 11px;
    line-height: 15px;
    color: #91919C;
  }
  .gift-list__item {
    position: relative;
    padding: 24px 34px 24px 34px;
  }
  .gift-list__item-inner {
    position: relative;
    padding-left: 44px;
  }
  .gift-list-item__text {
    padding-top: 4px;
  }
  .gift-list-item__input {
    margin-bottom: 0;
    margin-right: 35px;
  }
  .gift-list-item__copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gift-list-item__socials {
    padding-top: 9px;
  }
  .mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/* ������ �� ��������� ������������� ��������� */
.side-nav__item > a {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: bold;
  color: #464650;
  cursor: pointer;
  text-decoration: none!important;
}
@media (max-width: 991px) {
  .side-nav__item > a {
    color: #fff !important;
  }
}
/* ���� ������ � �� ������� */
.order-item__discount {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.hero__right video {
  outline: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.text-hero-title {
  font-size: 19px;
}
.MagicLink-Image {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.admitad-logo {
  margin-left: -11px;
}
.hero__right video {
  outline: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.text-hero-title {
  font-size: 19px;
}
@media (max-width: 991px) {
  .footer--desktop-mobile#footerDesktopAndMobile .container {
    max-width: 720px !important;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__socials-title {
    margin-top: 15px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__subscribe {
    margin-left: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .for-client-col {
    padding-left: 15px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .for-specialist-col {
    padding-left: 15px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav__title {
    position: relative;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav__title:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/img/redesign/footer-menu-arrow.svg') no-repeat center / contain;
    width: 15px;
    height: 10px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav__title + p {
    display: none;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav__title.partner {
    margin-top: 0;
    border: none;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav__title.partner:before {
    display: none;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__partner-wrapper {
    display: flex;
    align-items: center;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__partner-wrapper .footer__nav {
    margin-top: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__partner-wrapper .footer__nav li {
    margin-bottom: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__partner-wrapper .MagicLink {
    float: none;
    margin-top: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav {
    margin-top: 20px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav li {
    margin-bottom: 9px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__bottom__row {
    margin-top: 40px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts {
    margin: 0;
    padding: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts-phone {
    line-height: 1;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts-center {
    margin: 0;
    text-align: center;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts-center a {
    line-height: 1;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav--docs {
    margin-top: 45px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts-email {
    margin-top: 5px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__social {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer--desktop-mobile#footerDesktopAndMobile .container {
    max-width: 540px !important;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts-center {
    text-align: left;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__contacts {
    border: none;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__payment {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__socials-title {
    padding-left: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__social {
    text-align: left;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav--docs {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav--docs li {
    margin-top: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__nav--docs li a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .footer--desktop-mobile#footerDesktopAndMobile .footer__bottom__row {
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  .short-form .formError {
    position: absolute !important;
    bottom: -35px !important;
    top: auto !important;
    display: block !important;
    opacity: 1 !important;
    left: auto !important;
    right: 10px !important;
    margin-top: 3px !important;
  }
}
@media (min-width: 1366px) {
  .short-form .formError:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    z-index: 992;
    left: 15px;
    top: -5px;
    transform: rotate(45deg);
    border: 1px solid #ccc;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
@media (min-width: 1366px) {
  .short-form .formErrorContent {
    padding: 7px 15px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    box-shadow: none !important;
  }
}
.short-form .formErrorArrow {
  display: none;
}
@media (min-width: 767px) {
  .short-form-redesign__show-promocode {
    display: none;
  }
}
.order-form .so-select-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-form .so-select-wrapper .select2-selection {
  background: #e6e9ef;
  padding: 10px !important;
  height: 40px !important;
  border-radius: 0.25rem !important;
}
.order-form .so-select-wrapper .select2-selection__rendered {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #6c757d !important;
  font-weight: 700 !important;
  letter-spacing: initial !important;
}
.order-form .so-select-wrapper .select2-selection__placeholder {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #6c757d !important;
  font-weight: 700 !important;
  letter-spacing: initial !important;
}
.order-form .so-select-wrapper .formError {
  order: 1;
}
.order-form .formError {
  z-index: 1;
}
#order_register_form .formError,
#order_login_form .formError {
  z-index: 1;
}
.tooltip {
  pointer-events: none;
}
.select_type_work .popover {
  z-index: 1;
}
.breadcrumb-hidden {
  display: none;
}
.timer-widget {
  position: fixed;
  bottom: 10px;
  left: 0;
  max-width: calc((100% - 1170px) / 2 + 802px);
  height: 77px;
  width: 100%;
  border-radius: 0 20px 20px 0;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  background-color: #3E4146;
}
@media (max-width: 1199px) {
  .timer-widget {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .timer-widget {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .timer-widget {
    max-width: 292px;
    height: 90px;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
}
.timer-widget:hover {
  text-decoration: none;
}
.timer-widget.hidden {
  display: none;
}
.timer-widget__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .timer-widget__content {
    align-items: flex-start;
    padding: 10px 15px;
    height: 100%;
  }
}
.timer-widget__date {
  font-size: 15px;
  line-height: 12px;
  padding: 15px;
  font-weight: 900;
  letter-spacing: 0.66px;
  border-radius: 10px;
  color: #fff;
  background-color: #f06;
  transform: rotate(-3deg);
  margin-right: 10px;
  position: relative;
  top: 4px;
  left: 1px;
}
@media (max-width: 767px) {
  .timer-widget__date {
    margin-right: 5px;
    padding: 10px;
    top: 1px;
    left: 1px;
    font-size: 13px;
    line-height: 13px;
    min-width: 110px;
    text-align: center;
  }
}
.timer-widget__title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 767px) {
  .timer-widget__title {
    font-size: 12px;
    line-height: 15px;
  }
}
.timer-widget__countdown {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 10px 15px 25px;
  margin: 0 70px;
}
@media (max-width: 991px) {
  .timer-widget__countdown {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .timer-widget__countdown {
    position: absolute;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    left: 60px;
    padding: 7px 15px 15px;
    margin: 0;
  }
}
.timer-widget__countdown-item {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 22px;
  position: relative;
  color: #3E4146;
}
@media (max-width: 767px) {
  .timer-widget__countdown-item {
    font-size: 15px;
    line-height: 15px;
    margin-right: 20px;
  }
}
.timer-widget__countdown-item:last-child {
  margin-right: 0;
}
.timer-widget__countdown-item:before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
}
@media (max-width: 767px) {
  .timer-widget__countdown-item:before {
    font-size: 6px;
    line-height: 6px;
    bottom: -8px;
  }
}
.timer-widget__arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f06;
}
@media (max-width: 767px) {
  .timer-widget__arrow {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 15px;
    bottom: 8px;
  }
}
.timer-widget__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1049px;
  height: 100%;
}
@media (max-width: 767px) {
  .timer-widget__bg {
    width: 100%;
  }
}
.timer-widget__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.timer-widget__img {
  position: absolute;
  right: 674px;
  top: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .timer-widget__img {
    right: auto;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .timer-widget__img {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .timer-widget__img {
    left: 0;
  }
}
.timer-widget__close-btn {
  position: absolute;
  top: -2px;
  right: -27px;
}
.cookies-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  z-index: 4;
  border-radius: 20px;
  box-shadow: 0 2px 14px 0 rgba(62, 65, 70, 0.25);
}
@media (max-width: 600px) {
  .cookies-popup {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 13px 16px;
    flex-direction: column;
    align-items: stretch;
  }
}
.cookies-popup.hidden {
  display: none;
}
.cookies-popup__content {
  margin-right: 20px;
  flex-basis: 362px;
  max-width: 362px;
}
@media (max-width: 600px) {
  .cookies-popup__content {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cookies-popup__title {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.66px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  .cookies-popup__title {
    margin-bottom: 15px;
  }
}
.cookies-popup__text {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.66px;
}
.cookies-popup__text a {
  color: #6666CC;
  text-decoration: underline;
}
.cookies-popup__text a:hover {
  font-weight: 700;
}
.cookies-popup__btn {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.66px;
  padding: 12px 20px;
  border-radius: 10px;
  flex-shrink: 0;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cookies-popup__btn {
    padding: 9px 20px;
  }
}
.arrows-w-count {
  display: flex;
  align-items: center;
}
.arrows-w-count__arrow {
  cursor: pointer;
}
.arrows-w-count__arrow--prev {
  transform: rotate(180deg);
}
.arrows-w-count__arrow.slick-disabled {
  opacity: 0.4;
}
.arrows-w-count__slideshow {
  margin: 0 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
/*# sourceMappingURL=redesign-common.css.map */