:root {
  --black: #3B434E;
  --white: white;
  --primary: #5680B0;
  --primary-light: #7096C0;
  --primary-hover: #502ddb;
  --red: #FC836D;
  --blue-light: #D9F1FF;
  --red-light: #f89f8f;
  --green: #1DC37E;
  --green-light: #C8F8E4;
  --gray-light: #EBEBEB;
  --gray-dark: #787D85;
  --gray: #A4A4A4;
  --font-family: 'Montserrat', sans-serif;
  --radius: 30px;
}


.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.container {
  max-width: 1340px;
  margin: auto;
  padding: 0 20px;
}


.header-items {
  padding: 20px;
}

.phone-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone-header a {
  color: var(--white) !important;
  /*font-weight: 600;*/
  font-size: 18px;
  line-height: 129%;
}

.contacts-item div {
  color: var(--white) !important;
}

/**баннеры*/

.main-swiper_banner {
  width: 100%;
  height: 100%;
}

.banner-mainBox-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-top: 20px;
}

.main-swiper_banner:hover .btn-main-slider-prev,
.main-swiper_banner:hover .btn-main-slider-next {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 11px 6px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 11px 6px rgba(34, 60, 80, 0.2);
}

.banner-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.banner-main {
  width: 970px;
  height: 512px;
  position: relative;
  border-radius: 30px;
  /*background: linear-gradient(90deg, #5680B0 0%, #7BAAE0 100%);*/
  overflow: hidden;
}

.banner-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#5680B0), to(#7BAAE0));
  background: -o-linear-gradient(left, #5680B0 0%, #7BAAE0 100%);
  background: linear-gradient(90deg, #5680B0 0%, #7BAAE0 100%);
  opacity: 0.02;
  border-radius: 30px;
}

.banner-description {
  max-width: 500px;
  position: absolute;
  top: calc(100% - 50% - 30px);
  left: 80px;
  z-index: 5;
}

.banner-main img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}

.banner-description h3 {
  font-size: 2em;
  color: var(--white);

}

.banner-description span {
  display: block;
  margin-top: 20px;
  font-size: 1.25em;
  line-height: 150%;
  color: var(--white);
}

