@font-face {
  font-family: f-light;
  src: url(weblysleekuil.ttf);
}
@font-face {
  font-family: f-bold;
  src: url(weblysleekuisb.ttf);
}
:root {
  --blue: #023F88;
  --sub-grey: #979797;
  --light-grey: #f1f1f1;
  --light-blue: #ebf0f8;
}

* {
  margin: 0;
  padding: 0;
  font-family: Segoe UI;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

* a {
  text-decoration: none;
  color: #333333;
}

#header-full {
  width: 100%;
}

#header-in {
  width: 100%;
  padding: 24px 12px;
  margin: 0 auto;
  max-width: 1920px;
  background: #fff;
  display: flex;
}

.width {
  width: calc(100% - 24px);
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.hover:hover {
  cursor: pointer;
  opacity: 0.85;
}

.hover-text:hover {
  cursor: pointer;
  color: var(--blue);
}

.hidden {
  display: none !important;
}

#logo {
  width: 350px;
  height: 81px;
  background: url(../img/arabkir-logo.svg) no-repeat;
  background-position: left top;
  background-size: contain;
  cursor: pointer;
}

#header-lang-bl {
  width: 124px;
  margin-left: auto;
}

#header-lang-btn {
  display: flex;
  line-height: 23px;
  align-items: center;
  background: url(../img/downbtn.svg) no-repeat;
  background-position: right 5px center;
  background-color: #f1f1f1;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
#header-lang-btn .lang-list-bl {
  position: absolute;
  background: var(--light-grey);
  padding: 6px 0;
  width: 100%;
  display: none;
  top: 30px;
  left: 0;
  z-index: 99;
}
#header-lang-btn .lang-list-bl.open {
  display: block;
}
#header-lang-btn .lang-list-bl .lang-list {
  padding: 6px 6px 6px 42px;
}
#header-lang-btn .lang-list-bl .lang-list:hover {
  background: var(--blue);
  color: white;
}

.fb-share-button {
  margin: 24px 0;
  font-size: 14px;
  color: white;
  background: #1877F2;
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 4px;
  width: fit-content;
}
.fb-share-button svg {
  margin-right: 6px;
}
.fb-share-button svg path {
  fill: white;
}

#header-lang-bl span {
  margin-left: 5px;
  margin-right: 5px;
  height: 20px;
}

#header-search-bl {
  width: 300px;
  margin: 0 auto;
}

#header-search-bl-info-line {
  display: flex;
  width: 300px;
}

#header-search-bl-info-line-phone,
#header-search-bl-info-line-adress {
  line-height: 20px;
  font-size: 14px;
  display: flex;
}

#header-search-bl-info-line-adress {
  margin-left: auto;
}

.header-search-bl-info-line-icon {
  width: 20px;
  height: 20px;
  background: var(--blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.header-search-bl-info-line-icon svg {
  width: 11px;
  height: 10px;
}

.header-search-bl-info-line-icon svg path {
  fill: white;
}

#main-search-input-block {
  margin-top: 20px;
}

#main-search-input-block input {
  width: 300px;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  line-height: 16px;
  background: url(../img/search.svg) no-repeat;
  background-position: right 8px center;
  background-color: #F1F1F1;
  /*	border-radius: 4px;*/
  border: none;
}
#main-search-input-block input.loading {
  background: url(../img/load.gif) no-repeat;
  background-position: right 8px center;
  background-size: 22px;
  background-color: #F1F1F1;
}

input:focus {
  outline: none;
}

