@charset "UTF-8";
/* шрифты */
/* background-color:  #fff798; */
/*Стили сброса для айфонов*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*end*/
button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s; }

* {
  box-sizing: border-box; }

input::placeholder {
  padding: 0; }

input {
  outline: none;
  border: none;
  display: block; }

a {
  text-decoration: none;
  transition: 0.25s;
  display: block; }

textarea {
  resize: none;
  outline: none;
  display: block; }

a:hover {
  text-decoration: none; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "gregor", sans-serif;
  font-weight: normal; }

.wrapper {
  width: 1250px;
  padding: 0 50px;
  position: relative;
  margin: 0 auto; }

header {
  padding-top: 6px;
  padding-bottom: 20px; }

.header_wrapper {
  display: flex;
  justify-content: space-between; }

.header_left {
  width: 38%; }

.header_mid {
  width: 21%;
  margin-left: 1.5%;
  margin-right: 1.5%; }

.header_right {
  width: 70%; }

.header_left_top_line {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  border-bottom: 1px solid #161C38; }

.header_left_top_line_element {
  display: flex;
  align-items: center; }

.remodal_call_back {
  background: #434c6c; }

.header_left_top_line_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 12px; }

.header_left_top_line_element p {
  color: #272c3e;
  font-size: 15px;
  font-weight: 400;
  line-height: 39.48px; }



.header_right .header_left_top_line_element p {
  margin-right: 20px;
  transition: 0.25s;
  cursor: pointer; }

.header_right .header_left_top_line_element p.active {
  color: #346d98; }

.header_left_top_line_element p a {
  color: #03456d;
  font-family: Gregor;
  font-size: 15px;
  display: inline;
  font-weight: 400;
  line-height: 39.48px; }
.header_left_top_line_element ul.header_lang{
	
}
.header_left_top_line_element ul.header_lang li{
	 display: inline;
	 margin-right:20px;
}
.header_left_top_line_element ul.header_lang li.current-lang a{
	color: #346d98;
}
.header_left_top_line_element ul.header_lang li a{
	 color: #03456d;
  font-family: Gregor;
  font-size: 15px;
  display: inline;
  font-weight: 400;
  line-height: 39.48px;
}
.header_left_top_line_element form {
  display: flex;
  justify-content: flex-end; }

.header_left_top_line_element form input {
  width: 150px;
  border-bottom: 1px solid black; }

.header_left_top_line_element form button {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.search_icon {
  display: block;
  background-image: url(../img/seach_icon.png);
  width: 16px;
  height: 16px;
  background-position: center; }

.header_right .header_left_top_line {
  justify-content: space-between; }

.header_left_top_line_element:first-child {
  padding-left: 6px; }

.header_left_top_line_element:last-child {
  padding-right: 6px; }

.header_left_top_line {
  justify-content: space-between; }

.header_bot_line {
  margin-top: 48px; }

.header_bot_line ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0px;
  flex-wrap: wrap; }

.header_right .header_bot_line ul {
  justify-content: flex-end;
  padding-right: 0; }

.header_bot_line ul li {
	margin-right:20px;
}
.header_bot_line ul li a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.48px; }

.header_bot_line ul li.current-menu-item a, .header_bot_line ul li:hover a {
  color: #346d98; }


.header_social a {
  display: flex;
  justify-content: center;
  align-items: center;
 width: 16px;
    height: 15px;
  margin-left: 5px;
  margin-right: 5px; }

.header_social a:hover {
  opacity: 0.7; }

.header_social a:first-child {
  margin-left: 0; }

.header_social a:last-child {
  margin-right: 0; }

.header_social a img {
  max-width: 100%;
  max-height: 100%; }

.header_social {
  display: flex;
  justify-content: space-between;
  align-items: center;
 width: 100px;
    min-width: 100px; }


.menu_sq {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-left: 10px;
  margin-right: 15px; }

.mob_hamburger {
  display: none; }

.block_for_mob_lang {
  display: none; }

.mob_menu {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 270px;
  padding: 30px;
  background: #03456d; }

.mob_menu ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.48px;
  display: flex;
  align-items: center; }

.mob_menu ul li.active a, .mob_menu ul li:hover a {
  color: #161C38; }

.mob_sq_menu {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 21px; }

.mob_menu form {
  margin-top: 10px;
  position: relative; }

.mob_menu form input {
  width: 100%;
  border-bottom: 1px solid #161C38;
  font-size: 18px;
  line-height: 24px;
  background: transparent;
  color: #fff;
  padding: 0 5px;
  padding-right: 30px;
  padding-bottom: 5px; }

.mob_menu form button {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 7px;
  height: 16px;
  background: transparent;
  width: 20px;
  background-image: url(../img/seach_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  outline: none; }

.mob_block_for_adress {
  margin-top: 20px; }

.mob_block_for_adress p, .mob_block_for_adress p a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 39.48px; }

.mob_block_for_adress p a {
  display: inline-block; }

.mob_ardess_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 19px; }

.mob_menu {
  width: 300px;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.25s;
  opacity: 0; }

.mob_menu.active {
  transform: translateX(0%);
  opacity: 1; }

.header_left_top_line_element form input {
  border-bottom: none;
  border-bottom: 1px solid rgba(179, 162, 63, 0.5); }

.slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #161C38; }

.slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #161C38; }

.slick-dots li button:before {
  display: none; }

.slick-dots li.slick-active button {
  background-color: #161c38; }

.slick-dots li button.slick-active {
  background-color: #161c38; }

.m_1_slaid_composition {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%); }

.m_1_slaid_composition h2 {
  text-shadow: 2px 3px 4px rgba(62, 60, 69, 0.51);
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 61.63px;
  margin-bottom: 16px;
  text-align: center; }

.m_1_slaid_composition p {
  text-shadow: 2px 3px 4px rgba(62, 60, 69, 0.51);
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 39.48px;
  text-align: center; }

.m_1_slaid_wrapper {
  position: relative; }

.m_1_slaid {
  outline: none;
  width: 100%; }

.m_1_slaid_but {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%); }

.m_1_slaid_but a {
  display: block;
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  width: 213px;
  background-color: #161c38;
  text-align: center; }

.m_1_slaid_but a:hover {
  background: #414b78; }

.m_1_slider {
  width: 100%; }

.m_1_slider img {
  width: 100%;
  height: 100%; }

.m_1_slaid_composition {
  width: 100%;
  padding: 0 10px; }

.m_1_slaid_wrapper {
  min-height: 170px; }

.m_1_slider_img {
  display: block;
  width: 100%;
  height: 800px;
  
  background-position: center;
  background-repeat: cover;
  background-repeat: no-repeat; }

.m_1_slaid_wrapper {
  width: 100%; }

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.m_5_icon_box {
  min-width: 50px; }

.m_4_right {
  display: flex;
  align-items: flex-end; }

.m_3_element a {
  outline: none; }

.main_h h2 {
  color: #1b0c52;
  font-family: "angleciadisplay", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 61.63px;
    margin-bottom: 60px;  }

.main_h_right h2 {
  color: #1b0c52;
  font-family: "angleciadisplay", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 61.63px;
text-align:right;
margin-bottom: 60px;  }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.m_2 {
  padding-top: 50px;
  padding-bottom: 0px; }

.m_2_line_after_h {
  margin-top: 18px;
  width: 659px;
  height: 1px;
  background-color: #161C38;
  max-width: 60%;
  margin-bottom: 47px; }

.m_2_text {
  color: #404040;
  width: 874px;
  max-width: 80%;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto;
  margin-bottom: 81px; }

.m_2_img img {
  width: 100%; }
.video {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}

.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

.main_h_white_center h2 {
  color: #fff;
  text-align: center; }

.m_3 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url("../img/m_3_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  margin-top:-1px;}

.m_3_wrapper_for_element {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px; }
  
.m_3_wrapper_for_element_2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px; }

.m_3_element {
  width: 23%;
  background: #161c38;
  transition: 0.25s;
  padding: 30px; }

.m_3_element:hover {
  background: #1d2341; }

.m_3_icon_1 {
  background-image: url(../img/footer_logo.PNG);
  background-position: center;
  background-repeat: no-repeat;
background-size: contain;
    width: 130px;
    height: 130px; }

.m_3_icon_2 {
  background-image: url(../img/footer_logo.PNG);
  background-position: center;
  background-repeat: no-repeat;
 background-size: contain;
    width: 130px;
    height: 130px; }

.m_3_icon_3 {
  background-image: url(../img/footer_logo.PNG);
  background-position: center;
  background-repeat: no-repeat;
 background-size: contain;
    width: 130px;
    height: 130px; }

.m_3_icon_4 {
  background-image: url(../img/footer_logo.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    width: 130px;
    height: 130px; }

.m_3_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 30px; }

.m_3_bot {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.m_3_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38; }

.m_3_h2 h2 {
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-align: center; }

.m_3_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #161C38;
  margin-bottom: 30px; }

.m_3_text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center; }

.m_4_wrapper {
  display: flex;
  justify-content: space-between; }

.m_4_right {
  width: 349px;
  min-width: 349px;
  margin-left: 76px; }

.m_4_right img {
  max-width: 100%; }

.m_4_h2 h2 {
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 31.22px;
  letter-spacing: 0.22px; }

.m_4_line_after_h2 {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 247px;
  max-width: 30%;
  height: 1px;
  background: #161C38; }

.m_4 {
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative; }

.m_4_abs_bg {
  /*background-image: url(../img/m_4_bg.png);*/
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1452px;
  max-width: 100%;
  height: 205px; }

.m_4_left {
  padding-top: 20px; }

.m_4_text {
  display: flex;
  justify-content: flex-end; }

.m_4_text p {
  width: 80%;
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  /* Text style for "Aliaksandr" */
  letter-spacing: 0.18px; }

.m_4_but_more a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.16px;
  margin-top: 30px; }

.m_4_but_more a .m_4_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 15px; }

.main_h_center {
  text-align: center; }

.m_5 {
  padding-top: 20px;
  padding-bottom: 80px; }

.m_5_icon_box {
  width: 50px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px; }

.m_5_icon_box img {
  max-width: 100%;
  max-height: 100%; }

.m_5_wrapper_for_elemnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px; }

