* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  resize: none; }

ul {
  list-style: none; }

.white {
  background: #fff; }

body {
  background-color: #F6F5F3; }

body.height {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.container {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 10px; }

.cont {
  max-width: 1184px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

img {
  display: block;
  width: 100%; }

@font-face {
  font-family: "BPGGEL";
  src: url("../fonts/BPG_GEL.ttf");
  font-weight: normal; }

@font-face {
  font-family: "ninoB";
  src: url("../fonts/bpg_nino_mtavruli_bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "ninoN";
  src: url("../fonts/bpg_nino_mtavruli_normal.otf");
  font-weight: normal; }

@font-face {
  font-family: "FB";
  src: url("../fonts/FiraGO-Bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "FE";
  src: url("../fonts/FiraGO-ExtraBold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "FM";
  src: url("../fonts/FiraGO-Medium.ttf");
  font-weight: normal; }

@font-face {
  font-family: "FR";
  src: url("../fonts/FiraGO-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: "FSM";
  src: url("../fonts/FiraGO-SemiBold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "NinoMtavruli";
  src: url("../fonts/bpg_nino_mtavruli_bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "MonM";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: normal; }

@font-face {
  font-family: "MonB";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "MonR";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: "MonSM";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: normal; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination__link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  font-family: "MonB";
  color: #425063;
  background: #fff;
  margin-right: 12px;
  -webkit-transition: background 300ms linear 0s;
  -o-transition: background 300ms linear 0s;
  transition: background 300ms linear 0s; }
  .pagination__link:hover {
    color: #fff;
    background: #005186; }
  .pagination__link:hover i.pag__arrow::before {
    color: #fff; }

li.pagination__link .page-link {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background: #005186;
  color: #fff; }
  li.pagination__link .page-link:hover {
    background: #005186; }

.pagination__link.active {
  background: #005186;
  color: #fff; }

.pagination__prev, .pagination__next {
  color: #425063;
  cursor: pointer; }

i.pag__arrow::before {
  color: #425063;
  font-size: 10px; }

@media screen and (min-width: 600px) {
  .pagination__link {
    width: 54px;
    height: 54px;
    line-height: 54px; }
  li.pagination__link .page-link {
    width: 54px;
    height: 54px; } }

@media screen and (min-width: 800px) {
  .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.breadcrumb__wr {
  background: #425063; }

.breadCrumb__list__one {
  display: none; }

.breadcrumb__img__wr {
  cursor: pointer; }

.breadcrumb__wrd, .breadcrumb__wrdt {
  padding: 25px 0; }

.breadcrumb__wrdt {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #2B384A; }

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

.breadcrumb__wrdt .breadCrumb {
  margin: 0; }

.breadCrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 1024px) {
  .breadcrumb__img__wr {
    display: none; }
  .breadCrumb__list__one {
    display: block; }
  .breadcrumb__wrdt, .breadcrumb__wrdt.op {
    display: none; } }

.breadcrumb__title {
  font-family: "ninoB";
  font-size: 16px;
  color: #F6F5F3;
  margin-top: 5px; }

.breadCrumb__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.breadCrumb__list ul li {
  position: relative;
  color: #C9D1DD;
  font-size: 12px;
  font-family: "FM";
  padding: 0 13px; }

.breadCrumb__link {
  color: #C9D1DD;
  -webkit-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s; }

.breadCrumb__link:hover {
  color: #f2f2f2; }

.breadCrumb__link:first-child::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 3px;
  height: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #C9D1DD #C9D1DD transparent  transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header__wrapper {
  background: #fff;
  position: relative;
  z-index: 2000; }

.head__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.head__bottom__dajd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.head__bottom__dajd img {
  margin: 15px 0; }

.head__bottom__daj__d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nav__toggler {
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  border: 1px solid #F6F5F3;
  width: 80px;
  height: 46px;
  background: #fff;
  font-size: 13px;
  font-family: "ninoB";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  line-height: 46px;
  color: #2B384A; }

.head__top-callnk {
  position: relative;
  display: none;
  font-size: 13px;
  font-family: "ninoB";
  background: #06578D;
  color: #fff;
  padding: 17px 18px 15px;
  margin: 0 10px 0 0;
  cursor: pointer; }

.head__top-callnk::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.head__top-callnk:hover::before {
  left: 0;
  right: 0; }

.head__calendar-lnk {
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-family: "ninoB";
  background: #06578D;
  color: #fff;
  padding: 24px 18px 22px;
  border-bottom: 1px solid #fff; }

.head__calendar-lnk .icon-calendar::before {
  color: #fff; }

.nav__toggler::before {
  content: url("../img/nmenu.png");
  position: absolute;
  left: 6px;
  top: 2px; }

.nav__toggler__img {
  width: 80px; }

.main__logo {
  display: none;
  width: 199px; }

.main__logo__twot {
  width: 35px; }

.main__logo2 {
  display: none;
  width: 199px; }

.head__bottom.showextra .main__logo2 {
  display: block; }

.head__top__link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 14px 15px 12px; }
  .head__top__link::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s; }
  .head__top__link:hover::before {
    left: 0;
    right: 0; }

.head__top__link.lang::before {
  bottom: 0;
  background: #005186; }

.loc {
  background: #D6384B;
  color: #fff;
  font-family: "ninoB";
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px; }

.loc__icon {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 10px; }

.alelement {
  height: 65px;
  display: none; }

.lang {
  font-family: "MonM";
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #425063;
  padding: 14px 15px 15px; }

.head__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  max-width: 1184px;
  margin: 0 auto; }

#head2 {
  padding: 0; }

#head2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  max-width: none;
  z-index: 1000; }

.head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  -o-transition: max-height 300ms;
  transition: max-height 300ms; }

.head__list.opp {
  max-height: 400px;
  overflow: auto;
  width: 100%; }

.head__list__item:first-child {
  display: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.head__bottom.showextra .head__bottom__daj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.head__bottom__daj {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5; }

.head__list__item:first-child {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 5px; }

.head__bottom.showextra .head__act__input {
  padding-left: 10px;
  background: #eaeaea;
  width: 100%;
  overflow: hidden; }

.head__bottom.showextra .head__act__input.show {
  padding-left: 15px;
  width: 100%; }

.head__bottom.showextra .head__input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 10px 0 0 0; }

.head__list__item {
  position: relative; }

.wdrop {
  position: relative; }

.wdrop a.head__list__link {
  padding-right: 26px; }

.wdrop::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 26px;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent black black transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none; }

.head__drop {
  display: none;
  position: static;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff; }

.head__drop__link {
  position: relative;
  display: block;
  padding: 1em 1.2em;
  font-size: 12px;
  font-family: "FM";
  color: #425063; }

.head__drop__link:hover {
  color: #06578D; }

.head__list__link {
  display: block;
  font-family: "ninoB";
  font-size: 15px;
  padding: 24px 13px 21px;
  color: #425063;
  position: relative;
  text-transform: capitalize;
  cursor: pointer; }

.head__list__link.active::before {
  opacity: 1; }

.head__list__link::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #005186;
  width: 100%;
  -webkit-transition: opacity 300ms linear 0s;
  -o-transition: opacity 300ms linear 0s;
  transition: opacity 300ms linear 0s; }

.head__list__linkdr.open + .head__drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.head__list__link.nop {
  padding-left: 0; }

.head__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
  height: 50px;
  padding-left: 5px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  -o-transition: max-height 300ms;
  transition: max-height 300ms; }

.head__input.opp {
  max-height: 1000px; }

.head__act__input {
  width: 100%;
  padding-left: 15px; }
  .head__act__input:focus {
    -webkit-box-shadow: 0 -2px 0 0 #005186 inset;
    box-shadow: 0 -2px 0 0 #005186 inset; }

.head__act__input::-webkit-input-placeholder {
  font-family: "FR"; }

.head__act__input:-ms-input-placeholder {
  font-family: "FR"; }

.head__act__input::-ms-input-placeholder {
  font-family: "FR"; }

.head__act__input::placeholder {
  font-family: "FR"; }

.search__button {
  background: none;
  padding: 0 20px;
  cursor: pointer; }

.search__button:hover .search__icon {
  color: blue; }

.search__icon {
  color: #425063; }

@media screen and (min-width: 1170px) {
  .head__bottom.showextra .head__calendar-lnk {
    display: block; }
  .head__top-callnk {
    display: block; }
  .head__calendar-lnk {
    display: none; }
  .head__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
    max-height: 1000px;
    overflow: visible; }
  .head__input {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
    max-height: none;
    overflow: visible;
    height: 62px; }
  .head__bottom__daj {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .head__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .head__bottom.showextra .head__act__input {
    position: absolute;
    right: 100%;
    height: 100%;
    padding-left: 0; }
  .head__bottom.showextra .head__input {
    margin: 0; }
  .head__bottom.showextra .head__list__item:first-child {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .head__bottom.showextra .head__act__input {
    width: 0px; }
  .head__bottom.showextra .head__act__input.show {
    padding-left: 15px;
    width: 200px; }
  .main__logo__twot {
    display: none;
    width: 35px; }
  .main__logo {
    display: block; }
  .main__logo2 {
    display: none; }
  .head__bottom.showextra .main__logo2 {
    display: none; }
  .nav__toggler {
    display: none; }
  .head__drop {
    position: absolute;
    display: none;
    min-width: 150px; }
  .wdrop:hover .head__list__linkdr + .head__drop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .wdrop::after {
    right: 11px;
    top: 40%; }
  .head__calendar-lnk {
    border-bottom: none; }
  .head__calendar-lnk span {
    display: none; }
  .head__list__linkdr.open + .head__drop {
    display: none; }
  .head__list__link:hover::before {
    opacity: 1; } }

.main__page__slider {
  width: 95%; }

.main__slider__wrapper {
  background: #06578D;
  padding: 35px 0 16px 0; }

.main__slider__wrapper .swiper-slide {
  max-width: 1184px; }

.main-slider {
  position: relative;
  z-index: 0; }

.mainsl__img {
  display: block;
  height: 238px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.swiper-slide {
  width: auto; }

.main-slider .swiper-slide-active {
  position: relative; }

.main-slider .swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #DB5160;
  -webkit-animation: swiperSlLine 5000ms linear;
  animation: swiperSlLine 5000ms linear; }

.bottom-slider img {
  width: auto;
  max-height: 126px; }

@-webkit-keyframes swiperSlLine {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes swiperSlLine {
  from {
    width: 0%; }
  to {
    width: 100%; } }

.mainsl__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 10px; }

.mainsl__item__content {
  bottom: 0;
  left: 0;
  background: #06578D;
  color: #fff;
  text-align: left;
  padding: 30px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box; }

.mainsl__item__title {
  color: #fff;
  font-family: "FM";
  font-size: 16px;
  line-height: 1.5; }

.mainsl__item__text {
  font-family: "FM";
  font-size: 12px;
  line-height: 1.5;
  padding: 20px 0;
  max-height: 124px;
  min-height: 124px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 90%; }

.mainsl__item__link {
  font-family: "ninoB";
  color: #fff;
  font-size: 13px;
  position: relative;
  margin-top: auto; }
  .mainsl__item__link::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 2px;
    left: 0;
    background: #fff;
    -webkit-transition: height 300ms linear 0s;
    -o-transition: height 300ms linear 0s;
    transition: height 300ms linear 0s; }
  .mainsl__item__link::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 2px;
    left: 0;
    right: 0;
    background: #D6384B;
    -webkit-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
    opacity: 0; }
  .mainsl__item__link:hover::after {
    left: 50%;
    right: 50%;
    opacity: 1; }

.mainsl__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -93px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: -25px;
  width: 50%;
  margin-left: auto; }

.mainsl-prev, .mainsl-next {
  width: 64px;
  height: 55px;
  background: #fff;
  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;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms; }

.mainsl-prev:hover, .mainsl-next:hover {
  background: #06578d;
  color: #fff; }

.mainsl-prev:hover .icon-Group-202:before, .mainsl-next:hover .icon-Group-20:before {
  color: #fff; }

.mainsl-prev {
  margin-right: 0px; }

.mainsl-next {
  margin-right: 0px; }

.mainsl__direct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #DCE2F0;
  font-size: 12px;
  font-family: "FM";
  cursor: pointer;
  width: 80px;
  padding-bottom: 5px;
  padding-left: 10px; }
  .mainsl__direct:hover .mainsl__direct__img {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }

.mainsl__direct__img {
  margin-right: 10px;
  width: auto;
  -webkit-transition: -webkit-transform 300ms linear 0s;
  transition: -webkit-transform 300ms linear 0s;
  -o-transition: transform 300ms linear 0s;
  transition: transform 300ms linear 0s;
  transition: transform 300ms linear 0s, -webkit-transform 300ms linear 0s; }

.footer {
  margin: 42px 0 0 0; }

.footer__top {
  background: #005186;
  color: #fff; }

.footer__top-fimg {
  margin: 0 0 5px 0; }

.footer__top-fimg img {
  max-width: 100%;
  background: #fff; }

.footer__container {
  position: relative;
  padding: 30px 10px; }

.footer__top-it {
  display: inline-block;
  margin: 0 0 1px 0; }

.footer__top-it-lnk {
  display: block; }

.footer__top-img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  background: #fff; }

.footer__title {
  margin-bottom: 20px;
  font-family: "ninoB";
  font-size: 20px; }

.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #425063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footerlist__item a .icon-Path-64, .footerlist__item a .icon-Group-24 {
  display: inline; }

.for__last__point__wr {
  border-top: 1px solid #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footerlist__item:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.footerlist__item:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.footerlist__item:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.footerlist__item:nth-child(4) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.footerlist__item:nth-child(5) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.footerlist__item:nth-child(6) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.footerlist__item {
  font-family: "FM";
  padding: 20px  0 20px 0;
  font-size: 13px;
  line-height: 1.4;
  text-align: center; }

.footerlist__item:nth-child(2), .footerlist__item:nth-child(4) {
  -ms-grid-column-align: center;
  justify-self: center; }

.footerlist__item:nth-child(5) a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px; }

.footerlist__item:nth-child(5) a i {
  margin: 0;
  font-size: 10px; }

.footerlist__item i {
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms; }

.footerlist__item:hover i {
  color: #D6384B; }

a.h:hover {
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  color: #D6384B; }

.smartweb__link {
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms; }

.smartweb__link:hover {
  color: #D6384B; }

.footer__list i {
  margin-right: 15px; }

.footerlist__item a {
  color: #425063; }

.footerlist__item a:hover i::before {
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  color: red; }

.footerlist__item:first-child {
  padding-left: 0; }

.footerlist__item:last-child {
  font-size: 12px; }

.footer_light {
  color: rgba(0, 0, 0, 0.6); }

.partners {
  position: relative; }

.owl-prev, .owl-next {
  position: absolute;
  top: 46%;
  right: -45px; }

.owl-prev i, .owl-next i {
  font-size: 13px; }

.owl-next {
  top: 18%; }

.item__str {
  font-family: "FM";
  font-size: 12px; }

.news {
  padding: 90px 10px; }

.news_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 50px 0; }

.news__title {
  position: relative;
  font-family: "ninoB";
  font-size: 24px;
  color: #425063;
  padding-left: 50px; }

.news__title:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  width: 35px;
  height: 35px;
  background: #005186; }

.news_top a {
  position: relative;
  font-family: "FM";
  font-size: 12px;
  color: #425063;
  text-transform: capitalize; }
  .news_top a:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #425063;
    top: 100%;
    width: 100%;
    opacity: 0; }
  .news_top a:hover::before {
    opacity: 1;
    text-decoration: underline; }

.news__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 16px; }

.news__grid__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 6px 6px 0 6px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .news__grid__child:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.grid__img {
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover; }

.grid__text {
  font-family: "ninoB";
  color: #425063;
  font-size: 16px;
  padding: 1.2em .4em;
  line-height: 1.3; }

.grid__child_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: "FM";
  color: #425063;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: auto; }

.bottom__wr {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1.5em .4em 1.2em .6em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.cal {
  color: red;
  margin-right: 5px; }

.child__item__right {
  padding: 16px 10px;
  color: #425063;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms; }

.child__item__right:hover {
  background: #06578D;
  color: #fff; }

.centers {
  padding: 70px 10px 0 10px; }

.centers__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px; }

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

.center-next, .center-prev {
  width: 64px;
  height: 58px;
  background: #fff;
  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;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: background 300ms linear 0s;
  -o-transition: background 300ms linear 0s;
  transition: background 300ms linear 0s; }
  .center-next:hover, .center-prev:hover {
    background: #005186; }
  .center-next:hover i.centers__icon::before, .center-prev:hover i.centers__icon::before {
    color: #fff; }

i.centers__icon::before {
  color: #425063;
  font-size: 13px; }

.centers__title {
  position: relative;
  font-family: "ninoB";
  font-size: 24px;
  color: #425063;
  padding-left: 50px; }

.centers__title:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  width: 35px;
  height: 35px;
  background: #D6384B; }

.centers__item {
  text-align: left;
  background: #fff;
  padding: 5px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms; }

.centers__item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.centers__item img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover; }

i.centers__icon_b::before {
  font-size: 23px;
  margin-right: 5px;
  color: #EFEFEF; }

.centers__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px 15px 6px;
  height: 27px;
  overflow: hidden; }

.centers__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #425063; }

.centers__item__link span:last-child {
  padding-left: 25px; }

.item__city {
  font-family: "FE";
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px; }

.item__str {
  font-family: "FR"; }

.cal__left img {
  display: block;
  width: 100%; }

.cal__right {
  color: #425063;
  text-align: center; }

.cal__right-cont {
  background: #fff;
  margin: 0 0 16px 0; }

.cal__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 15px 28px;
  font-size: 20px;
  font-family: "ninoB"; }

.cal__right__img {
  width: auto; }

.cal__right__question {
  color: #fff;
  background: #06578D;
  padding: 20px 20px 15px 28px;
  font-size: 16px;
  font-family: "ninoB";
  line-height: 1.3; }

.cal__right__content {
  padding: 20px 20px 15px 28px;
  display: none; }

.cal__right__content.show {
  padding: 20px 20px 15px 28px;
  display: block; }

.form__qustions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-family: "FM";
  font-size: 13px; }

.option {
  position: relative;
  padding: 15px 0 15px 30px;
  text-align: left; }

.option span {
  cursor: pointer; }

.option input:checked + span::after {
  background: #D6384B; }

.option span::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 13px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.cal__buttom__link {
  display: inline-block;
  padding: 1.2em 1.4em;
  cursor: pointer; }

.cal__buttom__link.active {
  background: #EFEFEF; }

.answers__row {
  font-family: "FM";
  font-size: 13px;
  padding-bottom: 15px; }

.percent {
  font-family: "FM";
  font-size: 13px; }

.line {
  background: #EFEFEF; }

.line__progress {
  height: 12px; }

.red {
  background: #D6384B; }

.green {
  background: #3AB896; }

.blue {
  background: #06578D; }

.answers__row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px; }

.bottom-slider {
  max-width: 85%;
  margin: 0; }

.bottom-slider-mn-wr {
  position: relative; }

.bottomsl-nav-wr {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row; }

.bottomsl-prev, .bottomsl-next {
  margin: 5px 0 5px 20px;
  cursor: pointer; }
  .bottomsl-prev i::before, .bottomsl-next i::before {
    color: #e0e0e0; }
  .bottomsl-prev:hover i::before, .bottomsl-next:hover i::before {
    color: #fff; }

.bottomsl-next {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.subscribe {
  background: #fff;
  padding: 24px 30px; }

.subscribe-input {
  display: block;
  width: 100%;
  background: #E7E7E7;
  font-family: "ninoB";
  font-size: 14px;
  text-align: center;
  padding: 22px 10px 18px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 16px 0;
  border: 1px solid #E7E7E7; }

.subscribe-input.invalid {
  border-color: #DB5160; }

.subscribe-button {
  display: block;
  width: 100%;
  background: #DB5160;
  font-family: "ninoB";
  font-size: 14px;
  text-align: center;
  padding: 22px 10px 17px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer; }

.sub__status.success .sub__status-success {
  display: block; }

.sub__status.reject .sub__status-reject {
  display: block; }

.sub__status-success {
  display: none;
  font-family: "FM";
  font-size: 13px;
  padding: 24px 10px 2px 0;
  color: #28a745; }

.sub__status-reject {
  display: none;
  font-family: "FM";
  font-size: 13px;
  padding: 24px 10px 2px 0;
  color: #dc3545; }

@media screen and (min-width: 850px) {
  .mainsl__item {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr; }
  .mainsl__item__title {
    font-size: 24px;
    line-height: normal; }
  .mainsl-prev {
    margin-right: 15px; }
  .mainsl__buttons {
    margin-top: -30px; }
  .mainsl__img {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: 418px; }
  .mainsl__item__text {
    max-height: 231px; } }

@media screen and (min-width: 1367px) {
  .mainsl__img {
    height: 450px; } }

.servs {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  justify-items: center;
  grid-gap: 20px 16px;
  padding: 60px 0 45px 0; }

.servs__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }
  .servs__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  .servs__item:hover .servs__title {
    color: #005186; }

.servs__item > a {
  display: block; }

.servs__img {
  display: block;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover; }

.servs__title a {
  display: block;
  font-family: "ninoB";
  font-size: 14px;
  padding: 15px 10px;
  line-height: 1.2;
  color: #425063; }

.serv__shida {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 35px;
  padding: 50px 10px 0 10px;
  background: #fff;
  margin-top: 40px; }

.serv__shida__left {
  width: 290px;
  margin: 0 auto;
  position: static;
  top: 150px; }

.serv__shida__left.fixed {
  position: fixed;
  width: 370px;
  z-index: 100px; }

.serv__shida__left__fake {
  width: 290px;
  margin: 0 auto; }

.serv__shida__left__fake {
  display: none; }

.serv__shida__left > img {
  cursor: pointer;
  margin-bottom: 10px; }

.serv__slider {
  margin-bottom: 10px; }

.serv__slider2__wr {
  position: relative; }

.serv__slider2 {
  width: 80%;
  margin: 0;
  overflow: hidden; }

.serv__slider2 .serv__slider2__img {
  display: block;
  height: 61px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer; }

.slider2__arrow__left, .slider2__arrow__right {
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 55px;
  background: #2B384A;
  text-align: center;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.slider2__arrow__left:hover, .slider2__arrow__right:hover {
  background: rgba(43, 56, 74, 0.9); }

.slider2__arrow__right {
  top: 50%; }

i.slider2icon::before {
  color: #fff; }

.serv__shida__left img.serv__mslider__img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  cursor: pointer; }

.serv__shida__right table {
  margin: 0 0 40px 0; }

.serv__shida__right table p {
  font-family: "ninoB";
  font-size: 14px;
  line-height: 1.2;
  color: #425063;
  margin: 0; }

.serv__shida__right table, .serv__shida__right tr, .serv__shida__right td {
  border: 1px solid #eaeaea; }

.serv__shida__right td {
  font-family: "ninoB";
  font-size: 14px;
  padding: 10px 10px 8px 10px;
  line-height: 1.2;
  color: #425063; }

.serv__shida__right ol, .serv__shida__right ul {
  margin-bottom: 20px; }

.serv__shida__right ol li {
  list-style-type: decimal;
  color: #425063;
  font-size: 13px;
  font-family: "FR";
  padding: 5px 0 5px 0;
  margin-left: 20px; }

.serv__shida__right ul li {
  list-style-position: inside;
  color: #425063;
  font-size: 13px;
  padding: 5px 0;
  font-family: "FR";
  padding-left: 30px;
  position: relative; }

.serv__shida__right ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #005186;
  left: 5px;
  top: calc(50% - 3px);
  border-radius: 3px; }

.serv__shida__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 35px; }

.serv__shida__top_cent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.serv__shida__title {
  position: relative;
  font-size: 25px;
  font-family: "ninoB";
  color: #2B384A;
  max-width: 400px;
  padding-bottom: 15px;
  margin-bottom: 10px; }

.serv__shida__title_sm {
  position: relative;
  font-size: 15px;
  font-family: "ninoB";
  color: #585a5d;
  max-width: 400px;
  padding-bottom: 15px; }

.serv__shida-phone {
  font-size: 15px;
  font-family: "ninoB";
  color: #585a5d; }

.serv__shida__title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 63px;
  background: #DCE2F0;
  left: 0;
  bottom: 0; }

.serv__shida__link {
  font-family: "ninoB";
  font-size: 16px;
  color: #fff;
  background: #425063;
  padding: 20px 47px; }

.serv__shida__right p {
  font-size: 13px;
  font-family: "FR";
  margin-bottom: 10px;
  color: #425063;
  line-height: 1.7; }

.servsh__gallery__wr {
  padding: 25px 10px 0 10px;
  background: #fff; }

.gs_wr {
  margin-bottom: 70px; }

.sshida__gallery__title {
  font-size: 17px;
  font-family: "ninoB";
  position: relative;
  padding-left: 38px;
  color: #425063; }

.sshida__gallery__title::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: #005186;
  left: 0;
  top: -5px; }

.servsh__gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px 10px;
  padding: 30px 0; }

.servsh__gallery__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .servsh__gallery__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.servsh__gallery__item iframe {
  display: block;
  margin-bottom: 24px; }

.servsh__gallery__item img {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 5px;
  height: 247px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.servsh__gallery__item h2, .servsh__gallery__item h3, .servsh__gallery__item h4, .servsh__gallery__item h1 {
  font-size: 12px;
  font-family: "FM";
  color: #425063;
  padding: 15px 0 15px 10px; }

.serv__shida__servs {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
  grid-gap: 16px;
  padding: 35px 0 25px 0; }

.serv__shida__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .serv__shida__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.serv__shida__item img {
  display: block;
  width: 100%;
  height: 247px;
  -o-object-fit: cover;
  object-fit: cover; }

.serv__shida__item h2, .serv__shida__item h3, .serv__shida__item h4, .serv__shida__item h1, .serv__shida__item h5, .serv__shida__item h6 {
  font-family: "ninoB";
  font-size: 14px;
  padding: 15px 0 10px 0;
  line-height: 1.2;
  color: #425063;
  text-align: center; }

.phalbumin__over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden; }

.phalbumin__over .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.phalbumin__over.show {
  visibility: visible; }

.phalbumin__over-cont {
  position: relative;
  margin: auto;
  width: calc(100% - 20px);
  max-width: 1080px; }

.phalbumin__over-goes {
  position: static;
  left: 0;
  top: calc(50% - 30px);
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 15px 0; }

.phalbumin__over-go {
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222;
  cursor: pointer; }

.phalbumin__over-go_prev::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #222 #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.phalbumin__over-go_next {
  margin: 0 0 0 30px; }

.phalbumin__over-go_next::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 7px);
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #222  #222 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.phalbumin__over-contin {
  position: relative;
  max-width: 716px;
  margin: 0 auto; }

.phalbumin__over-closer {
  position: absolute;
  top: -46px;
  right: -7px;
  color: #fff;
  background: none;
  font-size: 26px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.phalbumin__over-closer::before, .phalbumin__over-closer::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  height: 3px;
  width: 20px;
  background: #fff; }

.phalbumin__over-closer::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.phalbumin__over-closer::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.phalbumin__wr {
  position: relative; }

.phalbumin__over-mainimg {
  max-height: 480px;
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.phalbumin__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "FR";
  font-size: 13px;
  padding: 13px 10px 13px 14px;
  line-height: 1.2;
  color: #425063;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7); }

.phalbumin__gallery-thumbwr {
  padding: 20px 0 0 0; }

.phalbumin__gallery-thumbwr .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer; }

.phalbumin__gallery-thum-img {
  height: 63px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  cursor: pointer; }

.swiper-slide-thumb-active.swiper-slide::before {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 20px #000 inset;
  box-shadow: 0 0 20px #000 inset; }

@media screen and (min-width: 900px) {
  .serv__shida {
    -ms-grid-columns: 370px 1.5fr;
    grid-template-columns: 370px 1.5fr;
    padding: 50px 50px 0 50px; }
  .serv__shida__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    margin-bottom: 35px; }
  .serv__shida__left {
    width: auto;
    margin: 0 0 35px 0;
    position: -webkit-sticky;
    position: sticky; }
  .servsh__gallery__wr {
    padding: 25px 50px 0 50px; }
  .serv__shida__top_cent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; } }

.regoffice {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  grid-gap: 20px 16px;
  padding: 60px 0 35px 0; }

.regoffice__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s; }
  .regoffice__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.regoffice__img__wr {
  position: relative; }

.regoffice__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(43, 56, 74, 0.5);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.regoffice__overlay:hover {
  opacity: 1; }

.regoffice__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #fff;
  font-size: 14px;
  font-family: "ninoB";
  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; }

.regoffice__img {
  display: block;
  width: 100%;
  height: 274px;
  -o-object-fit: cover;
  object-fit: cover; }

.regoffice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "FM";
  font-size: 12px;
  padding: 15px 10px 15px 6px;
  color: #2B384A;
  position: relative; }

.regoffice__title a {
  color: rgba(0, 0, 0, 0.8); }

.regoffice__title i::before {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  margin-right: 5px; }

.regoffice__log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FE";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 2px 0;
  text-align: left; }

.regoffice__str {
  font-size: 12px;
  font-family: "FM";
  padding: 0 0 0 23px; }

.regoffice__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0; }

.regoffice__year, .regoffice__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.regoffice__yn, .regoffice__en {
  color: #425063;
  font-size: 20px;
  font-family: "MonB";
  margin-right: 5px; }

.regoffice__ye, .regoffice__ev {
  color: #9DA2AA;
  font-family: "ninoB";
  font-size: 12px;
  margin-bottom: 1px; }

.forgallery {
  text-align: left; }

.gallery__imgs-itemtt {
  font-family: "ninoB";
  font-size: 14px;
  padding: 15px 10px 10px 10px;
  line-height: 1.2;
  color: #425063; }

.gallery__shida__top {
  padding: 50px 27px 30px 27px;
  background: #fff;
  margin-top: 45px; }

.gallery__shida__top h1, .gallery__shida__top h2, .gallery__shida__top h3, .gallery__shida__top h4, .gallery__shida__top h5 {
  font-family: "ninoB";
  font-size: 25px;
  color: #2B384A;
  margin-bottom: 35px; }

.gallery__shida__top p {
  font-family: "FR";
  font-size: 13px;
  color: #425063;
  margin-bottom: 10px;
  line-height: 1.7; }

.gallery__shida__top ul, .gallery__shida__top ol {
  margin: 0 0 15px 0; }

.gallery__shida__top ul li, .gallery__shida__top ol li {
  position: relative;
  font-family: "FR";
  font-size: 13px;
  color: #425063;
  padding: 5px 0 5px 17px; }
  .gallery__shida__top ul li::before, .gallery__shida__top ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background: #005186; }

.gallery__imgs {
  padding: 30px 27px 30px 27px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  justify-items: center;
  background: #fff;
  margin-bottom: 70px; }

.gallery__imgs__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .gallery__imgs__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.gallery__imgs__item img {
  display: block;
  height: 138px;
  -o-object-fit: cover;
  object-fit: cover; }

.gallery__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 56, 74, 0.9);
  z-index: 2000;
  display: none; }

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

.gellery__overlay__center {
  position: relative;
  margin: auto;
  width: calc(100% - 20px);
  max-width: 900px; }

.gallery__overlay__close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  cursor: pointer; }

.gallery__overlay__img {
  width: 100%;
  margin: 0 auto; }

.gellery__overlay__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px; }

.gallery__overlay__prev, .gallery__overlay__next {
  margin: 0 11px;
  cursor: pointer; }

.struct__people__wr {
  display: -ms-grid;
  display: grid;
  grid-gap: 80px 16px;
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  padding: 115px 0 50px 0; }

.struct__people__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  color: #425063;
  border: 1px solid rgba(0, 0, 0, 0.06); }

.struct__img__wr {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -61px auto 20px auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04); }

.struct__img__wr img {
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.struct__people__item h2 {
  font-size: 15px;
  font-family: "ninoB"; }

.struct__people__role {
  font-size: 13px;
  font-family: "FR";
  padding: 10px 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.struct__people__depart {
  font-size: 11px;
  font-family: "FR";
  padding: 20px 0; }

.newses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 35px auto;
  grid-template-areas: "rg" "lf";
  padding: 35px 0 37px 0;
  grid-gap: 35px; }

.news__left {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: lf; }

.news__right {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: rg; }

.news__item {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px; }

.news__item__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px; }

h3.newsShida__gallery__desc {
  font-family: "ninoB";
  font-size: 14px;
  padding: 15px 0 16px 0;
  line-height: 1.2;
  color: #425063;
  text-align: center;
  margin: 0 !important; }

.news__item__content {
  padding: 0px 10px 10px 10px; }

.newses h2, .newses h3, .newses h4, .newses h5, .newses h6 {
  position: relative;
  font-size: 16px;
  font-family: "ninoB";
  color: #425063;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.3; }

.news__item__content p {
  font-size: 13px;
  font-family: "FR";
  color: #425063;
  margin-bottom: 10px;
  line-height: 1.7; }

.newses ul, .newses ol {
  list-style: none; }

.news__item__link {
  color: #425063; }

.news__item__title {
  position: relative;
  font-size: 16px;
  font-family: "ninoB";
  color: #425063;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.3; }

.news__item__title::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 2px;
  background: #DCE2F0;
  bottom: 0;
  left: 0; }

.news__item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  position: relative; }

.news__item__category {
  padding: 23px 25px;
  background: rgba(66, 80, 99, 0.7);
  color: #fff;
  font-size: 12px;
  font-family: "FR";
  -webkit-transition: background 300ms linear 0s;
  -o-transition: background 300ms linear 0s;
  transition: background 300ms linear 0s; }
  .news__item__category:hover {
    background: #06578D; }

.news__item__category.news__item__category2 {
  display: none; }

.news__item__full {
  position: relative;
  background: #06578D;
  margin: 0 5px 0 auto;
  display: inline-block; }
  .news__item__full::before {
    content: '';
    position: absolute;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s; }
  .news__item__full:hover::before {
    left: 0;
    right: 0; }

.news__item__date {
  width: 89px;
  height: 59px;
  background: #425063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }

.news__item__date.news__item__datet2 {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news__item__categoryt {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px; }

.news__item__datet {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px; }

.news__item__number {
  color: #fff;
  font-size: 18px;
  font-family: "MonB";
  margin-bottom: 5px; }

.news__item__my {
  color: #C9D1DD;
  font-size: 12px;
  font-family: "FM"; }

.news__item__top__wr {
  position: relative; }

.news__item__top__wr img {
  display: block;
  width: 100%;
  max-width: 543px; }

.news__right__wr {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff; }

.news__right__wr h2 {
  color: #fff;
  padding: 30px 0 24px 30px;
  margin: 0; }

.news__right__title {
  position: relative;
  background: #06578D;
  color: #fff;
  font-size: 18px;
  font-family: "ninoB";
  padding: 30px 0 24px 30px;
  cursor: pointer; }

.news__right__title.op::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.news__right__title::before {
  content: url("../img/catarr.png");
  position: absolute;
  right: 25px;
  top: 29px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.news__right__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  -o-transition: max-height 300ms;
  transition: max-height 300ms; }

.news__right__list.open {
  max-height: 1000px; }

.news__right__link {
  display: block;
  font-size: 13px;
  font-family: "FR";
  color: #425063;
  padding: 25px 10px 25px 30px;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.news__right__link:hover {
  color: #DB5160; }

.news__detail__item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  margin: 0 0 50px 0; }

div.news__detail__button__wr {
  padding: 12px 0 16px 6px; }

.news__detail__back {
  background: none;
  font-size: 11px;
  font-family: "FM";
  color: #425063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.news__detail__back__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #425063; }

.news__detail__back__icon {
  margin-right: 5px;
  width: 22px;
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  -o-transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s; }

.news__detail__img {
  display: block;
  width: 100%;
  max-width: 849px; }

.news__detail__img__wr {
  position: relative; }

.news__item__dateshida {
  position: absolute;
  bottom: 15px;
  right: 20px; }

.news__item__dateshidab {
  display: none; }

.news__detail__category {
  position: absolute;
  top: 26px;
  right: 30px; }

.news__detail__content {
  padding: 30px 10px 5px; }

.news__detail__content table {
  font-family: "FR";
  font-size: 13px;
  color: #425063; }

.news__detail__content table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  background: #fbfbfb; }

.news__detail__content table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background: #fbfbfb; }

.news__detail__content h1, .news__detail__content h2, .news__detail__content h3, .news__detail__content h4,
.news__detail__content h5, .news__detail__content h6 {
  font-size: 20px;
  font-family: "ninoB";
  color: #425063;
  max-width: 500px;
  line-height: 1.5; }

.news__detail__content p {
  font-size: 13px;
  font-family: "FR";
  color: #425063;
  margin-bottom: 10px;
  line-height: 1.7; }

.news__detail__content ol, .news__detail__content ul {
  list-style-position: inside;
  margin: 30px 0; }

.news__detail__content li {
  font-size: 13px;
  font-family: "FR";
  color: #425063;
  line-height: 1.7;
  padding: 5px 0 5px 0; }

.news__detail__content ol li {
  list-style-type: decimal !important; }

.news__detail__content ul li {
  list-style-type: disc !important; }

.news__detail__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }

.newsShida__gallery {
  background: #fff;
  padding: 30px 0; }

.newsShida__gallery__title {
  position: relative;
  font-size: 16px;
  font-family: "ninoB";
  color: #425063;
  line-height: 1.3;
  padding: 0 0 0 48px;
  margin: -1px 0 20px 0; }

.newsShida__gallery__title::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: #005186;
  left: 10px;
  top: -5px; }

.newsShida__gallery__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 16px;
  padding: 0 10px; }

.newsShida__gallery__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .newsShida__gallery__item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }

.newsShida__gallery__img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover; }

.newshida__files-wr {
  background: #fff;
  padding: 0px; }

@media screen and (min-width: 900px) {
  .news__item__dateshida {
    display: none; }
  .news__item__dateshidab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news__detail__top {
    margin-bottom: 20px; }
  .news__detail__content {
    padding: 30px 28px 5px; }
  .newsShida__gallery__list {
    padding: 0 28px; }
  .newsShida__gallery__title {
    padding: 0 0 0 65px; }
  .newsShida__gallery__title::before {
    left: 28px; }
  .newshida__files-wr {
    padding: 0px 18px; } }

.textp__cont__wr {
  position: relative;
  color: #425063;
  padding: 70px 0 80px;
  margin-bottom: 20px;
  min-height: 400px; }

.print-content-wr {
  text-align: left; }

.print-content {
  background: #005186;
  color: #fff;
  font-family: "ninoB";
  font-size: 13px;
  padding: 12px 15px 9px;
  cursor: pointer;
  border-radius: 4px; }

.textp__cont__wr iframe {
  margin-top: 20px; }

.textp__cont__wr strong {
  display: block;
  font-size: 16px;
  font-family: "FB";
  margin-bottom: 0px;
  padding-top: 20px;
  line-height: 1.5; }

.textp__cont__wr img {
  max-width: 435px;
  float: none;
  margin: 0 auto 30px auto; }

.textp__cont__wr p {
  font-size: 13px;
  font-family: "FR";
  margin-bottom: 20px;
  line-height: 1.7; }

.textp__cont__wr ul li {
  position: relative;
  font-size: 13px;
  font-family: "ninoB";
  margin-bottom: 24px;
  padding-left: 22px;
  line-height: 1.5; }

.textp__cont__wr ul li::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  background: #DB5160; }

.textp__cont__wr blockquote {
  position: relative;
  background: #EFEFEF;
  padding: 50px 0;
  margin: 50px 0; }

.textp__cont__wr blockquote::before, .textp__cont__wr blockquote::after {
  content: url("../img/blockqsm.png");
  position: absolute; }

.textp__cont__wr blockquote::before {
  left: 15px;
  top: 10px; }

.textp__cont__wr blockquote::after {
  right: 15px;
  bottom: 0px; }

.textp__cont__wr blockquote p {
  max-width: 80%;
  margin: 0 auto;
  font-size: 13px;
  font-family: "FR";
  line-height: 1.7; }

.projects {
  padding: 60px 0 23px; }

.projects__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #425063;
  margin-bottom: 22px; }

.projects__title {
  display: block;
  font-size: 16px;
  font-family: "ninoB";
  color: #425063;
  padding: 30px 10px 25px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.projects__detail__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0 10px; }

.projects__detail__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-family: "FR";
  color: #9DA2AA;
  padding: 10px 0 5px 0; }

.projects__detail__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.projects__deadline {
  margin: 5px 20px 5px 0;
  color: #68696a;
  line-height: 1.6; }

.projects__budget {
  margin: 5px 20px 5px 0;
  color: #68696a; }

.projects__corp {
  font-family: "FR";
  font-size: 11px;
  padding: 0 0 15px 0;
  line-height: 1.6; }

.projects__corpname {
  font-family: "FB";
  font-size: 11px;
  margin: 0 0 0 7px; }

.projects__budger__icon {
  font-family: "BPGGEL";
  color: #425063;
  margin-left: 3px; }

.projects__dates, .projects__budget_n {
  font-family: "FB";
  margin-left: 7px;
  color: #425063; }

.projects__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "FM";
  color: #425063;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 0 10px 0;
  padding: 20px 24px;
  -webkit-transition: background 300ms linear 0s;
  -o-transition: background 300ms linear 0s;
  transition: background 300ms linear 0s; }

a.projects__more {
  background: #005186;
  color: #fff; }

a.projects__more:hover {
  background: #003b62;
  color: #fff; }

p.projects__more {
  text-align: center; }

@media screen and (min-width: 450px) {
  .projects__detail__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

@media screen and (min-width: 900px) {
  .projects__detail__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .projects__more {
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    width: 166px;
    padding: 20px 10px; }
  p.projects__more {
    margin-left: auto; }
  .projects__title {
    padding: 30px 0 25px 35px; }
  .projects__detail__wr {
    padding-left: 35px; }
  .projects__detail__right {
    margin: 0 0 0 auto; } }

.projects__shida__wr {
  background: #fff;
  color: #425063;
  margin: 60px 0 70px; }

.projects__shida__info {
  padding: 20px 37px;
  background: #EFEFEF;
  margin-bottom: 17px; }

.projects__shida__wr h1 {
  font-size: 20px;
  font-family: "ninoB";
  padding: 27px 37px 20px 37px; }

.projects__shida__title {
  font-size: 20px;
  font-family: "ninoB";
  padding: 27px 37px 20px 37px; }

.projects__shida__wr p {
  font-size: 13px;
  font-family: "FR";
  margin-bottom: 30px;
  padding: 0 37px;
  max-width: 1015px;
  line-height: 1.7; }

.projects__shida__text {
  font-size: 13px;
  font-family: "FR";
  margin-bottom: 30px;
  padding: 0 37px;
  max-width: 1015px;
  line-height: 1.7; }

.projects__shida__donor_t {
  position: relative;
  font-size: 17px;
  font-family: "ninoB";
  padding: 26px 0 26px 75px; }

.projects__shida__donor_t::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 21px;
  width: 25px;
  height: 25px;
  background: #005186; }

.projects__shida__list {
  padding: 0 0 55px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.projects__shida__item {
  margin: 0 20px 10px 0; }

.projects__shida__img {
  display: block;
  width: 191px;
  height: 62px;
  -o-object-fit: contain;
  object-fit: contain; }

.dajavshna__info__mwr {
  background: #fff;
  padding: 56px 10px 70px 10px;
  margin: 20px 0 70px; }

.dajavshna__info__dwr {
  position: relative;
  background: #EFEFEF;
  padding: 25px;
  color: #425063;
  text-align: left; }

.dajavshna__info__midwr {
  position: relative;
  max-width: 675px;
  text-align: right; }

.dajavshna__info__title {
  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;
  font-size: 14px;
  font-family: "ninoB";
  background: #fff;
  padding: 25px 10px 20px 10px;
  margin: 0 0px 35px 0;
  color: #425063; }

.dajavshna__info__img {
  width: 40px; }

.dajavshna__info__item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  font-size: 12px;
  margin-bottom: 20px;
  grid-gap: 5px 0;
  color: #425063; }

.dajavshna__info__itemin {
  display: block;
  margin-bottom: 15px; }

.dajavshna__info__iteml {
  font-family: "FR"; }

.dajavshna__info-sp {
  margin: 0 15px 0 0; }

.dajavshna__info__itemr {
  font-family: "FM";
  max-width: 290px;
  line-height: 1.8; }

.dajavshna__info__other {
  position: static;
  display: inline-block;
  font-size: 16px;
  font-family: "ninoB";
  color: #fff;
  padding: 20px 40px 18px 40px;
  top: 25px;
  left: calc(100% + 30px);
  background: #425063;
  border-bottom: 2px solid #2B384A;
  white-space: nowrap;
  margin-top: 20px; }

.help-block {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 5px; }

@media screen and (min-width: 1000px) {
  .dajavshna__info__other {
    position: absolute;
    top: 25px;
    left: calc(100% + 30px);
    margin-top: 0px; }
  .dajavshna__info__mwr {
    padding: 56px 56px 70px 56px; }
  .dajavshna__info__title {
    padding: 25px 25px 20px 25px;
    margin: 0 20px 35px 0; } }

.reg__office__shidagallery {
  padding: 30px 0 30px 0;
  background: #fff; }

.regofficemap {
  height: 250px;
  margin: 50px 0 0 0; }

.reg__office__title {
  font-size: 17px;
  padding-top: 5px; }

.reg__office__news__title {
  padding-bottom: 5px; }

.reg__office__news__text {
  font-size: 13px;
  font-family: "FR";
  color: #425063;
  padding: 0 5px 10px 5px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.reg__office__news__link {
  color: #425063; }

.reg__office__gridChild {
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.cal__mttt {
  margin-bottom: 0px;
  padding-bottom: 35px; }

.serv__shida__right p a {
  color: #425063;
  text-decoration: underline; }

.reg__off__twr {
  padding: 0 0 25px 0; }

.servsh__gallery__item2 {
  width: 259px;
  margin-right: 15px;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .servsh__gallery__item2:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }

.serv__shida.regoffice__shida {
  padding: 0; }

.servsh__gallery__wr.regoffice__shida__gallery {
  padding: 25px 0 0 0; }

.regshida-cal {
  padding: 30px 0; }

@media screen and (min-width: 900px) {
  .serv__shida.regoffice__shida {
    padding: 0; } }

.daj__mwr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas: "rrr" "lll";
  margin: 40px 0 75px;
  background: #fff;
  padding: 55px 5px 25px 5px;
  color: #425063;
  grid-gap: 40px 60px; }

.daj__dwr {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: lll; }

.daj__dwr form {
  max-width: 600px;
  margin: 0 auto; }

.daj__drw__left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: rrr; }

.calendar-closer {
  position: absolute;
  right: 23px;
  top: -4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #EFEFEF;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.calendar-closer.show {
  visibility: visible;
  opacity: 1; }

.calendar-closer::before, .calendar-closer::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  height: 2px;
  width: 10px;
  background: #000; }

.calendar-closer::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.calendar-closer::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.serv-cal-closer {
  position: absolute;
  right: 23px;
  top: -4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #EFEFEF;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.serv-cal-closer.show {
  visibility: visible;
  opacity: 1; }

.serv-cal-closer::before, .serv-cal-closer::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  height: 2px;
  width: 10px;
  background: #000; }

.serv-cal-closer::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.serv-cal-closer::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.form__list__item {
  position: relative;
  margin-bottom: 20px; }

.warning {
  position: absolute;
  top: -4px;
  right: 0px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #EFEFEF;
  text-align: center;
  cursor: pointer; }

.warning::before {
  content: url("../img/warning.png"); }

.warning:hover {
  z-index: 1000; }

.warning:hover .warning__text {
  display: block; }

.warning__text {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  width: 298px;
  padding: 10px;
  background: #2B384A;
  font-size: 12px;
  font-family: "FR";
  color: #fff;
  line-height: 1.7;
  border-radius: 4px; }

.warning__close {
  display: none;
  position: absolute;
  right: -15px;
  top: calc(50% - 8px);
  color: black;
  font-weight: bold; }

.warning__text::before {
  content: "";
  position: absolute;
  border: 3px solid #2B384A;
  right: 6px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form__list__item__label {
  display: block;
  font-size: 12px;
  font-family: "FM";
  margin-bottom: 8px;
  cursor: pointer;
  color: #425063; }

.form__list-inpwr {
  position: relative; }

.form__list-inpwr::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 30px;
  background: #EFEFEF; }

.form__list__item__input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #EFEFEF;
  padding: 20px 10px;
  font-size: 13px;
  font-family: "FM";
  color: #425063;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }

.form__list__item__input:focus {
  -webkit-box-shadow: 0 2px 0 #005186;
  box-shadow: 0 2px 0 #005186; }

.validation__message {
  display: none;
  font-size: 12px;
  font-family: "FM";
  color: red;
  margin-top: 5px; }

.form__list__item__input.notvalid {
  border: 1px solid red; }

.notvalid ~ .validation__message {
  display: block; }

input[type="checkbox"].notvalid {
  border: 1px solid transparent; }

input[type="radio"].notvalid {
  border: 1px solid transparent; }

.form__list__item__input.notvalid + span#center_id-button {
  border: 1px solid red; }

.form__list__item__input.notvalid + span#city-button {
  border: 1px solid red; }

.form__list__item__input.notvalid ~ .validation__message {
  display: block; }

.form__list__item__checkwr {
  position: relative; }

.form__agree {
  font-size: 12px;
  font-family: "ninoB";
  color: #425063;
  padding-left: 20px;
  display: block; }

.form__agree a {
  text-decoration: underline;
  margin-left: 3px;
  color: #425063; }

.form__list__item__checkbox:checked ~ .checkmark {
  background-color: #06578D;
  border: 2px solid #06578D; }

.form__list__item__checkbox:checked ~ .checkmark:after {
  display: block; }

.checkmark {
  position: absolute;
  top: 11px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: none;
  border: 2px solid #9DA2AA;
  border-radius: 2px;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkmark:after {
  top: 0px;
  left: 2px;
  width: 3px;
  height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form__submit__btn__wr {
  text-align: right; }

.form__submit__btn {
  font-size: 16px;
  font-family: "ninoB";
  background: #425063;
  padding: 20px 47px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px; }

.wstar {
  color: red;
  margin-left: 3px; }

.ui-selectmenu-button.ui-button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 13px;
  font-family: "FM";
  cursor: pointer;
  background: #EFEFEF;
  color: #425063;
  border: 1px solid #EFEFEF; }

.ui-selectmenu-button.ui-button::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 3px;
  height: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #9DA2AA #9DA2AA transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.ui-button:active, .ui-button:hover {
  background: #EFEFEF;
  color: #425063; }

.ui-menu .ui-menu-item {
  width: 100%; }

.ui-menu .ui-menu-item-wrapper {
  font-size: 13px;
  font-family: "FM";
  color: #425063;
  background: #EFEFEF;
  padding: 10px 20px;
  width: 100% !important;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: background 300ms linear 0s;
  -o-transition: background 300ms linear 0s;
  transition: background 300ms linear 0s; }

.ui-menu .ui-menu-item-wrapper:hover {
  border: none;
  padding: 10px 20px;
  border: 1px solid #EFEFEF;
  background: #fff; }

.ui-widget.ui-widget-content {
  border: 1px solid #EFEFEF;
  max-height: 500px; }

.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 10px; }

.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  background: #EFEFEF; }

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }

.dasw__t__wr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px; }

.dasw__t__wr.opp {
  border: 1px solid red; }

.dasw__t__wr.opp ~ .validation__message {
  display: block; }

.dasw__t {
  position: relative;
  font-size: 11px;
  font-family: "FR";
  color: #425063;
  padding: 20px 27px 20px 38px;
  background: #EFEFEF;
  cursor: pointer; }

.dasw__t label {
  pointer-events: none; }

.radio__buttons:checked ~ .radion__ball {
  background: #425063; }

.radio__buttons:checked ~ .radio__underline {
  -webkit-box-shadow: 0 2px 0 #005186;
  box-shadow: 0 2px 0 #005186; }

.radion__ball {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid #9DA2AA;
  border-radius: 50%; }

.form__address__wr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px; }

.form__media__wr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px; }

.notvalid {
  border: 1px solid red; }

.form__damsw__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background: #EFEFEF; }

.form__damsw__question.opp {
  border: 1px solid red; }

.form__damsw__y {
  position: relative;
  cursor: pointer;
  padding: 20px 30px;
  font-size: 11px;
  font-family: "FM"; }

.form__damsw__y input:checked ~ .form__damsw__ball {
  background: #425063; }

.form__damsw__ball {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 35%;
  border-radius: 50%;
  border: 2px solid #9DA2AA; }

.form__daswreba__wr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px; }

.form__daswreba__l__wr {
  position: relative;
  position: relative; }

.form__daswreba__l__wr::before {
  content: url("../img/clock.png");
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: #425063;
  z-index: 100;
  text-align: center;
  line-height: 64px;
  pointer-events: none; }

.happendate__dwr {
  position: relative; }

.happendate__dwr::before {
  content: url("../img/calendar.png");
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  width: 60px;
  background: #425063;
  z-index: 100;
  text-align: center;
  line-height: 64px;
  pointer-events: none; }

.form__services_litem {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  margin-top: 15px; }

.form__service__name label {
  position: relative;
  padding-left: 20px;
  font-size: 11px;
  font-family: "FM";
  color: #425063;
  cursor: pointer; }

.form__service__name input:checked ~ .form__service__ball {
  background-color: #06578D;
  border: 2px solid #06578D; }

.form__service__name input:checked ~ .form__service__ball::before {
  display: block; }

.form__service__name input:checked ~ .form__service__underline {
  -webkit-box-shadow: 0 2px 0 #005186;
  box-shadow: 0 2px 0 #005186; }

.form__service__ball {
  position: absolute;
  left: 0;
  top: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid #9DA2AA;
  border-radius: 2px;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms; }

.form__service__ball::before {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 2px;
  width: 3px;
  height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form__service__underline {
  position: absolute;
  width: 150px;
  height: 2px;
  background: #fff;
  top: 110%;
  left: 0;
  -webkit-box-shadow: 0 0 0 #005186;
  box-shadow: 0 0 0 #005186; }

.form__service__date {
  position: relative; }

.form__service__date::before {
  content: url("../img/calendarmini.png");
  position: absolute;
  right: 0;
  top: 1px;
  height: 100%;
  width: 30px;
  z-index: 100;
  text-align: center;
  line-height: 27px;
  pointer-events: none; }

div.flatpickr-calendar {
  top: 105%  !important;
  left: 88% !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.flatpickr-months {
  margin-bottom: 10px; }

.form__services__wr .flatpickr-month .numInputWrapper {
  opacity: 0;
  pointer-events: none; }

.flatpickr-current-month {
  text-align: left;
  width: 100%;
  left: 8px; }

.flatpickr-weekdays {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 8px; }

span.flatpickr-weekday {
  color: #9DA2AA;
  font-size: 12px;
  font-family: "ninoB"; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: auto;
  right: 30px;
  top: 3px; }

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  top: 3px; }

.flatpickr-current-month span.cur-month {
  font-size: 12px;
  font-family: "FM"; }

.cur-year {
  display: none; }

.flatpickr-day {
  border-radius: 0;
  border: none;
  font-size: 12px;
  font-family: "MonM"; }

.flatpickr-day.selected {
  background: #06578D; }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  color: #C9D1DD;
  color: #DB5160; }

.form__serv__date {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 11px;
  font-family: "FM";
  color: #9DA2AA;
  padding: 4px 30px 0 4px;
  padding: 5px;
  border-radius: 3px; }

.form__serv__date:disabled {
  background: none;
  opacity: .5;
  cursor: not-allowed; }

div.flatpickr-calendar {
  left: 0% !important;
  top: calc(100% + 10px) !important; }

.ragac__iseti-par {
  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; }

.ragac__iseti {
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.radio__underline {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #EFEFEF;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: 0 0 0 #005186;
  box-shadow: 0 0 0 #005186; }

.ragac__iseti-wr {
  position: relative; }

.ragac__iseti-wr::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 5px;
  height: 0px;
  width: 100%;
  background: #005186; }

.ragac__iseti-wr:hover::before {
  height: 2px; }

.addfinance__item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  padding: 10px 0; }

.addfinance-wr {
  position: relative; }

.addfinance-wr-icon {
  position: absolute;
  height: 100%;
  width: 60px;
  background: #425063;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 61px; }

.addfinance-wr-icon::before {
  content: url("../img/calendar.png"); }

.lunch-menu-tt {
  display: block;
  font-size: 12px;
  font-family: "FM";
  cursor: pointer;
  color: #425063;
  padding: 10px 0;
  font-weight: normal; }

.lunch-label {
  display: block;
  position: relative;
  padding: 0 0 0 20px; }

.lunch-inp {
  display: block; }

.lunch-inp:checked + .lunch-effect {
  background: #425063; }

.lunch-effect {
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  border-radius: 50%;
  border: 2px solid #9DA2AA; }

.lunch-paragraph {
  display: block;
  font-size: 12px;
  font-family: "FM";
  font-weight: normal;
  cursor: pointer;
  color: #425063;
  padding: 10px 0; }

.lunch-it-name {
  margin: 0 10px 0 0; }

.lunch-price-tt {
  color: #9DA2AA; }

.lunch-price {
  color: #3AB896; }

@media screen and (min-width: 800px) {
  .form__list__item__input {
    font-size: 11px; }
  .ui-selectmenu-button.ui-button {
    font-size: 11px; }
  .ui-menu .ui-menu-item-wrapper {
    font-size: 11px; } }

@media screen and (min-width: 1130px) {
  .daj__mwr {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 55px 55px 25px 55px;
    grid-template-areas: "lll rrr"; }
  .daj__dwr {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    max-width: 430px;
    margin: 0;
    grid-area: lll; }
  .daj__drw__left {
    margin: 0; }
  .form__damsw__question {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .warning {
    position: absolute;
    right: -35px;
    top: 50%; }
  .warning__text {
    position: absolute;
    left: 35px;
    top: 2px;
    width: 394px; }
  .warning__text::before {
    left: -2px;
    top: 6px;
    right: auto; }
  .calendar-closer {
    top: -3px;
    right: 0; }
  .serv-cal-closer {
    top: -3px;
    right: 0; }
  .daj__dwr {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .daj__drw__left {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

@media screen and (min-width: 1130px) {
  .daj__dwr {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.required {
  border: 1px solid red !important; }

.ui-selectmenu-button.ui-button.notvalid {
  border: 1px solid red !important; }

.daj__drw__left__centers {
  background: #F6F5F3;
  color: #425063;
  max-width: 600px;
  margin: 21px auto 0 auto; }

.daj__centers__title {
  position: relative;
  font-size: 16px;
  font-family: "ninoB";
  padding: 30px;
  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;
  cursor: pointer; }

.daj__centers-toggler::before {
  content: "";
  position: absolute;
  width: 8px;
  top: 0;
  left: calc(50% - 4px);
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
  border-color: transparent black black transparent;
  border-style: solid; }

.daj__centers__title.op::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.daj__centers__title::before {
  content: url(../img/arbb.png);
  position: absolute;
  right: 25px;
  top: 29px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.daj__centers__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  -o-transition: max-height 300ms;
  transition: max-height 300ms; }

.daj__centers__list.op {
  max-height: 800px;
  overflow: auto; }

.daj__centers__item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 15px 30px;
  border-bottom: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.daj__centers__address {
  position: relative;
  font-family: "FM";
  font-size: 12px;
  color: #2B384A;
  padding-left: 40px;
  line-height: 46px; }

.daj__centers__address::before {
  content: url("../img/path19.png");
  position: absolute;
  left: 0;
  top: 10px; }

.daj__centers__city {
  font-family: "FE";
  margin-right: 3px; }

.daj__centers__date {
  font-size: 11px;
  font-family: "FM";
  padding: 17px 14px;
  color: #425063;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  text-align: center; }

.contact__wr {
  margin: 45px 0 55px;
  background: #fff;
  color: #425063; }

.contact__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto 470px; }

.contact__grid__left {
  padding: 40px 25px 50px 25px; }

.mapPointToolkit {
  color: #005186; }

.mapPointCenterN {
  font-size: 12px;
  font-family: "ninoB"; }

.mapPointCenterAdd {
  font-size: 11px;
  font-family: "FR";
  line-height: 1.5; }

.contact__title {
  font-size: 25px;
  font-family: "ninoB";
  margin-bottom: 50px; }

.contact__address__wr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #425063;
  margin-bottom: 40px; }

.contact__address__city__street {
  font-size: 12px;
  font-family: "FR"; }

.contact__address__webaddress {
  font-size: 13px;
  font-family: "MonR";
  color: #425063; }

.contact__address__city__street, .contact__address__webaddress, .contact__address__phone {
  position: relative;
  padding: 10px 10px 10px 40px;
  color: #425063; }

.contact__address__city__street::before, .contact__address__webaddress::before, .contact__address__phone::before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #EFEFEF;
  text-align: center;
  line-height: 30px; }

.contact__address__webaddress::before {
  content: url("../img/envelope.png");
  top: calc(50% - 15px);
  left: 0; }

.contact__address__phone {
  font-size: 13px;
  font-family: "MonR";
  color: #425063; }

.contact__address__phone::before {
  content: url("../img/phone.png");
  left: 0;
  top: calc(50% - 15px); }

.contact__address__city__street::before {
  content: url("../img/pointdark.png");
  left: 0;
  top: calc(50% - 15px);
  line-height: 36px; }

.contact__form__item.contact__form__itemcheckwr {
  margin-bottom: 0; }

.contact__form__itemcheck {
  position: relative;
  padding-left: 23px;
  font-size: 11px;
  font-family: "FM";
  color: #425063;
  cursor: pointer; }

.contact__form__itemcheck__icon {
  position: absolute;
  left: 0;
  top: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid #9DA2AA;
  border-radius: 2px;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms; }

.contact__form__itemcheck__icon::before {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 2px;
  width: 3px;
  height: 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.contact__form__itemcheck input:checked + .contact__form__itemcheck__icon {
  background-color: #06578D;
  border: 2px solid #06578D; }

.contact__form__itemcheck input:checked + .contact__form__itemcheck__icon::before {
  display: block; }

.contact__form__item {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  margin-bottom: 15px; }

.contact__form__item__two {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.contact__form__input {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #EFEFEF;
  padding: 20px 10px 20px 20px;
  font-size: 11px;
  font-family: "FM";
  color: #425063;
  -webkit-transition: -webkit-box-shadow 300ms linear 0s;
  transition: -webkit-box-shadow 300ms linear 0s;
  -o-transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s;
  transition: box-shadow 300ms linear 0s, -webkit-box-shadow 300ms linear 0s; }
  .contact__form__input::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: blue; }

.contact__form__input.error {
  border: 1px solid red; }

.contact__form__input:focus {
  -webkit-box-shadow: 0 2px 0 #005186;
  box-shadow: 0 2px 0 #005186; }

.contact__form__item__button {
  text-align: center;
  padding-top: 15px; }

.form__contact__submit__btn {
  font-size: 16px;
  font-family: "ninoB";
  background: #425063;
  padding: 20px 47px;
  color: #fff;
  cursor: pointer; }

.contact__grid__right {
  position: relative; }

.map {
  height: 100%; }

.place__dropdown {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  color: #425063; }

.place__dropdown__toggler {
  position: relative;
  background: #fff;
  font-size: 11px;
  font-family: "FR";
  padding: 25px 50px 25px 22px;
  cursor: pointer;
  min-width: 175px;
  text-align: left; }

.place__dropdown__toggler::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 25px;
  width: 4px;
  height: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #C9D1DD #C9D1DD transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.place__dropdown__list {
  display: none;
  max-height: 400px;
  overflow: auto; }

.place__dropdown__list.show {
  display: block; }

.place__dropdown__item {
  font-size: 11px;
  font-family: "FR";
  padding: 10px 22px;
  cursor: pointer;
  background: #fff; }

.place__dropdown__item:last-child {
  padding: 10px 22px 20px 22px; }

@media screen and (min-width: 1170px) {
  .contact__address__wr {
    -ms-grid-columns: 1.3fr 1fr 0.9fr;
    grid-template-columns: 1.3fr 1fr 0.9fr; } }

.search__results__mwr {
  min-height: 400px; }

.search__results__wr {
  padding-bottom: 20px; }

.search__results__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 0; }

.search__results__info {
  color: #425063;
  font-size: 18px;
  font-family: "FM"; }

.search__results__number {
  color: #DB5160;
  margin-right: 5px; }

.search__results__item {
  display: none;
  background: #fff;
  border: 1px solid #EFEFEF;
  margin-bottom: 20px; }
  .search__results__item.show {
    display: block; }

.search__results__itemcont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  .search__results__itemcont.no-image {
    display: block; }

.search__results__item-imgwr img {
  display: block;
  width: 100%; }

.search__results__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: #2B384A;
  border-bottom: 1px solid #EFEFEF; }

.search__results__item__title {
  font-family: "ninoB";
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.5;
  padding: 14px 20px 10px 20px; }

.search__results__item__detail {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FM";
  font-size: 12px;
  padding: 16px 55px;
  border-left: 1px solid #EFEFEF;
  color: #425063;
  -webkit-transition: background 300ms linear 0s;
  -o-transition: background 300ms linear 0s;
  transition: background 300ms linear 0s; }
  .search__results__item__detail:hover {
    background: #005186;
    color: #fff; }

.search__results__item__detailb {
  display: inline-block;
  font-family: "FM";
  font-size: 12px;
  padding: 16px 55px;
  border: 1px solid #EFEFEF;
  color: #425063; }

.search__results__item__content {
  padding: 10px 20px; }
  .search__results__item__content p {
    font-family: "FR";
    font-size: 13px;
    color: #9DA2AA;
    line-height: 1.7;
    margin-bottom: 20px; }
  .search__results__item__content ul {
    margin: 20px 0; }
    .search__results__item__content ul li {
      position: relative;
      list-style-position: inside;
      color: #425063;
      font-size: 13px;
      padding: 5px 0 5px 25px;
      font-family: "FR"; }
      .search__results__item__content ul li::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #005186;
        left: 5px;
        top: calc(50% - 3px);
        border-radius: 3px; }
  .search__results__item__content ol {
    margin: 20px 0; }
    .search__results__item__content ol li {
      position: relative;
      list-style-type: decimal;
      list-style-position: inside;
      color: #425063;
      font-size: 13px;
      padding: 5px 0;
      font-family: "FR"; }

.search__results__item__text {
  font-family: "FR";
  font-size: 13px;
  color: #9DA2AA;
  line-height: 1.7;
  margin-bottom: 20px; }

.search-result-loader {
  background: #D6384B;
  color: #fff;
  font-family: "ninoB";
  font-size: 13px;
  font-weight: 700;
  padding: 13px 20px 10px 20px;
  text-align: center;
  cursor: pointer;
  margin: 0 0 40px 0; }
  .search-result-loader.hide {
    display: none; }

@media screen and (min-width: 800px) {
  .search__results__item__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search__results__item__detailb {
    display: none; }
  .search__results__item__title {
    padding: 14px 30px 10px 30px; }
  .search__results__item__content {
    padding: 17px 30px 15px 30px; }
  .search__results__item__text {
    margin-bottom: 0; }
  .search__results__itemcont {
    -ms-grid-columns: 295px 1fr;
    grid-template-columns: 295px 1fr; } }

.events__list__item {
  padding: 30px 15px 5px 30px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EFEFEF; }

.events__list__item__title {
  position: relative;
  font-family: "ninoB";
  font-size: 20px;
  color: #2B384A;
  padding-bottom: 40px;
  margin-bottom: 15px; }

.events__list__item__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 2px;
  background: #DCE2F0; }

.events__list__item__text {
  font-size: 13px;
  font-family: "FR";
  line-height: 1.7;
  margin-bottom: 30px;
  color: #425063; }

.events__list__item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.events__list__item__bleft {
  color: #9DA2AA;
  font-family: "FR";
  font-size: 13px;
  margin: 0 3px 15px 0; }

.events__list__item__bname, .events__list__item__address, .events__list__item__time {
  position: relative;
  margin-right: 25px; }

.events__list__item__bname::before, .events__list__item__address::before {
  content: "";
  position: absolute;
  background: #9DA2AA;
  height: 13px;
  width: 2px;
  top: 1px;
  right: -12px; }

.events__list__item__time::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: #9DA2AA;
  top: 7px;
  right: -17px; }

.events__list__item__status.public {
  color: #3AB896; }

.events__list__item__status.private {
  color: #DB5160; }

.documents__list__wr {
  padding: 35px 0 20px 0; }

.documents__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 15px 10px;
  border: 1px solid #EFEFEF;
  margin-bottom: 25px; }

.documents__list__item__info {
  font-size: 20px;
  font-family: "ninoB";
  color: #2B384A;
  margin: 0 0 10px 0; }

.documents__list__item__download {
  position: relative;
  font-family: "FM";
  font-size: 12px;
  padding: 25px 75px 25px 35px;
  color: #C9D1DD;
  background: #425063; }
  .documents__list__item__download:hover::before {
    right: 30px; }

.documents__list__item__download::before {
  content: url("../img/docdownload.png");
  position: absolute;
  right: 37px;
  top: 18px;
  -webkit-transition: right 200ms linear 0s;
  -o-transition: right 200ms linear 0s;
  transition: right 200ms linear 0s; }

.files {
  margin-bottom: 50px; }

.files__info__wr {
  margin: 50px 0; }
  .files__info__wr ol {
    list-style-type: decimal; }
    .files__info__wr ol li {
      list-style-type: decimal;
      list-style-position: inside;
      padding: 9px 10px 0px 0px;
      color: rgba(0, 0, 0, 0.6);
      font-family: "FM";
      font-size: 12px;
      font-weight: 400; }
      .files__info__wr ol li ol li {
        padding: 9px 10px 0px 10px; }
    .files__info__wr ol li::before {
      display: none; }
  .files__info__wr ul {
    margin-bottom: 15px; }
    .files__info__wr ul li {
      position: relative;
      color: rgba(0, 0, 0, 0.6);
      font-family: "FM";
      font-size: 12px;
      font-weight: 400;
      padding: 9px 10px 0px 15px; }
      .files__info__wr ul li::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        background: #005186;
        left: 0;
        top: 14px; }
      .files__info__wr ul li ul {
        margin: 0; }
        .files__info__wr ul li ul li {
          padding: 9px 10px 0 10px; }

.files__info__wr p {
  font-size: 13px;
  font-family: "FR";
  line-height: 1.7;
  text-indent: 20px; }

.files__wr {
  padding: 30px 0 0 0;
  background: #fff; }

.files__title {
  font-size: 17px;
  font-family: "ninoB";
  position: relative;
  padding-left: 50px;
  color: #425063; }
  .files__title::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #005186;
    left: 10px;
    top: -5px; }

.files__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px 16px;
  padding: 30px 10px; }

.files__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.files__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "FM";
  font-size: 12px;
  padding: 25px 75px 25px 35px;
  color: #C9D1DD;
  background: #425063;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .files__item__link::before {
    content: url(../img/docdownload.png);
    position: absolute;
    right: 37px;
    top: calc(50% - 15px);
    -webkit-transition: right 200ms linear 0s;
    -o-transition: right 200ms linear 0s;
    transition: right 200ms linear 0s; }
  .files__item__link:hover::before {
    right: 30px; }

@media screen and (min-width: 800px) {
  .files__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(372px, 1fr)); } }

.cevents {
  padding: 60px 0 35px 0;
  min-height: 350px; }

.cevent {
  margin: 0 0 20px 0; }

.cevent__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }

.cevent__cont-lt {
  background: #DB5160;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 116px; }

.cevent__day {
  font-family: 'MonB';
  font-size: 35px;
  color: #fff;
  margin: 0 0 5px 0; }

.cevent__month {
  color: #fff;
  font-family: 'FM';
  font-size: 12px; }

.cevent__cont-rt {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.cevent__noevent {
  text-align: center;
  padding: 41px 0 30px 0;
  color: #D6384B;
  font-family: "ninoB"; }

.cevent__cont-tt {
  color: #2B384A;
  font-family: 'ninoB';
  font-size: 16px;
  padding: 20px 10px 12px 15px; }

.cevent__cont-organiz {
  color: #9DA2AA;
  font-family: 'ninoB';
  font-size: 14px;
  padding: 0 10px 6px 15px; }

.cevent__cont-txt {
  color: #9DA2AA;
  font-family: 'FR';
  font-size: 12px;
  padding: 0 10px 10px 15px;
  line-height: 1.6; }

.cevent__details {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  margin: auto 0 0 0; }

.cevent__details-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.cevent__centre {
  color: #68696a;
  font-family: 'FR';
  font-size: 11px; }
  .cevent__centre + .cevent__centre {
    margin: 4px 0 0 0; }
  .cevent__centre span {
    color: #2B384A; }

.cevent__details-rt {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0; }

.cevent__date {
  position: relative;
  color: #2B384A;
  font-family: 'FSM';
  font-size: 12px; }
  .cevent__date::before {
    content: url(../img/clocksmall.png);
    position: absolute;
    right: calc(100% + 5px);
    top: 0; }

.cevents__switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 10px 0; }

.cevent__switcher {
  text-align: center;
  line-height: 34px;
  width: 34px;
  height: 34px;
  background: #fff; }
  .cevent__switcher + .cevent__switcher {
    margin: 0 0 0 5px; }

.cevent-noevent {
  font-family: "ninoB";
  font-size: 20px;
  background: #fff;
  text-align: center;
  padding: 40px 0 32px 0; }
  .cevent-noevent span {
    display: block;
    color: #D6384B;
    margin: 0 0 5px 0; }
  .cevent-noevent p {
    color: #D6384B; }

@media screen and (min-width: 600px) {
  .cevent__details-lt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cevent__details-lt .cevent__centre {
      margin: 0; }
      .cevent__details-lt .cevent__centre:nth-child(2), .cevent__details-lt .cevent__centre:nth-child(3) {
        margin: 0 0 0 25px; }
  .cevent__cont-tt {
    padding: 15px 10px 10px 15px; } }

@media screen and (min-width: 750px) {
  .cevent__cont {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr; } }

@media screen and (min-width: 850px) {
  .cevent__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .cevent__details-rt {
    padding: 0;
    margin: 0; } }

.ie__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/ieback.png");
  background-position: center top;
  z-index: 2500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ie__overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(43, 56, 74, 0.9); }

.ie__overlay__center {
  position: relative;
  margin: auto;
  width: 358px;
  height: 269px;
  background: #fff;
  z-index: 10; }

.ie__overlay__title {
  font-size: 14px;
  font-family: "ninoB";
  padding: 30px 35px 20px 35px;
  text-align: center;
  line-height: 1.5;
  color: #425063; }

.ie__overlay__titlered {
  color: #DB5160; }

.ie__overlay__text {
  font-size: 12px;
  font-family: "FR";
  text-align: center;
  line-height: 1.6;
  padding: 0 35px;
  color: #425063; }

.ie__overlay__browsers {
  max-width: 220px;
  margin: 40px auto 30px auto; }

@media screen and (min-width: 500px) {
  .footerlist__item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial; }
  .footerlist__item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .footerlist__item:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .footerlist__item:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .footerlist__item:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial; }
  .footerlist__item:nth-child(6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .for__last__point {
    display: none; }
  .for__last__point__wr {
    border-top: none; }
  .footer__list i {
    display: inline;
    margin-bottom: 0; }
  .bottomsl-nav-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    right: 40px; } }

@media screen and (min-width: 600px) {
  .news__item__top {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr; }
  .news__item__categoryt {
    display: none; }
  .news__item__category.news__item__category2 {
    display: block; }
  .news__item__datet {
    display: none; }
  .news__item__date.news__item__datet2 {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news__item__title {
    font-size: 20px; }
  .news__item__content {
    padding: 25px 10px 10px 0; }
  .news__item__full {
    margin: 0 0 0 5px; } }

@media screen and (min-width: 700px) {
  .footerlist__item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .footerlist__item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .footerlist__item:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .footerlist__item:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .footerlist__item:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .footerlist__item:nth-child(6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .gallery__shida__top {
    padding: 50px 50px 30px 50px; }
  .gallery__imgs {
    padding: 30px 50px 30px 50px; } }

@media screen and (min-width: 900px) {
  .newses {
    -ms-grid-columns: 3fr 35px 1fr;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "lf rg"; }
  .news__right__list {
    max-height: none; }
  .news__right__title::before {
    display: none; }
  .print-content-wr {
    text-align: right; }
  .textp__cont__wr img {
    float: left;
    margin: 0 47px 50px 0; }
  .textp__cont__wr strong {
    padding-top: 42px;
    margin-bottom: 38px; }
  .textp__cont__wr blockquote::before, .textp__cont__wr blockquote::after {
    content: url(../img/blockq.png); }
  .textp__cont__wr blockquote::before {
    left: 22px;
    top: 26px; }
  .textp__cont__wr blockquote::after {
    right: 22px;
    bottom: 26px; }
  .news__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .news__right {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

@media screen and (min-width: 980px) {
  .documents__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .documents__list__item__info {
    margin: 7px 0 0 0; }
  .documents__list__item {
    padding: 8px 20px 8px 40px; } }

@media screen and (min-width: 1000px) {
  .contact__grid {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-rows: auto; }
  .contact__grid__left {
    padding: 40px 40px 100px 40px; }
  .contact__form__item__button {
    text-align: right; }
  .footerlist__item:nth-child(1) {
    -webkit-box-flex: 1.4;
    -ms-flex: 1.4 1 auto;
    flex: 1.4 1 auto; }
  .footerlist__item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .footerlist__item:nth-child(3) {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2 1 auto;
    flex: 1.2 1 auto; }
  .footerlist__item:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .footerlist__item:nth-child(5) {
    -webkit-box-flex: .5;
    -ms-flex: .5 1 auto;
    flex: .5 1 auto; }
  .footerlist__item:nth-child(6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .footerlist__item {
    text-align: left; }
  .footerlist__item:last-child {
    text-align: right; } }

@media screen and (min-width: 1340px) {
  .scroll__up {
    display: block; } }
