html {
	background-color: #0f1013;
}

.body-home, .body-str {
  min-width: 1100px;
  background-color: #25282e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 13, 0.55)), to(rgba(8, 10, 13, 0.55))), url('../images/bg-fon-big-min.webp');
  background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.55), rgba(8, 10, 13, 0.55)), url('../images/bg-fon-big-min.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, repeat-y;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

#scrollbar {
  /*до загрузки*/
  /*opacity: 0;*/
}

.section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 640px;
  background-image: none;
  background-position: 0px 0px;
}

.dm1_str_cont_glav {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm1_div_top_content {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dm1_div_top_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.dm1_col_top0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.dm1_col_top0:hover {
  margin-top: -3px;
  margin-bottom: 3px;
  opacity: 1;
  color: #f1daa2;
}

.dm1_h_top_text_min {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.dv_img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.dm1_top_left {
  margin-right: 20px;
  margin-left: 20px;
}

.dm1_top_logo {
  text-decoration: none;
}

.dm1_top_logo.w--current {
  position: relative;
  margin-right: 20px;
}

.dm1_h_top_tel_text_min {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: right;
}

.dm1_h_top_text_open {
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.dm1_str_sec_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.dm1_h_top_tel_text {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.dm1_h_top_tel_text:hover {
  color: #f1daa2;
}

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

.dm1_div_tel {
  text-decoration: none;
}

.dm_button_top_open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 151px;
  margin: 5px 10px;
  padding: 9px 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #25282e;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_top_open:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.logo {
  max-width: 128px;
}

.dm1_top_nav {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dm_button_top_menu {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.dm_button_top_menu:hover {
  border-bottom: 1px none #fd3232;
}

.dm1_top_menu_link {
  -webkit-transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  font-weight: 500;
  position: relative;
}

.dm1_top_menu_link:hover {
  color: #fd3232;
}

.text-span {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.dm0_button_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.menu_figure_1 {
  width: 15px;
  height: 4px;
  margin-bottom: 0px;
  background-color: #fff;
}

.menu_figure_2 {
  width: 15px;
  height: 4px;
  margin-bottom: 0px;
  background-color: #fff;
}

.menu_figure_3 {
  width: 15px;
  height: 4px;
  margin-bottom: 0px;
  background-color: #fff;
}

.dm1_col0_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.dm1_col0_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.infoblock_1_1 {
  padding: 20px 0px 20px 100px;
}

.dm1_bl_1_text_1 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.dm1_bl_1_img_1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dm1_bl_1_text_2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.dm1_bl_1_link_str {
  display: block;
  margin-top: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fd3232;
  text-align: right;
  text-decoration: none;
}

.dm1_bl_1_link_str:hover {
  color: #f1daa2;
}

.infoblock_1_2 {
  position: relative;
  padding: 20px 0px 20px 100px;
}

.dm1_bl_1_text_3 {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
}

.dm_button_bl_form {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 38px;
  margin: 5px 10px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_bl_form:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm1_bt_text_form {
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.infoblock_1_3 {
  padding: 20px 0px 20px 140px;
}

.block_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.dm1_bl_1_img_v {
  padding: 5px;
  border: 1px solid #cc0c59;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.block_video:hover .dm1_bl_1_img_v {
  margin: 5px;
  padding: 0px;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.dm1_bl_1_text_v {
  display: block;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fd3232;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

.block_video:hover .dm1_bl_1_text_v {
  color: #f1daa2;
}

.text-span-2 {
  color: hsla(0, 0%, 100%, 0.35);
}

.infoblock_1_4 {
  padding-right: 100px;
}

.dm_block_mod {
  position: relative;
  display: block;
  width: 350px;
  margin: 0px;
  padding: 15px 40px;
  border-left: 3px solid #cc0c59;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.dm_block_mod:hover {
  padding-top: 80px;
  background-color: #cc0c59;
  background-image: url('../images/icons8-air-mod.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dm1_bl_1_text_mod {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}

.dm1_bl_1_img_mod {
  position: absolute;
  left: 40px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 0;
  max-width: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.dm_block_mod:hover .dm1_bl_1_img_mod {
  opacity: 1;
}

.text-span-3 {
  color: #fd3232;
}

.text-span-4 {
  color: #33abdf;
}

.dm1_col_mod {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.dm1_str_sec_2 {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: none;
  background-position: 0px 0px;
}

.dm1_str_sec_3 {
  position: relative;
  overflow: hidden;
  padding-top: 59px;
  padding-bottom: 59px;
  background-image: none;
  background-position: 0px 0px;
}

.dm1_bl_1_h_2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.dm1_bl_1_hm_2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

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

.dm_col_tab_01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px 3px 1px 1px;
  border-color: hsla(0, 0%, 100%, 0.2) #fff hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_col_tab_01:hover {
  border-right-color: #cc0c59;
  background-color: hsla(0, 0%, 100%, 0.08);
}

.dm1_bl_2_text_1 {
  margin-bottom: 20px;
  color: #f0daa2;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.dm_col_02m1 {
  width: 18%;
}

.dm_col_02m2 {
  width: 82%;
}

.dm1_bl_2_text_2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.dm_col_tab_02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 30px 120px 30px 110px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.25);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.35);
}

.dm_col_tab_02:hover {
  border-left-width: 6px;
  border-left-color: #cc0c59;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.tab_block {
  width: 228px;
  margin-right: 17%;
}

.tab_block2 {
  width: 250px;
}

.dm1_bl_2_text_3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.dm_col_tab_03 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 15px;
  padding: 30px 60px 30px 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.25);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.35);
}

.dm_col_tab_03:hover {
  border-right-style: solid;
  border-right-width: 1px;
  border-left-width: 6px;
  border-left-color: #f02b58;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.dm_col_tab_04 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  margin-bottom: 15px;
  padding: 30px 0px 30px 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.25);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.35);
}

.dm_col_tab_04:hover {
  border-left-width: 6px;
  border-left-color: #fe3955;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.dm_col_tab_05 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 180px;
  margin-bottom: 0px;
  padding: 30px 0px 30px 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.25);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.35);
}

.dm_col_tab_05:hover {
  border-left-width: 6px;
  border-left-color: #fd3232;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.dm1_bl_2_img_1 {
  margin-right: 40px;
}

.text_span_tab {
  position: absolute;
  left: 50px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm1_bl_2_img_2 {
  position: absolute;
  left: 53px;
  top: auto;
  right: auto;
  bottom: -45px;
  z-index: 4;
}

.dm1_bl_2_text_4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.dm1_bl_1_h_3 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.div-span {
  display: none;
  width: 1px;
  height: 90%;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.dm_col_03 {
  width: 33.33%;
  padding: 0px 10px;
  float: left;
}

.dm1_str_cont_02 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm1_str_cont_03 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm_card_3 {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_card_3:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

.dm1_bl_3_text_1 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.dm1_bl_3_text_2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dm_button_bl_more {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 20px 0px;
  padding: 9px 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 1px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #f1daa2;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_bl_more:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm1_bt_text_more {
  color: #fff;
  line-height: 12px;
  text-align: center;
  text-transform: none;
}

.dm1_str_sec_4 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.div_glav_fon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 3, 9, 0.2)), to(rgba(0, 3, 9, 0.2))), url('../images/backgraund.jpg');
  background-image: linear-gradient(180deg, rgba(0, 3, 9, 0.2), rgba(0, 3, 9, 0.2)), url('../images/backgraund.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div_glav_fon.uk-animation-reverse {
  position: absolute;
  display: none;
  background-image: none;
  background-position: 0px 0px;
}

.dm1_str_cont_04 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm1_row_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 150px;
  padding-left: 150px;
  -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;
}

.dm1_col_04_1 {
  width: 60%;
  padding: 10px 60px 10px 10px;
}

.infoblock_4_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f1daa2;
}

.infoblock_4_1:hover {
  border-left: 3px solid hsla(0, 0%, 100%, 0.35);
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
}

.dm1_bl_4_text_1 {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
}

.dm1_bl_4_img_1 {
  margin-right: 15px;
  margin-left: 5px;
}

.dm_form_04 {
  width: 320px;
  float: right;
  line-height: 15px;
}

.input_form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 46px;
  margin-bottom: 20px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 3, 9, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  cursor: text;
}

.input_form:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  color: #fff;
}

.dm_button_form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 50px;
  margin-bottom: 20px;
  padding: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_form:hover {
  border-style: solid;
  border-color: #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm1_h_text_form {
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.dm1_col_04_2 {
  width: 40%;
  padding: 10px;
}

.dm1_bl_text_form {
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.dm1_bl_text_form:hover {
  color: #fff;
}

.dm1_str_sec_5 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 10, 13, 0.65)), to(rgba(9, 10, 13, 0.65)));
  background-image: linear-gradient(180deg, rgba(9, 10, 13, 0.65), rgba(9, 10, 13, 0.65));
  background-position: 0px 0px;
}

