@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  src: url("../font/ProximaNova/ProximaNovaLight.woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../font/ProximaNova/ProximaNovaRegular.woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-style: normal;
  src: url("../font/ProximaNova/ProximaNovaBlack.woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../font/ProximaNova/ProximaNovaSemibold.woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: normal;
  src: url("../font/ProximaNova/ProximaNovaBold.woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 900;
  font-style: normal;
  src: url("../font/ProximaNova/ProximaNovaExtrabold.woff");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #1a1a1a;
  background-color: #f5f8ff;
}
@media (max-width: 999px) {
  body {
    background-color: #fff;
  }
}

a {
  color: #0047ff;
  text-decoration: none;
}

@media (max-width: 999px) {
  .page_index {
    background-color: #f5f8ff;
  }
}

.page_index .header {
  display: none;
}
@media (max-width: 999px) {
  .page_index .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f8ff;
  }
}

.page_index .container {
  position: relative;
  z-index: 2000;
  width: 915px;
}
@media (max-width: 999px) {
  .page_index .container {
    width: 100%;
  }
}

.page_index .search-panel {
  position: relative;
  top: -116px;
  z-index: 2000;
}
@media (max-width: 999px) {
  .page_index .search-panel {
    top: 0;
  }
}

.page_index .footer {
  position: relative;
  z-index: 1000;
  margin-top: -116px;
  background-color: transparent;
}
@media (max-width: 999px) {
  .page_index .footer {
    margin-top: 0;
    padding-top: 37px;
  }
}

@media (max-width: 999px) {
  .page_index .map-link {
    color: #fff;
  }
}

@media (max-width: 999px) {
  .page_index .copyright {
    color: #fff;
  }
}

.page_delete,
.page_map {
  background-color: #0047ff;
}
@media (max-width: 999px) {
  .page_delete,
.page_map {
    background-color: #fff;
  }
}

.page_delete .container,
.page_map .container {
  width: 963px;
}
@media (max-width: 999px) {
  .page_delete .container,
.page_map .container {
    width: 100%;
  }
}

.container {
  width: 775px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .container {
    width: 100%;
  }
}

.title {
  margin: 0;
  font-weight: 700;
}

.back-link {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 999px) {
  .back-link {
    display: block;
  }
}

/* Logo
------------------------------------------------------------ */
.logo {
  display: block;
  width: 115px;
  height: 27px;
}

.logo__img {
  max-width: 100%;
}

/* Mobile-nav
------------------------------------------------------------ */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  background-color: #fff;
  overflow: auto;
}

