body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.dn7_section.dn7_gray {
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dn7_section.dn7_white {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.dn7_section.dn7_stone {
  background-image: -webkit-linear-gradient(270deg, #efefef, #efefef);
  background-image: linear-gradient(180deg, #efefef, #efefef);
}

.dn7_section.dn7_darker {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.dn7_section.dn7_dn7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
  text-align: center;
}

.dn7_container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.dn7_container.dn7_subject_block {
  padding-top: 40px;
  padding-bottom: 50px;
}

.dn7_nav_link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 3px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.dn7_nav_link:hover {
  border-bottom-color: #555;
  color: #555;
}

.dn7_navbar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 5px solid #000;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(244, 94, 12, .7), rgba(244, 94, 12, .7));
  background-image: linear-gradient(180deg, rgba(244, 94, 12, .7), rgba(244, 94, 12, .7));
}

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

.dn7_header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 5px solid #000;
  border-radius: 20px;
}

.dn7_header_contact.down {
  border-style: none;
  border-radius: 0px;
}

.dn7_header_block {
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.dn7_logo_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dn7_link {
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.dn7_link.dn7_black {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.dn7_base {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 5px solid #000;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.dn7_subject_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dn7_subject_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 5px solid #000;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(236, 94, 4, .7), rgba(236, 94, 4, .7));
  background-image: linear-gradient(180deg, rgba(236, 94, 4, .7), rgba(236, 94, 4, .7));
}

.dn7_subject_item.dn7_100 {
  width: 100%;
}

.dn7_subject_title {
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 5px solid #000;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.dn7_subject_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.dn7_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dn7_block.dn7_horizont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dn7_clock_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.dn7_clock_item.dn7_left {
  margin-right: 10px;
}

.dn7_clock_item.dn7_left.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dn7_clock_item.dn7_left.part1 {
  width: 33%;
  margin-top: 0px;
}

.dn7_clock_item.dn7_left.part2_imk {
  width: 33%;
  margin-top: 0px;
  margin-left: 10px;
}

.dn7_clock_item.dn7_left.five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dn7_clock_item.dn7_right {
  margin-left: 10px;
}

.dn7_clock_item.dn7_right.three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dn7_clock_item.dn7_right.part_next {
  width: 33%;
  margin-top: 0px;
}

.dn7_clock_item.dn7_right.six {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dn7_clock_item.dn7_clock_item_center.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dn7_block_article {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.dn7_block_article.dn7_small {
  font-size: 20px;
  line-height: 24px;
}

.dn7_block_text {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.dn7_subject_sub_block {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 5px solid #000;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(244, 150, 52, .7), rgba(244, 150, 52, .7));
  background-image: linear-gradient(180deg, rgba(244, 150, 52, .7), rgba(244, 150, 52, .7));
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.dn7_text {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
}

.dn7_text.dn7_add {
  padding-left: 30px;
  border-left: 5px solid #000;
}

.dn7_text.dn7_add_block {
  display: block;
  padding: 20px 30px;
  border: 5px solid #000;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(244, 150, 52, .7), rgba(244, 150, 52, .7));
  background-image: linear-gradient(180deg, rgba(244, 150, 52, .7), rgba(244, 150, 52, .7));
  text-align: center;
}

.dn7_text.dn7_add_block.schedule {
  margin-bottom: 40px;
  text-align: left;
}

.dn7_dropdown_list {
  position: relative;
}

.dn7_dropdown_list.w--open {
  padding: 40px;
  border-top: 5px solid #000;
  background-color: transparent;
  text-align: left;
}

.dropdown {
  display: block;
  width: 100%;
  margin: 20px auto 50px;
  border: 5px solid #000;
  border-radius: 20px;
  text-align: right;
}

.dropdown-toggle {
  width: 100%;
}

.dn7_tracks_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dn7_tracks_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dn7_start {
  padding: 20px;
  border: 5px solid #000;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 40px;
  line-height: 50px;
}

.link {
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  text-decoration: none;
}

.link.w--current {
  color: #333;
}

.link.w--current:hover {
  color: #000;
  text-decoration: none;
}

.dn7_add_linked {
  margin-top: 30px;
  color: #111;
  text-align: left;
  width:100%;
}

.dn7_title_span {
  font-weight: 400;
}

.dn7_trach_item_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.image {
  padding: 20px;
  border: 5px solid #000;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.dn7_files_item {
  width: 33.3333%;
  padding-right: 20px;
}

.dn7_files_link {
  color: #fff;
  line-height: 22px;
  font-weight: 500;
}

.dn7_files_text {
  margin-top: 2px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.dn7_white_text {
  color: #fff;
}

.dn7_read_more {
  font-size: 20px;
  line-height: 24px;
}

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

.dn7_address_item {
  min-height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dn7_address_title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.dn7_address_text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.dn7_consalting_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.dn7_consalting_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dn7_consalting_item.left {
  width: 30%;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dn7_consalting_item.right {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dn7_consalting_item.nova_left {
  width: 40%;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dn7_consalting_item.nova_right {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dn7_dn7_link {
  color: #f7941e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.dn7_dn7_link:hover {
  text-decoration: underline;
}

.dn7_dn7_link.w--current {
  color: #f7941e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.dn7_dn7_link.w--current:hover {
  color: #f7941e;
}

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

.dn7_legal_item {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.dn7_legal_text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dn7_lightbox {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  cursor: -webkit-zoom-in;
}

.dn7_dopog {
  border-radius: 20px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .3);
}

.dn7_header_calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dn7_calendar_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dn7_calendar_item.one_clock {
  width: 56%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dn7_calendar_item.two_clock {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.image-2 {
  border: 5px solid #000;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .4);
}

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

.schedule_block {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.table_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table_item {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #000;
}

.table_text {
  padding: 5px 10px;
  border: 1px solid #000;
}

.table_text.bold {
  background-image: -webkit-linear-gradient(270deg, rgba(244, 150, 52, .7), rgba(244, 150, 52, .7));
  background-image: linear-gradient(180deg, rgba(244, 150, 52, .7), rgba(244, 150, 52, .7));
  font-weight: 700;
}

.dopog_nav_link {
  padding: 15px 10px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.dopog_nav_link:hover {
  background-color: #efefef;
}

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

.dopog_navbar {
  background-color: rgba(244, 150, 52, .7);
}

.dopog_navmenu_container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dopog_header_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block_item_01 {
  width: 28%;
}

.block_item_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
}

.dp_phone_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.dopog_phone {
  width: 33%;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.header_text {
  color: #2366a2;
  font-size: 24px;
  line-height: 30px;
}

.dp_text {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #2366a2;
  color: #2366a2;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.dp_text:hover {
  border-bottom-color: #000;
  color: #000;
}

.dopog_logo {
  padding-bottom: 3px;
}

@media (max-width: 991px) {
  .dn7_section.dn7_gray {
    position: relative;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .dn7_container {
    position: relative;
  }
  .dn7_header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dn7_nav_link {
    border-bottom-width: 2px;
  }
  .dn7_navbar_container {
    position: relative;
    padding-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dn7_header_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: none;
    border-width: 0px;
  }
  .dn7_subject_item {
    width: 100%;
  }
  .dn7_block.dn7_horizont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dn7_clock_item.dn7_left.one {
    width: 100%;
    margin-right: 0px;
  }
  .dn7_clock_item.dn7_left.part1 {
    width: 100%;
    margin-right: 0px;
  }
  .dn7_clock_item.dn7_left.part2_imk {
    width: 100%;
    margin: 10px 0px;
  }
  .dn7_clock_item.dn7_left.five {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .dn7_clock_item.dn7_right.three {
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dn7_clock_item.dn7_right.part_next {
    width: 100%;
    margin-left: 0px;
  }
  .dn7_clock_item.dn7_right.six {
    margin-left: 0px;
  }
  .dn7_clock_item.dn7_clock_item_center.two {
    display: block;
    width: 100%;
    margin: 10px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dn7_dropdown_list.w--open {
    padding: 20px;
  }
  .dn7_tracks_item {
    width: 50%;
  }
  .dn7_start {
    font-size: 26px;
    line-height: 36px;
  }
  .dn7_trach_item_sub {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image {
    height: 150px;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
  }
  .dn7_files_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dn7_files_item {
    width: 50%;
  }
  .dn7_address_item.dn7_map {
    display: none;
  }
  .dn7_legal_container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dn7_legal_item {
    width: 33.3333%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dn7_header_calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dn7_calendar_item.one_clock {
    width: 100%;
    margin-bottom: 20px;
  }
  .dn7_calendar_item.two_clock {
    width: 100%;
  }
  .dopog_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dopog_nav_link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    background-color: #fff;
    text-decoration: none;
  }
  .header_text {
    padding-top: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  .dp_text {
    font-size: 14px;
    line-height: 20px;
  }
  .menu-button {
    background-color: rgba(244, 150, 52, .7);
  }
  .menu-button.w--open {
    background-color: #f49634;
  }
}

@media (max-width: 767px) {
  .dn7_header {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dn7_nav_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dn7_navbar_container {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dn7_header_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dn7_header_contact.down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dn7_link {
    font-size: 20px;
    line-height: 24px;
  }
  .dn7_base {
    border-style: none;
    font-size: 26px;
    line-height: 30px;
  }
  .dn7_tracks_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dn7_tracks_item {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dn7_start {
    border-style: none;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .dn7_trach_item_sub {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .image {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dn7_files_item {
    width: 100%;
  }
  .dn7_consalting_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dn7_consalting_item.left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .dn7_consalting_item.right {
    width: 100%;
  }
  .dn7_consalting_item.nova_left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .dn7_consalting_item.nova_right {
    width: 100%;
  }
  .dn7_legal_item {
    width: 50%;
  }
  .dn7_header_calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dn7_calendar_item.one_clock {
    width: 100%;
    margin-bottom: 20px;
  }
  .dn7_calendar_item.two_clock {
    width: 100%;
    text-align: center;
  }
  .image-2 {
    border-style: none;
  }
  .image-3 {
    width: 300px;
    max-width: 100%;
  }
  .table_block {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table_item {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .dopog_header_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_item_01 {
    width: 100%;
    text-align: center;
  }
  .block_item_02 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .dp_phone_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dopog_phone {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header_text {
    padding-bottom: 10px;
  }
  .dp_text {
    font-size: 20px;
  }
  .dopog_logo {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .dn7_container.dn7_subject_block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dn7_nav_link {
    font-size: 16px;
  }
  .dn7_navbar_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
  }
  .dn7_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dn7_header_contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dn7_base {
    padding: 10px;
    border-style: none;
    font-size: 20px;
    line-height: 24px;
  }
  .dn7_subject_item.dn7_100 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dn7_subject_title {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .dn7_subject_text {
    font-size: 16px;
    line-height: 20px;
  }
  .dn7_block_article {
    font-size: 20px;
    line-height: 24px;
  }
  .dn7_block_text {
    font-size: 20px;
    line-height: 24px;
  }
  .dn7_subject_sub_block {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .dn7_text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .dn7_text.dn7_add_block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dn7_start {
    border-style: none;
  }
  .link {
    font-size: 16px;
  }
  .image {
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
  }
  .dn7_files_link {
    font-size: 14px;
    line-height: 16px;
  }
  .dn7_files_text {
    font-size: 12px;
    line-height: 14px;
  }
  .dn7_address_text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .dn7_consalting_container {
    margin-bottom: 10px;
  }
  .dn7_consalting_item.nova_left {
    margin-bottom: 10px;
  }
  .dn7_legal_item {
    width: 100%;
  }
  .image-2 {
    border-style: none;
  }
  .image-4 {
    height: 150px;
  }
  .table_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .table_text {
    font-size: 14px;
    line-height: 18px;
  }
  .dp_text {
    font-size: 13px;
    padding: 0;
  }
}