#main-search-input-block {
  position: relative;
}
#main-search-input-block .main-search-result {
  position: absolute;
  width: 100%;
  z-index: 9;
  border: 1px solid var(--light-grey);
  background: white;
}
#main-search-input-block .main-search-result .main-search-res-title {
  font-size: 14px;
  color: var(--blue);
  margin: 6px;
}
#main-search-input-block .main-search-result .main-search-staff-res div {
  padding: 2px 4px;
  font-size: 13px;
}
#main-search-input-block .main-search-result .main-search-staff-res div:hover {
  background: var(--light-blue);
}
#main-search-input-block .main-search-result .main-search-staff-res .staff-res-item {
  margin: 6px;
  display: flex;
  align-items: center;
}
#main-search-input-block .main-search-result .main-search-staff-res .staff-res-item .staff-res-item-img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}
#main-search-input-block .main-search-result .main-search-staff-res .staff-res-item .staff-res-item-info {
  width: calc(100% - 42px);
  min-width: 0;
  flex-shrink: 0;
  margin-left: 6px;
}
#main-search-input-block .main-search-result .main-search-staff-res .staff-res-item .staff-res-item-info .staf-res-item-title {
  font-size: 16px;
  overflow: hidden;
  flex-shrink: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-search-input-block .main-search-result .main-search-staff-res .staff-res-item .staff-res-item-info .staf-res-item-pos {
  font-size: 14px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main-search-input-block .main-search-result .main-search-staff-res .services-res-item {
  font-size: 16px;
  margin: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main-search-input-block .main-search-result .main-search-staff-res .services-res-item .services-parent-res-item {
  font-size: 14px;
  color: var(--sub-grey);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.files-block {
  display: flex;
  flex-direction: column;
}
.files-block .post-file {
  padding: 6px 6px 6px 26px;
  background: url(../img/file.svg) no-repeat;
  background-position: left 6px top 9px;
  background-size: 14px;
  max-width: 320px;
  background-color: var(--light-blue);
  min-height: 33px;
  margin: 6px 0;
}

#main-soc-block {
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 4px;
}

.main-soc-btn {
  position: relative;
  cursor: pointer;
  margin-right: 0px;
}
.main-soc-btn .soc-btn-info {
  background-color: white;
  position: absolute;
  padding: 12px;
  font-size: 16px;
  display: none;
  top: 18px;
  left: 0;
  line-height: 20px;
  z-index: 9;
  min-width: 260px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.main-soc-btn .soc-btn-info a {
  color: white;
}
.main-soc-btn .soc-btn-info .soc-title {
  color: var(--sub-grey);
  margin-bottom: 6px;
}
.main-soc-btn:hover .soc-btn-info {
  display: block;
}
.main-soc-btn svg {
  width: 20px;
  height: 20px;
}

#main-menu-bl {
  margin: 12px auto;
  width: calc(100% - 24px);
  display: flex;
  position: relative;
  border-right: 1px solid #F1F1F1;
  max-width: 1920px;
  z-index: 5;
}

.main-menu-btn {
  padding-left: 20px;
  border-left: 1px solid #F1F1F1;
  height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.main-menu-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-menu-btn a:hover {
  color: var(--blue);
}

.main-menu-btn span {
  margin-left: auto;
  margin-right: 6px;
}

.main-menu-btn span svg path {
  fill: #BDBDBD;
}

.main-menu-btn:hover span svg path {
  fill: var(--blue);
}

.main-menu-btn:hover {
  color: var(--blue);
}

.main-menu-btn:hover .main-menu-open-bl {
  display: block;
}

.main-menu-open-bl {
  display: none;
  position: absolute;
  background: #f1f1f1;
  top: 48px;
  color: #333;
  left: -1px;
  width: auto;
  min-width: 100%;
  padding: 10px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.main-menu-open-bl ul {
  padding: 5px 5px 5px 20px;
  white-space: nowrap;
}

.main-menu-open-bl ul:hover {
  color: var(--blue);
}

#main-silder-full {
  width: calc(100% - 24px);
  max-width: 1920px;
  margin: 12px auto;
  display: flex;
}

#main-slider-bl {
  width: 50%;
  height: 470px;
  position: relative;
}

#main-slider-btns-bl {
  width: 50%;
  height: 470px;
  font-size: 0;
}

.main-slider-btns-bl-btn {
  display: inline-block;
  width: 50%;
  height: 50%;
  vertical-align: top;
  cursor: pointer;
}

.main-slider-btns-bl-btn:hover {
  opacity: 0.8;
}

#main-slider-btns-bl-btn1 {
  background: var(--blue);
}