@media (max-width: 999px) {
  .mobile-nav_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-nav__logo {
  margin: 39px 0 0 29px;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #f5f8ff url("/img/icon/close.svg") center no-repeat;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}

.mobile-nav__list {
  margin: 0;
  padding: 24px 30px;
  list-style: none;
}

.mobile-nav__item {
  padding: 17px 0;
}

.mobile-nav__link {
  font-weight: 700;
  font-size: 20px;
  color: #222;
}

.mobile-nav__help {
  margin: auto 0 0;
  padding: 27px 30px 19px;
  list-style: none;
  border-top: 1px solid #f5f8ff;
}

.mobile-nav__help-item {
  padding: 13px 0;
}

.mobile-nav__help-link {
  font-size: 18px;
  color: #222;
}

/* Avatar
------------------------------------------------------------ */
.avatar {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.avatar::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 5%;
  display: none;
  width: 14%;
  height: 14%;
  background-color: #61ca50;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.avatar__image {
  display: block;
  max-width: 100%;
  border-radius: 50%;
  height: 100%;
}

.avatar_online::after {
  display: block;
}

/* Pagesel
------------------------------------------------------------ */
.pagesel {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagesel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 9px;
  padding: 11px 15px 10px 15px;
  font-size: 16px;
  color: #646464;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  cursor: pointer;
}

.vk_profile_link{
  cursor: pointer;
  color: #0047ff;
}
@media (max-width: 999px) {
  .pagesel__link {
    display: none;
  }
}

.pagesel__link_arrow {
  background-color: transparent;
  border: 1px solid #cdd7f2;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
}
@media (max-width: 999px) {
  .pagesel__link_arrow {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.pagesel__link_arrow-prev img {
  position: relative;
  top: 2px;
  left: -1px;
  -webkit-transform: scalex(-1);
  -ms-transform: scalex(-1);
  transform: scalex(-1);
}

.pagesel__link_arrow-next img {
  position: relative;
  top: 2px;
  left: 1px;
}

/* Counter
------------------------------------------------------------ */
.counter {
  padding: 6px 10px 4px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #fff;
  background-color: #0047ff;
  border-radius: 100px;
}

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

.input-text {
  width: 100%;
  padding: 17px 29px;
  font-size: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #91959e;
  background-color: #f8fafe;
  border: 1px solid #ebeef5;
  border-radius: 15px;
}

.input-text:focus {
  color: #222;
  background-color: #fff;
  border-color: #608cff;
  outline: none;
}

.input-text:invalid {
  background-color: #fef8f8;
  border-color: #fd1111;
}

.input-text:invalid + .form-error-alert {
  display: block;
}

.input-number {
  width: 100%;
  padding: 15px 29px 14px;
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: #f8fafe;
  border: 1px solid #ebeef5;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-number:focus {
  color: #222;
  background-color: #fff;
  border-color: #608cff;
  outline: none;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox__content {
  display: block;
  margin: 0 12px 8px 0;
  padding: 11px 15px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #91959e;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 15px;
  cursor: pointer;
}

.checkbox__input:checked ~ .checkbox__content {
  color: #0047ff;
  background-color: #f8fafe;
  border-color: #f8fafe;
}

.form-error-alert {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 100;
  width: 260px;
  padding: 7px 15px 8px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #fd1111;
  border-radius: 15px;
  border-top-left-radius: 0;
}
@media (max-width: 999px) {
  .form-error-alert {
    width: auto;
    max-width: 260px;
  }
}

.form-error-alert::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: 12px;
  height: 8px;
  background: url("/img/triangle.svg") no-repeat;
}

/* Dropdown
------------------------------------------------------------ */
.dropdown {
  position: relative;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
}

.dropdown_open .dropdown__box {
  display: block;
}

.dropdown_open .dropdown__value {
  position: relative;
  z-index: 300;
}

.dropdown_open .dropdown__toggle {
  border-color: transparent;
}

.dropdown__value {
  font-weight: 700;
}

.dropdown__toggle {
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #0047ff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dashed #0047ff;
  cursor: pointer;
  max-width: 100px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown__box {
  position: absolute;
  top: -21px;
  left: -19px;
  z-index: 200;
  display: none;
  width: 220px;
  height: 344px;
  padding: 50px 20px 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dropdown__search-input {
  padding: 9px 15px 8px 36px;
  font-size: 12px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #999;
  background: #f8fafe url("/img/icon/search-gray.svg") 11px center no-repeat;
  border: 0;
  border-radius: 60px;
}

.dropdown__list {
  height: 240px;
  margin: 11px -5px;
  padding: 0;
  list-style: none;
  overflow: auto;
}

.dropdown__list::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}

.dropdown__list::-webkit-scrollbar-thumb {
  background: #999;
}

.dropdown__item {
  padding: 5px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #222;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown__item:hover {
  background-color: #f8fafe;
}

/* Header
------------------------------------------------------------ */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 115px;
  padding: 0 50px;
  background-color: #fff;
  border-bottom: 4px solid #0047ff;
}
@media (max-width: 999px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 20px;
    border-bottom: 0;
  }
}

.header__search {
  display: none;
  cursor: pointer;
}
@media (max-width: 999px) {
  .header__search {
    display: block;
  }
}

.header__logo {
  margin-top: 31px;
}
@media (max-width: 999px) {
  .header__logo {
    width: 130px;
    margin-top: 9px;
  }
}

@media (max-width: 999px) {
  .header__logo .logo {
    width: 100%;
  }
}

.header__how {
  margin-top: 33px;
}
@media (max-width: 999px) {
  .header__how {
    display: none;
  }
}

.header__info {
  margin-top: 33px;
}
@media (max-width: 999px) {
  .header__info {
    display: none;
  }
}

.header__toggler {
  display: none;
}
@media (max-width: 999px) {
  .header__toggler {
    display: block;
  }
}

/* Header-search */
.header-search {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/* Header-toggler */
.header-toggler {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/* Home
------------------------------------------------------------ */
.home-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 999px) {
  .home-wrapper {
    margin-top: 15px;
    padding: 29px 10px 0;
    background-color: #0047ff;
    border-radius: 20px 20px 0 0;
  }
}

.home-wrapper__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

@media (max-width: 999px) {
  .home-wrapper__media {
    opacity: 0;
  }
}
.home-wrapper__media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  background-color: rgba(0, 71, 255, 0.7);
}

.home-wrapper__media::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 334px;
  z-index: 200;
  background: -webkit-gradient(linear, left bottom, left top, from(#0047FF), color-stop(70%, rgba(0, 71, 255, 0)));
  background: -o-linear-gradient(bottom, #0047FF 0%, rgba(0, 71, 255, 0) 70%);
  background: linear-gradient(0deg, #0047FF 0%, rgba(0, 71, 255, 0) 70%);
}

.home-wrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-wrapper__row .home-wrapper__item {
  position: relative;
  opacity: 1;
}

.home-wrapper__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
}

.home-wrapper__item img {
  max-width: 100%;
}

.home {
  position: relative;
  z-index: 1000;
  padding: 180px 0 116px;
}
@media (max-width: 999px) {
  .home {
    padding: 0;
  }
}

.home__legend {
  margin-bottom: 51px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 999px) {
  .home__legend {
    margin-bottom: 24px;
    line-height: 22px;
    color: #fff;
  }
}

/* Home-headline */
.home-headline {
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
}

.home-headline__title {
  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-bottom: 36px;
  font-weight: 800;
  font-size: 40px;
  color: #222;
}
@media (max-width: 999px) {
  .home-headline__title {
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #fff;
  }
}

.home-headline__logo {
  margin-left: 23px;
}
@media (max-width: 999px) {
  .home-headline__logo {
    display: none;
  }
}

.gallery {
  position: relative;
  z-index: 2000;
  width: 100%;
  background-color: #0047ff;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 999px) {
  .gallery {
    background-color: transparent;
  }
}

.gallery__container {
  position: relative;
  z-index: 100;
}

.gallery__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
@media (max-width: 999px) {
  .gallery__media {
    opacity: 0;
  }
}

.gallery__media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  background-color: rgba(0, 71, 255, 0.7);
}

.gallery__media::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 334px;
  z-index: 200;
  background: -webkit-gradient(linear, left bottom, left top, from(#0047FF), color-stop(70%, rgba(0, 71, 255, 0)));
  background: -o-linear-gradient(bottom, #0047FF 0%, rgba(0, 71, 255, 0) 70%);
  background: linear-gradient(0deg, #0047FF 0%, rgba(0, 71, 255, 0) 70%);
}

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

.gallery__row .gallery__item {
  position: relative;
  opacity: 1;
}

.gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 135px;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 999px) {
  .gallery__item {
    width: 60px;
    height: 60px;
  }
}

.gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Search-panel
------------------------------------------------------------ */
.search-panel {
  position: relative;
  z-index: 2000;
  padding: 23px 55px 20px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 71, 255, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 71, 255, 0.1);
  border-radius: 20px;
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  .search-panel {
    padding: 27px 28px 28px;
  }
}

.search-panel_open .search-panel__cut {
  display: block;
}

.search-panel_open .search-panel__submit_only-icon {
  display: none !important;
}

.search-panel_open .search-panel__section-col_name .input-text {
  padding-right: 29px;
}

.search-panel_open .search-panel__footer {
  margin-top: -31px;
}
@media (max-width: 999px) {
  .search-panel_open .search-panel__footer {
    margin-top: 14px;
  }
}

.search-panel_open .search-panel__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  .search-panel_open .search-panel__submit {
    display: block;
  }
}

.search-panel_inner {
  /*margin-top: -38px;*/
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .search-panel_inner {
    /*display: none;*/
  }
}

.search-panel_inner .search-panel__section {
  padding-bottom: 21px;
}

.search-panel_inner.search-panel_open {
  padding-bottom: 25px;
}

.search-panel_inner.search-panel_open .search-panel__footer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-panel_inner.search-panel_open .search-panel__toggle img {
  -webkit-transform: scaley(-1);
  -ms-transform: scaley(-1);
  transform: scaley(-1);
}

.search-panel__section {
  padding-bottom: 24px;
}
@media (max-width: 999px) {
  .search-panel__section {
    padding-bottom: 5px;
  }
}

.search-panel__section_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
}

@media (max-width: 999px) {
  .search-panel__section_dropdown {
    display: block;
  }
}

.search-panel__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.search-panel__actions button {
  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;
  width: 24px;
  height: 24px;
  margin-left: 30px;
  padding: 0;
  background-color: #f5f8ff;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}

.search-panel__cut {
  display: none;
}

.search-panel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
@media (max-width: 999px) {
  .search-panel__row {
    display: block;
    margin: 0;
  }
}

.search-panel__section-col {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
}
@media (max-width: 999px) {
  .search-panel__section-col {
    margin: 0 0 10px;
  }
}

.search-panel__section-col_name .input-text {
  padding-right: 100px;
}
@media (max-width: 999px) {
  .search-panel__section-col_name .input-text {
    padding-right: 29px;
  }
}

@media (max-width: 999px) {
  .search-panel__dropdown {
    margin: 0 0 11px;
  }
}

.search-panel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .search-panel__footer {
    -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;
  }
}

.search-panel__divider {
  width: 1px;
  height: 24px;
  margin: 0 20px 0 18px;
  background-color: #e0e0e0;
}
@media (max-width: 999px) {
  .search-panel__divider {
    display: none;
  }
}

.search-panel__value {
  font-size: 13px;
}

.search-panel__value-name {
  font-weight: 700;
  color: #0047ff;
}

.search-panel__title {
  margin: 0 0 13px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #1a1a1a;
}

.search-panel__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  color: #91959e;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: -3px;
  right: -25px;
}
@media (max-width: 999px) {
  .search-panel__toggle {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    /*width: 100%;*/
    /*margin-top: 27px;*/
    text-align: center;
    right: 0px;
  }
}

.search-panel__toggle_open .search-panel__toggle-full {
  display: none;
}

.search-panel__toggle_open .search-panel__toggle-simple {
  display: block;
}

.search-panel__toggle-img {
  margin-right: 7px;
}
@media (max-width: 999px) {
  .search-panel__toggle-img {
    display: none;
  }
}

.search-panel__toggle-simple {
  display: none;
}

.search-panel__submit {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 190px;
  padding: 19px 19px 17px 20px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #0047ff;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 15px;
}
@media (max-width: 999px) {
  .search-panel__submit {
    position: relative;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 14px 0 12px;
    margin-top: 0px;
  }
}

.search-panel__submit_only-icon {
  position: absolute;
  top: calc(50% + 3px);
  right: 0;
  display: block;
  padding: 10px 18px;
  min-width: auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  margin-top: 0;
}
@media (max-width: 999px) {
  .search-panel__submit_only-icon {
    display: none;
  }
}

.search-panel__submit_only-icon img {
  margin: 0;
}

.search-panel__submit-img {
  margin-right: 24px;
}
@media (max-width: 999px) {
  .search-panel__submit-img {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}

.search-panel__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-panel__numbers .input-number {
  max-width: 110px;
}
@media (max-width: 999px) {
  .search-panel__numbers .input-number {
    padding: 11px 10px 9px 8px;
    font-size: 14px;
    text-align: center;
  }
}

.search-panel__numbers .input-number:not(:last-child) {
  margin-right: 10px;
}

.search-panel__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Results
------------------------------------------------------------ */
.results{
  background-color: #f5f8ff;
}

.results__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  .results__list {
    padding: 0 10px;
  }
}

.results__pagesel {
  padding: 30px 0 40px;
  position: relative;
}
@media (max-width: 999px) {
  .results__pagesel {
    padding: 10px 0 30px;
  }
}

/* Results-header*/
.results-header {
  margin: 55px 0 20px;
  -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;
}
@media (max-width: 999px) {
  .results-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
}

.results-header__title {
  display: none;
}
@media (max-width: 999px) {
  .results-header__title {
    display: block;
    margin: 0 0 7px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
  }
}

.results-header__value {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #252525;
}
@media (max-width: 999px) {
  .results-header__value {
    padding: 12px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    background-color: #f5f8ff;
    border-radius: 100px;
  }
}

/* Results-item*/
.results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 50px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  word-break: break-word;
}
@media (max-width: 999px) {
  .results-item {
    display: block;
    padding: 19px 20px 25px;
    border: 1px solid #f5f8ff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 999px) {
  .results-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.results-item__photo {
  position: relative;
  width: 128px;
  height: 128px;
}
@media (max-width: 999px) {
  .results-item__photo {
    width: 90px;
    height: 90px;
    margin-bottom: 7px;
  }
}

.results-item__photo_secondary {
  display: none;
  width: 64px;
  height: 64px;
  margin-left: 30px;
}
@media (max-width: 999px) {
  .results-item__photo_secondary {
    display: block;
  }
}

.results-item__photo_third {
  display: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
@media (max-width: 999px) {
  .results-item__photo_third {
    display: block;
  }
}

.results-item__info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 999px) {
  .results-item__info {
    padding: 0;
  }
}

.results-item__title {
  max-width: 350px;
  margin: 4px 0 0;
  font-weight: 800;
  font-size: 29px;
  line-height: 34px;
  color: #0047ff;
}
@media (max-width: 999px) {
  .results-item__title {
    max-width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
  }
}

.results-item__city {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #252525;
}
@media (max-width: 999px) {
  .results-item__city {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
  }
}

.results-item__city img {
  margin: 0 7px;
}
@media (max-width: 999px) {
  .results-item__city img {
    display: none;
  }
}

@media (max-width: 999px) {
  .results-item__date {
    display: block;
  }
}

.results-item__details {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  .results-item__details {
    /*display: none;*/
  }
}

.results-item__details li {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
  color: #000;
}

.results-item__footer {
  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;
}
@media (max-width: 999px) {
  .results-item__footer {
    padding-top: 2px;
  }
}

.results-item__counter {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
  font-size: 18px;
  background-color: #f5f8ff;
  border-radius: 100px;
}
@media (max-width: 999px) {
  .results-item__counter {
    position: static;
    margin-left: 0;
  }
}

.results-item__counter-user,
.results-item__counter-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 16px 9px 13px;
  border-radius: 100px;
}

.results-item__counter-user {
  color: #fff;
  background-color: #0047ff;
}

.results-item__counter-change {
  color: #0047ff;
  background-color: #f5f8ff;
}

.results-item__counter-image {
  margin-right: 6px;
}

.results-item__more {
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .results-item__more {
    display: inline-block;
    font-size: 12px;
    margin-top: 0px;
  }
}

/* Profile
------------------------------------------------------------ */
.profile {
  padding: 40px 0;
  background-color: #f5f8ff;
  word-break: break-word;
}
@media (max-width: 999px) {
  .profile {
    padding: 17px 10px 25px;
  }
}

.profile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
}
@media (max-width: 999px) {
  .profile__title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
  }
}

