@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Kumbh Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
p {
  color: #062a57;
}
li {
  list-style: none
}
header.header_top {
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10000;
}
nav .nav_wrapper {
  display: flex;
  margin: 0 auto;
  gap: 2em;
  flex-direction: row;
  align-items: center;
  padding-left: 2em;
  max-width: 1100px;
  padding: 1em 2em;
  width: 100%;
  justify-content: space-between;
  align-content: center;
}
nav .nav_wrapper div {
  flex: 1 1 auto;
}
.header_title {
  max-width: max-content;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  gap: 1em;
  align-items: center;
}
.header_title img {
  height: 75px;
  width: auto;
  display: block;
}
.header_title h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: max-content;
}
.header_title h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  background: #f16c37;
  display: block;
  padding: 0.5em;
  color: white;
  max-width: max-content;
  width: 100%;
}
nav {
  background: #062a57;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
nav .top_menu_navigation {
  display: flex
}
nav .top_menu_navigation {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: max-content;
  background: transparent;
  border-radius: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
nav .top_menu_navigation li {
    width: 100%;
    max-width: max-content;
}
nav .top_menu_navigation > li a {
  border-radius: 20px;
  height: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: 400;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
}
nav .top_menu_navigation > li a:hover {
  color: #0e2280;
  background: white;
}
nav .top_menu_navigation > li:last-child a {
  background: #ba280f;
  font-weight: 700
}
nav .top_menu_navigation > li:last-child a:hover {
  background: #fff;
}
section.top_banner {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
section.top_banner .picture_item h2 {
  padding: 1em;
  text-transform: uppercase;
  color: white;
  background: #f16c37;
  max-width: max-content;
  position: relative;
  border-radius: 20px;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  box-shadow: none;
  border: 0;
}
section.top_banner p {
  font-size: 15px;
  line-height: 1.5;
}
section.top_banner .picture_item {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  gap: 3em;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: none;
  justify-content: space-between;
  padding: 2em;
  border: solid 0em #ba280f;
}
section.top_banner .picture_item div {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  flex: 1 1 25%;
}
section.top_banner .picture_item p {
  padding: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
}
.top_bn_content {
  display: flex;
  gap: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 1100px;
  margin: 2em 0 0;
  flex-direction: column;
}
.top_banner:before {
  content: '';
  margin: 0;
  position: absolute;
  width: 100%;
  height: 300px;
  background: #ba280f;
  z-index: -1;
  top: 0;
  left: 0;
}
.bottom_banner {
  width: 100%;
  height: 100%;
  background: #f16c37;
  padding: 3em;
  box-sizing: border-box;
  margin: 0 auto;
}
.bottom_bn_content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0;
  gap: 2em;
  color: white;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.bottom_bn_content div p {
  width: 100%;
}
.bottom_bn_content div {
  background: #062a57;
  border-radius: 20px;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  gap: 2em;
  padding: 1em;
}
.bottom_bn_content index_first,
.bottom_bn_content index_second {
  
}
.bottom_bn_content div:last-child {
  flex-direction: column;
  gap: 0;
}
.bottom_bn_content div img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
}
.bottom_bn_content .index_first p,
.bottom_bn_content .index_second p {
  color:#ffffff
}
.bottom_bn_content div div:last-child {
  flex-direction: column;
  gap: 0;
  background: transparent;
}
.bottom_bn_content h3 {
  background: #ba280f;
  padding: 0.5em 1em;
  position: relative;
  top: 0;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.bottom_bn_content div a {
  border-radius: 20px;
  display: block;
  max-width: max-content;
  color: white;
  transition: all ease-in 0.3s;
  border: solid 0.05rem;
  text-decoration: none;
  padding: 10px;
}
.bottom_bn_content div a:hover {
  background: white;
  color: #0e2280
}
.block_first {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.block_first .picture_item {
  display: flex;
}
.block_second {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
}
.block_second .picture_item {
  flex-direction: row-reverse !important;!i;!;
  margin-bottom: 0;!i;!;
}
.picture_item img {
  border-radius: 20px;
  width: 100%;
  /* max-width: 40%; */
  display: block;
}
iframe {
  height: auto;
  display: block;
  box-sizing: border-box;
  min-height: 600px;
  width: 100%;
}
.gm-style-mtc {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative
}
.gm-style-mtc .address_container {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
.gm-style-mtc .address_container div:first-child {
  padding: 0em 2em 1em;
  display: block;
  margin: 0;
  box-sizing: border-box;
}
.gm-style-mtc .address_container h2 {
  color: #ffffff;
  border-bottom: solid 1px;
  max-width: max-content;
  background: #f16c37;
  margin: 0;
  padding: 10px;
}
.gm-style-mtc .picture_item {
  flex-basis: 100%;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.gm-style-mtc .picture_item img {
  width: 100%;
  max-width: max-content;
  height: 100%;
  line-height: normal;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
}
footer {
  background: #062a57;
}
footer address {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  gap: 10px;
  color: white;!;!i;!;
  font-size: 13px;
  margin: 0 auto;
}
footer address p {
  color: #ffffff
}
footer address a {
  color: white;
  text-decoration: none;
  background: #ba280f;
  padding: 5px;
}
address {
  font-style: normal;
  background: transparent;
  max-width: max-content;
  padding: 0.5em 1em;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  line-height: 1;
}
address a {
  text-decoration: none;
  background: #0e2280;
  border-radius: 20px;
  padding: 0 5px;
  color: white;
}
@media (max-width: 768px) {
  section.top_banner {
    padding: 0
  }
  .top_bn_content {
    flex-direction: column;
    gap: 0;
  }
  section.top_banner .picture_item h2 {
    max-width: 75%;
    font-size: 18px;
  }
  .header_title {
    max-width: max-content;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  nav .nav_wrapper {
    padding: 1em 0 1em;
    max-width: 100%;
    width: auto;
    margin: 0;
    flex-direction: column;
    gap: 1em;
  }
  .top_menu_navigation {
    column-gap: 10px;
    justify-content: flex-start;
    row-gap: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .nav > li {
    position: relative;
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex: 1 1;
    width: auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  nav .top_menu_navigation > li a {
    white-space: nowrap;
    background: #ba280f;
    font-size: 11px;
  }
  nav .top_menu_navigation {
    flex-wrap: nowrap;
    max-width: 95%;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
  nav .top_menu_navigation .top_menu_navigation {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .gm-style-mtc {
    flex-direction: column
  }
  .header_title h2 {
    padding: 0;
    line-height: 1.5;
    display: block;
    font-size: 14px;
  }
  .header_title h1 {
    padding: 0;
    width: auto;
    font-size: 14px;
  }
  .block_first, .block_second {
    padding: 0 1em
  }
  .bottom_bn_content {
    padding: 1em;
    margin: 0;
    width: auto;
    gap: 1em;
  }
  footer address {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    column-gap: 10px;
    color: white;
    font-size: 13px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em 0 10px;
    line-height: 1;
    row-gap: 0;
  }
  .bottom_bn_content {
    flex-direction: column !important;
  }
  section.top_banner .picture_item {
    flex-direction: column !important;
    padding: 1em;
    gap: 0;
  }
  .bottom_banner {
    padding: 1em;
  }
  .bottom_bn_content div,
  .bottom_bn_content div:last-child {
    flex-direction:column;
    gap:0
  }
  nav .top_menu_navigation > li:last-child a {
    font-size: 22px;
  }
  nav top_menu_navigation li:first-child,
  nav top_menu_navigation li:nth-child(2),
  nav top_menu_navigation li:nth-child(3) {
    width: 100%;
    max-width: max-content;
  }
  .header_title img {
    max-width:40px;
    height:auto
  }
}