#main-slider-btns-bl-btn2 {
  background: #0A4995;
}

#main-slider-btns-bl-btn3 {
  background: #145099;
}

#main-slider-btns-bl-btn4 {
  background: #275E9F;
}

#slider-to-news-btn {
  background: #E11639;
  width: 157px;
  line-height: 20px;
  display: flex;
  padding: 6px 6px 6px 18px;
  position: absolute;
  align-items: center;
  left: -6px;
  bottom: 6px;
  cursor: pointer;
  color: white;
  z-index: 3;
  font-size: 16px;
}

#slider-to-news-btn:hover {
  background: var(--blue);
}

#slider-to-news-btn span {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

#main-slider-cntrl-bl {
  height: 15px;
  text-align: center;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  margin: auto;
}

.main-slider-cntrl-btn {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 10px 4px;
  border-radius: 10px;
  cursor: pointer;
}
.main-slider-cntrl-btn.active, .main-slider-cntrl-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

#sliders {
  font-size: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.slider-title {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 12px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  font-weight: 600;
  white-space: normal;
  width: 100%;
}

.slider-p {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.main-slider-btns-bl-btn-in {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.main-slider-btns-bl-btn-icon {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.main-slider-btns-bl-btn-icon svg {
  width: 52px;
  height: 52px;
}

.main-slider-btns-bl-btn-txt {
  text-align: center;
  margin-top: 20px;
}

.main-slider-btns-bl-btn-txt-s {
  font-size: 14px;
  color: white;
}

.main-slider-btns-bl-btn-txt-b {
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin-left: 8px;
}

.title-in-main-page {
  font-size: 28px;
  text-align: center;
  padding: 12px 0;
  margin-top: 46px;
  position: relative;
  color: #333;
}

.title-in-main-page::after {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.title-in-page {
  font-size: 28px;
  padding: 12px 0;
  margin-top: 46px;
  position: relative;
  color: #333;
}

.title-in-page::after {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  top: 0px;
  left: 0;
  margin: auto;
}

.privilege-bl-full {
  padding-bottom: 60px;
  background: #ebf0f8;
  margin-bottom: -24px;
}
.privilege-bl-full .title-in-main-page {
  margin-top: 24px;
  padding-top: 36px;
}

#privilege-bl {
  display: flex;
  margin-top: 35px;
}

.privilege-in-bl {
  margin-right: 12px;
  padding: 10px;
  width: calc(25% - 12px);
  flex-shrink: 0;
}

.privilege-in-bl:last-child {
  margin-right: 0;
}

.privilege-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  max-width: 267px;
  margin: 0 auto;
}

.privilege-text {
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
}

#main-news-bl {
  margin-top: 49px;
  display: flex;
}

.main-news-bl-in {
  width: calc(25% - 12px);
  padding: 4px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 12px;
}

.main-news-bl-in:last-child {
  margin-right: 0;
}

.main-news-bl-date {
  background-color: transparent;
  font-size: 14px;
  color: var(--sub-grey);
  width: max-content;
  padding: 2px 0px;
  margin-top: 6px;
}

.main-news-bl-image {
  width: 100%;
  height: 182px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-news-bl-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-news-bl-text {
  font-size: 14px;
  margin-top: 4px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mapVisit {
  width: 100%;
  height: 400px;
}

#main-scroller-full {
  height: 188px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 68px;
  padding: 0 60px;
  user-select: none;
}

#main-scroller-control-left-block {
  position: absolute;
  height: 100%;
  left: 0;
  width: 68px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.main-scroller-control-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 100%;
  cursor: pointer;
}

#main-scroller-control-right-block {
  position: absolute;
  right: 0;
  height: 100%;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
}

#main-scroller-control-right-block svg {
  margin-left: 3px;
}

#main-scroller-control-left-block svg {
  margin-left: -3px;
}