.profile__title .counter {
  margin-left: 7px;
}

.profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media (max-width: 999px) {
  .profile__row {
    display: block;
    margin: 0;
  }
}

.profile__col {
  padding: 0 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 999px) {
  .profile__col {
    padding: 0;
  }
}

.profile__delete {
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #91959e;
}
@media (max-width: 999px) {
  .profile__delete {
    display: block;
    padding: 20px 0 19px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f5f8ff;
    border-radius: 20px;
  }
}

/* Profile-header*/
.profile-header {
  display: none;
  -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;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.profile-header__title {
  width: 100%;
  position: relative;
}
@media (max-width: 999px) {
  .profile-header__title {
    margin: 0 0 7px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
  }
}

.profile-header__back-link {
  left: 10px;
}

@media (max-width: 999px) {
  .profile-header__value {
    padding: 12px 20px;
    font-weight: 700;
    font-size: 12px;
    font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
    color: #0047ff;
    background-color: #f5f8ff;
    border-radius: 100px;
  }
}

/* Profile-item */
.profile-item {
  margin-bottom: 51px;
  padding: 40px 50px 21px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .profile-item {
    margin-bottom: 10px;
    padding: 19px 20px 17px;
    border: 1px solid #f5f8ff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.profile-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  .profile-item__header {
    display: block;
  }
}

@media (max-width: 999px) {
  .profile-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.profile-item__photo {
  position: relative;
  width: 128px;
  height: 128px;
}
@media (max-width: 999px) {
  .profile-item__photo {
    width: 90px;
    height: 90px;
    margin-bottom: 11px;
  }
}

.profile-item__photo_secondary {
  display: none;
  width: 64px;
  height: 64px;
  margin-left: 30px;
}
@media (max-width: 999px) {
  .profile-item__photo_secondary {
    display: block;
  }
}

.profile-item__photo_third {
  display: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
@media (max-width: 999px) {
  .profile-item__photo_third {
    display: block;
  }
}

.profile-item__info {
  padding: 34px 0 0 40px;
}
@media (max-width: 999px) {
  .profile-item__info {
    padding: 0;
  }
}

.profile-item__title {
  margin: 0 0 7px;
  font-weight: 800;
  font-size: 29px;
  line-height: 34px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media (max-width: 999px) {
  .profile-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
}

.profile-item__city {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #252525;
}
@media (max-width: 999px) {
  .profile-item__city {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
}

.profile-item__city img {
  margin: 0 7px;
}
@media (max-width: 999px) {
  .profile-item__city img {
    display: none;
  }
}

@media (max-width: 999px) {
  .profile-item__date {
    display: block;
  }
}

.profile-item__content {
  padding: 28px 0 0;
}
@media (max-width: 999px) {
  .profile-item__content {
    padding-top: 18px;
  }
}

.profile-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  .profile-item__row {
    display: block;
  }
}

.profile-item__param {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 28px;
  line-height: 17px;
}
@media (max-width: 999px) {
  .profile-item__param {
    margin-bottom: 14px;
  }
}

.profile-item__param-title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 14px;
}
@media (max-width: 999px) {
  .profile-item__param-title {
    margin-bottom: 10px;
  }
}

/* Profile-friends */
.profile-friends {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .profile-friends {
    margin-bottom: 10px;
    padding: 19px 20px 4px;
    background-color: #fff;
    border: 1px solid #f5f8ff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.profile-friends__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .profile-friends__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px;
  }
}

.profile-friends__item {
  width: 90px;
  height: 90px;
  border: 11px solid #fff;
  border-radius: 100px;
  -webkit-box-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  box-shadow: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 999px) {
  .profile-friends__item {
    width: 60px;
    height: 60px;
    margin: 0 15px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.profile-friends__item_empty {
  position: relative;
  border-color: transparent;
  border-right: 0;
}

.profile-friends__all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 71, 255, 0.85);
  border-radius: inherit;
}

/* Profile-stat */
.profile-stat {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  .profile-stat {
    padding: 19px 0 0;
    background-color: #fff;
    border: 1px solid #f5f8ff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 999px) {
  .profile-stat__title-block {
    margin-bottom: 0;
    padding: 0 0 14px 30px;
    border-bottom: 1px solid #f5f8ff;
  }
}

.profile-stat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-stat__item {
  width: 167px;
  margin: 0 33px 31px 0;
  padding: 27px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .profile-stat__item {
    width: 50%;
    margin: 0;
    padding: 27px 0 30px 26px;
    background-color: transparent;
    border-bottom: 1px solid #f5f8ff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 999px) {
  .profile-stat__item:last-child {
    border-bottom: 0;
  }
}

.profile-stat__title {
  display: block;
  margin: 0 0 15px;
  font-size: 14px;
  color: #000;
}
@media (max-width: 999px) {
  .profile-stat__title {
    margin: 0 0 9px;
  }
}

.profile-stat__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  color: #0047ff;
}
@media (max-width: 999px) {
  .profile-stat__num {
    font-size: 20px;
  }
}

.profile-stat__icon {
  margin-right: 14px;
}
@media (max-width: 999px) {
  .profile-stat__icon {
    max-width: 27px;
    margin-right: 9px;
  }
}

/* Profile-list */
.profile-list {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .profile-list {
    margin-bottom: 10px;
    padding: 19px 0 4px;
    background-color: #fff;
    border: 1px solid #f5f8ff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 999px) {
  .profile-list__title-block {
    margin-bottom: 2px;
    padding-left: 20px;
  }
}

.profile-list__list {
  margin: 0;
  padding: 10px 0 14px;
  list-style: none;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .profile-list__list {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.profile-list__item {
  min-height: 100px;
  padding: 18px 34px 17px;
  font-size: 16px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ebeef5;
}
@media (max-width: 999px) {
  .profile-list__item {
    min-height: auto;
    padding: 14px 20px 21px;
  }
}

.profile-list__item:last-child {
  border-bottom: 0;
}

.profile-list__title {
  margin-bottom: 2px;
  color: #000;
}

.profile-list__subtitle {
  margin-bottom: 5px;
  color: #555;
}

.profile-list__num {
  font-size: 12px;
  color: #555;
}

/* Profile-contacts */
.profile-contacts {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  .profile-contacts {
    margin-bottom: 10px;
    padding: 19px 20px 14px;
    background-color: #fff;
    border: 1px solid #f5f8ff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.profile-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .profile-contacts__list {
    display: block;
  }
}

.profile-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 20px 0;
  padding: 8px 19px 8px 12px;
  font-weight: 800;
  font-size: 14px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .profile-contacts__item {
    margin-bottom: 16px;
    padding: 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.profile-contacts__icon {
  margin-right: 10px;
}

/* Delete form
------------------------------------------------------------ */
.delete-form {
  margin-top: -34px;
  padding: 58px 66px 37px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 999px) {
  .delete-form {
    margin-top: 0;
    padding: 17px 30px 27px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.delete-form__title {
  position: relative;
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #222;
}
@media (max-width: 999px) {
  .delete-form__title {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }
}

.delete-form__back-link {
  left: -20px;
}

.delete-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 999px) {
  .delete-form__row {
    display: block;
    margin: 0;
  }
}

.delete-form__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.delete-form__field {
  position: relative;
  margin: 0 15px 12px;
}
@media (max-width: 999px) {
  .delete-form__field {
    margin: 0 0 17px;
  }
}

.delete-form__label {
  display: block;
  margin-bottom: 7px;
  color: #444;
}

.delete-form__input-text.input-text {
  padding: 14px 20px 15px;
  font-size: 16px;
}

.delete-form__textarea.input-text {
  height: 150px;
  margin-top: 15px;
  font-size: 12px;
  resize: none;
}
@media (max-width: 999px) {
  .delete-form__textarea.input-text {
    margin-top: 2px;
  }
}

.delete-form__footer {
  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;
  padding-top: 11px;
}
@media (max-width: 999px) {
  .delete-form__footer {
    display: block;
    padding-top: 0;
  }
}

.delete-form__back {
  font-size: 16px;
  text-decoration: none;
  color: #0047ff;
}
@media (max-width: 999px) {
  .delete-form__back {
    display: none;
  }
}

.delete-form__submit {
  padding: 16px 53px 15px;
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  background-color: #0047ff;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
}
@media (max-width: 999px) {
  .delete-form__submit {
    width: 100%;
  }
}

/* Map
------------------------------------------------------------ */
.map {
  margin-top: -34px;
  padding: 58px 66px 37px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .map {
    margin-top: 0;
    padding: 17px 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.map__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 28px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  line-height: 33px;
  color: #222;
}
@media (max-width: 999px) {
  .map__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
  }
}

.map__back-link {
  left: 22px;
}

.map__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 48px;
}
@media (max-width: 999px) {
  .map__toggle {
    margin: 11px 0 0;
  }
}

.map__button {
  margin-right: 18px;
  padding: 9px 18px;
  font-size: 20px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  color: #0047ff;
  background-color: #f5f8ff;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 999px) {
  .map__button {
    margin: 0 5px;
    font-weight: 700;
    font-size: 12px;
  }
}

.map__button_active {
  color: #fff;
  background-color: #0047ff;
}

.map__alphabet {
  display: none;
  padding: 0 30px 27px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-x: scroll;
}
@media (max-width: 999px) {
  .map__alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.map__alphabet::-webkit-scrollbar,
.map__alphabet::-webkit-scrollbar-corner {
  display: none;
}

.map__char-link {
  margin-right: 33px;
  color: #0047ff;
}

.map__char-link:last-child {
  margin-right: 0;
}

.map__char-link_active {
  color: #222;
}

.map__content {
  margin: 0;
  padding: 11px 0 0;
  list-style: none;
}
@media (max-width: 999px) {
  .map__content {
    padding: 0 11px;
  }
}

.map__section {
  margin-bottom: 43px;
}
@media (max-width: 999px) {
  .map__section {
    margin-bottom: 10px;
    padding: 21px 5px 24px;
    text-align: center;
    background-color: #fdfeff;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
}

.map__section:last-child {
  margin-bottom: 27px;
}

.map__char {
  margin-bottom: 1px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222;
}
@media (max-width: 999px) {
  .map__char {
    margin-bottom: 8px;
  }
}

.map__list {
  line-height: 26px;
  color: #0047ff;
}

.map__list a {
  margin-right: 8px;
  font-family: "Proxima Nova", "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #0047ff;
}

.map__list a:hover {
  text-decoration: underline;
}

.map__list a:not(:last-child):after {
  content: ",";
}

/* Footer
------------------------------------------------------------ */
.footer {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 244px;
  text-align: center;
  background-color: #0047ff;
}
@media (max-width: 999px) {
  .footer {
    height: auto;
    padding: 11px 30px 37px;
    background-color: transparent;
  }
}

.map-link {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 999px) {
  .map-link {
    color: #0047ff;
  }
}

.copyright {
  margin: 31px 0 0;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 999px) {
  .copyright {
    margin-top: 23px;
    color: #999;
  }
}

.universities_title b, .schools_title b{
  font-size: 16px;
}

.search-panel__h1{
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  color: #0047ff;
  text-align: center;
  position: relative;
}

.search-panel__toggle_main{
  top: 20px !important;
  right: 20px !important;
}

.select-number {
  width: 100%;
  padding: 15px 25px 14px;
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: #f8fafe;
  border: 1px solid #ebeef5;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.search-panel__numbers .select-number:not(:last-child) {
  margin-right: 10px;
}

.preloader_overlay{
  position: fixed;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.preloader_show{
  display: block;
}

.preloader_hide{
  display: none;
}

.profile-item__last_seen_time{
  text-align: right;
  width: 100%;
  float: right;
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
}

.extended_links{
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  z-index: 10;
  opacity: 1;
  max-width: 360px;
  text-align: center;
}

.extended_pagesel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  padding: 8px 10px;
  font-size: 13px;
  color: #646464;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.div_pagesel__link{
  position: relative;
  display: inline-block;
}

.search-panel-error{
  color: red;
  padding: 0 0 15px;
  text-align: center;
  margin: 0 auto;
}

