@font-face {
  font-family: 'Trebuchet';
  src: url(/fonts/Trebuchet.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat.ttf);
}
@font-face {
  font-family: 'bebas_neue';
  src: url(/fonts/bebas_neue_cyrillic.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  * {
    font-size: 6vw;
  }
}
/* ,Arial,sans-serif */
#site_body_intr {
  float: left;
  max-width: 100vw;
}
.backg {
  background-color: #ffffff;
}
.margin_non {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
table {
  border: none;
  border-collapse: collapse;
}
div,
span,
p,
a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
::-webkit-resizer {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background-color: #201891;
  border-radius: 0px;
}
.block {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
header {
  width: 90%;
  float: left;
  position: relative;
  min-height: 10vw;
  background: #fff;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 800px) {
  header {
    flex-flow: column;
  }
}
@media screen and (max-width: 800px) {
  header {
    font-size: 6vw;
  }
}
.logo_cover_block {
  width: auto;
  float: left;
}
@media screen and (max-width: 800px) {
  .logo_cover_block {
    width: 100%;
    padding-top: 20vw;
  }
}
.logo_block {
  height: 8vw;
  float: left;
}
@media screen and (max-width: 800px) {
  .logo_block {
    height: 30vw;
    width: 50%;
    margin-left: 25%;
    float: left;
  }
}
.header_info_block {
  width: 50%;
  float: left;
  font-size: 1.2vw;
  display: flex;
  align-items: center;
  margin-left: 30%;
}
@media screen and (max-width: 800px) {
  .header_info_block {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    flex-flow: column;
  }
}
.adres_block {
  float: left;
  font-weight: 900;
  padding-left: 8%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/img/adress.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
}
@media screen and (max-width: 800px) {
  .adres_block {
    width: 70%;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    font-size: 4vw;
    background-size: 4vw 4vw;
    background-position: left top;
    padding-top: 0vw;
    margin-top: 4vw;
    padding-bottom: 2vw;
    line-height: 3.7vw;
    background: none;
    margin-left: 0;
  }
}
.tel_block {
  float: left;
  font-weight: 900;
  padding-left: 8%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/img/pfon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
  margin-left: 5%;
}
@media screen and (max-width: 800px) {
  .tel_block {
    width: 70%;
    background: none;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    font-size: 4vw;
    background-size: 4vw 4vw;
    background-position: left top;
    padding-top: 0vw;
    margin-top: 4vw;
    padding-bottom: 2vw;
    line-height: 3.7vw;
    margin-left: 0;
  }
}
.search_block {
  float: right;
  font-weight: 900;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
  background-image: url(/img/search.png);
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw 2vw;
  margin-left: 5%;
  cursor: pointer;
}
.search_block:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .search_block {
    margin-left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-size: 4vw 4vw;
    margin-top: 1vw;
  }
}
.menu_block {
  float: left;
  font-weight: 900;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-image: url(/img/menu_s.png);
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw 2vw;
  margin-left: 1%;
  cursor: pointer;
  display: none;
}
.menu_block:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .menu_block {
    background-size: 4vw 4vw;
    margin-left: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 25%;
    width: 50%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    z-index: 9999;
  }
}
.menu_line {
  width: 90%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  background: #f0f0f0;
}
@media screen and (max-width: 800px) {
  .menu_line {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 1000vw;
    z-index: 10000;
    display: flex;
    flex-flow: column;
  }
}
.s_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2.5%;
  padding-right: 2.5%;
  color: #fff;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #201891;
  cursor: pointer;
}
.s_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .s_button {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    margin-top: 15vw;
    text-align: center;
    float: left;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 800px) {
  .menu_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
}
.top_menu_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #201891;
  cursor: pointer;
}
.top_menu_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_menu_button_cover {
  position: relative;
  float: left;
}
.top_menu_button_cover:hover > .menu_level2_block {
  display: block;
}
.top_menu_button_cover:hover > .top_menu_button {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button_cover {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.menu_level2_block {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #201891;
  display: flex;
  align-items: center;
  display: none;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .menu_level2_block {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #2e2e2e;
    outline: 1px solid #444444;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_menu_button_level2 {
  width: 100%;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #fff;
  cursor: pointer;
}
.top_menu_button_level2:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button_level2 {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #2e2e2e;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
/* s1 */
.g_w_close {
  width: 2vw;
  height: 1.5vw;
  opacity: 1;
  background: #383838 !important;
  cursor: pointer;
  padding: 1vw;
  z-index: 1004;
  position: relative;
  border-left: 2px dashed #fff;
  display: flex;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 800px) {
  .g_w_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 10vw;
    height: 10vw;
    border-left: none;
    display: block;
  }
}
.g_w_close:before,
.g_w_close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .g_w_close:before,
  .g_w_close:after {
    position: absolute;
    left: 5.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.g_w_close:after {
  transform: rotate(-45deg);
}
.g_w_close:before {
  transform: rotate(45deg);
}
.search_window_mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 1200000;
}
#hdmhncbltievdsqazacj .search_body {
  width: 100%;
  float: left;
  height: 10vw;
  background: #fff;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_body {
    height: auto;
    background: #fff7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#hdmhncbltievdsqazacj .search_body form {
  width: 100%;
  float: left;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_body form {
    height: auto;
    background: #fff;
    flex-flow: column;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
#hdmhncbltievdsqazacj .search_input,
#hdmhncbltievdsqazacj .search_submit {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  float: left;
  font-size: 1.6vw;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_input,
  #hdmhncbltievdsqazacj .search_submit {
    font-size: 4.6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#hdmhncbltievdsqazacj .search_input {
  outline: none;
  color: #383838;
  width: 60%;
  background: #fafafa;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_input {
    width: 87%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 3%;
    background: #cdcdcd;
    color: #fff;
  }
}
#hdmhncbltievdsqazacj .search_submit {
  width: 20%;
  outline: none;
  background-color: #383838;
  color: #fff;
  cursor: pointer;
}
#hdmhncbltievdsqazacj .search_submit:hover {
  background-color: #3d3d3d;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_submit {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2vw;
  }
}
#hdmhncbltievdsqazacj .g_w_close {
  width: 2vw;
  height: 1.8vw;
  opacity: 1;
  background: #383838 !important;
  cursor: pointer;
  padding: 1vw;
  z-index: 1004;
  position: relative;
  border-left: 2px dashed #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .g_w_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 12vw;
    height: 12vw;
    border-left: none;
  }
}
#hdmhncbltievdsqazacj .g_w_close:before,
#hdmhncbltievdsqazacj .g_w_close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .g_w_close:before,
  #hdmhncbltievdsqazacj .g_w_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