.btn-main-slider-prev,
.btn-main-slider-next {
  position: absolute;
  opacity: 0;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.btn-main-slider-next {
  right: 10px;
}

.btn-main-slider-prev {
  left: 10px;
}

.banner-pos {
  width: 310px;
  height: 512px;
  background: -webkit-gradient(linear, left top, right top, from(#5680B0), to(#7BAAE0));
  background: -o-linear-gradient(left, #5680B0 0%, #7BAAE0 100%);
  background: linear-gradient(90deg, #5680B0 0%, #7BAAE0 100%);
  border-radius: 30px;
}

.banner-item:nth-child(1) {
  position: relative;
  width: 310px;
  height: 221px;
  background: url(/local/templates/concept/./images/Frame 1200.png), -webkit-gradient(linear, left top, right top, from(#5680B0), to(#7BAAE0));
  background: url(/local/templates/concept/./images/Frame 1200.png), -o-linear-gradient(left, #5680B0 0%, #7BAAE0 100%);
  background: url(/local/templates/concept/./images/Frame 1200.png), linear-gradient(90deg, #5680B0 0%, #7BAAE0 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}

.banner-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a.page_doc_link {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 18px;
  font-weight: 600;
  border: 2px solid var(--primary);
  background: var(--primary);
  text-align: center;
  color: var(--white) !important;
  padding: 15px;
  border-radius: 30px;
}

a.page_doc_link:hover {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 18px;
  background: var(--white);
  text-align: center;
  color: var(--primary) !important;
  padding: 15px;
  border-radius: 30px;
}

a.page_doc_link--other {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 18px;
  font-weight: 600;
  background: var(--white);
  text-align: center;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 15px;
  border-radius: 30px;
}

a.page_doc_link--other:hover {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 18px;
  font-weight: 600;
  background: var(--primary);
  ;
  text-align: center;
  color: var(--white);
  border: 2px solid var(--primary);
  padding: 15px;
  border-radius: 30px;
}

.inner-text {
  position: absolute;
  color: var(--white);
  /* font-size: 16px; */
  top: 15px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.electronic_record_items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.electronic_record_item {
  display: grid;
  grid-template-rows: 161px 40vh 10vh;
  width: 313px;
  background-color: azure;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px #536a7c;
}

.electronic_record-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.electronic_record_img {
  width: 313px;
  height: 161px;
  border-radius: 20px 20px 0 0;
}

.electronic_record_instruction {
  text-align: center;
  padding: 5px;
}

.electronic_record_instruction h2 {
  font-size: 18px;
}

.electronic_record_instruction p {
  font-size: 16px;
}

.electronic_record_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.banner-item:nth-child(2) {
  position: relative;
  width: 420px;
  height: 221px;
  background: url(./images/Frame\ 1199.png), -webkit-gradient(linear, left top, right top, from(#5680B0), to(#7BAAE0));
  background: url(./images/Frame\ 1199.png), -o-linear-gradient(left, #5680B0 0%, #7BAAE0 100%);
  background: url(./images/Frame\ 1199.png), linear-gradient(90deg, #5680B0 0%, #7BAAE0 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}

.banner-item:nth-child(3) {
  width: 530px;
  height: 221px;
  background: url(/local/templates/concept/./images/Frame 1198.png), -webkit-gradient(linear, left top, right top, from(#5680B0), to(#7BAAE0));
  background: url(/local/templates/concept/./images/Frame 1198.png), -o-linear-gradient(left, #5680B0 0%, #7BAAE0 100%);
  background: url(/local/templates/concept/./images/Frame 1198.png), linear-gradient(90deg, #5680B0 0%, #7BAAE0 100%);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

/******************/

section.container.ads {
  margin-top: 40px;
}

/****Баннер госуслуг****/
.banner-gosuslugi {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 157px;
}

.gosuslugi-btn {
  width: 100%;
  background: var(--blue-light);
  border-radius: 0px 30px 30px 0px;
}

.btn-primary {
  background: var(--primary);
  border: 2px solid var(--primary);
  padding: 20px 80px;
  color: var(--white);
  text-decoration: none;
  position: absolute;
  top: 48px;
  right: 48px;
  border-radius: 30px
}

.btn-primary:hover {
  background: var(--white);
  border: 2px solid var(--primary);
  color: var(--primary);
}

/******Инфо блок*****/

.info-block-items {
  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;
  position: relative;
  color: #3B434E;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
  padding-bottom: 50px;
}

.card {
  background-color: var(--white);
  position: relative;
  width: 310px;
  height: 406px;
  padding: 40px 30px;
  border: 1px solid #D9F1FF;
  border-radius: 5px;
  overflow: hidden;
}

.card .icon {
  background: #D9F1FF;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  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;
}

.content-review {

  margin-top: 32px;

}

.card .content-review h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #0C4768;
  margin-bottom: 10px;
}

.card .content-review p {
  font-size: 14px;
  line-height: 200%;
  color: #64748B;
}

.card a,
.card span {
  position: absolute;
  display: block;
  text-decoration: none;
  color: var(--primary);
  bottom: 32px;
  left: 40px;
  cursor: pointer;
}


/*******************************/

/*********Отделения*********/
.departament_item-text {

  background-color: var(--blue-light);
  padding: 40px;
}

.departament_items {
  margin-top: 40px;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  -ms-grid-rows: minmax(274px, auto);
  grid-template-rows: minmax(274px, auto);
  grid-auto-flow: dense;
  gap: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.departament_item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  overflow: hidden;
}

.departament_item-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #0C4768;
}

.departament_item-text p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}

.departament_item:nth-child(1) {
  max-height: 274px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.departament_item:nth-child(2) {
  height: 100%;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departament_item-text {
  height: 100%;
}

.departament_item:nth-child(3) {
  max-height: 274px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.departament_item:hover .departament_item-img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/******Новости******/

.news-items {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.news-item {
  background: var(--white);
  width: 420px;
  padding: 40px;
  border: 2px solid #D9F1FF;
  border-radius: 5px;
}

.news-item-publish_box {
  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;
  color: var(--gray-light);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 130%;
}

.news-item_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
}

.news-item_preview {
  font-size: 12px;
  line-height: 200%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}


.news-text-preview {
  font-size: 18px;
  margin-top: 15px;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.news-slider-arrows {
  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;
}

.news-item_img {
  height: 190px;
  width: 315px;
  overflow: hidden;
}

.news-item_img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item_preview::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(94.79%, #FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 94.79%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 94.79%);
  content: "";
  opacity: 0.8;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.news-item_link {
  display: block;
  text-decoration: none;
  color: var(--primary);
  margin-top: 20px;
}

.news-item_link::after {
  content: url(./images/arrow.svg);
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  left: 10px;
}

.news-item_link:hover::after {
  left: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

/*******Баннеры*******/

.useful-material_items {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 530px 20px 310px 20px 420px;
  grid-template-columns: 530px 310px 420px;
  -ms-grid-rows: 220px;
  grid-template-rows: 220px;
  gap: 20px;


}

.useful-material_items>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;


}

.useful-material_items>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;


}

.useful-material_items>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;


}

.userfull-material_item--text {
  position: absolute;
  padding: 20px;
  bottom: 60px;
  left: 0;
  color: var(--black);
}

.userfull-material_item--text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.userfull-material_item--text p {
  font-size: 14px;
  line-height: 130%;
}

.useful-material_item {
  overflow: hidden;
  gap: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.useful-material_item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.useful-material_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5);
}

.useful-material_item:nth-child(1) img {
  color: var(--white);
  -o-object-fit: fill;
  object-fit: fill;
}

.useful-material_item:nth-child(1) .userfull-material_item--text {
  color: var(--white);

}

.useful-material_item:nth-child(2) {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.useful-material_item:nth-child(3) img {
  -o-object-fit: fill;
  object-fit: fill;
}

.useful-material_item:nth-child(4) {
  width: 530px;
  height: 220px;
}

.useful-material_item:nth-child(4) img {
  -o-object-fit: contain;
  object-fit: contain;
}

.useful-material_item:nth-child(5) {
  height: 220px;
}

.useful-material_item:nth-child(5) img {
  -o-object-fit: fill;
  object-fit: fill;
}



.useful-material_item a {
  width: 100%;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}


/*********Отзывы**********/

.reviews-items {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(640px, 1fr));
  -ms-grid-rows: minmax(338px, auto);
  grid-template-rows: minmax(338px, auto);
  grid-auto-flow: dense;
  gap: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 60px;

}

.reviews-item {
  color: var(--black);
  padding: 40px;
  border: 2px solid #D9F1FF;
  border-radius: 5px;
}

.reviews-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews-item_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px;
  color: var(--black);
}

.reviews-item_data {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.reviews-item_msg {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 48px;
}

.btn-title-primary {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  background: var(--primary);
  border: 2px solid var(--primary);
  padding: 15px 40px;
  color: var(--white);
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-title-primary:hover {
  background: var(--white);
  border: 2px solid var(--primary);
  color: var(--primary);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-title-h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--black);
  position: relative;

}

.main-title-h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  top: 60px;
  left: 0;
  background-color: var(--primary);

}

.btn-title-second {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  background: var(--white);
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-title-second:hover {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--white);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.title-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.button-items-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}


.btn-primary_slider {
  display: block;
  border: 2px solid var(--primary);
  background: var(--white);
  width: 54px;
  height: 54px;
  background-position: right 50% bottom 50%;
  border-radius: 50%;
  background-image: url(./images/arrow-slider.svg);
  background-size: 15px 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-primary_slider:hover {
  cursor: pointer;
  background: var(--primary);
  background-image: url(./images/arrow-slider-.svg);
  background-repeat: no-repeat;
  background-position: right 50% bottom 50%;
  background-size: 15px 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


/******Фетур***********/
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  margin-top: 80px;
  /* flex-wrap: wrap-reverse;*/
}

.footer-contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.footer-map {
  width: 50%;
  border: 2px solid var(--blue-light);
  border-radius: 0px 5px 5px 0px;
}

.footer-contacts-items {
  width: 50%;
}

.footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-contact-item__up,
.footer-contact-item__down,
.footer-contacts-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.footer-contact-item__up span:nth-child(1),
.footer-contact-item__down span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.footer-contact-item__up span:nth-child(2) {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--primary);
}

.footer-contact-item__up span:nth-child(3) {
  font-size: 16px;
  line-height: 200%;
  color: var(--primary);
}

.footer-contact-item__down span:nth-child(2) {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: var(--primary);
}

.footer-contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--black);
  position: relative;
}

.footer-contacts-items hr {
  margin-top: 20px;
  width: 100px;
  height: 5px;
  background: var(--primary);
  border: none;
  float: left;
}




/******copyright********/


.copyright {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 30px;
}



.developers {
  font-size: 0.85em;
  color: var(--black);
  /* text-align: left; */
  /* bottom: 10px; */
  margin-left: 40px;
}

.developers a,
.developers span {
  color: var(--black);
}

.developers img {
  width: 17px;
  margin-left: 10px;
}

.policy a,
.policy small {
  color: var(--black);
}

/*
.page_doc_wrapper {
    margin-top: 52px;
    float: right;
    position: relative;
    width: 250px;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .3);
}

.page_doc_img {
    width: 100%;
    height: 100%;
    background-image: url('http://gb4.zdrav-nnov.ru/images/IMG-3cdd6b1a0fd9f83b7f2d73e4e00e01c4-V.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    transition: all 0.4s;
    opacity: 0.8;
}

.inner-text {
    padding: 20px;
    position: absolute;
    bottom: 70px;
    left: 0;
}

.page_doc_link {
    position: absolute;
    background: red;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    bottom: 20px;
    left: 15px;
    width: 50%;
    text-align: center;
    font-weight: 600;
}

/*****Карта сайта****/

body.window_sitemap {
  position: fixed;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
}

.sitemap_overflow {
  -webkit-transform: translateY(-200vh);
  -ms-transform: translateY(-200vh);
  transform: translateY(-200vh);
  position: absolute;
  opacity: 0.98;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#5680B0), to(#7BAAE0));
  background: -o-linear-gradient(bottom, #5680B0 0%, #7BAAE0 100%);
  background: linear-gradient(360deg, #5680B0 0%, #7BAAE0 100%);
  width: 100%;
  z-index: 1000;
  height: 120vh;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.sitemap_wrapper {
  line-height: 120%;
  padding: 18px;
  font-size: 16px;
  position: relative;
}

.sitemap_overflow::-webkit-scrollbar {
  width: 0;
}

body.window_sitemap::-webkit-scrollbar {
  width: 0;
}

.sitemap_wrapper::-webkit-scrollbar {
  width: 0;
}

.sitemap_wrapper span {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

table.map-columns td {
  width: calc(100% / 5);
  padding: 10px;
}

ul.map-level-2,
ul.map-level-1 {
  padding-left: 20px;
  border-left: 1px solid var(--white);
}

ul.map-level-0 li a,
ul.map-level-1 li a,
ul.map-level-2 li a {
  color: var(--white);
}

ul.map-level-0 li a:hover,
ul.map-level-1 li a:hover,
ul.map-level-2 li a:hover {
  color: var(--black);
}




/************ПОС Госуслуги *******/
#js-show-iframe-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 293px;
  max-width: 100%;
  color: #fff;
  cursor: pointer
}

#js-show-iframe-wrapper .pos-banner-fluid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  display: block;
  width: 240px;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background: #0d4cd3;
  color: #fff;
  border: none;
  border-radius: 8px;
  outline: 0
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #1d5deb
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus {
  background: #2a63ad
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active {
  background: #2a63ad
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}


#js-show-iframe-wrapper {}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  width: 100%;
  min-height: 52px;
  background: var(--white);
  border-radius: 30px;
  color: var(--primary);
  font-family: var(--font-family);
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #e4ecfd
}

#js-show-iframe-wrapper .bf-12 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--pos-banner-fluid-12__grid-template-columns);
  grid-template-columns: var(--pos-banner-fluid-12__grid-template-columns);
  -ms-grid-rows: var(--pos-banner-fluid-12__grid-template-rows);
  grid-template-rows: var(--pos-banner-fluid-12__grid-template-rows);
  width: 100%;
  max-width: var(--pos-banner-fluid-12__max-width);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-auto-flow: row dense
}

#js-show-iframe-wrapper .bf-12>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

#js-show-iframe-wrapper .bf-12__decor {
  border-radius: 30px 30px 0px 0px;
  background: url(/local/templates/concept/images/Frame_511.png) no-repeat;
  background-size: cover;
  background-color: #f8efec;
  position: relative;
  height: 300px;
}

#js-show-iframe-wrapper .bf-12__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: var(--pos-banner-fluid-12__content-padding);
  grid-row: var(--pos-banner-fluid-12__content-grid-row);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 115px;
}

#js-show-iframe-wrapper .bf-12__text {
  margin: var(--pos-banner-fluid-12__text-margin);
  font-size: var(--pos-banner-fluid-12__text-font-size);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
}

#js-show-iframe-wrapper .bf-12__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#js-show-iframe-wrapper .bf-12__logo-wrap {
  position: absolute;
  top: var(--pos-banner-fluid-12__logo-wrap-top);
  right: var(--pos-banner-fluid-12__logo-wrap-right)
}

#js-show-iframe-wrapper .bf-12__logo {
  width: var(--pos-banner-fluid-12__logo-width);
  margin-left: 1px;
}

#js-show-iframe-wrapper .bf-12__slogan {
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  font-size: var(--pos-banner-fluid-12__slogan-font-size);
  line-height: 1.2;
  color: #005ca9;
}

#js-show-iframe-wrapper .bf-12__btn-wrap {
  width: 100%;
  /*max-width:var(--pos-banner-fluid-12__button-wrap-max-width);*/
}

/**************************************************************************/
.galery-wrapper {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin: 40px;
}

.galery-wrapper a img {
  max-width: 100%;
}


.link-disp {
  background: var(--primary);
  padding: 11px;
  color: var(--white) !important;
  width: 100%;
  margin-top: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.link-disp:hover {
  background: #2d929e;
  text-decoration: none;
}


.left-section a {
  color: var(--primary);
}


.bx-breadcrumb {
  margin-bottom: 20px;
}


.container-ads {
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  margin-bottom: 5vh;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.card-ads {
  color: var(--black);
  flex-grow: 0;
  font-size: 12px;
  font-weight: bold;
  height: 50%;
  outline: 5px solid white;
  position: relative;
  background: #deefff;
  margin: 0 auto;
  line-height: 15px;
  text-align: justify;
  padding: 14px;
  box-shadow: 8px 9px 13px 0px rgb(34 60 80 / 20%);
}

.card-ads:nth-child(6n-5) {
  height: 75%;
}

.card-ads:nth-child(6n-4) {
  height: 25%;
}

.card-ads:nth-child(6n-3) {
  height: 50%;
}

.card-ads:nth-child(6n-2) {
  height: 50%;
}

.card-ads:nth-child(6n-1) {
  height: 66.667%;
}

.card-ads:nth-child(6n) {
  height: 33.333%;
}


.background {
  align-items: center;
  background: white;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100vh;
}

.evaluate-btn {
  background: #7096C0;
  color: white;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 2px;
  white-space: nowrap;
  font-family: sans-serif;
}

.evaluate-btn:hover {
  background: #7096C0;
  transform: translateX(2px);
  box-shadow: 0 6px 12px rgba(0, 78, 168, 0.3);
}

.evaluate-btn:active {
  transform: translateX(0);
  box-shadow: 0 2px 4px rgba(0, 78, 168, 0.2);
}

.main_title_whenevaluate {
  font-weight: 600;
  font-size: 18px;
  line-height: 129%;
}

.structure_gkb7 {
  font-size: 14px;
  align-items: start;
  /* flex-shrink: 1; */
  /* border: #005ca9 solid 5px; */
}

.structure_gkb7div {
  flex-basis: 240px;
}

@media (min-width: 1200px) {
  .longFullnamegkb7 {
    min-width: 650px
  }
}