#main-scroller-block {
  height: 205px;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  scrollbar-color: #fff #fff;
  scrollbar-width: thin;
}

#main-scroller-block::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

#main-scroller-block::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.main-scroller-icon-block {
  width: 188px;
  height: 188px;
  flex-shrink: 0;
  border: 1px solid #F1F1F1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
}

.main-scroller-icon-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 60%;
  flex-shrink: 0;
  align-items: flex-end;
}
.main-scroller-icon-icon svg {
  max-height: 54px;
}

.main-scroll-icon-title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#footer-full {
  background: #27251F;
  padding: 40px 0;
  margin-top: 24px;
}

#footer-in {
  display: flex;
  justify-content: space-between;
}

.footer-in-block {
  color: white;
  margin-right: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-in-block:last-child {
  margin-right: 0;
}

.footer-in-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-in-list {
  padding-left: 4px;
  font-size: 16px;
  margin-top: 6px;
  line-height: 20px;
  cursor: pointer;
}
.footer-in-list a {
  color: white;
}

#footer-info-block {
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
}

#footer-info-block span {
  font-weight: 600;
}

#footer-info-block a:hover {
  color: #FF2E5D;
}

.page-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 12px;
  margin-bottom: 12px;
  width: calc(100% - 12px);
}

.page {
  margin-top: 12px;
  display: flex;
}

.page-r {
  width: 250px;
  min-width: 250px;
  margin-top: 60px;
}

.page-p {
  width: 100%;
}

.page-p img {
  max-width: calc(100% - 12px);
  margin-right: 12px;
}

.page-p-text-bl {
  margin-top: 12px;
  font-size: 16px;
  margin-bottom: 24px;
  margin-right: 12px;
}
.page-p-text-bl li {
  margin-left: 30px;
}
.page-p-text-bl a {
  text-decoration: underline;
}
.page-p-text-bl table {
  width: 100%;
}
.page-p-text-bl table tbody {
  width: 100%;
}
.page-p-text-bl table tbody tr {
  vertical-align: top;
  width: 100%;
}
@media only screen and (max-width: 425px) {
  .page-p-text-bl table tbody tr td {
    display: block;
  }
}

.news-block-in-page {
  display: flex;
  flex-wrap: wrap;
}

.right-panel-about-name {
  font-size: 13px;
  font-weight: 600;
}

.right-panel-about-text {
  font-size: 14px;
  margin-top: 2px;
}

.right-panel-about-image {
  width: 100%;
}

.right-panel-about {
  margin-bottom: 24px;
}

.right-panel-block {
  background: #f1f1f1;
  padding: 0 0 6px 0;
  margin-bottom: 12px;
}

.right-panel-title {
  background: var(--blue);
  color: white;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
}

.right-panel-list {
  display: flex;
  padding: 4px;
  margin-top: 2px;
  cursor: pointer;
}

.right-panel-icon svg {
  width: 24px;
  height: 24px;
}
.right-panel-icon svg path {
  fill: #333;
}

.right-panel-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-panel-text {
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 10px;
}

.right-panel-text-icon {
  margin-left: auto;
}

.right-panel-text-icon svg path {
  fill: #333;
}

.right-panel-list.active div svg path,
.right-panel-list:hover div svg path {
  fill: var(--blue);
}

.right-panel-list.active .right-panel-text,
.right-panel-list:hover .right-panel-text {
  color: var(--blue);
}

.search-input {
  border: 1px solid #f1f1f1;
  padding: 4px 10px;
  width: 100%;
  box-sizing: border-box;
  max-width: 466px;
  font-size: 16px;
}

.abc-title {
  font-size: 24px;
  min-width: 100%;
  font-weight: 700;
  color: var(--blue);
  position: relative;
  margin-bottom: 32px;
}

.abc-title::after {
  content: "";
  width: 55px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
  left: 0;
}

.page-in-block {
  width: 100%;
}

.abc-list {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  padding-bottom: 6px;
}