#hdmhncbltievdsqazacj .g_w_close:after {
  transform: rotate(-45deg);
}
#hdmhncbltievdsqazacj .g_w_close:before {
  transform: rotate(45deg);
}
#tvmxowfgqxwggawvrpmp {
  float: left;
  width: 100%;
  height: auto;
  background: url(../img/forma_fon.jpg);
  background-position: top center;
  background-size: auto 100%;
  margin-top: 3vw;
  background-attachment: fixed;
  border-bottom: 1px solid color2;
  border-top: 1px solid color2;
}
.cover_masc_body {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 6vw;
  background: rgba(19, 30, 65, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
#tvmxowfgqxwggawvrpmp .title_block {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#tvmxowfgqxwggawvrpmp .title_block h2 {
  padding-top: 3vw;
  font-size: 270%;
  color: #fff;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .title_block h2 {
    width: 90%;
    margin-left: 5%;
    font-size: 150%;
    text-align: center;
  }
}
#tvmxowfgqxwggawvrpmp h3 {
  padding-top: 0.5vw;
  font-size: 170%;
  color: #fff;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp h3 {
    width: 90%;
    margin-left: 5%;
    font-size: 110%;
    text-align: center;
  }
}
#tvmxowfgqxwggawvrpmp .forma_b_cover {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_b_cover {
    width: 100%;
  }
}
#tvmxowfgqxwggawvrpmp .forma_input {
  width: 30%;
  float: left;
  padding-left: 0.5vw;
  margin-left: 1.3%;
  margin-right: 1.3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_input {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
#tvmxowfgqxwggawvrpmp .forma_submit {
  width: 30%;
  float: left;
  padding-left: 0.5vw;
  margin-left: 1.3%;
  margin-right: 1.3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: #201891;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_submit {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
.forma_end_body {
  color: #fff;
  font-size: 150%;
  display: flex;
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  flex-wrap: wrap;
  text-align: center;
  flex-flow: column;
}
#iarfpgchclqugayyxvgz {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 3vw;
  background: #383838;
  min-height: 20vh;
  border-bottom: 2px solid #060606;
}
#iarfpgchclqugayyxvgz .left_block {
  float: left;
  width: 44%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .left_block {
    height: auto;
    width: 96%;
    padding-bottom: 3vw;
  }
}
#iarfpgchclqugayyxvgz .right_block {
  float: left;
  width: 49%;
  height: auto;
  position: relative;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .right_block {
    height: auto;
    width: 100%;
  }
}
#iarfpgchclqugayyxvgz .map {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
}
#iarfpgchclqugayyxvgz .footer_title {
  font-size: 3vw;
  color: #fff;
  margin-top: 4vw;
  float: left;
  width: 100%;
}
#iarfpgchclqugayyxvgz .footer_title2 {
  font-size: 1.6vw;
  color: #fff;
  float: right;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_title2 {
    font-size: 3.6vw;
    color: #fff;
    float: left;
    width: 88%;
    text-align: right;
  }
}
#iarfpgchclqugayyxvgz .footer_split_line {
  width: 100%;
  height: 1px;
  background: #464646;
  float: left;
  margin-top: 2vw;
}
#iarfpgchclqugayyxvgz .footer_icon_title {
  font-size: 1.5vw;
  color: #fff;
  margin-top: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_icon_title {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
#iarfpgchclqugayyxvgz .footer_icons_block {
  width: 82%;
  float: left;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
#iarfpgchclqugayyxvgz .footer_icons_block img {
  float: left;
  height: 3vw;
  margin-right: 0.5vw;
  padding: 1vw;
  outline: 1px solid #565656;
  background: #fff6;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_icons_block img {
    height: 7vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover {
  width: 87%;
  float: left;
  color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .telefon_block_cover {
  width: 82%;
  height: auto;
  float: left;
  background: url(../img/tel2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5vw 2.5vw;
  padding-left: 10%;
  margin-top: 2vw;
  color: #fff;
  margin-left: 8%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover .telefon_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover {
  width: 82%;
  float: left;
  margin-left: 8%;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background: inherit;
    margin-right: 0;
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover .adress_block {
  width: 85%;
  height: auto;
  float: left;
  position: relative;
  background: url(../img/adress2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
  padding-left: 14%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover .adress_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .email_block {
  width: 85%;
  height: auto;
  float: left;
  position: relative;
  background: url(../img/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 1.5vw;
  padding-left: 14%;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .email_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .telefon_block > a {
    font-size: 5vw;
  }
}
#iarfpgchclqugayyxvgz .foter_block {
  font-family: inherit;
  font-size: 1.4vw;
  letter-spacing: 0px;
}
.href_icon_cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 95%;
  height: auto;
  position: relative;
  margin-left: 5%;
  padding-top: 2vw;
}
.href_icon_item {
  width: auto;
  height: 1.6vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 0.6vw;
  padding-right: 0.6vw;
}
@media screen and (max-width: 800px) {
  .href_icon_item {
    height: 5.6vw;
  }
}