.m_5_element {
  width: 18.5%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #161C38;
  border-bottom: 1px solid #161C38;
  display: flex;
  align-items: center; }

.m_5_text p {
  color: #17203f;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px; }

.m_6 {
  background-image: url(../img/m_6_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.m_6_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 110px; }

.m_6_left {
  width: 60%; }

.m_6_right {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.m_6_right_composition {
  padding: 50px 40px;
  background-image: url(../img/m_6_bg_2.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }

.m_6_h2 h2 {
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.22px;
  margin-bottom: 30px; }

.m_6_p p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
  margin-bottom: 60px; }

.m_6_but a {
  width: 180px;
  line-height: 54px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400; }

.m_6_but a:hover {
  background-color: #006D9B;
color:#fff;  }

.m_6_right_composition a {
  color: #fff;
  font-family: Gregor;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px; }

.m_7 {
  padding-top: 50px;
  padding-bottom: 44px; }

.m_5_text {
  display: flex;
  align-items: center; }

.m_7_component {
  background-image: url(../img/m_7_comp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 36px;
  min-width: 41px;
  margin-left: 20px;
  margin-right: 20px; }

.m_7_composition_disain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.m_7_line {
  width: 50%;
  height: 1px;
  margin-top: 3px;
  background: #161C38; }

.m_7_slaider {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 60px; }

.m_7_name {
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 31.22px;
  letter-spacing: 0.16px;
  margin-bottom: 15px;
  text-align: center; }

.m_7_slogan {
  color: #03456d;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 0.16px; }

.m_7_composition_disain {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 25px; }

.m_7_text {
  color: #03456d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px; }

.m_7_slaid {
  flex-direction: column; }

.m_7_slaid {
  outline: none; }

.m8_wrapper_for_element {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.m_8_element {
  width: 23%; }

.m_8_wrapper_for_img {
  width: 100%;
  height: auto;
  margin-bottom: 13px; }

.m_8_wrapper_for_img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%; }

.m_8_data {
  color: #161C38;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px;
  margin-bottom: 30px; }

.m_8_h2 {
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 31.22px;
  letter-spacing: 0.16px;
  margin-bottom: 30px; }

.m_8_text {
  color: #404040;
  font-family: Gregor;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px;
  margin-bottom: 20px; }

.m_8_link_a a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.16px;
  margin-bottom: 30px; }

.m_8_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 15px; }

.m_8_last_line {
  display: flex;
  justify-content: flex-end; }

.m_8_line {
  width: 65%;
  height: 1px;
  background-color: #161C38; }

.m8_wrapper_for_element {
  margin-bottom: 50px;
  margin-top: 50px; }

.m_8_wrapper_for_but {
  justify-content: center;
  width: 100%;
  display: flex; }

.m_8_wrapper_for_but a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  width: 213px;
  background-color: #161c38; }

.m_8_wrapper_for_but a:hover {
  background: #414b78; }

.m_8 {
  padding-bottom: 50px; }

.m_9 {
  padding-top: 50px;
  padding-bottom: 50px; }

.m_9_small_text {
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px; }

.m_9 {
  background-image: url(../img/m_9_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.m_9_wrapper form {
  margin-top: 66px; }

.m_9_wrapper form .m_9_form_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px; }
.m_9_wrapper form .m_9_form_top span.wpcf7-form-control-wrap {margin-right:15px;}
.m_9_wrapper form .m_9_form_top span.wpcf7-form-control-wrap:last-of-type {margin-right:0px;}
.m_9_wrapper form .m_9_form_top span.wpcf7-form-control-wrap input {
  line-height: 48px;
  width: 100%;
  background-color: #03456d;
  display: block;
  padding: 0 25px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px; }

.m_9_wrapper form textarea {
  height: 136px;
  width: 100%;
  background-color: #03456d;
  padding: 19px 25px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  margin-bottom: 45px; }

.m_9_dor_but {
  display: flex;
  justify-content: center; }

.m_9_dor_but input[type="submit"] {
  width: 213px;
  line-height: 54px;
  background-color: #ffffff;
  color: #03456d;
  cursor:pointer;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  transition: 0.25s; }

.m_9_dor_but input[type="submit"]:hover {
  background-color: #006D9B; 
  color:#fff;}

.m_8_wrapper_for_img img {
  height: 100%; }

.m_7_slaid {
  padding-left: 5px;
  padding-right: 5px; }

.m_10_wrapper {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  width: 80%;
  margin: 0 auto; }

.m_10_text {
  margin-bottom: 30px; }

.m_10 {
  padding-top: 75px;
  padding-bottom: 50px; }

#map {
  height: 362px;
  width: 100%; }

.m_9_dor_but button {
  line-height: 52px; }

footer {
  background: #03456d;
  padding-top: 22px;
  padding-bottom: 49px; }

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.footer_but_to_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px; }

.footer_but_to_top a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase; }

.footer_but_to_top a:hover {
  color: #fff; }

#to_top {
  position: absolute;
  top: 0;
  left: 0; }

.footer_left {
  width: 232px;
  min-width: 232px;
  height: 124px; }

.footer_left img {
  width: 100%;
  max-width: 100%; 
      margin-top: 30px;}

.footer_right {
  width: 213px;
  min-width: 213px;
  display: flex;
  align-items: center; }

.footer_right a {
  line-height: 54px;
  background-color: #ffffff;
  text-align: center;
  color: #242c4b;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400; }

.footer_right a:hover {
  background-color: #006D9B; 
  color:#fff;}

.footer_but {
  width: 100%; }

.footer_but a {
  width: 100%; }

.footer_mid {
  flex-grow: 2;
  margin-right: 61px;
  margin-left: 75px;
  display: flex; }

.footer_mid ul {
  width: 375px;
  min-width: 375px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer_mid ul li {
  width: 50%;
  padding-right: 10px; }

.footer_mid ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 7px; }

.footer_mid ul li.active a, .footer_mid ul li a:hover {
  color: #161C38; }

.footer_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 20px; }

.footer_adress p, .footer_adress p a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center; }

.footer_adress p span {
  color: #fff;
  margin-right: 5px; }

.footer_mid {
  align-items: flex-start;
  padding-top: 33px; }

.footer_bot_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 41px;
  margin-left: 15px;
  margin-right: 15px; }

.footer_bot_left a:hover {
  opacity: 0.7; }

.footer_bot_left a:first-child {
  margin-left: 0; }

.footer_bot_left a:last-child {
  margin-right: 0; }

.footer_bot_left a img {
  max-width: 100%;
  max-height: 100%; }

.footer_bot_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 232px;
  min-width: 232px; }

.footer_wrapper_bot_line {
  display: flex;
  align-items: flex-end;
  margin-top: 58px;
  justify-content: space-between; }

.footer_bot_mid {
  margin-left: 75px;
  text-align: left;
  flex-grow: 2;
  padding-right: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; }

.footer_bot_right {
  text-align: right;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  align-items: center;
  width: 300px;
  min-width: 300px; }

.footer_bot_right a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #161C38;
  text-decoration: underline;
  margin-left: 5px; }

.m_10_read_more a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.15px;
  display: none; }

.m_10_read_more a .m_10_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 9px; }

.footer_adress_2 {
  display: none; }

.footer_bot_right {
  flex-wrap: wrap; }

.remodal_call_back {
  background-image: url(../img/call_back_remodal.png);
  width: 461px;
  max-width: 100%;
  padding: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.remodal-close {
  left: auto;
  right: 0; }

.remodal-close:before {
  color: #fff; }

.remodal_call_back h2 {
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 31.22px;
  letter-spacing: 0.29px;
  margin-bottom: 25px; }

.remodal_call_back p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px;
  margin-bottom: 36px; }

.remodal_call_back form input {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 30px;
  letter-spacing: 0.15px;
  background-color: #03456d;
  margin-bottom: 13px; }

.remodal_call_back form input::placeholder {
  color: #ffffff; }

.wrapper_for_but_call_back {
  display: flex;
  justify-content: center; }

.wrapper_for_but_call_back input[type="submit"]  {
  width: 213px;
  line-height: 54px;
  background-color: #ffffff;
  color: #03456d;
  cursor:pointer;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 38px; }

.wrapper_for_but_call_back input[type="submit"]:hover {
  background-color: #fff798; }

.remodal_was_send_a {
  display: flex;
  justify-content: center;
  margin-top: 125px; }

.remodal_was_send_a a {
  width: 213px;
  background-color: #ffffff;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-align: center; }

.remodal_was_send_a a:hover {
  background-color: #fff798; }

.remodal_was_send_a h2 {
  margin-bottom: 30px; }

.remodal_call_back_was_send {
  padding-top: 120px; }

.m_9_wrapper_send {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.m_9_send_composition h2 {
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 31.22px;
  letter-spacing: 0.29px;
  text-align: center;
  margin-bottom: 30px; }

.m_9_send_composition p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px;
  text-align: center; }

.m_9_send_to_a {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); }

.m_9_send_to_a a {
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 213px;
  line-height: 54px;
  background-color: #ffffff;
  text-align: center; }

.m_9_send_to_a a:hover {
  background-color: #fff798; }

.i_1 {
  background-image: url(../img/i_1_img.png);
  min-height: 234px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.i_3 {
  margin-top: 80px; }

.i_3_row {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.i_3_left {
  width: 50%;
  padding-right: 20px; }

.i_3_right {
  width: 50%;
  padding-left: 20px; }

.i_3_row ul {
  width: 100%;
  justify-content: space-between; }

.i_3_row ul li {
  width: 100%; }

.i_3_row ul li a {
  color: #161c38;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px;
  text-decoration: underline;
  display: flex; }

.i_3_row ul li a span {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline; }

.i_3_row ul li a:hover {
  color: #161C38; }

.i_3_arrow {
  display: block;
  background-image: url(../img/i_3_arrow.png);
  width: 22px;
  height: 9px;
  min-width: 22px;
  position: relative;
  top: 8.5px;
  margin-right: 23px; }

.i_3 {
  padding-bottom: 100px; }

.i_2 .slick-dots {
  bottom: -30px; }

.i_3_row ul li {
  display: none; }

.i_3_row ul li:first-child {
  display: flex; }

.i_3_but_to_show {
  display: flex;
  justify-content: center;
  margin-top: 50px; }

.i_3_but_to_show a {
  color: #ffffff;
  font-family: "angleciadisplay", sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 213px;
  line-height: 54px;
  background-color: #161c38;
  text-align: center; }

.i_3_but_to_show.active {
  display: none; }

.i_3_row.active ul li {
  display: flex !important; }

.i_3_but_to_show a:hover {
  background: #414b78; }

.bread ul {
  display: flex;
  align-items: center;
  padding-top: 25px;
  flex-wrap: wrap; }

.bread ul li {
  margin-bottom: 10px; }

.bread ul li a {
  color: #272c3e;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px; }

.bread ul li a:hover {
  color: #161C38;
  text-decoration: underline; }

.bread ul li p {
  color: #161C38;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px; }

.bread ul li .bread_arrow {
  background-image: url(../img/i_3_arrow.png);
  width: 22px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-right: 10px; }

.i_4 {
  padding-top: 40px; }

.i_4_line {
  width:100%;
  height: 1px;
  max-width: 100%;
  background-color: #161C38;
  margin-top: 10px;
  margin-bottom: 47px; }

.i_4_block {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #161C38;
  border-top: 1px solid #161C38; }

.i_4_block ul li a {
  display: block;
  align-items: center;
  color: #170045;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 5px; }

.i_4_block ul li:last-child a {
  margin-bottom: 0; }

.i_4_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 20px; }

.i_4_block {
  padding: 20px 3px; }

.i_4_text p {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px; }

.i_4_text {
  width: 70%;
  margin-left: 15%; }


.i_4_text ul {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #161C38;
  border-top: 1px solid #161C38; 
  }


.i_4_text ul li  {
  display: block;
  align-items: center;
  color: #170045;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 5px;
list-style: none; 
    background: url(../img/sq.jpg) no-repeat 3px 10px; 
    padding-left: 24px; 
  }
.i_4_text ul li a {
  display: block;
  align-items: center;
  color: #170045;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 5px;

  }
.i_4_text a{
color: #170045;
text-decoration: none;
display:block;
}
.i_4_text ul li:last-child  {
  margin-bottom: 0; }

  
  
.i_4_but_go_back {
  margin-top: 26px; }

.i_4_but_go_back a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.16px; }

.i_4_but_go_back a:hover {
  text-decoration: none; }

.i_4 {
  padding-bottom: 70px; }

.c_1 {
  background-image: url(../img/c_1.png); }

.c_1_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.c_1_left {
  width: 55%; }

.c_1_right {
  width: 40%; }

.c_1_line {
  width: 100%;
  height: 1px;
  background-color: #161C38;
  margin-top: 20px;
  margin-bottom: 45px; }

.c_2 {
  padding-top: 50px; }

.c_2_left_adress {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: space-between; }

.c_2_left_element {
  width: 50%; }

.c_2_left_elem_for_flex {
  display: flex; }

.c_2_sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 20px;
  position: relative;
  top: 10px; }

.c_2_left_elem_for_flex p {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px; }

.c_2_left_element a {
  display: flex;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px; }

.c_1_right_for_social {
  display: flex;
  justify-content: center;
  align-items: center; }

.c_1_right_for_social a {
  display: block;
  margin-left: 15px;
  margin-right: 15px; }

.c_1_right_for_social {
  padding-top: 5px; }

.c_1_right_for_social a:hover {
  opacity: 0.8; }

.c_2_but_show_map {
  margin-top: 70px; }

.c_2_but_show_map a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.16px; }

.c_2_but_show_map a .c_2_sq {
  position: static; }

.c_2_but_show_map a:hover {
  text-decoration: none; }

.c_2 {
  padding-bottom: 70px; }

.t_1 {
  background-image: url(../img/t_1.png);
  min-height: 223px; }

.t_2 {
  padding-top: 40px;
  padding-bottom: 0px; }

.t_2_wrapper_for_man {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-bottom: 60px; }

.t_2_left {
  width: 50%;
  display: flex;
  align-items: flex-start; }

.t_2_left img {
  width: 100%; }

.t_2_right {
  width: 50%;
  padding-left: 40px; }

.t_2_right p {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px; }

.t_2_fon {
  background-image: url(../img/t_2_fon.png);
  width: 1452px;
  max-width: 100%;
  height: 200px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.t_2_left img {
  max-width: 100%; }

.t_2_line {
  width: 659px;
  height: 1px;
  background-color: #161C38;
  max-width: 100%;
 margin-top:15px;
 margin-bottom:30px;
 display: none;}
 
.t_2_line_left {
  width: 659px;
  height: 1px;
  background-color: #161C38;
  max-width: 100%;
 top: -40px;
 left:0;
    position: absolute; }
/*	
.t_2_line_right {
  width: 659px;
  height: 1px;
  background-color: #161C38;
  max-width: 100%;
 top: -40px;
 right:0;
    position: absolute; } */

.t_2_wrapper_for_man_2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
position:relative;  }

.t_2_wrapper_for_man_2 .t_2_right {
  width: 60%;
  padding-right: 40px;
text-align:right;  }

.t_2_wrapper_for_man_2 .t_2_left {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

.t_2_wrapper_for_man_2 .t_2_left img {
  max-width: 100%;
   
  height: auto; 
  }

.n_1 {
  background-image: url(../img/n_1_bg.png);
  height: 223px; }

.n_2 {
  padding-top: 30px;
  padding-bottom: 50px; }

.n_2_text {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%; }

.n_2_text p {
  margin-bottom: 20px;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px; }

.n_2_but {
  display: flex;
  justify-content: space-between; }

.n_2_but a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.16px; }



.n_2_but a:hover {
  text-decoration: none; }

.n_2_arh_left  .sq {
  width: 6px;
  height: 6px;
  background-color: #161C38;
  margin-right: 15px; }
  
.n_2_arh_left ul li {
 display: flex;
  align-items: center;
  color: #ffffff; 

}
.n_2_arh_left ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: Gregor;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.48px;
  text-decoration: underline; }

.n_2_arh_left ul li a:hover, .n_2_arh_left ul li a.active {
  color: #161C38; }

.n_2_arh_left {
  width: 267px;
  min-width: 267px;
  max-width: 100%;
  background: #03456d;
  padding: 34px 30px;
  margin-right: 10px; }

.n_2_arh_left ul {
  margin-bottom: 20px; }

.n_2_arh {
  display: flex;
  justify-content: space-between; }

.n_2_arh_right {
  flex-grow: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

.n_2_arh_article {
  width: 30%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%; }

.n_2_arw_wrapper_img {
  height: 193px;
  width: auto;
overflow:hidden;   }
.n_2_arw_wrapper_img img {
  
  width: 100%;
   }

.n_2_arh_data {
  color: #161C38;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px;
  margin-top: 16px;
  margin-bottom: 20px; }

.n_2_arh_name {
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
  margin-bottom: 26px; }

.n_2_arh_text p {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px; }

.n_2_arh_but a {
  display: flex;
  align-items: center;
  color: #03456d;
  font-family: "angleciadisplay", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: underline;
  letter-spacing: 0.16px; }

.n_2_arh_but a:hover {
  text-decoration: none; }

.n_2_arh_wrapper_line {
  display: flex;
  justify-content: flex-end; }

.n_2_arh_last_line {
  width: 171px;
  height: 1px;
  background-color: #161C38;
  margin-top: 30px;
  max-width: 100%; }

.n_2_arh {
  align-items: flex-start; }

.n_2_arh_right {
  justify-content: center; }

.e_1 {
  background-image: url(../img/e_1_img.png); }

.e_2_dis {
  background-image: url(../img/m_7_comp.png);
  width: 41px;
  min-width: 41px;
  margin-right: 36px;
  height: 36px; }

.e_2_wrapper_element {
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between; }

.e_2_text {
  flex-grow: 2; }

.e_2_text p {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px; }

.e_2 {
  padding-top: 20px;
  padding-bottom: 0px; }

.e_2_p {
  color: #03456d;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px; }

.e_2_elem {
  margin-bottom: 70px; }