.abc-full-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.abc-block {
  width: calc(25% - 12px);
  margin-right: 12px;
  background: #ebf0f8;
  margin-bottom: 12px;
  padding: 12px;
}

#partner-main-block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#partner-main-text {
  width: 50%;
  max-width: 300px;
  text-align: right;
  margin: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

#partner-main-logo {
  margin: 12px;
  width: 50%;
  height: 65px;
  max-width: 300px;
  position: relative;
  background: url(../img/full-logo.svg) no-repeat;
  background-position: left center;
  background-size: contain;
}
#partner-main-logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hidden {
  display: none;
}

.right-panel-list-sub-menu {
  margin-left: 40px;
  overflow: hidden;
  height: 0;
  transition: 0.3s all;
}

.right-panel-list-sub-list {
  padding: 4px 0;
  font-size: 16px;
}

.menu-down-open-close {
  height: auto;
}

.page-numer-block {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.page-numer-block ul {
  padding: 0 4px;
}

.page-numer-block ul.active {
  color: var(--blue);
  font-weight: 600;
}

.yt-player {
  width: 100%;
  height: calc((100vw - 340px) / 1.7);
  margin-top: 24px;
  max-height: 540px;
}

.abc-block-staff {
  width: 100%;
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
}

.abc-list-staff {
  margin-right: 12px;
  display: flex;
  margin-bottom: 12px;
  width: calc(33.3333333333% - 12px);
  background: var(--light-blue);
  padding: 6px;
}

.abc-list-staff a {
  display: flex;
}

#search-result-bl.services-search-result {
  width: 100%;
  top: 80px;
  max-width: 466px;
}

.m-input {
  padding: 6px;
  border: 1px solid var(--light-grey);
  outline: none;
  margin-bottom: 12px;
  width: 100%;
}

.m-input:focus, .text-area:focus {
  outline: none;
  border-color: var(--blue);
}

.m-input-s {
  width: 100%;
  max-width: 300px;
}

.staff-image {
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.staff-info-block {
  margin-left: 10px;
}

.staff-name-block {
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
}

.staff-profession-block {
  font-size: 14px;
  margin: 8px 0;
}

.staff-position-block {
  font-size: 14px;
  color: var(--sub-grey);
}

.service-more-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.service-btns-block {
  display: flex;
}

.service-btn {
  border: 1px solid var(--light-grey);
  min-width: 156px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

.service-btn.active {
  border-color: var(--blue);
  font-weight: 700;
}

.service-btn:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.service-more-info-p {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}

.service-more-contact-p {
  width: 50%;
}

.service-more-contact-line {
  display: flex;
  margin-bottom: 12px;
}

.service-more-contact-line-q {
  font-size: 16px;
  font-weight: 600;
  min-width: 120px;
}

.service-more-contact-line-p {
  font-size: 16px;
  margin-left: 12px;
}

.service-more-contact-p2 {
  width: 50%;
  height: 340px;
}

.doctor-page-title-block {
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
}
.doctor-page-title-block .page-title {
  margin-top: 0;
}
.doctor-page-title-block .pos-title {
  color: var(--sub-grey);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
}

.doctor-page-title {
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
}

.doctor-page-search-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: var(--blue);
  line-height: 20px;
}

.doctor-page-search-icon {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url(../img/search.svg) no-repeat;
  background-position: center;
}

.doctor-page-info-image {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.doctor-page-info-block {
  width: 100%;
  display: flex;
  margin-top: 36px;
  margin-bottom: 24px;
}

.doctor-page-info-text {
  font-size: 16px;
  margin-left: 12px;
}
.doctor-page-info-text ul {
  margin-left: 24px;
}

#phone-main-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: green;
}

#service-search-result {
  max-width: 466px;
  padding: 12px;
  border: 1px solid var(--light-grey);
}

.gallery-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 12px;
  margin-bottom: 12px;
  height: 240px;
  width: calc(33.3333333333% - 12px);
  cursor: pointer;
  border: 1px solid var(--light-grey);
  height: 240px;
}

