.icon-helper_doctor {
  background: url(../img/doctor.svg) no-repeat center / contain;
  width: 22px;
  height: 22px;
}
.subtitle {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin: 0 0 30px 0;
}
.page-layout {
  margin-bottom: 60px;
}
.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 10;
}
.c-dropdown__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 140px;
  max-height: 140px;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  border-radius: 4px;
  background: #fff;
  transition: opacity 0.25s linear, top 0.25s linear;
}
.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border: 1px solid #efefef;
}
.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434a54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.25s linear;
}
.c-dropdown__item:hover {
  background-color: #e6e9ed;
}
/** * Component: Button * -------------------------------------------------- */
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  user-select: none;
}
.c-button:hover,
.c-button .c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}
.c-button--dropdown {
  margin: 0px 10px;
  padding-bottom: 2px;
  margin-right: 15px;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px dotted #98A8D0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  transition: background-color 0.2s linear;
}
.c-button--dropdown:after {
  content: "";
  background: url(../img/arrow-bottom.svg) no-repeat center / contain;
  position: absolute;
  top: 10px;
  right: 0;
  width: 6px;
  height: 6px;
}
.header__drop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}
.header__drop-city {
  font-size: 13px;
  color: #98A8D0;
}
.header__drop_address .c-dropdown__list {
  width: 230px;
}
.header-link_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-link__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-link ::-webkit-scrollbar {
  height: 1px;
  width: 4px;
}
.header-link ::-webkit-scrollbar-track {
  background-color: #98A8D0;
  border-radius: 50px;
}
.header-link ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  border-radius: 50px;
}
.header-link ::-webkit-scrollbar-thumb {
  background-color: #98A8D0;
  border-radius: 50px;
}
.header-link ::-webkit-scrollbar-corner {
  background-color: #fff;
  border-radius: 50px;
}
.header-link ::-webkit-resizer {
  background-color: #fff;
  border-radius: 50px;
}
.header__user a {
  font-size: 13px;
}
.header__user-in {
  color: #fff;
  position: relative;
  padding-right: 12px;
}
.header__user-in:after {
  content: '/';
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.header__user-out {
  color: #8797A4;
}
.header__user_in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}
.header__user_in-text {
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.header__user_in-image {
  width: 25px;
  height: 25px;
}
.header__user_in-image img {
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #efefef;
}
.header-phone {
  font-size: 18px;
  font-weight: 900;
  color: #3051A0;
  margin-right: 0;
}
.menu-primary .menu-item {
  font-size: 16px;
  color: #3051A0;
  text-transform: uppercase;
}
.company-features-section {
  background: transparent;
  margin-top: 30px;
}
.company-features-section .company-features-layout {
  background: #3051A0;
  padding: 40px 50px;
  border-radius: 10px;
}
.company-features-section .company-features__item-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.company-features-section .company-features-item {
  font-size: 14px;
}
.page-footer {
  background: #3051A0;
  padding: 30px 0;
}
.page-footer__container {
  position: relative;
}
.page-footer__container:after {
  content: '';
  width: 130px;
  height: 160px;
  background: url(../img/logo-icon.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 30%;
}
.page-footer__top {
  display: flex;
  justify-content: space-between;
}
.page-footer__top-logo {
  background: url(../img/logo-footer.svg) no-repeat center / contain;
  width: 306px;
  height: 43px;
  display: block;
}
.page-footer__sup {
  width: 158px;
  text-align: right;
}
.page-footer__info-support {
  margin: 0;
  color: #98A8D0;
  font-size: 13px;
  text-align: left;
}
.page-footer__info-tel {
  font-size: 18px;
  font-weight: 900;
  margin: 10px 0 30px 0;
  display: block;
}
.page-footer__social {
  display: flex;
  justify-content: space-between;
}
.page-footer__social .icon-menu {
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-right: 0;
  margin-left: 15px;
}
.page-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.page-footer-text {
  color: #fff;
  font-size: 14px;
}
.page-footer__development {
  color: #fff;
  font-size: 14px;
}
.page-footer__development-link {
  color: #8797A4;
}
.tab {
  display: none;
}
.tab.is-active {
  display: block;
}
.tables {
  margin-bottom: 90px;
}
.tables__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tables__buttons {
  width: 23.2%;
  margin-top: -25px;
  position: sticky;
  top: 0;
  height: auto;
}
.tables__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.tables__item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.tables__item-image {
  width: 32px;
  height: 32px;
  margin-right: 22px;
}
.tables__item-image svg path {
  transition: 0.3s ease;
}
.tables__item-text {
  width: 80%;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.tables__item.is-active .tables__item-image svg path {
  fill: #3051A0;
}
.tables__item.is-active .tables__item-text {
  color: #3051A0;
}
.tables__content {
  width: 75%;
  position: relative;
}
.tables__content_container {
  padding: 0;
}
.tables__content .swiper-slide__name {
  font-size: 32px;
}
.tables__content .swiper-slide__text {
  font-size: 14px;
}
.tables__content .main-slider .swiper-slide {
  height: 340px;
}
.tables__content .swiper-button-gallery-next,
.tables__content .swiper-button-gallery-prev,
.tables__content .swiper-button-next,
.tables__content .swiper-button-prev {
  width: 32px;
  height: 64px;
}
.tables__content .swiper-button-next,
.tables__content .swiper-container-rtl .swiper-button-prev {
  right: -15px;
}
.tables__content .swiper-button-prev,
.tables__content .swiper-container-rtl .swiper-button-next {
  left: -15px;
}
.tables__tab-title {
  margin-bottom: 0;
}
.table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 11px;
}
.table__tr {
  vertical-align: top;
}
.table__tr:nth-child(2n+1) .table__tr-td {
  background: #efefef;
}
.table__tr-th {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 600;
  padding: 20px 20px 10px 20px;
  text-align: left;
}
.table__tr-th_number {
  width: 11.8%;
}
.table__tr-th_service {
  width: 56.2%;
}
.table__tr-th_address {
  width: 20%;
}
.table__tr-th_files {
  width: 12%;
}
.table__tr-td {
  text-align: center;
  font-size: 12px;
  color: #3a3a3a;
  line-height: 1.4;
  padding: 20px;
  border: solid 1px #efefef;
  text-align: left;
  margin-bottom: 15px;
}
.table__tr-td:first-child {
  border-left-style: solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table__tr-td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: middle;
  text-align: left;
}
.table__tr-td:not(:last-child) {
  border-right: 1px solid #CBCBCB;
}
.table__tr-td-text {
  line-height: 1.4;
}
.table__tr-td-image {
  width: 24px;
  height: 24px;
}
.table__tr-td-image_doc {
  background: url(../img/doc.svg) no-repeat center / contain;
  margin-right: 8px;
}
.table__tr-td-image_pdf {
  background: url(../img/pdf.svg) no-repeat center / contain;
}
.table__tr-td_docs {
  display: flex;
  justify-content: flex-start;
}
.table__tr-td:last-child {
  text-align: left;
}
.tables__tab-button {
  display: none;
}
.table__table_transactions .table__tr-th_date {
  width: 12%;
}
.table__table_transactions .table__tr-th_number {
  width: 12.8%;
}
.table__table_transactions .table__tr-th_address {
  width: 15%;
}
.table__table_transactions .table__tr-th_sum {
  width: 12.8%;
}
.table__table_direction .table__tr-th_date {
  width: 20%;
}
.table__table_direction .table__tr-th_sum {
  width: 30%;
}
.table__table_direction .table__tr-th_services {
  width: 50%;
}
.modal__background {
  background: #3051A0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease;
}
.modal__background.visible {
  opacity: 0.75;
  pointer-events: auto;
}
.modal-window,
.modal-window_registration {
  width: 670px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -335px;
  background: #fff;
  padding: 30px 60px;
  z-index: 1100;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
.modal-window.open,
.modal-window_registration.open {
  opacity: 1;
  pointer-events: auto;
}
.modal-window.openwindow,
.modal-window_registration.openwindow {
  opacity: 1;
  pointer-events: auto;
}
.modal-window-title,
.modal-window_registration-title {
  font-size: 32px;
  color: #323232;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px 0;
}
.modal-window__block-input,
.modal-window_registration__block-input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 5px;
  background: #efefef;
  color: #333;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.modal-window__block-input::placeholder,
.modal-window_registration__block-input::placeholder {
  color: #333;
  font-size: 12px;
}
.modal-window__block-button,
.modal-window_registration__block-button {
  display: block;
  height: 40px;
  padding: 0 43px;
  background: #3051A0;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  margin: 20px auto 0 auto;
  cursor: pointer;
  transition: 0.3s ease;
}
.modal-window__block-button:hover,
.modal-window_registration__block-button:hover {
  background: transparent;
  border: 1px solid #3051A0;
  color: #3051A0;
}
.modal-window__block-forgot,
.modal-window_registration__block-forgot {
  font-size: 12px;
  color: #8797A4;
  margin: 20px 0;
  display: block;
  text-align: center;
}
.modal-window__block-registration,
.modal-window_registration__block-registration {
  width: max-content;
  font-size: 12px;
  color: #3051A0;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 1px solid #3051A0;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hoja:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 165px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  transform-origin: center center;
  box-shadow: inset 7px 0 0 #ff0000, inset 7px 0 0 #3051a0, inset -7px 0 0 #3051a0, inset -7px 0 0 #ff0000;
  animation: rotar 0.7s linear infinite;
  z-index: 1000;
}
@keyframes rotar {
  0% {
    transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    transform: rotateZ(180deg) scaleX(0.95) scaleY(0.95);
  }
  100% {
    transform: rotateZ(360deg) scaleX(1) scaleY(1);
  }
}
.table__tr-td {
  font-size: 24px;
  min-height: 50px;
}
.tables__item-text {
  font-size: 20px;
}
.table__tr-th {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .link-item + .link-item {
    padding-left: 10px;
  }
  .header__drop {
    margin-left: 10px;
  }
  .link-item {
    font-size: 10px;
    width: 130px;
  }
  .menu-item a {
    font-size: 12px;
  }
  .tables .swiper-slide__overlay {
    padding: 30px;
  }
  .tables .tables__content .swiper-slide__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .page-layout {
    margin-bottom: 30px;
  }
  .icon-helper_doctor {
    width: 26px;
    height: 26px;
  }
  .link-item {
    display: none;
  }
  .header-topline.active {
    padding: 0 0 20px 0;
  }
  .header-nav {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .header-main {
    margin-right: 20px;
  }
  .tables {
    margin-top: 30px;
  }
  .tables .swiper-slide__img img {
    object-fit: contain;
  }
  .tables__content .main-slider .swiper-slide {
    height: auto;
  }
  .table__table_transactions .table__tr-th_sum {
    width: 20%;
  }
  .modal-window {
    top: 22%;
  }
  .swiper-slide__img {
    overflow: initial;
  }
  .main-slider .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .tables__buttons {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }
  .tables__buttons.active {
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 1;
    pointer-events: auto;
    transition: 0.3s ease;
    background: #fff;
    width: 310px;
    padding: 20px 15px;
    z-index: 11;
  }
  .tables__content {
    width: 100%;
  }
  .tables__tab-button {
	     margin: auto!important;
    margin-bottom: 10px!important;
    display: block;
    width: 310px;
    background: #3051A0;
    border: 0;
    outline: none;
    font-size: 18px;
    margin-left: 20px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    position: relative;
    z-index: 12;
  }
  .tables__tab-button:after {
    content: '';
    background: #3051A0;
    clip-path: polygon(63% 100%, 100% 63%, 100% 63%, 0 63%, 0 63%);
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    z-index: 0;
  }
  .tables__item {
    padding: 5px 0;
  }
  .tables__tab-button.active-button {
    border-radius: 10px 10px 0 0;
  }
  .tables__tab-button.active-button:after {
    bottom: -11px;
  }
}
@media screen and (max-width: 575px) {
  .page-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .page-footer__bottom p {
    margin: 5px 0;
  }
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 30px;
    display: block;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #efefef;
    border-right: 1px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .table__tr:nth-child(2n+1) .table__tr-td:nth-child(2n+2) {
    background: initial;
  }
  .table__tr-td:nth-child(2n+1) {
    background: #efefef;
  }
  .table__tr-td {
    text-align: right;
  }
  .table__tr-td:last-child {
    text-align: right;
    padding: 10px;
  }
  .table__table {
    border: 0;
  }
  .table__tr-td:first-child {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .table__tr-td {
    margin-bottom: 0;
  }
  .table__tr-td:not(:last-child) {
    border: 0;
  }
  .table__tr-td:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border: 1px solid #efefef;
    text-align: left;
  }
  .table__tr-td:nth-child(2) {
    border: 1px solid #efefef;
  }
  table tr {
    border-bottom: 0;
  }
  .table__tr-td {
    padding: 10px;
  }
  .table__tr-td-text {
    line-height: 1.5;
  }
  table td:before {
    margin-right: 10px;
  }
  .table__tr-td_docs {
    justify-content: flex-end;
  }
  .modal-window,
  .modal-window_registration {
    width: 280px;
    margin-left: -140px;
    padding: 20px;
  }
  .modal-window-title,
  .modal-window_registration-title {
    font-size: 20px;
    margin-bottom: 10px;
	margin-top: 10px;
  }
  .modal-window-input,
  .modal-window_registration-input {
    height: 30px;
  }
  .modal-window__block-button,
  .modal-window_registration__block-button {
    height: 30px;
    margin: 0 auto;
  }
  .modal-window-forgot,
  .modal-window_registration-forgot {
    margin: 10px 0;
  }
  .swiper-slide__img {
    overflow: hidden;
  }
  .page-footer__sup {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .header-link__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-footer__top-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .header__user {
    width: 250px;
  }
  .header-link_top {
    align-items: flex-start;
  }
  .header__drop {
    margin-left: 0;
  }
  .preloader .puls::before,
  .preloader .puls::after {
    content: '';
    border: 4px solid #1273EB;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: -9px;
  }
  .preloader .puls::before {
    animation: puls-out 1.2s ease-in infinite;
  }
  .preloader .puls::after {
    animation: puls-in 1.2s linear infinite;
  }
  @keyframes puls-out {
    0% {
      opacity: 1;
      filter: alpha(opacity=100);
    }
    50% {
      opacity: 0.5;
      filter: alpha(opacity=50);
    }
    100% {
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }
  @keyframes puls-in {
    0% {
      opacity: 0;
      filter: alpha(opacity=0);
      transform: scale(0);
    }
    100% {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: scale(1);
    }
  }
  .preloader {
    background: url(../img/phone.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
  }
}
@media screen and (max-width: 375px) {
  .tables__tab-button {
    width: 280px;
  }
  .tables__buttons.active {
    width: 280px;
  }
}

.page-footer__container:after {
	 left: 50%;
	 margin-left: -65px;
}
 .page-footer__info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-end;
}
 .page-footer__primary {
	 display: flex;
	 justify-content: flex-end;
}
 .page-footer__menu-item {
	 color: #fff;
	 font-size: 16px;
	 padding: 7px 0px;
	 text-decoration: none;
	 margin-left: 30px;
}
 .page-footer__menu-item a {
	 text-transform: uppercase;
	 font-weight: 600;
}
 .title {
	 font-size: 32px;
	 color: #333;
	 font-weight: 500;
}
 .text {
	 font-size: 18px;
	 line-height: 2;
}
 .instruction__item {
	 display: flex;
	 justify-content: space-between;
	 align-items: flex-start;
	 margin: 30px 0;
}
 .instruction__item-number {
	 font-size: 36px;
	 color: #3051A0;
	 font-weight: 900;
	 width: 3%;
}
 .instruction__item:not(:first-child) .instruction__image-pic {
	 box-shadow: 0px 10px 50px rgba(0,0,0,0.15);
	 border-radius: 10px;
}
 .instruction__content {
	 width: 96%;
}
 .instruction__content-text {
	 display: block;
	 margin-bottom: 30px;
}
 .instruction__image {
	 margin: 30px 0;
	 width: 100%;
	 height: 100%;
}
 .instruction__image-pic {
	 height: 100%;
}
 .accordion__button {
	 margin-top: 20px;
}
 .accordion__button:first-child {
	 margin-top: 30px;
}
 .accordion__button-text {
	 font-size: 24px;
	 color: #333;
	 transition: 0.3s ease;
	 cursor: pointer;
	 font-weight: 500;
	 position: relative;
	 padding-left: 36px;
}
 .accordion__button-text:after {
	 content: '';
	 background: #8797A4;
	 width: 16px;
	 height: 16px;
	 position: absolute;
	 top: 10px;
	 left: 0;
	 border-radius: 50%;
	 transition: 0.3s ease;
}
 .accordion__button-text.active {
	 color: #3051A0;
}
 .accordion__button-text.active:after {
	 background: #3051A0;
}
 .accordion__content {
	 font-size: 18px;
	 color: #333;
	 line-height: 2;
	 margin-top: 20px;
}
 .address__flex {
	 display: flex;
	 flex-wrap: wrap;
}
 .address__item {
	 width: 32%;
	 background: #fff;
	 padding: 25px 30px;
	 border-radius: 10px;
	 box-shadow: 0px 10px 50px rgba(0,0,0,0.1);
	 margin-bottom: 30px;
}
 .address__item:not(:nth-child(3n + 3)) {
	 margin-right: 2%;
}
 .address__item-city {
	 font-size: 14px;
	 color: #8797A4;
	 display: block;
	 margin-bottom: 10px;
}
 .address__item-address {
	 font-size: 16px;
	 color: #3051A0;
	 display: block;
	 margin-bottom: 10px;
	 transition: 0.3s;
}
 .address__item-mode {
	 font-size: 12px;
	 color: #3A3A3A;
	 display: block;
	 margin-bottom: 10px;
}
 .address__item-day {
	 font-size: 12px;
	 color: #EA4B3B;
	 display: block;
	 margin-bottom: 5px;
}
 .address__timetable-text {
	 font-size: 12px;
	 color: #8A8A8A;
	 line-height: 1.8;
	 display: block;
}
 .logining, .logining_registration {
	 width: 370px;
	 margin: 0 auto;
}
 @media screen and (max-width: 992px) {
	 .page-footer__primary {
		 justify-content: flex-end;
		 flex-wrap: wrap;
	}
	 .page-footer__menu-item {
		 margin-left: 30px;
		 width: 40%;
	}
	 .tables__item-text {
		 font-size: 13px;
	}
	 .logining, .logining_registration {
		 padding: 30px 0;
	}
	
}
 @media screen and (max-width: 768px) {
	 .page-footer__top-logo {
		 width: 210px;
		 height: 30px;
	}
	 .page-footer__top {
		 flex-direction: column;
		 align-items: flex-start;
	}
	 .page-footer__info {
		 align-items: flex-start;
	}
	 .page-footer__primary {
		 align-items: flex-start;
		 margin: 15px 0;
	}
	 .page-footer__menu-item {
		 margin-left: 0;
		 width: 100%;
	}
	 .instruction__item-number {
		 width: 30px;
	}
	 .instruction__content {
		 width: 92%;
	}
	 .address__item {
		 width: 49%;
		 margin-bottom: 20px;
	}
	 .address__item:not(:nth-child(3n + 3)) {
		 margin-right: 0%;
	}
	 .address__item:not(:nth-child(2n + 2)) {
		 margin-right: 2%;
	}
}
 @media screen and (max-width: 575px) {
	 .page-footer__info {
		 justify-content: flex-start;
		 align-items: flex-start;
		 flex-direction: column;
	}
	 .page-footer__social .icon-menu {
		 margin: 20px 15px 0 0;
	}
	 .instruction__image-pic {
		 width: 100%;
	}
	 .text {
		 font-size: 14px !important;
		 line-height: 1.5;
	}
	 .address__item {
		 width: 100%;
	}
	 .address__item:not(:nth-child(2n + 2)) {
		 margin-right: 0%;
	}
	 .accordion__button-text {
		 font-size: 18px;
		 font-weight: 500;
		 padding-left: 25px;
	}
	 .accordion__button-text:after {
		 width: 12px;
		 height: 12px;
		 top: 8px;
	}
	 .accordion__content {
		 font-size: 14px;
		 line-height: 1.5;
		 margin-top: 10px;
		 margin-left: 25px;
	}
}
 @media screen and (max-width: 450px) {
	 .preloader .puls::before, .preloader .puls::after {
		 content: '';
		 border: 4px solid #1273EB;
		 width: 60px;
		 height: 60px;
		 border-radius: 50%;
		 position: absolute;
		 top: -9px;
		 left: -9px;
	}
	 .preloader .puls::before {
		 animation: puls-out 1.2s ease-in infinite;
	}
	 .preloader .puls::after {
		 animation: puls-in 1.2s linear infinite;
	}
	 @keyframes puls-out {
		 0% {
			 opacity: 1;
			 filter: alpha(opacity=100);
		}
		 50% {
			 opacity: 0.5;
			 filter: alpha(opacity=50);
		}
		 100% {
			 opacity: 0;
			 filter: alpha(opacity=0);
		}
	}
	 @keyframes puls-in {
		 0% {
			 opacity: 0;
			 filter: alpha(opacity=0);
			 transform: scale(0);
		}
		 100% {
			 opacity: 1;
			 filter: alpha(opacity=100);
			 transform: scale(1);
		}
	}
	 .preloader {
		 background: url(../img/phone.svg) no-repeat center / contain;
		 width: 50px;
		 height: 50px;
		 position: fixed;
		 bottom: 30px;
		 right: 30px;
		 z-index: 10;
	}
}
 @media screen and (max-width: 420px) {
	 .instruction__content {
		 width: 85%;
	}
	 .logining, .logining_registration {
		 width: 100%;
	}
}
 @media screen and (max-width: 375px) {
	 .tables__tab-button {
		 width: 280px;
	}
	 .tables__buttons.active {
		 width: 280px;
	}
}
.logining,
.logining_registration {
  display: none;
}

@media screen and (max-width: 450px) {
  .logining,
  .logining_registration {
    display: block;
  }
}

@media screen and (max-width: 450px) {   
.slider-index {
	
display:none  ;
}
}

.modal-window-cancel {
  background: url(../img/cancel.svg) no-repeat center / contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .modal-window-cancel {
    background: url(../img/cancel.svg) no-repeat center / contain;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }
}
 @media screen and (max-width: 575px) {
.my-visible{
	display:inline-block!important;
}
 }
 
 
.header_m__list,
.header_m_tel {
  display: none;
}

.as_form__checkbox {
  display: none;
}
.as_form__agree {
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
}
.as_form__checkbox-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c7cedd;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
}
.as_form__checkbox:checked + .as_form__checkbox-custom::after {
  content: '';
  background: url(../img/check.svg) no-repeat center / contain;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 6px;
}
.as_form__checkbox-custom,
.as_form__check {
  display: inline-block;
  margin-right: 15px;
}
.as_form__check {
  width: 80%;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
}



@media screen and (max-width: 992px) {
  .header-main {
    display: none;
  }

  .header_m__list,
  .header_m_tel {
    display: block;
  }

  .header-link_top {
    align-items: flex-start;
    padding: 20px 0 10px 0;
  }

  .header_m__list {
    margin: 10px 0;
  }

  .header_m__item {
    margin: 10px 0;
  }
}
  
  
 

.modal-window_cookie {
  width: 80%;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -40%;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  display: none;
}


.modal-window_cookie-text {
  width: 80%;
  font-size: 0.9em;
}

.modal-window_cookie-button {
  width: 250px;
  height: 50px;
  border: 2px solid #3051A0;
  border-radius: 10px;
  color: #3051a0;
  margin-left: 15px;
  transition: 0.3s ease;
  cursor: pointer;
}

.modal-window_cookie-button:hover {
  background: #3051a0;
  color: #fff;
  border: 2px solid transparent;
}

.accordion__content {
  margin-top: 0;
}

@media screen and (max-width: 992px) {

  .modal-window_cookie {
    width: 90%;
    padding: 15px;
    margin-left: -45%;
    flex-direction: column;
  }

  .modal-window_cookie-text {
    width: 100%;
    font-size: 11px;
  }

  .modal-window_cookie-button {
    margin-left: 0;
    height: 40px;
  }
}
textarea.modal-window__block-input {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .tables__tab-button {
      margin: initial;
  }
}


@media screen and (max-width: 575px)
.modal-window, .modal-window_registration {
    padding: 35px 20px 20px 20px;
}

@media screen and (max-width: 768px) {
  .tables__buttons.active {
    left: 50%;
    margin-left: -155px;
  }
}

@media screen and (max-width: 375px) {
  .tables__buttons.active {
      margin-left: -140px;
  }
}



@media screen and (max-width: 430px) {
  .selectBox-dropdown-menu.selectBox-options.js-select-selectBox-dropdown-menu {
    width: 85% !important;
  }
}
@media screen and (max-width: 375px) {
  .selectBox-dropdown-menu.selectBox-options.js-select-selectBox-dropdown-menu {
    width: 84% !important;
  }
}
@media screen and (max-width: 340px) {
  .selectBox-dropdown-menu.selectBox-options.js-select-selectBox-dropdown-menu {
    width: 81% !important;
  }
}

body {
  overflow: scroll !important;
}

.modal-open .modal {
    position: absolute;
    overflow-x: initial;
    overflow-y: initial;
}