.dm1_str_cont_05 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.text-span-5 {
  font-weight: 700;
}

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

.dm_div_skrol {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dm_col_05 {
  width: 33.33%;
  padding: 10px;
  float: left;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.dm_block_cool {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 0px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_block_cool:hover {
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.01);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.tab_block_5 {
  height: 100%;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.dm1_bl_5_img_1 {
  margin-bottom: 30px;
}

.dm1_bl_5_text_1 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 23px;
  font-weight: 600;
}

.dm1_bl_5_text_2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.text-span-6 {
  color: #ff2e2e;
}

.text-span-7 {
  color: #22aecc;
}

.dm1_str_sec_6 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dm1_str_cont_06 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm1_row_6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  width: 100%;
}

.dm_col_6_1 {
  width: 50%;
  padding: 10px;
}

.dm1_bl_6_img.dop_h {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(204, 219, 250, 0.08);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm1_bl_6_img.dop_h:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.dm_card_6 {
  position: relative;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_card_6:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #f0daa2;
}

.dm_card_6.dop_h {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dm1_bl_6_text_1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.dm1_bl_6_text_2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm1_bl_6_text_3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dm1_bl_6_text_4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dm1_bl_6_text_5 {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm_button_bl_case {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 30px;
  margin-top: 25px;
  margin-bottom: -5px;
  margin-left: 0px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_bl_case:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm1_bt_text_case {
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.dm1_str_sec_7 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 3, 9, 0.4)), to(rgba(0, 3, 9, 0.4))), url('../images/elitefon.ru-17794.webp');
  background-image: linear-gradient(180deg, rgba(0, 3, 9, 0.4), rgba(0, 3, 9, 0.4)), url('../images/elitefon.ru-17794.webp');
  background-position: 0px 0px, 50% 0%;
}

.dm1_str_cont_07 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.infoblock_7_1 {
  position: relative;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
}

.dm1_bl_7_text_1 {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
}

.dm_button_bl_form7 {
  position: absolute;
  left: auto;
  top: auto;
  right: -75px;
  bottom: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  height: 38px;
  margin: 5px 10px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_bl_form7:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm1_str_sec_8 {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dm1_str_cont_08 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

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

.dm1_str_sec_9 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 11, 13, 0.75)), to(rgba(10, 11, 13, 0.75)));
  background-image: linear-gradient(180deg, rgba(10, 11, 13, 0.75), rgba(10, 11, 13, 0.75));
  background-position: 0px 0px;
}

.dm1_str_contfull_09 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm_col_9 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_col_9:hover {
  border-bottom-color: #f1daa2;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm1_bl_9_text_1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.dm1_bl_9_text_2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm1_bl_9_text_3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.dm_button_bl_case2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_bl_case2:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.text-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm_col_9:hover .text-block {
  background-color: #f1daa2;
  color: #25282e;
}

.text-span-8 {
  color: #fd3232;
}

.text-span-9 {
  color: #22aecc;
}

.dm1_bl_9_text_2-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm1_bl_9_text_2-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm1_bl_9_text_2-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm1_bl_9_text_2-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.dm_col_9-2 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_col_9-2:hover {
  border-bottom-color: #f1daa2;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm_col_9-3 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_col_9-3:hover {
  border-bottom-color: #f1daa2;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm_col_9-4 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_col_9-4:hover {
  border-bottom-color: #f1daa2;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm_col_9-5 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_col_9-5:hover {
  border-bottom-color: #fd3232;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm_col_9-5.dop_9 {
  border-right-width: 0px;
}

.dm_col_9-5.dop_9:hover {
  border-bottom-color: #f1daa2;
}

.text-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm_col_9-2:hover .text-block-2 {
  background-color: #f1daa2;
  color: #25282e;
}

.text-block-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm_col_9-3:hover .text-block-3 {
  background-color: #f1daa2;
  color: #25282e;
}

.text-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm_col_9-4:hover .text-block-4 {
  background-color: #f1daa2;
  color: #25282e;
}

.text-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm_col_9-5:hover .text-block-5 {
  background-color: #f1daa2;
  color: #25282e;
}

.dm1_str_sec_10 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dm1_str_cont_10 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm1_str_sec_11 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dm1_str_cont_11 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm_row_11 {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.dm_block_logo {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 130px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-left-width: 1px;
  border-left-color: hsla(0, 0%, 100%, 0.15);
  background-color: hsla(0, 0%, 100%, 0.03);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_block_logo:hover {
  border-right-color: #cc0c59;
  border-left-width: 0px;
  border-left-color: #cc0c59;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #fff;
}

.dm1_bl_11_text {
  margin-top: 10px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.div_container_end {
  display: block;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.h_nav_tel_text_min {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.text-span-10 {
  color: #fd3232;
}

.h_nav_tel_text {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.h_nav_tel_text:hover {
  color: #f1daa2;
}

.div_nav_tel {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.h_sec_end_text {
  margin-bottom: 0px;
  color: #b6b7b7;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.img_seti {
  padding: 10px;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.img_seti:hover {
  opacity: 1;
}

.link {
  color: #b8b8b8;
}

.link-2 {
  color: #bdbdbd;
}

.dm1_str_sec_bottom {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  background-color: #1c1e21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 3, 9, 0.5)), to(rgba(0, 3, 9, 0.5))), url('../images/sec_fon_end.webp');
  background-image: linear-gradient(180deg, rgba(0, 3, 9, 0.5), rgba(0, 3, 9, 0.5)), url('../images/sec_fon_end.webp');
  background-position: 0px 0px, 50% 0%;
}

.div_bott_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_container_bottom {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.div-block {
  width: 100%;
  margin-bottom: 0px;
}

.dm1_end_logo.w--current {
  margin-right: 20px;
}

.dm_row_end {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dm_col_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dm1_bl_link_end {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.dm1_bl_link_end:hover {
  color: #f1daa2;
}

.dm1_bl_link_end_m {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
}

.dm1_bl_link_end_m:hover {
  color: #f1daa2;
}

.dm1_bl_link_end2 {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.dm1_bl_link_end2:hover {
  color: #f1daa2;
}

.h_nav_tel_text_min2 {
  margin-top: 15px;
  padding: 2px 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.dm1_bl_text_end {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.dm1_bl_text_end2 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
}

.dm1_str_sec_end {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f1013;
}

.dm_figure_5 {
  width: 1px;
  height: 80px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.dm_figure_5.dop55 {
  display: none;
}

.dm_row_10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.dm_col_10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm_col_more_10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 30px 40px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.25);
  background-color: hsla(0, 0%, 100%, 0.02);
  background-image: none;
  background-size: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f1daa2;
}

.dm_col_more_10:hover {
  border-color: #cc0c59;
  background-color: #cc0c59;
  background-image: url('../images/icons8-air-mod.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.text_span_more {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 13px;
}

.dm1_bl_10_text_1 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.dm1_bl_10_text_2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dm_button_bl_more10 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 15px 0px;
  padding: 9px 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 1px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #f1daa2;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_bl_more10:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.tab_block-_10 {
  width: 260px;
  margin-right: 17%;
}

.dm_col_11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 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;
}

.dm_figure_5_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_block_cool:hover .dm_figure_5_1 {
  opacity: 1;
}

.dm_figure_5_2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_block_cool:hover .dm_figure_5_2 {
  opacity: 1;
}

.dm_figure_5_3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_block_cool:hover .dm_figure_5_3 {
  opacity: 1;
}

.dm_figure_5_4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  opacity: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_block_cool:hover .dm_figure_5_4 {
  opacity: 1;
}

.layer_line {
  position: fixed;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.div_container_line {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line1 {
  width: 1px;
  height: 100%;
  margin-bottom: 220px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.line2 {
  width: 1px;
  height: 100%;
  margin-top: 50%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.line3 {
  width: 1px;
  height: 100%;
  margin-bottom: 50%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.line4 {
  width: 1px;
  height: 100%;
  margin-top: 25%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.line6 {
  width: 1px;
  height: 100%;
  margin-bottom: 25%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.line5 {
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.home_glav_fon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
}

.div_stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.line-move {
  position: absolute;
  left: -200px;
  top: -200px;
  right: auto;
  bottom: auto;
  width: 800px;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.dm_card_3:hover .line-move {
  height: 140px;
  background-color: hsla(0, 0%, 100%, 0.01);
  -webkit-transform: translate(149px, 500px) rotate(-45deg);
  -ms-transform: translate(149px, 500px) rotate(-45deg);
  transform: translate(149px, 500px) rotate(-45deg);
}

.dm1_top_logo_link {
  position: absolute;
  margin-top: 5px;
  padding-left: 20px;
  -webkit-transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 14px;
  font-weight: 500;
}

.dm1_top_logo_link:hover {
  color: #fd3232;
}

.dm3_div_top_content {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dm3_col0_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.dm3_col0_l.parallax-move {
  display: block;
  width: 100%;
}

.dm3_col0_r {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dm3_bl_1_h_1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.dm3_bl_1_hm_1 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm3_infoblock_1_2 {
  position: relative;
  padding: 40px 0px 20px;
}

.dm3_infoblock_1_3 {
  padding: 20px 0px;
}

.dm3_infoblock_1_1 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.dm3_infoblock_1_0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dm3_button_bl_form {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 38px;
  margin: 5px 10px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm3_button_bl_form:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm3_bl_1_text_3 {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
}

.dm3_str_sec_glav {
  position: relative;
  overflow: hidden;
  height: 550px;
  min-height: auto;
  background-image: none;
  background-position: 0px 0px;
}

.b-rounds {
  position: absolute;
  left: 60px;
  top: -10px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 5px;
  height: 5px;
}

.b-rounds-inner {
  position: absolute;
  z-index: 3;
  width: 5px;
  height: 5px;
}

.dm2_bl_1_h_1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.dm2_bl_1_hm_1 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm2_infoblock_1_0 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dm2_button_bl_form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 38px;
  margin: 5px 10px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm2_button_bl_form:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm2_col_0 {
  position: relative;
  width: 33.33%;
  padding: 10px;
  float: left;
}

.dm2_block_mod {
  position: relative;
  display: block;
  width: 350px;
  margin: 0px;
  padding: 10px 40px;
  border-left: 3px solid #cc0c59;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.dm2_block_mod:hover {
  background-color: #cc0c59;
  background-image: url('../images/icons8-air-mod.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dm4_infoblock_1_0 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dm4_infoblock_1_1 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.dm4_bl_1_h_1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.dm4_bl_1_hm_1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.dm5_bl_1_hm_1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.dm4_col0_r {
  display: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dm7_col0_r {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dm7_infoblock_1_0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dm7_button_open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 38px;
  margin: 5px 30px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm7_button_open:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm7_button_reg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 38px;
  margin: 5px 30px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm7_button_reg:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm3_str_cont_02 {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.dm2_str_sec_2 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.dm3_infoblock_2_1 {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.dm3_bl_2_h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.dm3_bl_2_h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm3_infoblock_big {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url('../images/bg-third-section.jpg');
  background-size: auto;
}

.dm3_row_dig {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.dm3_div_rock {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -85px;
  z-index: 3;
}

.dm3_text_rock {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm2_str_cont_02 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dm3_col_big {
  position: relative;
  margin-top: 60px;
  margin-bottom: 0px;
}

.dm3_bl_big_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #25282e;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.dm3_bl_big_h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #25282e;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

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

.dm3_bl_big_t1 {
  margin-left: 20px;
  color: #25282e;
  font-size: 18px;
}

.dm3_bl_big_t2 {
  margin-top: 0px;
  margin-left: 140px;
  color: #25282e;
  font-size: 18px;
}

.text-span-11 {
  color: #fd3232;
  font-weight: 700;
}

.dm3_bl_big_t3 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 140px;
  color: #25282e;
  font-size: 18px;
}

.text-span-12 {
  color: #25282e;
}

.text_span_big {
  position: absolute;
  left: -80px;
  top: -20px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #25282e;
  font-size: 13px;
}

.dm3_bl_2_rov {
  position: absolute;
  left: -72px;
  top: 15px;
  right: auto;
  bottom: auto;
}

.dm3_block2 {
  width: 50%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}

.dm3_block3 {
  position: relative;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: right;
}

.image {
  position: absolute;
  left: 45px;
  top: 8px;
  right: auto;
  bottom: auto;
}

.dm3_bl_big_m {
  color: #69686c;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  text-align: center;
}

.dm3_bl_big_h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  clear: both;
  color: #25282e;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.dm3_bl_big_t4 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #25282e;
  font-size: 18px;
}

.text-span-14 {
  color: #22aecc;
}

.dm_med {
  font-weight: 600;
}

.dm3_bl_big_t5 {
  color: #25282e;
  font-size: 18px;
}

.text-span-15 {
  color: #fd3232;
  font-weight: 700;
}

.dm3_bl_big_t6 {
  margin-bottom: 40px;
  color: #25282e;
  font-size: 18px;
}

.dm3_block4 {
  width: 33.33%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}

.dm3_bl_big_t7 {
  margin-bottom: 20px;
  color: #25282e;
  font-size: 18px;
}

.dm3_bl_big_h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #25282e;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-span-20 {
  font-size: 22px;
  font-weight: 400;
}

.text-span-16 {
  color: #cc0c59;
}

.dm3_bl_big_t8 {
  margin-bottom: 20px;
  padding-top: 20px;
  color: #25282e;
  font-size: 18px;
}

.dm3_bl_big_h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #25282e;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.dm3_str_sec_3 {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 10, 13, 0.5)), to(rgba(9, 10, 13, 0.5))), url('../images/backgraund.jpg');
  background-image: linear-gradient(180deg, rgba(9, 10, 13, 0.5), rgba(9, 10, 13, 0.5)), url('../images/backgraund.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dm3_str_sec_4 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 90px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.dm3_row3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dm3_newdm_t {
  margin-right: 20px;
  float: left;
  color: #fd3232;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
}

.image-2 {
  float: right;
}

.dm_newdm_b {
  font-weight: 700;
}

.text_span_new {
  position: absolute;
  left: -50px;
  top: 20px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.dm3_bl_new_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fd3232;
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm3_bl_new_t1 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.dm3_bl_new_h1m {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #fd3232;
  font-size: 64px;
  line-height: 64px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm3_bl_new_t50 {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  font-weight: 400;
}

.dm3_block6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70px;
  padding: 10px 30px 10px 0px;
  float: left;
  -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;
}

.dm3_bl_new_tm1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

.dm3_bl_new_t50-m {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  font-weight: 400;
}

.dm3_bl_new_tm2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}

.dm3_bl_new_tm3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.dm3_bl_new_tm4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.dm3_bl_new_tm5 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.dm3_bl_new_tm6 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
}

.dm3_block7 {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.dm3_bl_new_t4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.div_new_1 {
  width: 60px;
  height: 60px;
  margin: 10px 15px;
  border-radius: 50px;
  background-color: #101823;
}

.div-block-2 {
  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;
}

.div_new_2 {
  width: 60px;
  height: 60px;
  margin: 10px 15px;
  border-radius: 50px;
  background-color: #2b2f38;
}

.div_new_3 {
  width: 60px;
  height: 60px;
  margin: 10px 15px;
  border-radius: 50px;
  background-color: #fff;
}

.div_new_4 {
  width: 60px;
  height: 60px;
  margin: 10px 15px;
  border-radius: 50px;
  background-color: #000;
}

.div_new_5 {
  width: 60px;
  height: 60px;
  margin: 10px 15px;
  border-radius: 50px;
  background-color: #cc0c59;
}

.div_new_6 {
  width: 60px;
  height: 60px;
  margin: 10px 15px;
  border-radius: 50px;
  background-color: #fd3232;
}

.dm3_img4 {
  margin-top: 20px;
}

.dm3_text_new {
  display: block;
  margin-top: 0px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  text-transform: none;
}

.dm3_bl_new_h1m2 {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #fd3232;
  font-size: 64px;
  line-height: 64px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.dm3_bl_new_h12 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fd3232;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.dm3_col_min {
  margin-right: -120px;
  margin-left: -120px;
}

.dm3_block_min {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm3_bl_new_hmin {
  margin-left: 20px;
  color: #f1daa2;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.dm3_bl_new_tmin {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.div-block-4 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm1_bl_1_h_9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.dm3_button_bl_str {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 52px;
  margin: 5px 30px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm3_button_bl_str:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm3_button_bl_str2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 52px;
  margin: 5px 30px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm3_button_bl_str2:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.div-block-6 {
  position: relative;
}

.dm4_str_sec_2 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}

.dm3_str_sec_2 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.dm1_bl_9_text_2-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm2_col_9-2:hover .text-block-2 {
  background-color: #f1daa2;
  color: #25282e;
}

.dm2_col_9-2 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px solid transparent;
  background-color: rgba(10, 11, 13, 0.75);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_9-2:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm2_col_2 {
  position: relative;
  overflow: hidden;
  width: 26.66%;
  padding: 40px 40px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_2:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

.dm2_bl_3_text_1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.dm2_bl_9_text_2 {
  height: 110px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.dm2_button_bl_case {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 30px;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm2_button_bl_case:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm2_str_sec_3 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.text-span-21 {
  color: #22aecc;
}

.dm1_bl_9_text_2-2-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-2-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm2_col_9-3:hover .text-block-2-2 {
  background-color: #f1daa2;
  color: #25282e;
}

.dm2_col_3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_3:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

.dm2_row_3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dm2_div_id {
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.dm2_col_3:hover .dm2_div_id, .dm2_col_5:hover .dm2_div_id, .dm2_col_6:hover .dm2_div_id {
  background-color: #f1daa2;
}

.dm2_bl_9_text_3 {
  margin-left: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.dm2_col_9-3 {
  position: relative;
  width: 20%;
  padding: 40px 20px 60px;
  float: left;
  border-right: 0px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 0px solid transparent;
  background-color: rgba(10, 11, 13, 0.75);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_9-3:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dm2_button_bl_case2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm2_button_bl_case2:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm1_bl_9_text_2-3-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-3-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm2_col_9-3:hover .text-block-3-2 {
  background-color: #f1daa2;
  color: #25282e;
}

.dm1_bl_9_text_2-4-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-4-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm2_col_9-3:hover .text-block-4-2 {
  background-color: #f1daa2;
  color: #25282e;
}

.dm1_bl_9_text_2-5-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f1daa2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-5-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30px;
  -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;
  background-color: #25282e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.dm2_col_9-3:hover .text-block-5-2 {
  background-color: #f1daa2;
  color: #25282e;
}

.dm2_col_4 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_4:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.dm2_str_sec_4 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.dm2_str_sec_5 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.dm2_str_sec_6 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dm2_img_1 {
  color:transparent;
}
.dm2_img_2 {
  color:transparent;
}
.dm2_img_3 {
  color:transparent;
}
.dm2_img_4 {
  color:transparent;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 70px;
}

.dm2_bl_3_text_4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.dm2_bl_9_text_4 {
  margin-top: 20px;
  margin-left: 70px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.dm2_col_5 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_5:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm2_bl_9_text_5 {
  margin-top: 0px;
  margin-left: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.text_span_info {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 13px;
}

.dm2_col_6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_6:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.dm2_bl_3_text_6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.dm2_bl_3_text_62 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.dm5_bl_3_text_1 {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.dm5_bl_3_text_2 {
  height: 120px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dm5_str_sec_3 {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  background-image: none;
  background-position: 0px 0px;
}

.dm5_bl_2_img_1 {
  margin-right: 40px;
}

.dm5_col_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dm5_col_02m1 {
  width: 25%;
}

.dm5_col_02m2 {
  width: 75%;
}

.dm5_col_tab_01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px 3px 1px 1px;
  border-color: hsla(0, 0%, 100%, 0.2) #fff hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm5_col_tab_01:hover {
  border-right-color: #cc0c59;
  background-color: hsla(0, 0%, 100%, 0.08);
}

.dm5_col_tab_01.uk-child-width-1-1 {
  margin-right: 15px;
  border-right-color: #f1daa2;
}

.dm5_col_tab_01.uk-child-width-1-1:hover {
  border-right-color: #fff;
}

.dm5_col_tab_02 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 40px 60px 40px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.25);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.35);
}

.dm5_col_tab_02:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.dm5_bl_2_text_4 {
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.dm5_bl_2_text_4:hover {
  color: #fd3232;
}

.dm5_bl_2_text_1 {
  margin-bottom: 20px;
  color: #f0daa2;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.tab_block5 {
  padding-top: 20px;
}

.dm_div_vocant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-min-info {
  padding-top: 40px;
}

.dm5_bl_2_text_m {
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 11px;
  line-height: 14px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm5_bl_2_text_link {
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.dm5_bl_2_text_link:hover {
  color: #f1daa2;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -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;
}

.dm6_bl_1_lick {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.dm6_bl_1_lick:hover {
  color: #fd3232;
  text-decoration: underline;
}

.dm6_col_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.dm6_col_02m1 {
  width: 250px;
}

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

.dm6_map {
  width: 100%;
  height: 400px;
  background-color: #f1daa2;
}

.dm_div_adres {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dm6_col_tab_01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm6_col_tab_01:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.dm6_str_cont_02 {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dm6_bl_2_text_1 {
  margin-bottom: 10px;
  color: #f0daa2;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.dm6_bl_2_text_2 {
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  /*cursor: pointer;*/
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dm6_row3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.dm_col_31 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.dm6_col_tab_3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm6_col_tab_3:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.dm6_bl_2_text_3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.dm6_bl_2_text_4 {
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.text-span-22 {
  color: #fd3232;
}

.div-block-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-button:hover {
  border-color: #fff;
}

.dm6_bl_2_text_link {
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.dm6_bl_2_text_link:hover {
  color: #f1daa2;
}

.dm_col_32 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dm7_str_sec_2 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 0px solid hsla(0, 0%, 100%, 0.05);
}

.dm7_str_cont_02 {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dm7_bl_1_h_2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.text-span-23 {
  color: #fd3232;
}

.dm7_row_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 60px auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dm7_col_03 {
  width: 50%;
  padding: 0px 10px;
  float: left;
  -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;
}

.dm7_card_3 {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm7_card_3:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

.text-span-24 {
  color: hsla(0, 0%, 100%, 0.5);
}

.dm7_bl_3_text_1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.dm7_bl_3_text_2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.div-block-76 {
  position: relative;
}

.dm7_bt_text_form {
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.dm7_row_22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 60px auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-25 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-span-25:hover {
  color: #fd3232;
}

.dm_div_modal_menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 50%;*/
  /*min-width: 440px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #0a0b0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 32, 38, 0.35)), to(rgba(29, 32, 38, 0.35))), url('../images/7794fon.webp');
  background-image: linear-gradient(180deg, rgba(29, 32, 38, 0.35), rgba(29, 32, 38, 0.35)), url('../images/7794fon.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.dm_modal_form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*max-width: 80%;*/
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_modal_form:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

.dm_modal_text_1 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.dm_modal_text_2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dm_form_modal {
  width: 300px;
  float: right;
  line-height: 15px;
}

.input_form_m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 46px;
  margin-bottom: 20px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 3, 9, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  cursor: text;
}

.input_form_m:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  color: #fff;
}

.dm_button_form_m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
  padding: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_form_m:hover {
  border-style: solid;
  border-color: #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.div-block-77 {
  width: 300px;
}

.dm5_button_bl_v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 9px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm5_button_bl_v:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm_button_v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 1px;
  background-image: linear-gradient(135deg, #cc0c59, #fd3232);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_v:hover {
  border-style: solid;
  border-color: #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff;
}

.dm_div_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #0a0b0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 32, 38, 0.35)), to(rgba(29, 32, 38, 0.35))), url('../images/7794fon.webp');
  background-image: linear-gradient(180deg, rgba(29, 32, 38, 0.35), rgba(29, 32, 38, 0.35)), url('../images/7794fon.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.dm_div_modal_info {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9991;
  display: none;
  width: 50%;
  min-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #0a0b0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 32, 38, 0.35)), to(rgba(29, 32, 38, 0.35))), url('../images/7794fon.webp');
  background-image: linear-gradient(180deg, rgba(29, 32, 38, 0.35), rgba(29, 32, 38, 0.35)), url('../images/7794fon.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.dm_modal_menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*max-width: 80%;*/
  margin-right: auto;
  margin-left: auto;
  padding: 2px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  /*background-color: hsla(0, 0%, 100%, 0.02);*/
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_modal_menu:hover {
  /*background-color: rgba(0, 0, 0, 0.04);*/
  color: #f0daa2;
}

.div-block-78 {
  width: 300px;
  padding-bottom: 20px;
}

.dm1_menu_link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.dm1_menu_link:hover {
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
}

.text-span-26 {
  display: none;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 14px;
}

.text-span-26:hover {
  color: #fd3232;
}

.dm1_div_tel_m {
  text-decoration: none;
}

.dm1_h_top_tel_text_min_m {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.dm_button_top_open_m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin: 0px 0px 40px;
  padding: 9px 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #25282e !important;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dm_button_top_open_m:hover {
  border: 2px solid #fd3232;
  background-color: #0a0b0d;
  background-image: none;
  color: #fff !important;
}

.dm1_bl_link_m {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px 5px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.dm1_bl_link_m:hover {
  color: #f1daa2;
}

.div_bott_3_m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_nav_tel_text_min2_m {
  margin-top: 15px;
  padding: 2px 10px 2px 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.dm1_bl_text_end2_m {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 10px 5px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
}

.dm_modal_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm_modal_info:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

.dm2_row_3_m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dm2_col_3_m {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dm2_col_3_m:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #f0daa2;
}

@media (max-width: 991px) {
  .body-home {
    min-width: 920px;
  }
  .dm1_str_sec_glav {
    height: 700px;
    min-height: auto;
  }
  .dm1_col_top0 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dm1_top_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dm1_top_nav {
    display: none;
  }
  .infoblock_1_1 {
    padding-left: 40px;
  }
  .infoblock_1_2 {
    padding-left: 40px;
  }
  .dm1_bl_1_text_3 {
    text-align: left;
  }
  .infoblock_1_3 {
    padding-left: 40px;
  }
  .infoblock_1_4 {
    padding-right: 0px;
  }
  .dm_block_mod {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .dm_block_mod:hover {
    padding-top: 15px;
    background-position: 0% 0%;
  }
  .dm1_bl_1_img_mod {
    display: none;
  }
  .dm_col_02m1 {
    width: 25%;
  }
  .dm_col_02m2 {
    width: 75%;
  }
  .dm_col_tab_02 {
    padding-right: 20px;
    padding-left: 40px;
  }
  .tab_block {
    margin-right: 20px;
  }
  .dm_col_tab_03 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .dm_col_tab_04 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .dm_col_tab_05 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .text_span_tab {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    padding-top: 15px;
    padding-left: 10px;
  }
  .dm1_bl_2_img_2 {
    display: none;
  }
  .dm_card_3 {
    padding: 20px;
  }
  .dm1_bl_3_text_1 {
    font-size: 16px;
  }
  .dm1_bl_3_text_2 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .dm_button_bl_more {
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .dm1_bt_text_more {
    line-height: 18px;
  }
  .dm1_row_4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dm1_bl_5_text_1 {
    text-align: center;
  }
  .dm1_bl_5_text_2 {
    text-align: center;
  }
  .dm1_row_6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dm_col_9 {
    width: 50%;
  }
  .dm_col_9-2 {
    width: 50%;
    border-right-width: 0px;
  }
  .dm_col_9-3 {
    width: 33.33%;
  }
  .dm_col_9-4 {
    width: 33.33%;
  }
  .dm_col_9-5.dop_9 {
    width: 33.33%;
  }
  .dm_row_11 {
    display: block;
    max-width: 100%;
  }
  .dm1_bl_11_text {
    text-align: center;
  }
  .dm1_str_sec_bottom {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .div_container_bottom {
    display: block;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dm_row_end {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .h_nav_tel_text_min2 {
    text-align: center;
  }
  .dm_col_11 {
    width: 33.33%;
    float: left;
    -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;
  }
  .body-str {
    min-width: 920px;
  }
  .dm3_bl_1_text_3 {
    text-align: left;
  }
  .dm3_str_sec_glav {
    height: 550px;
  }
  .dm2_block_mod {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .dm2_block_mod:hover {
    background-position: 0% 0%;
  }
  .text_span_big {
    left: -30px;
  }
  .dm3_bl_2_rov {
    left: -22px;
  }
  .image-2 {
    max-width: 600px;
  }
  .dm3_col_min {
    margin-right: -30px;
    margin-left: -30px;
  }
  .dm3_bl_new_hmin {
    font-size: 16px;
  }
  .dm3_bl_new_tmin {
    font-size: 13px;
  }
  .dm2_col_9-2 {
    width: 25%;
  }
  .dm2_col_2 {
    width: 25%;
    padding: 20px;
  }
  .dm2_bl_3_text_1 {
    font-size: 16px;
  }
  .dm2_bl_9_text_2 {
    height: 150px;
  }
  .dm2_col_3 {
    padding: 20px;
  }
  .dm2_bl_9_text_3 {
    margin-left: 20px;
  }
  .dm2_col_9-3 {
    width: 25%;
  }
  .dm2_col_4 {
    padding: 20px;
  }
  .div-block-7 {
    padding-left: 0px;
  }
  .dm2_img_4 {
    margin-left: 30px;
  }
  .dm2_bl_3_text_4 {
    margin-left: 20px;
    font-size: 16px;
  }
  .dm2_bl_9_text_4 {
    margin-left: 30px;
  }
  .dm2_col_5 {
    padding: 20px;
  }
  .dm2_bl_9_text_5 {
    margin-left: 30px;
  }
  .dm2_col_6 {
    padding: 20px;
  }
  .dm2_bl_3_text_6 {
    margin-left: 30px;
    font-size: 16px;
  }
  .dm2_bl_3_text_62 {
    margin-left: 30px;
    font-size: 16px;
  }
  .dm5_bl_3_text_1 {
    font-size: 16px;
  }
  .dm5_bl_3_text_2 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .dm5_str_sec_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .dm5_bl_2_img_1 {
    margin-right: 20px;
  }
  .dm5_col_02m1 {
    width: 25%;
  }
  .dm5_col_02m2 {
    width: 75%;
  }
  .dm5_col_tab_02 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab_block5 {
    margin-right: 20px;
  }
  .dm6_col_02m1 {
    width: 25%;
  }
  .dm6_col_02m2 {
    width: 75%;
  }
  .dm7_row_2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dm7_card_3 {
    padding: 20px;
  }
  .dm7_bl_3_text_1 {
    font-size: 16px;
  }
  .dm7_bl_3_text_2 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .dm7_row_22 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dm_modal_form {
    padding: 20px;
  }
  .dm_modal_text_1 {
    font-size: 16px;
  }
  .dm_modal_text_2 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .dm_modal_menu {
    /*padding: 20px;*/
  }
  .dm_modal_info {
    padding: 20px;
  }
  .dm2_col_3_m {
    height: auto;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .body-home {
    min-width: 600px;
  }
  .dm1_str_sec_glav {
    height: auto;
  }
  .dm1_div_top_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm1_div_top_bottom {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm1_col_top0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    float: left;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  }
  .dm1_top_left {
    display: none;
    padding-left: 100px;
  }
  .dm1_str_sec_top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dm1_col0_l {
    width: 100%;
  }
  .dm1_col0_r {
    width: 100%;
    padding-left: 75px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm1_str_sec_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm1_str_sec_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm1_bl_1_h_2 {
    font-size: 24px;
  }
  .dm1_bl_1_hm_2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .dm_col_02 {
    display: block;
  }
  .dm_col_tab_01.uk-child-width-1-1 {
    margin-right: 0px;
    margin-bottom: 15px;
    border-right-width: 1px;
    border-right-color: hsla(0, 0%, 100%, 0.2);
    border-left-width: 3px;
  }
  .dm_col_tab_01.uk-child-width-1-1:hover {
    border-left-color: #fff;
  }
  .dm_col_02m1 {
    width: 100%;
  }
  .dm_col_02m2 {
    width: 100%;
  }
  .dm1_bl_2_text_4 {
    margin-bottom: 0px;
  }
  .dm1_bl_1_h_3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .dm_col_03 {
    width: 100%;
    padding: 10px 0px;
  }
  .dm_card_3 {
    position: relative;
  }
  .dm_button_bl_more {
    display: inline-block;
  }
  .dm1_str_sec_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm1_row_4 {
    display: block;
  }
  .dm1_col_04_1 {
    width: 100%;
  }
  .dm1_bl_4_text_1 {
    font-size: 14px;
  }
  .dm1_col_04_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dm1_str_sec_5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm_div_skrol {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dm1_bl_5_text_1 {
    font-size: 18px;
    line-height: 22px;
  }
  .dm1_bl_5_text_2 {
    font-size: 14px;
  }
  .dm1_str_sec_6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm1_row_6 {
    display: block;
  }
  .dm_col_6_1 {
    width: 100%;
  }
  .dm1_bl_7_text_1 {
    font-size: 22px;
  }
  .dm_button_bl_form7 {
    right: 50px;
  }
  .dm1_str_sec_8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm_col_9-3 {
    width: 50%;
  }
  .dm_col_9-4 {
    width: 50%;
    border-right-width: 0px;
  }
  .dm_col_9-5.dop_9 {
    width: 100%;
  }
  .dm1_str_sec_10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm1_str_sec_11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm_row_11 {
    display: block;
  }
  .div_container_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dm_row_end {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm_col_end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    float: left;
  }
  .dm_row_10 {
    display: block;
    max-width: 500px;
  }
  .dm_col_10 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text_span_more {
    display: none;
  }
  .dm_col_11 {
    width: 50%;
  }
  .div_container_line {
    display: none;
  }
  .body-str {
    min-width: 600px;
  }
  .dm3_div_top_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm3_col0_l {
    width: 100%;
  }
  .dm3_col0_l.parallax-move {
    margin-top: 40px;
  }
  .dm3_col0_r {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm3_bl_1_h_1 {
    font-size: 24px;
  }
  .dm3_bl_1_hm_1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .dm3_infoblock_1_2 {
    width: 440px;
  }
  .dm3_infoblock_1_0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm2_bl_1_h_1 {
    font-size: 24px;
  }
  .dm2_bl_1_hm_1 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm2_infoblock_1_0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm2_col_0 {
    width: 50%;
  }
  .dm4_infoblock_1_0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm4_bl_1_h_1 {
    font-size: 24px;
    text-align: left;
  }
  .dm4_bl_1_hm_1 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left;
  }
  .dm5_bl_1_hm_1 {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
  }
  .dm4_col0_r {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm7_col0_r {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm7_infoblock_1_0 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .dm7_button_open {
    margin-right: 10px;
    margin-left: 10px;
  }
  .dm7_button_reg {
    margin-right: 10px;
    margin-left: 10px;
  }
  .dm2_str_sec_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm3_bl_2_h1 {
    font-size: 24px;
  }
  .dm3_bl_2_h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm3_infoblock_big {
    padding-bottom: 10px;
  }
  .dm3_row_dig {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm3_text_rock {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm2_str_cont_02 {
    display: block;
  }
  .dm3_col_big {
    margin-top: 20px;
  }
  .dm3_bl_big_h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .dm3_bl_big_h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm3_bl_big_t1 {
    font-size: 16px;
  }
  .dm3_bl_big_t2 {
    font-size: 16px;
  }
  .text_span_big {
    display: none;
  }
  .dm3_block2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .dm3_block3 {
    width: 100%;
    -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;
    text-align: center;
  }
  .image {
    left: 50px;
    top: 10px;
  }
  .dm3_bl_big_h3 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm3_bl_big_t5 {
    font-size: 16px;
  }
  .dm3_bl_big_t6 {
    font-size: 16px;
  }
  .dm3_block4 {
    width: 50%;
  }
  .dm3_bl_big_t7 {
    font-size: 16px;
  }
  .dm3_bl_big_h4 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm3_bl_big_t8 {
    font-size: 16px;
  }
  .dm3_bl_big_h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm3_str_sec_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm3_str_sec_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm3_row3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dm3_newdm_t {
    font-size: 32px;
    line-height: 34px;
  }
  .image-2 {
    max-width: 400px;
  }
  .text_span_new {
    display: none;
  }
  .dm3_bl_new_h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .dm3_bl_new_t1 {
    font-size: 16px;
  }
  .dm3_bl_new_h1m {
    font-size: 24px;
    line-height: 32px;
  }
  .dm3_block6 {
    width: 100%;
  }
  .dm3_block7 {
    width: 50%;
  }
  .dm3_bl_new_t4 {
    font-size: 16px;
  }
  .dm3_text_new {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .dm3_bl_new_h1m2 {
    font-size: 30px;
    line-height: 32px;
  }
  .dm3_bl_new_h12 {
    font-size: 30px;
    line-height: 32px;
  }
  .dm3_block_min {
    width: 50%;
  }
  .div-block-4 {
    margin-top: 40px;
  }
  .dm1_bl_1_h_9 {
    font-size: 32px;
    line-height: 32px;
  }
  .div-block-5 {
    margin-top: 40px;
  }
  .dm4_str_sec_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm3_str_sec_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm2_col_9-2 {
    width: 50%;
    height: 445px;
  }
  .dm2_col_2 {
    position: relative;
    width: 50%;
    height: 445px;
    float: left;
    border-left-width: 1px;
  }
  .dm2_bl_9_text_2 {
    height: 110px;
  }
  .dm2_str_sec_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm2_col_3 {
    position: relative;
    height: auto;
  }
  .dm2_row_3 {
    padding-left: 0px;
  }
  .dm2_col_9-3 {
    width: 50%;
  }
  .dm2_col_4 {
    position: relative;
  }
  .dm2_str_sec_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm2_str_sec_5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm2_str_sec_6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm2_img_4 {
    margin-left: 0px;
  }
  .dm2_col_5 {
    position: relative;
  }
  .text_span_info {
    display: none;
  }
  .dm2_col_6 {
    position: relative;
  }
  .dm2_bl_3_text_6 {
    margin-left: 0px;
  }
  .dm2_bl_3_text_62 {
    margin-left: 0px;
  }
  .dm5_bl_3_text_2 {
    height: 80px;
  }
  .dm5_str_sec_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dm5_col_02 {
    display: block;
  }
  .dm5_col_02m1 {
    width: 100%;
  }
  .dm5_col_02m2 {
    width: 100%;
  }
  .dm5_col_tab_01.uk-child-width-1-1 {
    margin-right: 0px;
    margin-bottom: 15px;
    border-right-width: 1px;
    border-right-color: hsla(0, 0%, 100%, 0.2);
  }
  .dm5_bl_2_text_4 {
    margin-bottom: 0px;
  }
  .tab_block5 {
    margin-right: 0px;
  }
  .dm_div_vocant {
    padding-bottom: 20px;
  }
  .dm5_bl_2_text_link {
    margin-bottom: 0px;
  }
  .div-block-74 {
    margin-bottom: 30px;
  }
  .dm6_bl_1_lick {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .dm6_col_02 {
    display: block;
  }
  .dm6_col_02m1 {
    width: 100%;
  }
  .dm6_col_02m2 {
    width: 100%;
  }
  .dm6_map {
    height: 300px;
  }
  .dm_div_adres {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dm_col_31 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dm6_bl_2_text_4 {
    margin-bottom: 0px;
  }
  .div-block-button {
    width: 240px;
  }
  .dm6_bl_2_text_link {
    margin-bottom: 0px;
  }
  .dm_col_32 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dm7_str_sec_2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .dm7_bl_1_h_2 {
    font-size: 24px;
  }
  .dm7_row_2 {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm7_col_03 {
    width: 100%;
    padding: 10px 0px;
  }
  .dm7_card_3 {
    position: relative;
  }
  .div-block-76 {
    position: relative;
    display: inline-block;
  }
  .dm7_row_22 {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dm_modal_form {
    position: relative;
  }
  .dm_button_v {
    width: 240px;
  }
  .dm_modal_menu {
    position: relative;
  }
  .dm_modal_info {
    position: relative;
  }
  .dm2_row_3_m {
    padding-left: 0px;
  }
  .dm2_col_3_m {
    position: relative;
    height: auto;
  }
}

@media (max-width: 479px) {
  .body-home {
    min-width: 320px;
  }
  .dm1_str_cont_glav {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_div_top_bottom {
    padding-left: 0px;
  }
  .dm1_col_top0 {
    width: 100%;
  }
  .dm1_top_left {
    display: none;
    padding-left: 0px;
  }
  .dm1_top_logo.w--current {
    margin-right: 10px;
  }
  .dm1_h_top_tel_text_min {
    font-size: 11px;
  }
  .dm1_str_sec_top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dm1_h_top_tel_text {
    font-size: 16px;
    line-height: 20px;
  }
  .logo {
    max-width: 90px;
  }
  .dm1_col0_r {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .infoblock_1_1 {
    padding-left: 20px;
  }
  .dm1_bl_1_text_1 {
    font-size: 22px;
  }
  .dm1_bl_1_text_2 {
    font-size: 22px;
  }
  .infoblock_1_2 {
    padding-left: 20px;
  }
  .dm1_bl_1_text_3 {
    font-size: 18px;
    line-height: 24px;
  }
  .dm_button_bl_form {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .infoblock_1_3 {
    padding-left: 20px;
  }
  .dm_block_mod {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .dm1_str_sec_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_sec_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_bl_1_h_2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .dm1_bl_1_hm_2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .dm_col_tab_02 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm_col_tab_03 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm_col_tab_04 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm_col_tab_05 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dm1_bl_1_h_3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .dm1_str_cont_02 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_str_cont_03 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_str_sec_4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_04 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_col_04_1 {
    padding: 0px;
  }
  .dm1_bl_4_text_1 {
    font-size: 12px;
  }
  .dm_form_04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -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;
  }
  .input_form {
    width: 280px;
  }
  .dm_button_form {
    width: 280px;
  }
  .dm1_bl_text_form {
    font-size: 10px;
  }
  .dm1_str_sec_5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_05 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_row_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm_col_05 {
    width: 70%;
    -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;
  }
  .dm_block_cool {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dm1_str_sec_6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_06 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_str_sec_7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_07 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .infoblock_7_1 {
    width: auto;
    padding: 10px 20px;
  }
  .dm1_bl_7_text_1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .dm_button_bl_form7 {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dm1_str_sec_8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_08 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_str_contfull_09 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm_col_9 {
    width: 100%;
    border-right-width: 0px;
  }
  .dm_col_9-2 {
    width: 100%;
  }
  .dm_col_9-3 {
    width: 100%;
    border-right-width: 0px;
  }
  .dm_col_9-4 {
    width: 100%;
  }
  .dm1_str_sec_10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm1_str_sec_11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm1_str_cont_11 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_container_end {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h_sec_end_text {
    font-size: 10px;
  }
  .dm1_str_sec_bottom {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .div_container_bottom {
    -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;
  }
  .dm_col_end {
    width: 100%;
  }
  .dm_figure_5 {
    height: 40px;
  }
  .dm_figure_5.dop55 {
    display: block;
  }
  .dm_col_10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dm_col_more_10 {
    width: 95%;
    padding: 25px 20px 60px;
  }
  .dm1_bl_10_text_2 {
    font-size: 13px;
  }
  .dm_col_11 {
    width: 100%;
  }
  .body-str {
    min-width: 320px;
  }
  .dm1_top_logo_link {
    padding-left: 14px;
    font-size: 12px;
  }
  .dm3_col0_r {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .dm3_bl_1_h_1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .dm3_bl_1_hm_1 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm3_infoblock_1_2 {
    width: auto;
    padding-top: 0px;
  }
  .dm3_infoblock_1_3 {
    padding-left: 20px;
  }
  .dm3_button_bl_form {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dm3_bl_1_text_3 {
    font-size: 18px;
    line-height: 24px;
  }
  .dm2_bl_1_h_1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .dm2_bl_1_hm_1 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm2_button_bl_form {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dm2_col_0 {
    width: 100%;
    padding-top: 0px;
  }
  .dm2_block_mod {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .dm4_bl_1_h_1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .dm4_bl_1_hm_1 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm5_bl_1_hm_1 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm4_col0_r {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .dm7_col0_r {
    padding-left: 0px;
  }
  .dm7_infoblock_1_0 {
    display: block;
  }
  .dm7_button_open {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin: 10px 0px;
  }
  .dm7_button_reg {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin: 10px 0px;
  }
  .dm3_str_cont_02 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm2_str_sec_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm3_bl_2_h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .dm3_bl_2_h2 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm3_div_rock {
    display: none;
  }
  .dm3_text_rock {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm2_str_cont_02 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm3_bl_big_h1 {
    margin-bottom: 10px;
  }
  .dm3_bl_big_h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .dm3_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm3_bl_big_t1 {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 15px;
  }
  .dm3_bl_big_t2 {
    margin-left: 0px;
    font-size: 15px;
  }
  .dm3_bl_big_t3 {
    margin-left: 0px;
    font-size: 15px;
  }
  .dm3_block2 {
    padding-right: 0px;
  }
  .image {
    left: 32px;
    top: 6px;
    max-width: 206px;
  }
  .dm3_bl_big_h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .dm3_bl_big_t4 {
    font-size: 15px;
  }
  .dm3_bl_big_t5 {
    font-size: 15px;
  }
  .dm3_bl_big_t6 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .dm3_bl_big_t7 {
    font-size: 15px;
  }
  .dm3_bl_big_h4 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .text-span-20 {
    font-size: 16px;
  }
  .dm3_bl_big_t8 {
    padding-top: 0px;
    font-size: 15px;
  }
  .dm3_bl_big_h5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm3_str_sec_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm3_str_sec_4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm3_row3 {
    -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;
  }
  .dm3_newdm_t {
    margin-bottom: 20px;
  }
  .image-2 {
    max-width: 300px;
  }
  .dm3_bl_new_h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .dm3_bl_new_t1 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .dm3_bl_new_h1m {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }
  .dm3_bl_new_t50 {
    font-size: 15px;
  }
  .dm3_block6 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm3_block7 {
    width: 100%;
  }
  .dm3_text_new {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .dm3_bl_new_h1m2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }
  .dm3_bl_new_h12 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .dm3_col_min {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dm3_block_min {
    width: 100%;
  }
  .dm3_bl_new_hmin {
    margin-left: 10px;
  }
  .dm1_bl_1_h_9 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .div-block-5 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm3_button_bl_str {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dm3_button_bl_str2 {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dm3_str_sec_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm2_col_9-2 {
    width: 100%;
    border-right-width: 0px;
  }
  .dm2_col_2 {
    width: 100%;
  }
  .dm2_str_sec_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm2_col_9-3 {
    width: 100%;
    float: none;
    border-right-width: 0px;
  }
  .dm2_str_sec_4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm2_str_sec_5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm2_str_sec_6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm5_bl_3_text_1 {
    height: auto;
  }
  .dm5_bl_3_text_2 {
    height: auto;
  }
  .dm5_str_sec_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dm5_col_tab_02 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tab_block5 {
    padding-top: 10px;
  }
  .dm_div_vocant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-74 {
    margin-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm6_bl_1_lick {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .dm6_str_cont_02 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm_col_31 {
    width: 100%;
  }
  .dm6_col_tab_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dm_col_32 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dm7_str_sec_2 {
    padding-bottom: 10px;
  }
  .dm7_str_cont_02 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dm7_bl_1_h_2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .div-block-76 {
    max-width: 270px;
  }
  .dm7_bt_text_form {
    text-align: center;
  }
  .dm_div_modal_menu {
    /*width: 90%;
    min-width: 280px;*/
  }
  .dm_modal_form {
    max-width: 95%;
  }
  .uk-offcanvas-bar {
    padding: 0px 0px;
  }
  .dm_form_modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -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;
  }
  .input_form_m {
    width: 250px;
  }
  .dm_button_form_m {
    width: 250px;
  }
  .div-block-77 {
    width: 250px;
  }
  .dm_button_v {
    width: 240px;
  }
  .dm_div_modal {
    width: 90%;
    min-width: 280px;
  }
  .dm_div_modal_info {
    width: 90%;
    min-width: 280px;
  }
  .dm_modal_menu {
    /*max-width: 95%;*/
  }
  .div-block-78 {
    width: 250px;
  }
  .dm1_h_top_tel_text_min_m {
    font-size: 11px;
  }
  .dm_modal_info {
    max-width: 95%;
  }
  .div-block-79 {
    width: 250px;
  }
}

/*-/-webflow---------------------------------------*/
/*start--------------------------------------------*/

#jGrowl {
  font-size:18px;
  margin:5px !important; 
}
/*.jGrowl.top-right {
  top:40% !important;
  width:30% !important; 
  left:35% !important; 
}*/
#jGrowl .jGrowl-notification {
  position: relative;
  width: 300px;
  padding: 35px 10px 35px 10px;
  text-align:center;
  border-radius: 0px !important;
  background: none repeat 0 0 #fff !important;
  border: 0px solid rgba(255, 255, 255, 0.49) !important;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #111 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
  color:#111 !important;
}

/* --------------------------------------------- */

#scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
/*iukit----------------------------------------- */

a:active, a:focus { outline: none; }
button:active, button:focus { outline: none; }
input:active, textarea:active {outline:none;}
:focus {outline:none;}

/*.uk-link:hover, a:hover {
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #fff;
    text-decoration: none;
}*/

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
}

.uk-close {
  color: #999;
}

.uk-close-large {
  color: #999;
}

.uk-dropdown {
  padding: 0px;
}

.uk-offcanvas-overlay::before {
    background: rgba(10, 11, 13, 0.35);
}

.uk-dotnav>*>* {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.uk-dotnav>.uk-active>* {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.uk-totop {
    position: fixed;
    left: 50px;
    top: auto;
    right: auto;
    bottom: 50px;
    padding: 15px;
    border-radius: 4px;
    z-index: 11;
}
@media (max-width: 991px) {
  .uk-totop {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 10px;
  }
}

/* -------------------------------------------- */

#modal- .uk-modal-dialog  {
  /**/
}

/* ---------------------------------- */

/*.acrylic {
  overflow: hidden;
}

.acrylic::before {
  content: "";
    background-size: cover;
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background-blend-mode: color-dodge;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  filter: url(#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
}
.acrylic_bg1::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 13, 0.55)), to(rgba(8, 10, 13, 0.55))), url(../images/bg-fon-big-min.webp);
    background-image: linear-gradient(180deg, rgba(8, 10, 13, 0.55), rgba(8, 10, 13, 0.55)), url(../images/bg-fon-big-min.webp);
}

.acrylic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/whitenoise-361x370.png);
  opacity: 0.1;
}

.acrylic.medium::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.acrylic.medium-high::after {
  background-color: rgba(255, 255, 255, 0.6);
}*/

/*newdm---------------------------------------*/

.dm_button_top_open, .dm_button_bl_case2, .dm_button_bl_form, .dm5_button_bl_v, .dm_button_v, .dm7_button_open, .dm7_button_reg,
.dm_button_bl_more, .dm_button_form, .dm_button_bl_case, .dm_button_bl_form7, .dm3_button_bl_str, .dm3_button_bl_str2, .dm_button_top_open_m,
.dm_button_bl_more10, .dm2_button_bl_form, .dm2_button_bl_case, .dm2_button_bl_case2, .dm3_button_bl_form, .dm_button_form_m {
    border: 0px none transparent;
}
.input_:hover, .dm_button_bl_form:hover, .dm_button_bl_more:hover, .dm_button_form:hover, .dm_button_bl_case:hover, .dm5_button_bl_v:hover, .dm7_button_open:hover, .dm7_button_reg:hover,
.dm_button_bl_form7:hover, .dm_button_top_open:hover, .dm_button_bl_case2:hover, .dm3_button_bl_str:hover, .dm3_button_bl_str2:hover, .dm_button_v:hover, .dm_button_top_open_m:hover,
.dm_button_bl_more10:hover, .dm2_button_bl_form:hover, .dm2_button_bl_case:hover, .dm2_button_bl_case2:hover, .dm3_button_bl_form:hover, .dm_button_form_m:hover {
    border: 0px none transparent;
    --borderWidth: 2px;
}
.input_:after, .dm_button_bl_form:after, .dm_button_bl_more:after, .dm_button_form:after, .dm_button_bl_case:after, .dm5_button_bl_v:after, .dm7_button_open:after, .dm7_button_reg:after,
.dm_button_bl_form7:after, .dm_button_top_open:after, .dm_button_bl_case2:after, .dm3_button_bl_str:after, .dm3_button_bl_str2:after, .dm_button_v:after, .dm_button_top_open_m:after,
.dm_button_bl_more10:after, .dm2_button_bl_form:after, .dm2_button_bl_case:after, .dm2_button_bl_case2:after, .dm3_button_bl_form:after, .dm_button_form_m:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: repeating-radial-gradient(circle closest-corner at 55% 25%, #1d2023, #1d2023 30px, #fd3232 30px, #fd3232 90px);
  z-index: -1;
  animation: animatedgradient 30s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#stars {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 1297px 156px #888 , 1062px 1905px #666 , 1298px 43px #666 , 1967px 57px #666 , 967px 1216px #666 , 908px 1110px #666 , 88px 694px #666 , 1198px 1838px #666 , 1182px 546px #666 , 1041px 1145px #666 , 399px 1784px #666 , 97px 534px #666 , 682px 17px #666 , 1803px 1994px #666 , 1344px 1732px #666 , 1412px 1999px #666 , 599px 1266px #666 , 539px 452px #666 , 1994px 1057px #666 , 1158px 1961px #666 , 227px 518px #666 , 1228px 1228px #666 , 616px 1274px #666 , 154px 936px #666 , 565px 1985px #666 , 721px 1568px #666 , 438px 72px #666 , 220px 882px #666 , 334px 430px #666 , 777px 1867px #666 , 1105px 2000px #666 , 1662px 802px #666 , 753px 381px #666 , 1163px 1883px #666 , 1830px 424px #666 , 1253px 581px #666 , 1005px 1704px #666 , 59px 1016px #666 , 826px 617px #666 , 458px 1501px #666 , 1876px 784px #666 , 406px 1733px #666 , 1730px 1278px #666 , 523px 1957px #666 , 1039px 1784px #666 , 1036px 242px #666 , 887px 921px #666 , 1372px 699px #666 , 1609px 1934px #666 , 1815px 894px #666 , 1646px 3px #666 , 1159px 1966px #666 , 1948px 1226px #666 , 1163px 1783px #666 , 856px 1516px #666 , 384px 1295px #666 , 1370px 1976px #666 , 1188px 1596px #666 , 1757px 1861px #666 , 220px 296px #666 , 381px 1115px #666 , 1272px 596px #666 , 1153px 1860px #666 , 685px 204px #666 , 1407px 998px #666 , 1315px 849px #666 , 1033px 685px #666 , 1697px 461px #666 , 1377px 824px #666 , 876px 1676px #666 , 1035px 1686px #666 , 1425px 377px #666 , 1746px 307px #666 , 1033px 1072px #666 , 1448px 1916px #666 , 479px 937px #666 , 691px 865px #666 , 288px 1672px #666 , 802px 1083px #666 , 1011px 142px #666 , 1308px 1738px #666 , 693px 529px #666 , 1319px 560px #666 , 1780px 1630px #666 , 762px 1306px #666 , 1862px 797px #666 , 1070px 1308px #666 , 1937px 1777px #666 , 664px 665px #666 , 1902px 1031px #666 , 885px 925px #666 , 915px 125px #666 , 755px 474px #666 , 715px 336px #666 , 85px 1867px #666 , 264px 1654px #666 , 1648px 308px #666 , 1340px 1639px #666 , 1069px 705px #666 , 1775px 437px #666;
  animation: animStar 100s linear infinite;
}
#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 1297px 156px #888 , 1062px 1905px #666 , 1298px 43px #666 , 1967px 57px #666 , 967px 1216px #666 , 908px 1110px #666 , 88px 694px #666 , 1198px 1838px #666 , 1182px 546px #666 , 1041px 1145px #666 , 399px 1784px #666 , 97px 534px #666 , 682px 17px #666 , 1803px 1994px #666 , 1344px 1732px #666 , 1412px 1999px #666 , 599px 1266px #666 , 539px 452px #666 , 1994px 1057px #666 , 1158px 1961px #666 , 227px 518px #666 , 1228px 1228px #666 , 616px 1274px #666 , 154px 936px #666 , 565px 1985px #666 , 721px 1568px #666 , 438px 72px #666 , 220px 882px #666 , 334px 430px #666 , 777px 1867px #666 , 1105px 2000px #666 , 1662px 802px #666 , 753px 381px #666 , 1163px 1883px #666 , 1830px 424px #666 , 1253px 581px #666 , 1005px 1704px #666 , 59px 1016px #666 , 826px 617px #666 , 458px 1501px #666 , 1876px 784px #666 , 406px 1733px #666 , 1730px 1278px #666 , 523px 1957px #666 , 1039px 1784px #666 , 1036px 242px #666 , 887px 921px #666 , 1372px 699px #666 , 1609px 1934px #666 , 1815px 894px #666 , 1646px 3px #666 , 1159px 1966px #666 , 1948px 1226px #666 , 1163px 1783px #666 , 856px 1516px #666 , 384px 1295px #666 , 1370px 1976px #666 , 1188px 1596px #666 , 1757px 1861px #666 , 220px 296px #666 , 381px 1115px #666 , 1272px 596px #666 , 1153px 1860px #666 , 685px 204px #666 , 1407px 998px #666 , 1315px 849px #666 , 1033px 685px #666 , 1697px 461px #666 , 1377px 824px #666 , 876px 1676px #666 , 1035px 1686px #666 , 1425px 377px #666 , 1746px 307px #666 , 1033px 1072px #666 , 1448px 1916px #666 , 479px 937px #666 , 691px 865px #666 , 288px 1672px #666 , 802px 1083px #666 , 1011px 142px #666 , 1308px 1738px #666 , 693px 529px #666 , 1319px 560px #666 , 1780px 1630px #666 , 762px 1306px #666 , 1862px 797px #666 , 1070px 1308px #666 , 1937px 1777px #666 , 664px 665px #666 , 1902px 1031px #666 , 885px 925px #666 , 915px 125px #666 , 755px 474px #666 , 715px 336px #666 , 85px 1867px #666 , 264px 1654px #666 , 1648px 308px #666 , 1340px 1639px #666 , 1069px 705px #666 , 1775px 437px #666;
}
@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
[class*=uk-animation-] {
    animation-fill-mode: none !important;
}

  .b-rounds .b-rounds-inner,
  .b-rounds:before,
  .b-rounds:after{
		  border-radius: 50%;
		  border: 1px solid #ffffff;
		  content: "";
		  position: absolute;
		  left: 50%;
		  top: 56px;
		  opacity: 0;
		  transform: translateX(-50%) translateY(-50%);
	}
	.b-rounds:before {
		  animation: rounds 5s linear infinite;
	}
	.b-rounds:after {
		  animation: rounds 5s linear infinite 1.65s;
	}
	.b-rounds .b-rounds-inner {
		  animation: rounds 5s linear infinite 3.3s;
	}
  @keyframes rounds {
  0% {
      width: 60px;
      height: 60px;
      opacity: 0;
  }
  25% {
      opacity: .1;
  }
  75% {
      opacity: .05;
  }
  100% {
      width: 1000px;
      height: 1000px;
      opacity: 0;
  }
}

.dm1_top_menu_link:after {
    content: "";
    display: block;
    height: 3px;
    border-radius: 10px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .4s -webkit-transform;
    -o-transition: .4s -webkit-transform;
    transition: .4s -webkit-transform;
    -webkit-transition: .4s transform;
    -o-transition: .4s transform;
    transition: .4s transform;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #fd3232;
    opacity: .9;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 333; 
}
.dm1_top_menu_link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

/*----*/
.dm3_newdm_t, .dm3_bl_new_h1, .dm3_bl_new_h1m, .dm3_bl_new_h12, .dm3_bl_new_h1m2 {
    background: linear-gradient(120deg, #CC0C59 0%, #FD3232 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*--эфект при загрузке страниц--*/
.content__inner {
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0f1013;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 32, 38, 0.35)), to(rgba(29, 32, 38, 0.35))), url(../images/7794fon.webp);
    background-image: linear-gradient(180deg, rgba(29, 32, 38, 0.35), rgba(29, 32, 38, 0.35)), url(../images/7794fon.webp);*/
}
.shape-wrap {
    position: relative;
    z-index: 10;
    margin: -5px 0 0 0;
}
.shape {
    height: 100vh;
    width: 100%;
    display: block;
    fill: #0f1013;
}
/*-------------------*/