.gallery-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gallery-block.gallery-block-8 .gallery-image:nth-child(1), .gallery-block.gallery-block-8 .gallery-image:nth-child(3), .gallery-block.gallery-block-8 .gallery-image:nth-child(6), .gallery-block.gallery-block-8 .gallery-image:nth-child(8) {
  width: calc(25% - 12px);
}

.gallery-block.gallery-block-8 .gallery-image:nth-child(2), .gallery-block.gallery-block-8 .gallery-image:nth-child(4), .gallery-block.gallery-block-8 .gallery-image:nth-child(5), .gallery-block.gallery-block-8 .gallery-image:nth-child(7) {
  width: calc(50% - 12px);
}

.gallery-block.gallery-block-7 .gallery-image:nth-child(1), .gallery-block.gallery-block-7 .gallery-image:nth-child(3), .gallery-block.gallery-block-7 .gallery-image:nth-child(6) {
  width: calc(25% - 12px);
}

.gallery-block.gallery-block-7 .gallery-image:nth-child(2), .gallery-block.gallery-block-7 .gallery-image:nth-child(4), .gallery-block.gallery-block-7 .gallery-image:nth-child(5) {
  width: calc(50% - 12px);
}

.gallery-block.gallery-block-7 .gallery-image:nth-child(7) {
  width: calc(75% - 12px);
}

.gallery-block.gallery-block-6 .gallery-image:nth-child(1), .gallery-block.gallery-block-6 .gallery-image:nth-child(3) {
  width: calc(25% - 12px);
}

.gallery-block.gallery-block-6 .gallery-image:nth-child(2) {
  width: calc(50% - 12px);
}

.gallery-block.gallery-block-6 .gallery-image:nth-child(4), .gallery-block.gallery-block-6 .gallery-image:nth-child(5), .gallery-block.gallery-block-6 .gallery-image:nth-child(6) {
  width: calc(33.3333333333% - 12px);
}

.gallery-block.gallery-block-5 .gallery-image:nth-child(1), .gallery-block.gallery-block-5 .gallery-image:nth-child(3) {
  width: calc(25% - 12px);
}

.gallery-block.gallery-block-5 .gallery-image:nth-child(2) {
  width: calc(50% - 12px);
}

.gallery-block.gallery-block-5 .gallery-image:nth-child(4), .gallery-block.gallery-block-5 .gallery-image:nth-child(5) {
  width: calc(50% - 12px);
}

.gallery-block.gallery-block-4 .gallery-image:nth-child(1), .gallery-block.gallery-block-4 .gallery-image:nth-child(4) {
  width: calc(60% - 12px);
}

.gallery-block.gallery-block-4 .gallery-image:nth-child(2), .gallery-block.gallery-block-4 .gallery-image:nth-child(3) {
  width: calc(40% - 12px);
}

#gallery-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.gallery-control-button {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 48px;
}

.gallery-to-right {
  right: 0;
  background-image: url(../img/right.svg);
}

.gallery-to-left {
  left: 0;
  background-image: url(../img/left.svg);
}

.gallery-icons-block {
  display: flex;
  position: fixed;
  bottom: 12px;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
}

.gallery-icon {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 6px;
  cursor: pointer;
}

.gallery-icon.selected {
  opacity: 0.6;
  border: 2px solid var(--blue);
}

.gallery-main-image {
  height: calc(100% - 98px);
  width: auto;
  margin-top: 12px;
  animation-name: image-open;
  animation-duration: 0.1s;
}

@keyframes image-open {
  from {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-main-image-bg {
  margin-top: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 98px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gallery-close {
  position: fixed;
  width: 32px;
  height: 32px;
  background: url(../img/close.svg) no-repeat;
  background-position: center;
  right: 12px;
  top: 12px;
  cursor: pointer;
  z-index: 99;
}

.contact-title {
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 12px;
}

.abc-block .service-more-contact-line-q {
  min-width: 36px;
  flex-shrink: 0;
}

.contact-more-line {
  display: flex;
  width: 100%;
}
.contact-more-line .contact-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 12px;
}
.contact-more-line .contact-icon svg {
  width: 16px;
  height: 24px;
}
.contact-more-line .contact-icon svg path {
  fill: #000000;
}

.contact-list-block {
  width: calc(50% - 12px);
  margin-right: 12px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: var(--light-blue);
}

#pricelist-block {
  width: 100%;
}

.peicelist-line {
  width: 100%;
  display: flex;
  border: 1px solid var(--light-grey);
  border-bottom: none;
  font-size: 16px;
}
.peicelist-line:nth-child(2n) {
  background: #f8fbff;
}

.service-more-info-price #search-result-bl {
  width: 100%;
  top: 97px;
}

.price-block.search-result {
  opacity: 0.3;
}

.pricelist-title {
  width: 100%;
  padding: 6px;
}

.pricelist-price {
  width: 140px;
  flex-shrink: 0;
  border-left: 1px solid var(--light-grey);
  text-align: right;
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}

.price-section-title {
  color: var(--blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 6px;
  position: relative;
  margin: 12px 0;
  user-select: none;
  cursor: pointer;
}

.price-section-icon {
  height: 20px;
  width: 20px;
  margin-right: 6px;
  top: 0;
  flex-shrink: 0;
  bottom: 0;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-section-icon svg {
  width: 16px;
}
.price-section-icon svg path {
  fill: var(--blue);
}

.price-section-pricelist-block {
  display: none;
}

.price-section-open .price-section-icon {
  transform: rotate(0deg);
}
.price-section-open .price-section-pricelist-block {
  display: block;
}

.pricelist-line-title {
  font-weight: 600;
}
.pricelist-line-title .pricelist-price {
  text-align: center;
}

.pricelist-type-1 .type-1 {
  display: block;
}

.pricelist-type-2 .type-2 {
  display: block;
}

.pricelist-type-3 .type-1, .pricelist-type-3 .type-3 {
  display: block;
}

#pagination_block {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.pagination_item {
  margin: 4px;
}

.pagination_current {
  color: var(--blue);
  font-weight: 500;
}

#search-result-bl {
  position: absolute;
  top: 30px;
  width: 100%;
  max-width: 466px;
  background: white;
  border-top: none;
  z-index: 3;
  padding: 0 6px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
#search-result-bl div:last-child {
  margin-bottom: 6px;
}
#search-result-bl .pricelist-price {
  display: block;
}

#price-loading {
  width: 100%;
  height: 50px;
  background: url(../img/load.gif) no-repeat;
  background-position: center;
  background-size: 24px;
}

.under-construction {
  color: var(--sub-grey);
  text-transform: uppercase;
  text-align: center;
}
.under-construction img {
  max-height: 400px;
  max-width: 100%;
  display: block;
  margin: 24px auto;
}

.staff-search-item {
  display: flex;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid var(--light-grey);
}

.staff-search-item-image {
  width: 45px;
  height: 45px;
  background-image: url(../../img/profile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: silver;
  flex-shrink: 0;
}

.staff-search-item-text {
  width: 100%;
  margin-left: 6px;
}

.staff-search-item-name {
  font-size: 16px;
}

.staff-search-item-possition {
  font-size: 14px;
  color: silver;
}

.slider-block {
  width: calc(100% - 12px);
  height: 420px;
  position: relative;
}
.slider-block .s-lider-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
.slider-block .sl-button {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider-block #sl-left-btn {
  left: 12px;
  background-image: url("../img/left.svg");
}
.slider-block #sl-right-btn {
  right: 12px;
  background-image: url("../img/right.svg");
}
.slider-block #slide-c-bl {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 12px;
}
.slider-block #slide-c-bl .s-slide-circ {
  margin: 0 6px;
  border-radius: 24px;
  width: 12px;
  height: 12px;
  background: var(--light-grey);
}
.slider-block #slide-c-bl .s-slide-circ.active {
  background: var(--blue);
}

.partners-fl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.partners-fl .partner-bl {
  width: calc(20% - 12px);
  margin-right: 12px;
  background-color: var(--light-blue);
  text-align: center;
  margin-bottom: 12px;
  padding: 12px 0;
}
.partners-fl .partner-bl .partner-img {
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 52px;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#menu-btn {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  background: url(../img/menu.svg) no-repeat;
  background-position: center;
  background-size: 80%;
  display: none;
}

@media only screen and (max-width: 1280px) {
  /*#main-silder-full, #main-slider-bl{
      height: calc((100vw - 24px) / 2);
  }*/
}
@media only screen and (max-width: 768px) {
  #main-search-input-block input, #header-search-bl {
    width: 100%;
  }
  #menu-btn {
    display: block;
  }
  #header-lang-bl {
    position: absolute;
    right: 12px;
  }
  #header-search-bl {
    margin-top: 24px;
  }
  #header-in {
    flex-wrap: wrap;
  }
  #header-in #header-search-bl {
    width: 100%;
  }
  #privilege-bl {
    flex-wrap: wrap;
  }
  .privilege-in-bl {
    width: calc(50% - 12px);
  }
  #main-news-bl {
    flex-wrap: wrap;
  }
  .main-news-bl-in {
    width: calc(50% - 12px);
  }
  .main-news-bl-image {
    height: calc(50vw - 74px);
  }
  #main-slider-btns-bl, #main-slider-bl {
    height: calc((100vw - 24px) / 2);
  }
  #main-menu-bl {
    flex-wrap: wrap;
    display: none;
    border: none;
  }
  #main-menu-bl.opened-menu {
    display: flex;
  }
  #main-menu-bl .main-menu-btn {
    border: none;
  }
  .main-menu-open-bl {
    z-index: 99;
  }
  .abc-block {
    width: calc(33.3333333333% - 12px);
  }
  .service-btns-block {
    flex-wrap: wrap;
  }
  .service-more-info-p {
    flex-wrap: wrap;
  }
  .abc-list-staff {
    width: calc(50% - 12px);
  }
  .partners-fl .partner-bl {
    width: calc(33.3333333333% - 12px);
  }
}
@media only screen and (max-width: 596px) {
  table {
    width: 100%;
  }
  #header-lang-bl {
    width: unset;
  }
  .abc-list-staff {
    width: 100%;
  }
  .partners-fl .partner-bl {
    width: calc(50% - 12px);
  }
  .service-more-contact-p, .service-more-contact-p2, .contact-list-block {
    width: 100%;
  }
  .doctor-page-info-block {
    flex-wrap: wrap;
  }
  #main-silder-full {
    flex-wrap: wrap;
  }
  #main-silder-full #main-slider-bl {
    width: 100%;
    height: calc(100vw - 24px);
  }
  #main-silder-full #main-slider-btns-bl {
    width: 100%;
    height: auto;
  }
  #main-silder-full .main-slider-btns-bl-btn {
    height: calc(50vw - 12px);
  }
  .privilege-in-bl {
    width: calc(100% - 12px);
  }
  #footer-in {
    flex-wrap: wrap;
  }
  .footer-in-block {
    margin-top: 24px;
  }
  .page {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-r {
    min-height: unset;
    width: 100%;
  }
  .abc-block {
    width: calc(50% - 12px);
  }
  .right-panel-about-name {
    font-size: 13px;
    font-weight: 600;
  }
  .right-panel-about-tx-bl {
    font-size: 14px;
    margin-left: 12px;
  }
  .page-r {
    margin-top: 0;
  }
  .right-panel-about-image {
    width: 64px;
    height: 64px;
  }
  .right-panel-about a {
    display: flex;
  }
}
@media only screen and (max-width: 425px) {
  #logo {
    margin-top: 34px;
    width: 300px;
    max-width: calc(100% - 40px);
  }
  .abc-block {
    width: 100%;
  }
  .partners-fl .partner-bl {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
