/* VARIABLES */
/* speed */
/* mediaqueries */
/* MIXINS */
.bdbox {
  box-sizing: border-box;
}
/* transitions */
.no-trs {
  transition: all 0s ease 0s;
}
.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset li {
  margin-bottom: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/** CLEARFIX

 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
.css_anim {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul {
  list-style-image: url('../img/list-dot.png');
  margin: 1em 0;
  padding: 0 0 0 30px;
}
.hidden {
  display: none !important;
}
body {
  margin: 0;
}
img,
embed,
iframe {
  max-width: 100%;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* TABLE FIX */
.content-wrapper table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    /* sort out borders */
  }
  .content-wrapper .flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .content-wrapper .flip-scroll * html .cf {
    zoom: 1;
  }
  .content-wrapper .flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  .content-wrapper .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .content-wrapper .flip-scroll th,
  .content-wrapper .flip-scroll td {
    font: inherit;
    font-size: 12px;
    margin: 0;
    padding: 0.5em 1.5em;
    text-transform: none;
    vertical-align: top;
    width: auto;
  }
  .content-wrapper .flip-scroll th {
    text-align: left;
  }
  .content-wrapper .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .content-wrapper .flip-scroll thead {
    display: block;
    float: left;
  }
  .content-wrapper .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .content-wrapper .flip-scroll thead tr {
    display: block;
  }
  .content-wrapper .flip-scroll th {
    display: block;
    text-align: right;
  }
  .content-wrapper .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .content-wrapper .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .content-wrapper .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .content-wrapper .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .content-wrapper .flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  .content-wrapper .flip-scroll tbody tr:last-child {
    border-right: 1px solid #babcbf;
  }
  .content-wrapper .flip-scroll th:first-child,
  .content-wrapper .flip-scroll td:first-child {
    border-top: 1px solid #babcbf;
  }
  .content-wrapper .flip-scroll th:last-child,
  .content-wrapper .flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Ruble';
  src: url('../fonts/RUBSN.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/robotoslab-bold.ttf');
  font-weight: 700;
}
html {
  width: 100vw;
  overflow-x: hidden;
  overflow-x: -moz-hidde-unscrollable;
}
body {
  color: #3c4456;
  font: 400 16px OpenSans;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper {
  flex: 1;
  padding: 1px 0 0;
}
footer {
  width: 100%;
  background: #013866 url(../img/back_footer.jpg) no-repeat center;
  background-size: cover;
  padding: 32px 0 30px;
}
@media screen and (max-width: 1239px) {
  footer {
    padding: 20px 0;
    background: #013866;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 10px 0;
  }
}
footer .content {
  color: #fff;
}
@media screen and (max-width: 1239px) {
  footer .content .c_mr_110 > * {
    margin-right: 80px;
  }
  footer .content .c_mr_110 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .content > a {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: none !important;
  }
}
.footer-bottom {
  *zoom: 1;
}
.footer-bottom:before,
.footer-bottom:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer-bottom:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer_policy {
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 1239px) {
  .footer_policy {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_policy {
    float: none;
    padding: 10px 0 0;
    text-align: center;
  }
}
.footer_policy a {
  transition: all 0.8s;
  text-decoration: underline;
}
.footer_policy a:hover {
  text-decoration: none;
}
.content {
  width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.tab_p_0 {
    padding: 0;
  }
}
.d_result {
  color: #8abe2e;
  padding: 90px;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
}
.tabs_title_row {
  position: relative;
  width: 1150px;
  left: calc(50% - 575px);
  border-bottom: 1px solid #dadada;
  padding: 0 45px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.tabs_title_row > * {
  position: relative;
  height: 59px;
  line-height: 58px;
  padding: 0 40px;
  margin: 0 12px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #731aba;
  border-bottom: 1px solid transparent;
}
.tabs_title_row > *:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 9px;
  right: 12px;
  bottom: -3px;
  border: 1px solid #dadada;
  border-bottom: 3px solid #fff;
  transform: scale(1.1, 1.3) perspective(0.5em) rotateX(1deg);
  transform-origin: bottom;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tabs_title_row > *.t_active {
  color: #141414;
}
.tabs_title_row > *.t_active:before {
  opacity: 1;
}
.tabs_content_wrap > * {
  display: none;
}
.tabs_content_wrap > *:first-child {
  display: block;
}
.jst_opacity + .tabs_content_wrap {
  position: relative;
}
.jst_opacity + .tabs_content_wrap > * {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.jst_opacity + .tabs_content_wrap > *:first-child {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.jst_opacity + .tabs_content_wrap > *:first-child[style="opacity: 0;"] {
  position: absolute;
  pointer-events: none;
}
.jst_opacity + .tabs_content_wrap > *[style="opacity: 1;"] {
  position: relative;
  pointer-events: all;
}
.toggle_open_wrap {
  position: relative;
}
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn {
  width: 21px;
  height: 21px;
  border-radius: 11px;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: -25px;
  top: 4px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn:before,
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn:after {
  content: '';
  width: 11px;
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  left: 4px;
  top: 9px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn:after {
  transform: rotate(90deg);
}
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn:hover {
  border-color: red;
  background: red;
}
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn:hover:before,
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn:hover:after {
  background: #fff;
}
.toggle_open_wrap:not(.t_no_style) .to_toggle_btn > .to_body {
  padding-left: 25px;
}
.toggle_open_wrap .to_toggle_btn {
  cursor: pointer;
}
.toggle_open_wrap > .to_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0, 1, 0, 1) 1s;
}
@media screen and (max-width: 1239px) {
  .toggle_open_wrap > .to_body .to_toggle_btn {
    display: none;
  }
}
.toggle_open_wrap.to_open > .to_body {
  max-height: 100vh;
  transition: max-height ease 1s;
}
.toggle_open_wrap.to_open .to_toggle_btn:after {
  transform: none;
}
.toggle_open_wrap.to_open.t_cont_maxh_2000 > .to_body {
  max-height: 2000px;
}
.toggle_open_wrap.to_open.t_cont_maxh_3000 > .to_body {
  max-height: 3000px;
}
.toggle_open_wrap.to_open.t_cont_maxh_4000 > .to_body {
  max-height: 4000px;
}
.toggle_open_wrap.to_open.t_cont_maxh_5000 > .to_body {
  max-height: 5000px;
}
.toggle_open_wrap.to_open.t_cont_maxh_30000 > .to_body {
  max-height: 30000px;
}
.toggle_open_wrap.t_btn_trans_225.to_open .to_toggle_btn:after {
  transform: translateY(5px) rotate(-225deg);
}
.mlrb_m_10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.ml_m12 {
  margin-left: -12px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_15 {
  margin-left: 15px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_60 {
  margin-left: 60px;
}
.ml_70 {
  margin-left: 70px;
}
.ml_85 {
  margin-left: 85px;
}
.ml_140 {
  margin-left: 140px;
}
.ml_200 {
  margin-left: 200px;
}
.ml_210 {
  margin-left: 210px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_30 {
  margin-right: 30px;
}
.mr_40 {
  margin-right: 40px;
}
.mr_50 {
  margin-right: 50px;
}
.mr_55 {
  margin-right: 55px;
}
.mt_a {
  margin-top: auto;
}
.mt_0 {
  margin-top: 0;
}
.mt_10 {
  margin-top: 10px;
}
.mt_12 {
  margin-top: 12px;
}
.mt_m17 {
  margin-top: -17px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_25 {
  margin-top: 25px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_35 {
  margin-top: 35px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_45 {
  margin-top: 45px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_55 {
  margin-top: 55px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_65 {
  margin-top: 65px;
}
.mt_70 {
  margin-top: 70px;
}
.mt_80 {
  margin-top: 80px;
}
.mt_85 {
  margin-top: 85px;
}
.mt_90 {
  margin-top: 90px;
}
.mt_100 {
  margin-top: 100px;
}
.mt_110 {
  margin-top: 110px;
}
.mt_120 {
  margin-top: 120px;
}
.mt_145 {
  margin-top: 145px;
}
.mt_160 {
  margin-top: 160px;
}
.mt_170 {
  margin-top: 170px;
}
.mb_m60 {
  margin-bottom: -60px;
}
.mb_m155 {
  margin-bottom: -155px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_85 {
  margin-bottom: 85px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mb_95 {
  margin-bottom: 95px;
}
.mb_130 {
  margin-bottom: 130px;
}
.mb_200 {
  margin-bottom: 200px;
}
.pt_40 {
  padding-top: 40px;
}
.pt_55 {
  padding-top: 55px;
}
.pt_60 {
  padding-top: 60px;
}
.pb_45 {
  padding-bottom: 45px;
}
.pb_75 {
  padding-bottom: 75px;
}
.pb_95 {
  padding-bottom: 95px;
}
.pr_25 {
  padding-right: 25px;
}
.c_w_290 > * {
  max-width: 100%;
  width: 290px;
}
.c_w_390 > * {
  max-width: 100%;
  width: 390px;
}
.c_mb_15 > * {
  margin-bottom: 15px;
}
.c_mb_15 > *:last-child {
  margin-bottom: 0;
}
.c_mb_20 > * {
  margin-bottom: 20px;
}
.c_mb_20 > *:last-child {
  margin-bottom: 0;
}
.c_mb_25 > * {
  margin-bottom: 25px;
}
.c_mb_25 > *:last-child {
  margin-bottom: 0;
}
.c_mb_40 > * {
  margin-bottom: 40px;
}
.c_mb_40 > *:last-child {
  margin-bottom: 0;
}
.c_mr_10 > * {
  margin-right: 10px;
}
.c_mr_10 > *:last-child {
  margin-right: 0;
}
.c_mr_20 > * {
  margin-right: 20px;
}
.c_mr_20 > *:last-child {
  margin-right: 0;
}
.c_mr_35 > * {
  margin-right: 35px;
}
.c_mr_35 > *:last-child {
  margin-right: 0;
}
.c_mr_85 > * {
  margin-right: 85px;
}
.c_mr_85 > *:last-child {
  margin-right: 0;
}
.c_mr_110 > * {
  margin-right: 110px;
}
.c_mr_110 > *:last-child {
  margin-right: 0;
}
.c_mlrb_10_20 > * {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.c_mlrb_3_75 > * {
  margin-left: 1px;
  margin-right: 2px;
  margin-bottom: 75px;
}
.c_mlrb_3_25 > * {
  margin-left: 1px;
  margin-right: 2px;
  margin-bottom: 25px;
}
.ff_oswald {
  font-family: Oswald;
  letter-spacing: 0.7px;
}
.ff_oswald.ffo_ls_0 {
  letter-spacing: 0;
}
.ff_rub {
  font-family: Ruble;
}
.ttr_u {
  text-transform: uppercase;
}
.lspace_50 {
  letter-spacing: 0.5px;
}
.col_d5d9e0 {
  color: #d5d9e0;
}
.col_8abe2e {
  color: #8abe2e;
}
.col_8abe2e_h:hover {
  color: #8abe2e;
}
.col_80a1bd {
  color: #80a1bd;
}
.col_80abd1 {
  color: #80abd1;
}
.col_013866 {
  color: #013866;
}
.col_8ca1c7 {
  color: #8ca1c7;
}
.col_0e4b7e {
  color: #0e4b7e;
}
.col_c9d5e0 {
  color: #c9d5e0;
}
.col_f {
  color: #fff;
}
.col_217abe {
  color: #217abe;
}
.lh_100px {
  line-height: 100px;
}
.lh_08 {
  line-height: 0.8em;
}
.lh_1 {
  line-height: 1em;
}
.lh_13 {
  line-height: 1.3em;
}
.lh_15 {
  line-height: 1.5em;
}
.lh_18 {
  line-height: 1.8em;
}
.lh_2 {
  line-height: 2em;
}
.lh_24pt {
  line-height: 24pt;
}
.lh_28pt {
  line-height: 28pt;
}
.lh_30pt {
  line-height: 30pt;
}
.fst_i {
  font-style: italic;
}
.fwe_500 {
  font-weight: 500;
}
.fwe_600 {
  font-weight: 600;
}
.fz_0 {
  font-size: 0;
}
.fz_12 {
  font-size: 12px;
}
.fz_14 {
  font-size: 14px;
}
.fz_15 {
  font-size: 15px;
}
.fz_16 {
  font-size: 16px;
}
.fz_18 {
  font-size: 18px;
}
.fz_20 {
  font-size: 20px;
}
.fz_23 {
  font-size: 23px;
}
.fz_24 {
  font-size: 24px;
}
.fz_26 {
  font-size: 26px;
}
.fz_60 {
  font-size: 60px;
}
.fz_120 {
  font-size: 120px;
}
.w_bordb_2_f_op {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.w_bordb_2_036_25 {
  border-bottom: 2px solid rgba(0, 54, 99, 0.25);
}
.w_bordb_2_green_20 {
  border-bottom: 2px solid rgba(138, 190, 46, 0.2);
}
.flexbox {
  display: flex;
}
.flex_inline {
  display: inline-flex;
}
.fs_0 {
  flex-shrink: 0;
}
.fd_c {
  flex-direction: column;
}
.ai_c {
  align-items: center;
}
.ai_st {
  align-items: flex-start;
}
.fw_w {
  flex-wrap: wrap;
}
.jc_sb {
  justify-content: space-between;
}
.jc_sa {
  justify-content: space-around;
}
.jc_c {
  justify-content: center;
}
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
.z_2 {
  z-index: 2;
}
.w_100p {
  width: 100%;
}
.w_230 {
  width: 230px;
}
.w_320 {
  width: 320px;
}
.w_333 {
  width: 333px;
}
.w_600 {
  width: 600px;
}
.w_706 {
  width: 706px;
}
.w_953 {
  width: 953px;
}
.w_990 {
  width: 990px;
}
.wh_820_440 {
  width: 820px;
  height: 440px;
}
.wh_300_410 {
  width: 300px;
  height: 410px;
}
.wh_140 {
  width: 140px;
  height: 140px;
}
.h_440 {
  height: 440px;
}
.p_0_13 {
  padding: 0 13px;
}
.p_30 {
  padding: 30px;
}
.p_45_30 {
  padding: 45px 30px;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}
.brad_50 {
  border-radius: 50%;
}
.brad_3px {
  border-radius: 3px;
}
.of_no {
  object-fit: none;
}
.w_shad {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
.d_b {
  display: block;
}
.d_ib {
  display: inline-block;
}
.bacg_e9f4f5 {
  background: #e9f4f5;
}
.bacg_07406f {
  background: #07406f;
}
.bacg_013866 {
  background: #013866;
}
header {
  color: #fff;
  font-family: Oswald;
  letter-spacing: 0.7px;
  background: #003663 url(../img/back_head.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1239px) {
  header {
    background: #013866;
  }
}
header.is_stuck {
  transition: all 0.8s;
  margin-top: -148px;
  z-index: 90;
}
@media screen and (max-width: 1239px) {
  header.is_stuck {
    margin-top: -94px;
  }
}
header.is_stuck.scrolling-top {
  margin-top: 0;
}
header.header_in_index {
  background: transparent;
}
header.header_in_index.is_stuck {
  background: #003663 url(../img/back_head.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1239px) {
  header.header_in_index.is_stuck {
    background: #013866;
  }
}
header.header_in_index .to_nav .to_body {
  top: 128px;
}
@media screen and (max-width: 1239px) {
  header.header_in_index .to_nav .to_body {
    top: 0;
  }
}
@media screen and (max-width: 1239px) {
  header.tab_only_ogo .content > *:nth-child(n+2) {
    display: none;
  }
}
header .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 53px;
  padding-bottom: 33px;
  height: 148px;
}
@media screen and (max-width: 1239px) {
  header .content {
    align-items: center;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
}
header .header__city {
  margin-left: 50px;
}
@media screen and (max-width: 1239px) {
  header .header__city {
    margin-left: 20px;
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  header .header__city {
    margin: 6px auto;
    width: 80%;
  }
  header .header__city .head_select {
    display: block;
  }
}
header .info-link {
  transition: all 0.8s;
  color: inherit;
  opacity: 0.7;
}
header .info-link:hover {
  opacity: 1;
}
header .info-link__icon {
  margin-right: 2px;
}
.first_sec {
  background: #000 url(../img/back_1st_sec.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  margin-top: -148px;
  min-height: 100vh;
  padding: 148px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .first_sec {
    min-height: 0;
  }
}
.first_sec .content {
  *zoom: 1;
  display: block;
}
.first_sec .content:before,
.first_sec .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.first_sec .content:after {
  clear: both;
}
.first_sec .left_side {
  display: block;
  float: left;
  width: 190px;
}
@media screen and (max-width: 1239px) {
  .first_sec .left_side {
    display: none;
  }
}
.left-side_menu {
  font-family: Oswald;
  letter-spacing: 0.7px;
  font-size: 18px;
  display: block;
}
.left-side_menu.ffo_ls_0 {
  letter-spacing: 0;
}
.left-side_menu .left-side_menu-item {
  margin-top: 25px;
}
.left-side_menu .left-side_menu-item:first-child {
  margin-top: 0;
}
.main-section-scroll {
  animation: scrolldown 0.8s running alternate infinite;
  color: inherit;
  cursor: pointer;
  display: block;
  height: 48px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 48px;
}
.main-section-scroll svg,
.main-section-scroll .icon {
  display: block;
  height: 100%;
  width: 100%;
}
@keyframes scrolldown {
  100% {
    margin-top: -10px;
  }
  0% {
    margin-top: 0;
  }
}
.main-section_main-links {
  *zoom: 1;
  margin-top: 80px;
}
.main-section_main-links:before,
.main-section_main-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-section_main-links:after {
  clear: both;
}
@media screen and (max-width: 1239px) {
  .main-section_main-links {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-section_main-links {
    margin-top: 40px;
  }
}
.rect_w_text_2pics {
  width: 400px;
  height: 190px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-height: 1079px) {
  .rect_w_text_2pics {
    height: 130px;
  }
}
@media screen and (max-width: 1239px) {
  .rect_w_text_2pics {
    width: 100%;
    height: 90px;
  }
}
.rect_w_text_2pics:hover .rtp_pic2 {
  opacity: 1;
}
.rect_w_text_2pics img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: none;
  object-position: center;
}
@media screen and (max-width: 1239px) {
  .rect_w_text_2pics .rtp_pic1 {
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    object-fit: contain;
  }
}
.rect_w_text_2pics .rtp_pic2 {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rect_w_text_2pics .rtp_text {
  z-index: 2;
  position: relative;
  font-family: Oswald;
  letter-spacing: 0.7px;
  font-size: 20px;
  text-transform: uppercase;
}
.slider_wrap.sw_first_sec {
  display: block;
  margin: -18px 0 0 200px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .slider_wrap.sw_first_sec {
    margin-left: auto;
  }
}
.slider_wrap.sw_first_sec.big_controls .lSAction {
  bottom: 15px;
}
@media screen and (max-width: 1239px) {
  .slider_wrap.sw_first_sec.big_controls .lSAction {
    height: 80px;
    width: 40px;
  }
}
.slider_wrap.sw_first_sec .lSSlideOuter .lSPager.lSpg {
  float: right;
  max-width: 700px;
  position: relative;
  width: 650px;
}
@media screen and (max-width: 1239px) {
  .slider_wrap.sw_first_sec .lSSlideOuter .lSPager.lSpg {
    display: none;
  }
}
.slider_wrap.sw_z_1 .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
}
.slider_wrap.big_controls.bc_empty .lSAction {
  top: 1px;
  right: calc(50vw - 552px);
}
@media screen and (max-width: 1239px) {
  .slider_wrap.big_controls.bc_empty .lSAction {
    right: 0;
    top: 98px;
  }
}
.slider_wrap.big_controls.bc_empty .lSAction > a {
  background: transparent;
  border: 2px solid #c5d7e7;
  height: 79px;
  background: none;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1239px) {
  .slider_wrap.big_controls.bc_empty .lSAction > a {
    left: 31px;
    width: 50px;
    height: 50px;
  }
}
.slider_wrap.big_controls.bc_empty .lSAction > a:before,
.slider_wrap.big_controls.bc_empty .lSAction > a:after {
  content: '';
  width: 14px;
  margin-left: -7px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slider_wrap.big_controls.bc_empty .lSAction > a:before {
  background: url(../img/arw_20_r_blue.png) no-repeat center;
  opacity: 1;
}
.slider_wrap.big_controls.bc_empty .lSAction > a:after {
  background: url(../img/arw_20_r_green.png) no-repeat center;
  opacity: 0;
}
.slider_wrap.big_controls.bc_empty .lSAction > a:hover:before {
  opacity: 0;
}
.slider_wrap.big_controls.bc_empty .lSAction > a:hover:after {
  opacity: 1;
}
.slider_wrap.big_controls.bc_empty .lSAction > a.lSPrev {
  border-left: 0;
  border-top: 0;
  margin-bottom: 2px;
  background-color: transparent;
}
.slider_wrap.big_controls.bc_empty .lSAction > a.lSNext {
  border-right: 0;
  background-color: transparent;
}
.slider_wrap.big_controls.sw_bc_sides .lSAction {
  width: 100%;
  left: 0;
  height: 0;
  top: 50%;
}
.slider_wrap.big_controls.sw_bc_sides .lSAction > a {
  position: absolute;
  height: 80px;
  margin-top: -40px;
}
@media screen and (max-width: 1239px) {
  .slider_wrap.big_controls.sw_bc_sides .lSAction > a {
    height: 40px;
    margin-top: -20px;
  }
}
.slider_wrap.big_controls.sw_bc_sides .lSAction > a.lSPrev {
  left: 0;
}
.slider_wrap.big_controls.sw_bc_sides .lSAction > a.lSNext {
  right: 0;
}
.slider_wrap.big_controls .lSAction {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 80px;
  height: 160px;
}
.slider_wrap.big_controls .lSAction > a {
  background: url(../img/arw_r_20_w.png) center no-repeat;
  width: 80px;
  height: 80px;
  position: static;
  margin: 0;
  opacity: 1;
}
@media screen and (max-width: 1239px) {
  .slider_wrap.big_controls .lSAction > a {
    width: 40px;
    height: 40px;
  }
}
.slider_wrap.big_controls .lSAction > a:hover {
  background: url("../img/arw_20_r_green.png") center no-repeat;
}
.slider_wrap.big_controls .lSAction > a.lSPrev {
  background-color: #175589;
  transform: scaleX(-1);
}
.slider_wrap.big_controls .lSAction > a.lSNext {
  background-color: #0e4b7e;
}
.slider_wrap.sw_theme_gallery {
  position: relative;
}
.slider_wrap.sw_theme_gallery:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 151px;
  background: url(../img/grad_btm_blue.png);
}
.slider_wrap.sw_theme_gallery .lSSlideOuter .lSPager.lSpg {
  width: 100%;
  left: 0;
  bottom: 15px;
}
.slider_wrap.sw_pager_btm.sw_pager_dark .lSSlideOuter .lSPager.lSpg > li.active a {
  border-color: #0e4b7e;
}
.slider_wrap.sw_pager_btm .lSSlideOuter .lSPager.lSpg {
  position: relative;
  width: 100%;
  left: 0;
}
.slider_wrap.sw_controls_default {
  position: relative;
}
.slider_wrap.sw_controls_default .lSAction {
  width: 1174px;
  margin-left: -587px;
  height: 20px;
  margin-top: -10px;
  left: 50%;
  top: 50%;
  position: absolute;
}
.slider_wrap.sw_controls_default .lSAction > a {
  background: url(../img/arw_20_r_blue.png);
  width: 14px;
  height: 20px;
}
.slider_wrap.sw_controls_default .lSAction > a.lSPrev {
  transform: scaleX(-1);
}
.lSSlideOuter .lSPager.lSpg {
  bottom: 5px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  padding: 0;
  margin: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  border-color: #fff;
  background: transparent;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background: transparent;
  border: 2px solid #3781be;
  width: 12px;
  height: 12px;
}
.fsec_slide_wrap {
  position: relative;
  padding-bottom: 60px;
}
.fsec_slide_wrap .fss_pic {
  position: absolute;
  width: 536px;
  height: 536px;
  border-radius: 50%;
  right: 80px;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1239px) {
  .fsec_slide_wrap .fss_pic {
    right: 30px;
    height: 360px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .fsec_slide_wrap .fss_pic {
    display: none;
  }
}
.fsec_slide_wrap .fss_content {
  margin: auto;
  min-height: 536px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .fsec_slide_wrap .fss_content {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .fsec_slide_wrap .fss_content {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 0;
    width: auto;
  }
}
.fsec_slide_wrap .fss_body {
  position: relative;
  z-index: 1;
}
.btn {
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #8abe2e;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  max-width: 100%;
  padding: 13px 40px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1239px) {
  .btn {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 5px;
  }
}
.btn:hover {
  background-color: #77a821;
}
.btn.b_empty {
  background: transparent;
  border: 3px solid #8abe2e;
  color: #8abe2e;
  line-height: 44px;
  overflow: hidden;
  position: relative;
  padding: 0 22px;
  text-align: center;
}
.btn.b_empty:after {
  transition: all 0.8s;
  background: #8abe2e;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  opacity: 0.25;
  position: absolute;
  right: 0;
}
.btn.b_empty:hover:after {
  height: 100%;
}
.btn.b_empty.tab_active {
  line-height: 30px;
}
.btn.b_huge {
  width: 100%;
  height: 116px;
  line-height: 116px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  border-radius: 0;
}
.btn.b_blue {
  background: #217abe;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.7px;
  border-radius: 0;
}
.btn.b_gray {
  background: #a9a9a9;
}
.btn.b_blue_deep {
  color: #fff;
  font-size: 18px;
  background: #074070;
}
.btn.fz_15 {
  font-size: 15px;
}
.btn.p_0_20 {
  padding: 0 20px;
}
@media screen and (max-width: 1239px) {
  .btn.tab_active {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
  }
}
.card_w_num_wrapper {
  display: block;
  margin: 0 auto 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card_w_num_wrapper {
    width: 100%;
  }
}
.card_w_num_wrapper:nth-child(4n-1) .card_w_num,
.card_w_num_wrapper:nth-child(4n-2) .card_w_num {
  background: #d0f0ed;
}
.card_w_num_wrapper .card_w_num {
  background: #f3f4ea;
}
.card_w_num_wrapper .card_w_num .cn_num {
  top: 80px;
  left: 192px;
}
@media screen and (max-width: 767px) {
  .card_w_num_wrapper .card_w_num .cn_num {
    left: 10%;
    top: 10%;
  }
}
.card_w_num_wrapper .card_w_num .cn_pic {
  bottom: 0;
  object-fit: contain;
  object-position: center bottom;
  height: 100%;
  left: -10px;
  top: auto;
  width: 200px;
}
.card_w_num_wrapper .card_w_num .cn_text {
  margin-left: 190px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1239px) {
  .card_w_num_wrapper .card_w_num .cn_text {
    margin-left: 40%;
  }
}
@media screen and (max-width: 767px) {
  .card_w_num_wrapper .card_w_num .cn_text {
    margin-left: 30%;
  }
}
.card_w_num {
  background: #f3f4ea;
  height: 260px;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_w_num {
    height: 200px;
  }
}
.card_w_num.c_w_change {
  background: #d0f0ed;
}
.card_w_num.c_w_change .cn_pic {
  top: 26px;
  left: -6px;
}
.card_w_num.c_w_change .cn_num {
  top: 80px;
  left: 222px;
}
@media screen and (max-width: 1239px) {
  .card_w_num.c_w_change .cn_num {
    top: 10px;
    left: 10px;
  }
}
.card_w_num.c_w_change .cn_text {
  margin-top: 159px;
  margin-left: 224px;
}
@media screen and (max-width: 1239px) {
  .card_w_num.c_w_change .cn_text {
    margin: 70px 20px 20px;
  }
}
.card_w_num .cn_num {
  font-family: RobotoSlab;
  font-size: 210px;
  line-height: 0.73em;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(1, 56, 102, 0.1);
}
.card_w_num .cn_pic {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .card_w_num .cn_pic {
    display: none;
  }
}
.card_w_num .cn_text {
  color: #2b5e88;
  font-size: 20px;
  font-family: Oswald;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2em;
}
@media screen and (max-width: 1239px) {
  .card_w_num .cn_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .card_w_num .cn_text {
    font-size: 18px;
  }
}
.card_w_img_n_text {
  width: 378px;
  position: relative;
}
.card_w_img_n_text:hover .cn_back_h {
  opacity: 1;
}
.card_w_img_n_text .d1 {
  display: table;
}
.card_w_img_n_text .d2 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans";
  font-size: 12px;
  padding-left: 11px;
  padding-top: 5px;
}
.card_w_img_n_text .d2:first-child {
  padding-left: 0px;
  padding-top: 10px;
}
.card_w_img_n_text .d2:nth-child(2) {
  padding-right: 21px;
}
.card_w_img_n_text .cn_back,
.card_w_img_n_text .cn_back_h {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #033966 0%, rgba(3, 57, 102, 0) 40%);
}
.card_w_img_n_text .cn_back_h {
  opacity: 0;
  background: rgba(5, 61, 108, 0.7);
}
.card_w_img_n_text .cn_text {
  color: #fff;
  font-size: 22px;
  position: relative;
  line-height: 1.2em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  letter-spacing: 0.5px;
}
h1,
h2,
.like_h1 {
  text-align: center;
  font-family: Oswald;
  letter-spacing: 0.7px;
  font-size: 36px;
  color: rgba(1, 56, 102, 0.4);
  text-transform: uppercase;
  margin: 0;
}
h1.ta_l,
h2.ta_l,
.like_h1.ta_l {
  text-align: left;
}
h1.col_f,
h2.col_f,
.like_h1.col_f {
  color: #fff;
}
@media screen and (max-width: 1239px) {
  h1,
  h2,
  .like_h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
h3 {
  font-family: Oswald;
  letter-spacing: 0.7px;
  font-size: 24px;
  color: rgba(1, 56, 102, 0.4);
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1239px) {
  h3 {
    font-size: 18px;
  }
}
h3.col_013866 {
  color: #013866;
}
.block_w_wave {
  background: url(../img/waves.png) no-repeat left top;
  padding: 30px 18px;
  margin-top: 20px;
}
.block_w_wave.bw_pad_mr {
  margin-right: 10px;
}
.waves_gray_nth2n > *:nth-child(2n) .block_w_wave {
  background-image: url(../img/gray-waves.png);
}
.waves_w_popup_c_3 > *.to_popup {
  position: relative;
}
.waves_w_popup_c_3 > *.to_popup .to_body {
  top: 0;
  margin-top: 80px;
  height: auto;
  align-items: flex-start;
}
.waves_w_popup_c_3 > *.to_popup .to_body .to_popup_body:before {
  top: 11px;
  left: 50%;
  box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.05);
}
.waves_w_popup_c_3 > *:nth-child(3n-2).to_popup .to_body {
  left: 0;
}
.waves_w_popup_c_3 > *:nth-child(3n-2).to_popup .to_body .to_popup_body:before {
  left: 50px;
}
.waves_w_popup_c_3 > *:nth-child(3n-1).to_popup .to_body {
  left: 50%;
  margin-left: -284px;
}
.waves_w_popup_c_3 > *:nth-child(3n-1).to_popup .to_body .to_popup_body:before {
  left: 40%;
}
.waves_w_popup_c_3 > *:nth-child(3n).to_popup .to_body {
  left: auto;
  right: 0;
}
.waves_w_popup_c_3 > *:nth-child(3n).to_popup .to_body .to_popup_body:before {
  left: auto;
  right: 50px;
}
.block_w_arw {
  height: 187px;
  padding-top: 50px;
  padding-left: 40px;
  background: url(../img/arw_269_r.png) no-repeat 30px center;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .block_w_arw {
    height: 112px;
    background: none;
  }
}
.block_w_arw:hover {
  background-position: 90px center;
}
.block_w_arw:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 112px;
  top: 23px;
  left: 0;
  border: 6px solid #8abe2e;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .block_w_arw:after {
    top: 0;
    border-width: 4px;
  }
}
.block_map_or_list {
  margin-top: 20px;
  position: relative;
  width: auto;
}
.block-map_switch-line {
  *zoom: 1;
  margin: 0 auto 20px;
  text-align: center;
}
.block-map_switch-line:before,
.block-map_switch-line:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.block-map_switch-line:after {
  clear: both;
}
.block-map_switch-line .city_wrap_title {
  float: left;
}
@media screen and (max-width: 767px) {
  .block-map_switch-line .city_wrap_title {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto 20px;
    border: none;
    text-decoration: underline;
  }
  .block-map_switch-line .city_wrap_title:hover {
    text-decoration: none;
  }
}
.block-map_switch-line .tabs_switch {
  display: inline-block;
  vertical-align: baseline;
}
.block-map_switch-line .tabs_switch > * {
  display: inline-block;
  vertical-align: top;
}
.block-map_switch-line .tabs_map_or_list {
  left: 0;
  position: static;
}
.tabs_switch {
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-family: Oswald;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: rgba(6, 63, 111, 0.5);
}
@media screen and (max-width: 767px) {
  .tabs_switch {
    font-size: 15px;
  }
}
.tabs_switch > * {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  margin-right: 80px;
  position: relative;
  white-space: nowrap;
}
.tabs_switch > *:last-child {
  margin-right: 0;
}
.tabs_switch > *:last-child:before {
  left: -54px;
}
.tabs_switch > *:last-child:after {
  left: -60px;
}
.tabs_switch > *:first-child:before {
  right: -64px;
}
.tabs_switch > *:first-child:after {
  right: -70px;
}
.tabs_switch > *:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #063f6f;
  position: absolute;
  top: 6px;
  margin-top: 3px;
  transition: opacity 0.4s ease 0s;
}
.tabs_switch > *:after {
  content: '';
  width: 50px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid rgba(6, 63, 111, 0.5);
  position: absolute;
  box-sizing: border-box;
  top: 0;
  margin-top: 3px;
  transition: opacity 0.4s ease 0s;
}
.tabs_switch > *.t_active {
  color: #063f6f;
}
.tabs_switch > *.t_active:before,
.tabs_switch > *.t_active:after {
  opacity: 0;
  pointer-events: none;
}
.tabs_map_or_list {
  position: relative;
  left: 190px;
}
.tabs_map_or_list + .tabs_content_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 440px;
}
.tabs_map_or_list + .tabs_content_wrap .scrollable {
  background: #f8f8f8;
  padding: 90px 20px 16px;
}
.tabs_map_or_list + .tabs_content_wrap ul {
  font-size: 18px;
  overflow: auto;
  max-height: 100%;
  color: #063f6f;
}
.tabs_map_or_list + .tabs_content_wrap ul li {
  margin-bottom: 20px;
}
.tabs_map_or_list + .tabs_content_wrap ul li:last-child {
  margin-bottom: 0;
}
.tabs-map_content_wrap {
  height: 440px;
  margin-right: 380px;
}
@media screen and (max-width: 767px) {
  .tabs-map_content_wrap {
    margin: 0 auto 20px;
  }
}
.tabs-map_content_wrap .scrollable {
  background: #f8f8f8;
  height: 440px;
  padding: 90px 20px 16px;
}
.tabs-map_content_wrap ul {
  font-size: 18px;
  overflow: auto;
  max-height: 100%;
  color: #063f6f;
}
.tabs-map_content_wrap ul li {
  margin-bottom: 20px;
}
.tabs-map_content_wrap ul li:last-child {
  margin-bottom: 0;
}
.block_map_or_list .tabs_map_or_list_after {
  float: right;
  height: 440px;
  margin: -440px 0 0;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .block_map_or_list .tabs_map_or_list_after {
    width: auto;
    float: none;
    height: auto;
    margin: 0 auto;
  }
}
.block_map_or_list .tabs_map_or_list_after .form_wrap {
  position: absolute;
  left: 20px;
  margin: 20px auto 0;
  right: 400px;
}
@media screen and (max-width: 767px) {
  .block_map_or_list .tabs_map_or_list_after .form_wrap {
    right: 20px;
    margin-top: -430px;
  }
}
.block_map_or_list .tabs_map_or_list_after .form_wrap .form_group {
  width: 100%;
}
.block_map_or_list .tabs_map_or_list_after .form_wrap input[type="text"] {
  border: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  background: #fff url(../img/icon_magglass.png) no-repeat 16px 15px;
  box-shadow: 0 5px 16px rgba(77, 94, 119, 0.2);
}
.block_map_or_list .tabs_map_or_list_after .map_right {
  width: 380px;
  max-width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #003663 url(../img/map_r_back.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .block_map_or_list .tabs_map_or_list_after .map_right {
    border-radius: 10px;
    margin: 0 auto 20px;
  }
}
.form_wrap.fw_theme_bord input[type="text"] {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  background: transparent;
  padding-bottom: 10px;
  border-color: transparent;
  border-bottom: 2px solid #fff;
  font-family: Oswald;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.form_wrap.fw_theme_bord input[type="text"].ffo_ls_0 {
  letter-spacing: 0;
}
.form_wrap .form_group {
  width: 359px;
  max-width: 100%;
}
@media screen and (max-width: 1239px) {
  .form_wrap .form_group.tab_w_100_p {
    width: 100%;
  }
}
.form_wrap .form_group.w_100p {
  width: 100%;
}
.form_wrap .form_group.fg_w_styler {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.form_wrap .form_group.fg_w_styler .styler {
  position: absolute;
  left: 0;
  top: 0;
}
.form_wrap input[type="text"],
.form_wrap input[type="password"] {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  max-width: 360px;
  padding: 0 1em;
  width: 100%;
}
.form_wrap textarea {
  width: 100%;
  max-width: 360px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0 1em;
  font-size: 14px;
}
.select_w_arw {
  position: relative;
}
.select_w_arw:after {
  content: '';
  background: url(../img/arw_16_btm_b.png);
  width: 16px;
  height: 10px;
  position: absolute;
  top: 21px;
  right: 20px;
}
.select_w_arw select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  line-height: 50px;
  padding: 0 19px;
  width: 100%;
  color: #145286;
  background: #fff;
  border: 0;
  max-width: 100%;
}
select,
input[type="file"] {
  max-width: 100%;
}
.sec_head_below {
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  font-size: 150px;
  font-weight: 700;
  font-family: Oswald;
  letter-spacing: 0.7px;
  color: #013866;
  opacity: 0.1;
  text-transform: uppercase;
}
.sec_head_below.fz_90 {
  font-size: 90px;
}
.sec_head_below.t_m95 {
  top: -95px;
}
@media screen and (max-width: 1239px) {
  .sec_head_below.tab_fz_24 {
    font-size: 24px;
  }
}
.slider_r_label {
  position: absolute;
  top: 55px;
  right: -55px;
  color: #0e4b7e;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #c5d7e7;
  height: 50px;
  line-height: 46px;
  width: 158px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1239px) {
  .slider_r_label {
    right: -54px;
    border-bottom-color: transparent;
    height: 48px;
  }
}
.d_map_popup {
  padding: 10px;
  width: 420px;
  border-radius: 5px;
  background: white;
}
.fancybox-close-small:after {
  content: attr(title);
  width: 93px;
  height: 38px;
  line-height: 38px;
  top: 0;
  right: 0;
  color: #013866;
  font-size: 14px;
  font-family: OpenSans;
  text-align: center;
  border-radius: 5px;
}
.w_icon_nav {
  position: relative;
}
.w_icon_nav:before,
.w_icon_nav:after {
  content: '';
  background: url(../img/icon_arr_nav.png) no-repeat right center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -16px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.w_icon_nav:before {
  opacity: 1;
}
.w_icon_nav:after {
  background-image: url(../img/icon_arr_nav_hov.png);
  opacity: 0;
}
.w_icon_nav:hover:before {
  opacity: 0;
}
.w_icon_nav:hover:after {
  opacity: 1;
}
.hov_text {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hov_text:hover {
  color: #8abe2e;
}
.hov_text:hover option {
  color: #fff;
}
.crumbs {
  color: #c3c3c3;
  font-size: 20px;
  font-family: Oswald;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 1239px) {
  .crumbs {
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.crumbs > *:last-child {
  color: #013865;
}
.jq-checkbox, .jq-radio {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  box-shadow: none;
  background: transparent;
  border: 2px solid #e1e1e1;
}
.jq-checkbox.focused, .jq-radio.focused {
  border-width: 2px;
}
.jq-checkbox.checked .jq-checkbox__div, .jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #8abe2e;
  border: none;
  transform: none;
  margin: 5px;
}
.block_w_vawe_vert {
  padding: 20px;
  padding-bottom: 35px;
  background: url(../img/waves_vertical.jpg);
}
.to_nav {
  position: static;
}
.to_nav:hover .nav_sandwich .line,
.to_nav.to_open .nav_sandwich .line {
  background: #8abe2e;
}
.to_nav:hover .nav_sandwich + span,
.to_nav.to_open .nav_sandwich + span {
  color: #8abe2e;
}
.to_nav.to_open .nav_sandwich .line.l1 {
  transform: translate3d(2px, 6px, 0) rotate(-45deg);
}
.to_nav.to_open .nav_sandwich .line.l3 {
  transform: translate3d(2px, -6px, 0) rotate(45deg);
}
.to_nav.to_open .nav_sandwich .line.l2 {
  transform: translateX(-100%);
  opacity: 0;
}
.to_nav.to_open .tab_inner_sandwich .line {
  background: #013866;
}
.to_nav.to_open .tab_inner_sandwich .line.l1 {
  transform: translate3d(2px, 3px, 0) rotate(-45deg);
}
.to_nav.to_open .tab_inner_sandwich .line.l3 {
  transform: translate3d(2px, -3px, 0) rotate(45deg);
}
.to_nav.to_open .tab_inner_sandwich .line.l2 {
  transform: translateX(-100%);
  opacity: 0;
}
.to_nav .nav_sandwich {
  width: 21px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
}
.to_nav .nav_sandwich .line {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.to_nav .nav_sandwich + span {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.to_nav .to_body {
  position: absolute;
  left: calc(50% - 50vw);
  top: 148px;
  background: #013866;
  width: 100vw;
}
@media screen and (max-width: 1239px) {
  .to_nav .to_body {
    background: #fff;
    color: #013866;
    top: 0;
  }
}
.to_nav .to_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.to_nav .to_body ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 1239px) {
  .to_nav .to_body ul li {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .to_nav .to_body ul li {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 1239px) {
  .to_nav .to_body ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .to_nav .to_body ul li:first-child {
    margin-top: 0;
  }
}
.to_nav .to_body .tab_inner_sandwich {
  position: absolute;
  top: 41px;
  left: 23px;
  display: none;
}
@media screen and (max-width: 1239px) {
  .to_nav .to_body .tab_inner_sandwich {
    display: block;
  }
}
.to_nav .to_body .content {
  width: 780px;
  padding: 50px 0 70px;
  height: auto;
}
@media screen and (max-width: 1239px) {
  .to_nav .to_body .content {
    width: 100%;
    padding-top: 35px;
    padding-left: 80px;
    padding-right: 40px;
    padding-bottom: 55px;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    overflow: auto;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .to_nav .to_body .content {
    position: relative;
    z-index: 1;
  }
}
.user_content {
  font-size: 15px;
}
.w_back_v_waves_v {
  background: url(../img/waves_vertical.jpg);
}
.hov_magglass {
  position: relative;
}
.hov_magglass.brad_3px:after {
  border-radius: 3px;
}
.hov_magglass:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 56, 102, 0.75) url(../img/icon/magglass_55.png) center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hov_magglass:hover:after {
  opacity: 1;
}
.fancybox-bg {
  background: #013866;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
@media screen and (max-width: 1239px) {
  .t_custom_wrap {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    overflow: auto;
    padding-bottom: 10px;
  }
}
.t_custom {
  color: #013866;
}
@media screen and (max-width: 1239px) {
  .t_custom {
    width: 100%;
    display: block;
  }
}
.t_custom.tc_sel_col_6 th:nth-child(6),
.t_custom.tc_sel_col_6 td:nth-child(6) {
  background: #e4f5fe;
}
.t_custom.tc_sel_col_6 tr:nth-child(2n) td:nth-child(6) {
  background: #d5e5ed;
}
.t_custom tr:nth-child(2n) td {
  background: #eee;
}
.t_custom td,
.t_custom th {
  padding: 25px 31px;
  border-right: 1px solid #dfdfdf;
}
@media screen and (max-width: 1239px) {
  .t_custom td,
  .t_custom th {
    padding: 5px 10px;
  }
}
.t_custom td:last-child,
.t_custom th:last-child {
  border-right: none;
}
.t_custom td:nth-child(n+2),
.t_custom th:nth-child(n+2) {
  text-align: center;
}
.t_custom td {
  font-size: 14px;
}
@media screen and (max-width: 1239px) {
  .t_custom td {
    font-size: 12px;
  }
}
.t_custom th {
  font-family: oswald;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
}
.bubble_green {
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #8abe2e;
  border: 1px solid #8abe2e;
  border-radius: 8px;
  letter-spacing: -1px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.bubble_green.wh_44 {
  width: 44px;
  height: 44px;
  font-size: 18px;
  line-height: 38px;
  border-width: 3px;
  border-radius: 22px;
}
.bubble_green:hover {
  background: #8abe2e;
  color: #fff;
}
.to_popup {
  position: static;
}
.to_popup.to_p_top .to_body {
  align-items: flex-start;
  margin-top: -42px;
}
.to_popup.to_p_top .to_body .to_popup_body:before {
  top: 42px;
}
.to_popup > .to_body {
  opacity: 0;
  transition: opacity ease 0.4s;
  max-height: none;
  z-index: 0;
  pointer-events: none;
}
.to_popup.to_open > .to_body {
  opacity: 1;
  max-height: none;
  transition: opacity ease 0.4s;
  z-index: 1;
  pointer-events: all;
}
.to_popup .to_body {
  position: absolute;
  margin-top: -200px;
  top: 50%;
  left: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1239px) {
  .to_popup .to_body {
    display: none;
    position: relative;
    height: auto;
    margin-top: 0;
  }
}
.to_popup .to_body .to_popup_body {
  width: 548px;
  background: #fff;
  padding: 7px 7px 35px 35px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  margin: 10px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}
.to_popup .to_body .to_popup_body:before {
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: rotate(45deg);
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.05);
}
.b_quote {
  padding: 95px 30px 55px 65px;
  border-radius: 5px;
  background: #fff url(../img/icon/quote.png) no-repeat 41px 30px;
  line-height: 1.6em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .b_quote {
    padding: 20px 10px;
  }
}
.b_quote:after {
  content: '';
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  position: absolute;
  left: 0;
  top: 70px;
  transform: rotate(45deg);
  background: #fff;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1239px) {
  .b_quote:after {
    display: none;
  }
}
.b_quote a {
  color: #8abe2e;
  text-decoration: underline;
}
.b_quote a:hover {
  text-decoration: none;
}
.pic_w_fade_text {
  font-size: 0;
  position: relative;
  z-index: 1;
}
.pic_w_fade_text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #053d6c;
  opacity: 0.7;
  z-index: 1;
}
.pic_w_fade_text .pf_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Oswald;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.v_line_green {
  width: 2px;
  background: #8abe2e;
}
.tabs_default {
  border-bottom: 1px solid #b8c0cb;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .tabs_default {
    border-bottom: 0;
    flex-direction: column;
  }
}
.tabs_default > * {
  font-family: Oswald;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 93px;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  position: relative;
  top: 1px;
  opacity: 0.4;
  color: #013866;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 1239px) {
  .tabs_default > * {
    font-size: 14px;
    padding-bottom: 2px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.tabs_default > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1239px) {
  .tabs_default > *:last-child {
    margin-bottom: 0;
  }
}
.tabs_default > *.t_active {
  opacity: 1;
  border-bottom-color: #8abe2e;
}
.ko_green {
  background-color: #f3f4ea;
  padding: 1em 2em;
}
.ko_p_addr_time {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  margin-bottom: 1em;
  font-family: 'opensans';
  font-size: 16px;
  font-weight: 700;
  color: #2b5e88;
}
@media screen and (max-width: 1239px) {
  .ko_p_addr_time {
    margin-top: 20px;
    flex-direction: column;
  }
}
.ko_addr {
  display: flex;
  flex-direction: column;
  margin-right: 10em;
}
@media screen and (max-width: 1239px) {
  .ko_addr {
    margin-right: 0;
  }
}
.ko_addr span {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding-left: 0.3em;
}
@media (max-width: 460px) {
  .ko_addr span {
    flex-wrap: wrap;
  }
  .ko_addr span a .fz_18.hov_text:nth-child(2) {
    margin-left: 24px;
  }
}
.ko_addr span img {
  margin-right: 0.7em;
}
.ko_time {
  display: flex;
  flex-direction: column;
}
.ko_time span {
  padding-left: calc(1em + 18px);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.ko_time span:first-child {
  padding-left: 0.3em;
}
.ko_time span:first-child img {
  margin-right: 0.7em;
}
.ko_humans {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 1239px) {
  .ko_humans {
    flex-direction: column;
  }
}
.ko_human {
  background: url("../img/ko_ba.png") 100% 100% no-repeat;
  background-size: cover;
  width: 579px;
  height: 226px;
  display: flex;
  align-items: center;
  padding: 3em;
  border-radius: 3px;
}
@media screen and (max-width: 1239px) {
  .ko_human {
    width: 280px;
    height: auto;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .ko_human:last-child {
    margin-bottom: 0;
  }
}
.ko_human .ko_ava {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-right: 2em;
  background: #d9dee6 url("../img/default_ava.png") no-repeat center center;
}
@media screen and (max-width: 1239px) {
  .ko_human .ko_ava {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.ko_human .ko_h_info {
  display: flex;
  flex-direction: column;
  color: #2b5e88;
  font-size: 16px;
  font-family: Oswald;
  font-weight: 500;
  position: relative;
  line-height: 1.8em;
}
.ko_human .ko_h_info span:first-letter {
  text-transform: uppercase;
}
.ko_human .ko_h_info span:last-child:first-letter {
  text-transform: none !important;
}
.ko_blue {
  display: flex;
  align-items: center;
  padding: 2em;
  font-size: 22px;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 500;
  position: relative;
  line-height: 1.8em;
  color: #fff;
  background-color: #0e4b7e;
}
@media screen and (max-width: 1239px) {
  .ko_blue {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.ko_blue img {
  margin-right: 2em;
}
@media screen and (max-width: 1239px) {
  .ko_blue img {
    margin-right: 0;
  }
}
.ko_blue span {
  letter-spacing: 2px;
  margin: 0 4em 0 0;
}
@media screen and (max-width: 1239px) {
  .ko_blue span {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
  }
}
.ko_blue .ko_f_button {
  background-color: #8abe2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 1.8em;
  font-size: 18px;
  text-transform: uppercase;
  font-family: OpenSans;
  font-weight: 700;
  position: relative;
  line-height: 1.2em;
  color: #fff;
  border-radius: 5px;
  border: 0;
  right: 0;
}
@media screen and (max-width: 1239px) {
  .ko_blue .ko_f_button {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 10px;
  }
}
.ko_map {
  *zoom: 1;
  display: block;
  position: relative;
  z-index: 1;
}
.ko_map:before,
.ko_map:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ko_map:after {
  clear: both;
}
.ko_map > h1 {
  float: left;
  margin: 0 auto 40px;
  max-width: 50%;
}
@media screen and (max-width: 1239px) {
  .ko_map > h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ko_map > h1 {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}
.ko_map .where-we-slider {
  position: absolute;
  right: 0;
  top: 0;
  width: 545px;
}
@media screen and (max-width: 1239px) {
  .ko_map .where-we-slider {
    position: static;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}
.ko_slider_opt {
  max-width: 100%;
}
@media screen and (max-width: 1239px) {
  .ko_slider_opt {
    width: auto;
  }
}
.ko_slider_opt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ko_slider_opt ul li {
  margin-bottom: 0;
}
.ko_slider_opt .ko_slide {
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ko_slider_opt .ko_slide img {
  border-radius: 5px;
}
.ko_slider_opt .lSAction {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -40px;
  overflow-y: visible;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  .ko_slider_opt .lSAction {
    height: 40px;
    margin-top: -20px;
  }
}
.ko_slider_opt .lSAction a {
  opacity: 1;
  width: 80px;
  height: 80px;
  margin-top: 0;
  top: 0;
  right: 0;
  margin-left: 10px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1239px) {
  .ko_slider_opt .lSAction a {
    width: 40px;
    height: 40px;
  }
}
.ko_slider_opt .ko_next_btn,
.ko_slider_opt .ko_prev_btn {
  background: #0e4b7e url("../img/arw_r_20_w.png") center center no-repeat;
  width: 80px;
  height: 80px;
  opacity: 1 !important;
  display: flex;
  z-index: 6;
}
@media screen and (max-width: 1239px) {
  .ko_slider_opt .ko_next_btn,
  .ko_slider_opt .ko_prev_btn {
    width: 40px;
    height: 40px;
  }
}
.ko_slider_opt .ko_prev_btn {
  background-color: #175589;
  transform: rotate(180deg);
}
#YMapsID {
  width: 100%;
  height: 450px;
  border: 0;
  margin-bottom: -5px;
  z-index: -1;
}
#YMapsID.tab_mt_50 {
  margin-top: 50px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .tabs {
    flex-direction: column;
  }
}
.tabs > input {
  display: none;
}
.tabs .tabs__title {
  width: 100%;
  color: #013866;
  cursor: pointer;
  user-select: none;
  padding: 15px 20px;
  overflow: hidden;
  z-index: 2;
  font-family: Oswald;
  font-weight: 500;
  border-radius: 2px;
  transition: all ease 300ms;
}
@media screen and (max-width: 1239px) {
  .tabs .tabs__title {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
  }
}
.tabs .tabs__text {
  display: none;
  width: 100%;
  padding: 0;
  margin: -1px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 0;
  font-size: 16px;
  transition: all ease 500ms;
}
.tabs .tabs__tab:checked + .tabs__title {
  opacity: 1;
  transition: all ease 300ms;
}
.tabs .tabs__tab:checked + .tabs__title + .tabs__text {
  display: flex;
  transition: all ease 300ms;
}
@media screen and (max-width: 767px) {
  .tabs .tabs__tab:checked + .tabs__title + .tabs__text {
    flex-direction: column;
  }
}
.lk .tabs__title {
  background-color: transparent;
  margin: 0 40px 0 0;
  order: -1;
  opacity: 0.6;
  padding: 0 10px 10px;
  text-align: center;
  text-overflow: ellipsis;
  width: auto;
}
@media screen and (max-width: 1239px) {
  .lk .tabs__title {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lk .tabs__title {
    display: block;
    margin-right: 0;
    width: auto;
  }
}
.lk .tabs .tabs__tab:checked + .tabs__title + .tabs__text {
  display: block;
}
.lk .tabs__text {
  border-top: 1px solid #b8c0cb;
  flex-grow: 2;
  padding: 30px 0;
}
.lk .tabs__tab:checked + .tabs__title {
  background-color: transparent;
  border-bottom: 2px solid #8abe2e;
}
@media screen and (max-width: 767px) {
  .lk .tabs__tab:checked + .tabs__title {
    border: 0;
    color: #8abe2e;
  }
}
.lk .tabs__title:hover {
  opacity: 0.9;
}
.lk .lk_cl_info {
  height: 210px;
  width: 480px;
  background-color: #f3f5ea;
  padding: 0 1em;
}
@media screen and (max-width: 1239px) {
  .lk .lk_cl_info {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lk .lk_cl_info div {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1239px) {
  .lk .lk_cl_info div {
    font-size: 14px;
  }
}
.lk .lk_cl_info div > div:first-child {
  color: rgba(0, 0, 0, 0.6);
}
.lk .lk_cl_info div > div:last-child {
  margin-left: 2em;
  color: #000;
}
.lk .lk_referal_par {
  background-color: #e0e9f2;
  width: 670px;
  height: 275px;
  font-family: Oswald;
  font-weight: 500;
  padding: 0 2em;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par {
    width: 280px;
    height: auto;
    margin-top: 20px;
    padding: 20px 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lk .lk_referal_par .lk_ref_name div:first-child {
  font-family: Oswald;
  font-weight: 500;
  font-size: 22px;
  margin-top: 0;
}
.lk .lk_referal_par .lk_ref_name > div {
  font-family: OpenSans;
  font-weight: 400;
  margin-top: 1em;
}
.lk .lk_referal_par .lk_ref_url {
  font-family: OpenSans;
  font-weight: 400;
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1em;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_url {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    padding-top: 10px;
    height: auto;
    text-align: center;
  }
}
.lk .lk_referal_par .lk_ref_url input {
  font-weight: 700;
  height: 100%;
  background-color: #8abe2e;
  border: 0;
  padding: 0 1.5em;
  color: #fff;
  outline: 0;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_url input {
    margin-top: 10px;
    height: 24px;
  }
}
.lk .lk_referal_par .lk_ref_info > div:first-child {
  font-family: Oswald;
  font-weight: 500;
  font-size: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_info {
    margin-top: 10px;
  }
}
.lk .lk_referal_par .lk_ref_info div {
  display: flex;
  padding-left: 1em;
  font-family: OpenSans;
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_info div {
    flex-direction: row;
    padding-left: 0;
    margin-top: 10px;
    display: flex;
  }
}
.lk .lk_referal_par .lk_ref_info > div {
  padding-left: 0;
  margin-top: 1em;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_info > div {
    flex-direction: column;
  }
}
.lk .lk_referal_par .lk_ref_info > div > div:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_info > div > div:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_info > div > div div {
    margin-top: 0;
  }
}
.lk .lk_referal_par .lk_ref_name div,
.lk .lk_referal_par .lk_ref_info div {
  font-size: 16px;
}
@media screen and (max-width: 1239px) {
  .lk .lk_referal_par .lk_ref_name div,
  .lk .lk_referal_par .lk_ref_info div {
    font-size: 14px;
  }
}
.lk .lk_cl_info,
.lk .lk_referal_par {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 5px;
}
.lk .lk_form_par {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .lk .lk_form_par {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lk .lk_form_par .lk_f_r_side,
.lk .lk_form_par .lk_f_l_side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 49%;
  height: 240px;
}
@media screen and (max-width: 1239px) {
  .lk .lk_form_par .lk_f_r_side,
  .lk .lk_form_par .lk_f_l_side {
    font-size: 12px;
    width: 65px;
  }
}
.lk .lk_form_par .lk_f_l_side {
  align-items: flex-end;
}
.lk .lk_form_par .lk_f_l_side div {
  height: 25%;
  display: flex;
  align-items: center;
  text-align: right;
}
.lk .lk_form_par .lk_f_r_side {
  align-items: flex-start;
}
@media screen and (max-width: 1239px) {
  .lk .lk_form_par .lk_f_r_side {
    width: 205px;
  }
}
.lk .lk_form_par .lk_f_r_side input {
  height: 25%;
  width: 50%;
  margin: 10px 0;
  padding: 0 1em;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1239px) {
  .lk .lk_form_par .lk_f_r_side input {
    width: 100%;
  }
}
.lk .lk_form_par .lk_s_btn {
  outline: 0;
  height: 50px;
  padding: 0 50px;
  border-radius: 5px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #8abe2e;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
}
@media screen and (max-width: 1239px) {
  .lk .lk_form_par .lk_s_btn {
    font-size: 12px;
    height: 30px;
    padding: 0 20px;
    margin-top: 10px;
  }
}
.personal-payment {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 919.98px) {
  .personal-payment {
    display: block;
  }
}
.personal-payment__section {
  flex: 1;
  margin: 0 1% 48px;
  min-width: 48%;
}
@media only screen and (max-width: 1259.98px) {
  .personal-payment__section {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 919.98px) {
  .personal-payment__section {
    margin-bottom: 32px;
    width: auto;
  }
}
.personal-payment__section:nth-child(even) {
  margin-left: 2%;
  margin-right: 0;
}
.personal-payment__section:nth-child(odd) {
  margin-left: 0;
  margin-right: 2%;
}
.personal-payment__section:last-child {
  margin-right: 0;
}
.payment-section {
  border-radius: 4px;
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  line-height: 1.375;
  justify-content: flex-start;
  padding: 32px 26px;
}
@media only screen and (max-width: 919.98px) {
  .payment-section {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-section {
    padding: 20px 16px;
  }
}
.payment-section_info {
  background: #DDE6F0;
}
.payment-section_tariff {
  background: #83b836;
  color: #ffffff;
}
.payment-section_tariff .payment-section__title {
  color: inherit;
}
.payment-section_tariff .payment-section__btn {
  background: #ffffff;
  color: #83b836;
}
.payment-section_tariff .payment-section__btn:hover {
  background: #77a821;
  color: #ffffff;
}
.payment-section_history {
  background: #f7f7f7;
}
.payment-section__title {
  color: #013865;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.8em;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 919.98px) {
  .payment-section__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-section__title {
    font-size: 16px;
  }
}
.payment-section__cont {
  flex: 1;
  width: 100%;
}
.payment-section__bottom {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 36px 0 0;
  width: 100%;
}
@media only screen and (max-width: 1259.98px) {
  .payment-section__bottom {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 919.98px) {
  .payment-section__bottom {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-section__bottom {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.payment-section__bottom > * {
  display: block;
  margin-right: 32px;
}
@media only screen and (max-width: 1259.98px) {
  .payment-section__bottom > * {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 919.98px) {
  .payment-section__bottom > * {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-section__bottom > * {
    margin-right: 0;
    margin-top: 12px;
  }
}
.payment-section__bottom > *:last-child {
  margin-right: 0;
}
.payment-section__link {
  transition: all 0.8s;
  border-bottom: 2px dotted #4080b6;
  color: #4080b6;
  display: inline-block;
}
.payment-section__link:hover {
  border-bottom-color: transparent;
}
.payment-history {
  display: block;
}
.payment-history__table {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.375;
  width: 100%;
}
.payment-history__table tr {
  border-bottom: 1px solid #E7E7E7;
}
.payment-history__table tr:last-child {
  border-bottom: none;
}
.payment-history__table th {
  font-weight: 600;
}
.payment-history__table th,
.payment-history__table td {
  padding: 12px 0;
  text-align: left;
  width: 25%;
}
@media only screen and (max-width: 1259.98px) {
  .payment-history__table th,
  .payment-history__table td {
    padding: 8px 0;
  }
}
.payment-history__table th span,
.payment-history__table td span {
  color: #99abbd;
}
.payment-info {
  display: block;
}
.payment-info__line {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 16px;
}
@media only screen and (max-width: 919.98px) {
  .payment-info__line {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-info__line {
    display: block;
    margin-bottom: 8px;
  }
}
.payment-info__line:last-child {
  margin-bottom: 0;
}
.payment-info__item {
  display: block;
  margin-right: 24px;
}
@media only screen and (max-width: 1259.98px) {
  .payment-info__item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 919.98px) {
  .payment-info__item {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-info__item {
    margin: 8px 0 0;
  }
}
.payment-info__item:last-child {
  margin-right: 0;
}
.payment-info__name {
  color: #99abbd;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-right: 4px;
  vertical-align: baseline;
}
.payment-info__value {
  color: #4080b6;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  vertical-align: baseline;
}
@media only screen and (max-width: 1259.98px) {
  .payment-info__value {
    font-size: 22px;
  }
}
@media only screen and (max-width: 919.98px) {
  .payment-info__value {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-info__value {
    font-size: 18px;
  }
}
.payment-info__value_blue {
  color: #10335b;
}
.payment-info__value_normral {
  font-size: inherit;
  font-weight: normal;
}
.payment-info__btn {
  display: inline-block !important;
  margin-left: 4px;
  vertical-align: -4px !important;
}
.payment-info__separator {
  background: #99ABBD;
  border: none;
  display: block;
  height: 1px;
  margin: 36px 0;
  opacity: 0.3;
  width: 100%;
}
@media only screen and (max-width: 1259.98px) {
  .payment-info__separator {
    margin: 28px 0;
  }
}
@media only screen and (max-width: 919.98px) {
  .payment-info__separator {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-info__separator {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .payment-info__separator {
    margin: 16px 0;
  }
}
.tariff-detail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.tariff-detail__name {
  display: block;
  font-family: Oswald;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.5;
  margin-right: 0.3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 919.98px) {
  .tariff-detail__name {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1259.98px) {
  .tariff-detail__name {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tariff-detail__name {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479.98px) {
  .tariff-detail__name {
    font-size: 32px;
  }
}
.tariff-detail__description {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 919.98px) {
  .tariff-detail__description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tariff-detail__description {
    font-size: 16px;
  }
}
.lk-payment-info {
  margin: 0 auto 20px;
}
.lk-payment-info__link {
  color: #8abe2e;
}
.lk-payment-info__desc {
  color: red;
  font-size: 14px;
}
.edit-btn {
  border-radius: 5px;
  transition: all 0.8s;
  background: #9fadbe url(../img/edit-icon.svg) center center no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 30px;
}
.edit-btn_lock {
  background-image: url(../img/lock-icon.svg);
}
.edit-btn:hover {
  background-color: #013866;
}
.edit-btn[title]:hover:before,
.edit-btn[title]:hover:after {
  display: block;
}
.edit-btn[title]:before {
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: '';
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  top: -4px;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.edit-btn[title]:after {
  box-sizing: border-box;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  color: #013866;
  content: attr(title);
  display: none;
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  left: 50%;
  padding: 6px 5px;
  position: absolute;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, -4px);
  width: auto;
  z-index: 1;
}
.reg_wrapper {
  display: flex;
  justify-content: center;
  padding: 2em 0;
  width: 100%;
}
.reg_wrapper > * {
  outline: 0;
}
.reg_form_par {
  display: flex;
  border: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1239px) {
  .reg_form_par {
    width: 280px;
    min-width: 0;
  }
}
.reg_f_name {
  text-align: center;
}
.reg_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg_form > * {
  margin-top: 1em;
}
.form_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_center > * {
  margin-top: 1em;
}
.form-subtitle {
  max-width: 570px;
  text-align: center;
}
.reg_m_w {
  max-width: 360px;
  width: 100%;
}
.reg_line {
  width: 100%;
  max-width: 360px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0 1em;
  font-size: 14px;
}
.reg_btn {
  width: 80%;
  height: 50px;
  border-radius: 5px;
  border: 0;
  background-color: #8abe2e;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.reg_o_modal {
  color: #8abe2e;
  font-weight: 700;
}
.reg_login {
  display: none;
  max-width: 100%;
  text-align: center;
  width: 560px;
}
.reg_login h3 {
  font-size: 16px;
  margin: 0 auto 1em;
}
.reg_login .reg_o_modal {
  background: transparent;
  border: 0;
}
.reg_login .form-group {
  margin: 0 auto 8px;
  max-width: 360px;
  position: relative;
}
.reg_login .form-group .sl_label {
  color: #9e9e9e;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.reg_login .form-group .help-block {
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
.reg_login .forgot-pass-row {
  font-size: 13px;
  margin: auto;
  max-width: 360px;
  text-align: right;
}
.reg_login .forgot-pass-row a {
  text-decoration: underline;
}
.reg_login .forgot-pass-row a:hover {
  text-decoration: none;
}
.reg_login .btn-row {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reg_login .btn-row {
    margin-top: 20px;
  }
}
.reg_login .btn-registration-row {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reg_login .btn-registration-row {
    margin-top: 15px;
  }
}
.reg_login .reg_btn {
  display: inline-block;
  width: 200px;
}
.reg_if {
  display: inline-flex !important;
}
.new_par {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 1239px) {
  .new_par {
    flex-direction: column;
  }
}
.new_back {
  color: #8abe2e;
  font-weight: 700;
  font-size: 18px;
  font-family: Oswald;
  width: 100%;
  padding-left: 30px;
  position: relative;
}
.new_back:before {
  background: url("../img/arw_20_r_green.png") left center no-repeat;
  transform: rotate(180deg);
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  left: 0;
}
.new_title {
  color: #0e4b7e;
}
.new_left_s {
  width: 380px;
  height: 600px;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .new_left_s {
    width: auto;
    height: auto;
  }
}
.new_left_s > img {
  align-self: center;
  height: 380px;
}
.new_info {
  display: flex;
  margin: 2em 0;
}
@media screen and (max-width: 1239px) {
  .new_info {
    font-size: 14px;
    justify-content: space-between;
  }
}
.new_date {
  padding-left: 25px;
  display: flex;
  align-items: center;
  margin: 0 2em 0 0;
  position: relative;
}
.new_date:before {
  background: url(../img/icon/clock.png) no-repeat left center;
  filter: invert(1);
  position: absolute;
  width: 15px;
  height: 100%;
  content: '';
  left: 0;
}
.new_views {
  padding-left: 25px;
  position: relative;
}
.new_views:before {
  background: url(../img/icon/eye.png) no-repeat left center;
  filter: invert(1);
  position: absolute;
  width: 20px;
  height: 100%;
  content: '';
  left: 0;
}
.new_right_s {
  width: 780px;
  font-size: 18px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1239px) {
  .new_right_s {
    width: auto;
    font-size: 14px;
  }
}
.news_par .tabs {
  justify-content: center;
}
.news_par .tabs__title {
  width: fit-content;
  font-family: Oswald;
  opacity: 0.5;
  order: -1;
  cursor: pointer;
}
.news_par .tabs__text {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
  margin: 3em 0 0;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  .news_par .tabs__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1239px) {
  .news_par .tabs__text.tab_jc_c {
    justify-content: center;
  }
}
.news_par .news_radio {
  margin: 20px 5px 0;
  border-radius: 50px;
  border: 2px solid #0e4b7e;
  width: 50px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1px;
  order: -1;
  cursor: pointer;
}
.news_par .news_radio .news_r_lbl {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0e4b7e;
}
.news_par .tabs__tab:checked + .tabs__title {
  background-color: transparent;
}
.news_par #tabs__tab1:checked ~ .news_radio {
  justify-content: flex-start;
}
.news_par .tabs__title:hover {
  opacity: 0.9;
}
.news_par .news_item {
  position: relative;
  width: 375px;
  height: 375px;
  background: #053d6c;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  .news_par .news_item {
    height: 340px;
    margin: 0 10px 20px;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .news_par .news_item {
    height: 260px;
    width: 260px;
    margin: 0 10px 16px;
  }
}
.news_par .news_item:hover .news_gradient {
  height: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
  background: rgba(8, 59, 104, 0.85);
}
.news_par .news_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
}
.news_par .news_item .new_date,
.news_par .news_item .new_views {
  filter: invert(1);
  color: black;
}
.news_par .news_item .news_gradient {
  background: -moz-linear-gradient(bottom, #083b68 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(bottom, #083b68 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to top, #083b68 0%, rgba(125, 185, 232, 0) 100%);
  position: absolute;
  z-index: 3;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  font-family: Oswald;
  font-size: 24px;
  color: #fff;
  padding: 15px;
  max-height: 100%;
}
.news_par .news_item .news_gradient:hover {
  height: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
  background: rgba(8, 59, 104, 0.85);
}
.news_par .news_item .news_gradient .news_name {
  cursor: pointer;
  font-family: Oswald;
  font-size: 24px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1239px) {
  .news_par .news_item .news_gradient .news_name {
    font-size: 20px;
  }
}
.news_par .news_item .news_gradient > div:last-of-type {
  display: flex;
  width: 100%;
  height: 25px;
  font-family: OpenSans;
  font-size: 12px;
  color: #fff;
  padding: 10px 0 0;
  filter: grayscale(100%);
}
.pagination_par {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.pagination_par .pagination {
  width: 560px;
  height: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  .pagination_par .pagination {
    width: 100%;
  }
}
.pagination_par .pagination a {
  width: 80px;
  height: 80px;
  border: 2px solid #c5d7e7;
  border-left: 0;
  color: #0e4b7e;
  font-family: Oswald;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1239px) {
  .pagination_par .pagination a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.pagination_par .pagination a:first-of-type {
  border-left: 2px solid #c5d7e7;
}
.pagination_par .pagination a:first-child {
  content: '';
  background: url("../img/arw_20_r_blue.png") center center no-repeat;
  transform: rotate(180deg);
}
.pagination_par .pagination a:first-child:hover {
  background: #0e4b7e url("../img/arw_r_20_w.png") center center no-repeat;
}
.pagination_par .pagination a:last-child {
  content: '';
  background: url("../img/arw_20_r_blue.png") center center no-repeat;
}
.pagination_par .pagination a:last-child:hover {
  background: #0e4b7e url("../img/arw_r_20_w.png") center center no-repeat;
}
.pagination_par .pagination a:hover {
  color: #fff;
  background: #0e4b7e;
}
.pagination_par .pagination .p_active {
  color: #fff;
  background: #0e4b7e;
}
.faq {
  padding-bottom: 3em;
}
.faq .tabs__title {
  background: #f3f5ea url("../img/icon/circle_arr_bot.png") right 15px center no-repeat;
  margin: 15px 0 0;
  padding: 15px 50px 15px 20px;
}
.faq .tabs__title:hover {
  background-color: rgba(243, 245, 234, 0.5);
}
@media screen and (max-width: 1239px) {
  .faq .tabs__title {
    background-position: right 10px center;
  }
}
.faq .tabs__tab:checked + .tabs__title {
  background: #d0f0ed url("../img/icon/circle_arr_top.png") right 15px center no-repeat;
}
.faq .tabs__text {
  padding: 0 20px;
}
@media screen and (max-width: 1239px) {
  .faq .tabs__text {
    font-size: 14px;
  }
}
.tar_par {
  display: block;
  float: left;
  margin-bottom: 4em;
  max-width: 100%;
  width: 580px;
}
@media screen and (max-width: 1239px) {
  .tar_par {
    float: none;
    margin-bottom: 3em;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .tar_par {
    margin-bottom: 2em;
  }
}
.tar_par .tabs__title {
  height: 120px;
  border-radius: 5px;
  background: #083b68 url("../img/wave_line.png") center center repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .tar_par .tabs__title {
    padding: 15px 20px;
  }
}
.tar_par .tabs__title .tar_arrow {
  position: absolute;
  right: 20px;
  border: 1px solid #fff;
  background: url("../img/arw_r_20_w.png") center center no-repeat;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1239px) {
  .tar_par .tabs__title .tar_arrow {
    left: auto;
    right: 20px;
  }
}
.tar_par .tabs__title p {
  margin: 0;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
}
.tar_par .tabs__title:first-of-type {
  margin-top: 0;
}
.tar_par .tabs__tab:checked + .tabs__title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tar_par .tabs__tab:checked + .tabs__title .tar_arrow {
  transform: rotate(270deg);
}
.tar_par .tabs__text {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
  min-height: 70px;
  background: #e0e8f2;
  margin: 0;
  flex-direction: column;
  font-size: 14px;
}
.tar_par .tabs__text .btn {
  margin: 15px 0 0;
  color: #fff;
  font-size: 14px;
  height: auto;
}
.tar_par .tabs__text p {
  margin: 0;
}
.tar_wrapper {
  *zoom: 1;
  display: block;
}
.tar_wrapper:before,
.tar_wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tar_wrapper:after {
  clear: both;
}
.tar_wrapper .ta_l {
  margin-bottom: 0.8em;
}
.tar_wrapper .ko_Slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tar_wrapper .ko_Slider li {
  margin-bottom: 0;
}
.tar_wrapper .slider_cont {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tar_wrapper .slider_cont .slider_img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.tar_wrapper .slider_cont .slider_text {
  box-sizing: border-box;
  background: rgba(14, 75, 126, 0.1);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1239px) {
  .tar_wrapper .slider_cont .slider_text {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tar_wrapper .slider_cont .slider_text {
    padding: 15px;
  }
}
.tar_wrapper .slider_cont .slider_text:before {
  content: '';
  display: block;
  flex: 1;
}
.tar_wrapper .slider_cont .slider_text p {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.tar_wrapper .slider_cont .slider_text p:first-of-type {
  font-family: Oswald;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1239px) {
  .tar_wrapper .slider_cont .slider_text p:first-of-type {
    font-size: 18px;
  }
}
.tar_wrapper .slider_cont .slider_text p:last-of-type {
  font-size: 18px;
}
.tar_wrapper .lSAction {
  margin-top: -42px;
}
.tar_wrapper .lSpg {
  left: initial !important;
}
.tar_wrapper .lSpg li a {
  border-color: #083b68 !important;
}
.tar_wrapper .lSpg .active a {
  background-color: #083b68 !important;
  border-color: #083b68 !important;
}
.tariff-slider-wrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .tariff-slider-wrapper {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .tariff-slider-wrapper {
    max-width: 360px;
  }
}
.tariff-slider-wrapper .lSSlideOuter .lSPager.lSpg {
  bottom: 0;
  left: auto;
  position: absolute;
  right: 180px;
}
.sale_par {
  float: right;
  margin: 0 auto 4em;
  max-width: 100%;
  width: 580px;
}
@media screen and (max-width: 1239px) {
  .sale_par {
    margin-bottom: 3em;
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sale_par {
    margin-bottom: 2em;
  }
}
.rev_wrapper {
  width: 100%;
  height: auto;
}
.rev_wrapper .masked {
  margin-left: -246px;
}
.rev_wrapper .btn {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1239px) {
  .rev_wrapper .btn {
    font-size: 12px;
  }
}
.rev_wrapper button {
  align-self: flex-start;
}
.rev_par {
  padding: 5em 0;
  width: 100%;
}
@media screen and (max-width: 1239px) {
  .rev_par {
    padding-bottom: 0;
  }
}
.rev_par .masked {
  margin-left: 0;
}
.rev_par > div {
  display: flex;
  align-items: flex-start;
}
.wi_100p {
  width: calc(100% - 0px);
}
.rev_sm {
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}
.maxh_66 {
  max-height: 66px;
}
.rev_full {
  max-height: 400px;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}
.rev_full + .rev_exp {
  background: transparent;
  padding: 0;
  bottom: -35px;
}
.rev_av {
  height: 264px;
}
.rev_exp {
  color: #8abe2e;
  font-family: OpenSans;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
  border: 0;
  transition: height ease 0.5s;
  outline: none !important;
  display: none;
  width: 100%;
  position: absolute;
  bottom: -60px;
  padding: 50px 0 30px;
  text-align: left;
  background: linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.show_ans {
  width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  background: #0e4b7e;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-family: OpenSans;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  outline: none;
}
.green_point {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #8abe2e;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  outline: none;
}
.rev_ans_tr {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0e4c7e transparent;
  display: flex;
  align-self: center;
}
.rev_ans {
  min-height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 10px 110px;
  color: #fff;
}
@media screen and (max-width: 1239px) {
  .rev_ans {
    background-size: 42px;
  }
}
.rev_ans h3 {
  color: #fff;
  text-transform: none;
}
@media screen and (max-width: 1239px) {
  .rev_ans h3 {
    margin-left: -30px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1239px) {
  .rev_ans > p {
    margin-left: -85px;
  }
}
.rev_ans_cls {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 20px;
  padding: 15px;
  border: 0;
  background: transparent;
}
.rev_ans_par {
  display: none;
  flex-direction: column;
}
.flex_column {
  display: flex;
  flex-direction: column;
}
.hide {
  display: none;
}
.fancybox-close-small {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  width: 44px;
}
.fancybox-close-small:after {
  content: "×" !important;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
  border-radius: 0;
  background: transparent;
}
.tab_show {
  display: none;
}
@media screen and (max-width: 1239px) {
  .tab_show {
    display: block;
  }
}
@media (max-width: 450px) {
  .tab_show {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1239px) {
  .tab_fd_c {
    flex-direction: column;
  }
  .tab_fd_cr {
    flex-direction: column-reverse;
  }
  .tab_fw_w {
    flex-wrap: wrap;
  }
  .tab_ai_c {
    align-items: center;
  }
  .tab_jc_c {
    justify-content: center;
  }
  .tab_jc_sa {
    justify-content: space-around;
  }
  .tab_c_mb_10 > * {
    margin-bottom: 10px;
  }
  .tab_c_mb_10 > *:last-child {
    margin-bottom: 0;
  }
  .tab_c_mb_20 > * {
    margin-bottom: 20px;
  }
  .tab_c_mb_20 > *:last-child {
    margin-bottom: 0;
  }
  .tab_c_mb_40 > * {
    margin-bottom: 40px;
  }
  .tab_c_mb_40 > *:last-child {
    margin-bottom: 0;
  }
  .tab_c_mr_20 > * {
    margin-right: 20px;
  }
  .tab_c_mr_20 > *:last-child {
    margin-right: 0;
  }
  .tab_c_mr_0 > * {
    margin-right: 0;
  }
  .tab_c_mrlb_10_20 > * {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .tab_c_mrb_20_offset {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .tab_c_mrb_20_offset > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tab_mlr_0_a {
    margin-left: 0;
    margin-right: auto;
  }
  .tab_mlr_a_0 {
    margin-left: auto;
    margin-right: 0;
  }
  .tab_mlr_a {
    margin-left: auto;
    margin-right: auto;
  }
  .tab_mr_0 {
    margin-right: 0;
  }
  .tab_ml_0 {
    margin-left: 0;
  }
  .tab_mt_0 {
    margin-top: 0;
  }
  .tab_mt_10 {
    margin-top: 10px;
  }
  .tab_mt_15 {
    margin-top: 15px;
  }
  .tab_mt_20 {
    margin-top: 20px;
  }
  .tab_mt_30 {
    margin-top: 30px;
  }
  .tab_mt_45 {
    margin-top: 45px;
  }
  .tab_mt_55 {
    margin-top: 55px;
  }
  .tab_mt_110 {
    margin-top: 110px;
  }
  .tab_mt_390 {
    margin-top: 370px;
  }
  .tab_mb_0 {
    margin-bottom: 0;
  }
  .tab_mb_20 {
    margin-bottom: 20px;
  }
  .tab_mb_45 {
    margin-bottom: 45px;
  }
  .tab_ta_c {
    text-align: center;
  }
  .tab_hidden {
    display: none;
  }
  .tab_ord_2 {
    order: 2;
  }
  .tab_ord_1 {
    order: 1;
  }
  .tab_ord_3 {
    order: 3;
  }
  .tab_ord_4 {
    order: 4;
  }
  .tab_wh_136_54 {
    width: 136px;
    height: 54px;
  }
  .tab_wh_280_383 {
    width: 280px;
    height: 383px;
  }
  .tab_of_con {
    object-fit: contain;
  }
  .tab_of_cov {
    object-fit: cover;
  }
  .tab_w_100p_off {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .tab_w_130 {
    width: 130px;
  }
  .tab_w_60p {
    width: 60%;
  }
  .tab_w_100p {
    width: 100%;
    position: relative;
  }
  .tab_maxw_280 {
    max-width: 280px;
  }
  .tab_maxw_320 {
    max-width: 320px;
  }
  .tab_maxw_390 {
    max-width: 390px;
  }
  .tab_maxw_706 {
    max-width: 706px;
    width: 96%;
  }
  .tab_lh_12 {
    line-height: 1.2em;
  }
  .tab_fz_12 {
    font-size: 12px;
  }
  .tab_fz_14 {
    font-size: 14px;
  }
  .tab_fz_16 {
    font-size: 16px;
  }
  .tab_fz_18 {
    font-size: 18px;
  }
  .tab_fz_24 {
    font-size: 24px;
  }
  .tab_fz_36 {
    font-size: 36px;
  }
  .tab_tt_u {
    text-transform: uppercase;
  }
  .tab_p_0_20 {
    padding: 0 20px;
  }
  .tab_tr_custom_1 {
    transform: scale(0.5) translateX(calc(30px - 50%));
    margin-top: -160px;
    margin-left: -20px;
  }
  .tab_tr_custom_2 {
    transform: scale(2) translate3d(85px, 100px, 0);
  }
}
.masked {
  height: 264px;
  min-width: 245px;
  width: 245px;
  mask-image: url("../img/upl/245.png");
  -webkit-mask-image: url("../img/upl/123.png");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background: #dee7ee url("../img/default_ava.png") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .masked {
    min-width: auto;
  }
}
.index_sl_ava {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65%;
}
.slash {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .w_49per {
    width: 100%;
  }
}
@media screen and (max-width: 1239px) {
  .w_49per {
    width: 49%;
  }
}
@media screen and (max-width: 454px) {
  .dev_454_col {
    flex-direction: column;
  }
}
.help-block {
  color: red;
  font-size: 13px;
  margin: 0 auto;
  text-align: left;
}
label.option {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.row-btn {
  margin: 25px auto 0;
  text-align: center;
}
.video-par {
  position: relative;
  cursor: pointer;
}
.video-uplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(14, 84, 131, 0.6);
  color: #fff;
  font-family: Oswald;
  font-size: 26px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.head_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.head_select select:hover {
  color: #8abe2e;
}
.head_select select option {
  color: #000;
}
.maxw_706 {
  max-width: 706px;
  width: 100%;
}
.license_p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.license_p .license_desc {
  margin-top: 20px;
  font-size: 14px;
}
.pos_rel {
  position: relative;
}
.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
/* ROOTMEDIA */
.rootmedia {
  transition: all 0.8s;
  display: block;
  float: right;
  font-size: 12px;
  max-width: 120px;
  opacity: 0.5;
}
.rootmedia:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .rootmedia {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.rootmedia_desc {
  display: block;
  margin-bottom: 3px;
}
.rootmedia_logo {
  display: block;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .rootmedia_logo {
    max-width: 100px;
  }
}
/* CONNECTED HOUSES */
.connected-houses_map {
  height: 440px;
  position: relative;
  width: auto;
  z-index: 3;
}
.connected-houses_filter {
  z-index: 4;
}
/* PARTNERS SECTION */
.partners-section {
  border-radius: 4px;
  *zoom: 1;
  background-color: #e9f4f5;
  padding: 60px 0 100px;
  position: relative;
}
.partners-section:before,
.partners-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.partners-section:after {
  clear: both;
}
@media screen and (max-width: 1239px) {
  .partners-section {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .partners-section {
    padding: 30px 0 40px;
  }
}
.partners-section_title {
  letter-spacing: 1.8px;
  margin: 0 auto 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 1239px) {
  .partners-section_title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .partners-section_title {
    margin-bottom: 30px;
  }
}
.partners-slider {
  display: block;
  min-height: 30px;
  padding: 0 55px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .partners-slider {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .partners-slider {
    padding: 0 30px;
  }
}
.partners-slider_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners-slider_list li {
  margin-bottom: 0;
}
.partners-slider_prev,
.partners-slider_next {
  cursor: pointer;
  display: block;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.partners-slider_prev:hover:before,
.partners-slider_next:hover:before {
  opacity: 0;
}
.partners-slider_prev:hover:after,
.partners-slider_next:hover:after {
  opacity: 1;
}
.partners-slider_prev:before,
.partners-slider_next:before {
  transition: all 0.8s;
  background: url(../img/arw_20_r_blue.png) no-repeat center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.partners-slider_prev:after,
.partners-slider_next:after {
  transition: all 0.8s;
  background: url(../img/arw_20_r_green.png) no-repeat center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.partners-slider_prev {
  left: 7px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 1239px) {
  .partners-slider_prev {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .partners-slider_prev {
    left: 0;
  }
}
.partners-slider_next {
  right: 7px;
}
@media screen and (max-width: 1239px) {
  .partners-slider_next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .partners-slider_next {
    right: 0;
  }
}
.partner-item {
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  height: 142px;
  position: relative;
  width: 210px;
}
.partner-item_img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  bottom: 20px;
  display: block;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 20px;
}
/* PAGE HOUSES */
.houses-page {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1239px) {
  .houses-page {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .houses-page {
    margin-bottom: 30px;
  }
}
/* HOUSE SLIDER */
.houses-slider {
  position: relative;
}
.house-slide {
  display: block;
  width: auto;
}
.house-slide_link {
  background: #d0f0ed center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 0;
  padding-top: 65%;
  position: relative;
  width: auto;
}
.house-slide_link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 151px;
  background: url(../img/grad_btm_blue.png);
}
/* ADVANTAGES SECTION */
.advantage-list {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .advantage-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .advantage-list {
    margin-top: 40px;
  }
}
.advantage-list_item {
  margin: 0 1px 75px;
}
@media screen and (max-width: 1239px) {
  .advantage-list_item {
    margin: 0 1px 50px;
  }
}
@media screen and (max-width: 767px) {
  .advantage-list_item {
    margin: 0 1px 30px;
  }
}
/* SECTION REVIEWS */
.reviews-section {
  margin-bottom: 200px;
}
@media screen and (max-width: 1239px) {
  .reviews-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-section {
    margin-bottom: 60px;
  }
}
.reviews-section_title-wrapper {
  margin-top: 170px;
}
@media screen and (max-width: 1239px) {
  .reviews-section_title-wrapper {
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .reviews-section_title-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1239px) {
  .reviews-section_title-wrapper .slider_r_label {
    position: static;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    margin-left: 1em;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1239px) {
  .reviews-section .sec_head_below {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1em;
    position: static;
    text-align: center;
    top: 0;
    vertical-align: baseline;
  }
}
.reviews-slider_item {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  max-width: 100%;
  width: 953px;
}
@media screen and (max-width: 1239px) {
  .reviews-slider_item {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-slider_item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .reviews-slider_item .masked {
    margin: 0 auto 20px;
  }
}
.reviews-slider_item-text {
  margin-left: 60px;
  max-width: 100%;
  width: 706px;
}
@media screen and (max-width: 767px) {
  .reviews-slider_item-text {
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
}
/* MAP CONTACTS SECTION */
.map-contacts-section {
  *zoom: 1;
}
.map-contacts-section:before,
.map-contacts-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.map-contacts-section:after {
  clear: both;
}
/* FIX FANCYBOX */
.fancybox-slide > * {
  max-width: 100%;
}
/* BREADCRUMBS */
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
/* VIDEO LIST */
.video-list {
  *zoom: 1;
  margin: 40px auto;
}
.video-list:before,
.video-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-list:after {
  clear: both;
}
@media screen and (max-width: 1239px) {
  .video-list {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .video-list {
    margin: 20px auto;
  }
}
.video-list .video-item_wrapper {
  box-sizing: border-box;
  float: left;
  margin: 0 auto 40px;
  padding: 0 10px;
  width: 33.3%;
}
@media screen and (max-width: 1239px) {
  .video-list .video-item_wrapper {
    margin-bottom: 30px;
    padding: 0 20px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .video-list .video-item_wrapper {
    float: none;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
  }
}
.video-item_wrapper {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .video-item_wrapper {
    margin-bottom: 15px;
  }
}
.video-item_wrapper .page_post_sized_thumbs {
  display: block;
  position: relative;
  z-index: 1;
}
.video-item_wrapper .page_post_sized_thumbs .video-frame {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.video-item_wrapper .page_post_thumb_wrap {
  display: block;
  position: relative;
  z-index: 1;
}
.video-item_wrapper .page_post_thumb_wrap:after {
  background: url(../img/play.png) 0 0 no-repeat;
  content: '';
  display: block;
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  width: 64px;
  z-index: 2;
}
.video-item_wrapper .page_post_thumb_wrap .video-image {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
/* HOW IT WORKS */
.how-it-main-image {
  display: block;
  max-width: none;
}
/* MODAL FORMS */
.modal-form {
  box-sizing: border-box;
  margin: 30px auto;
  max-width: 100%;
  padding: 30px 60px;
  width: 481px;
}
@media screen and (max-width: 1239px) {
  .modal-form {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-form {
    padding: 20px;
  }
}
.modal-form__success {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1239px) {
  .modal-form__success {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal-form__success {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.modal-form_title {
  color: #8ca1c7;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 1.5em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal-form_title {
    font-size: 14px;
  }
}
.modal-form .change-info {
  margin: 0 auto 25px;
}
@media screen and (max-width: 1239px) {
  .modal-form .change-info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-form .change-info {
    margin-bottom: 10px;
  }
}
.modal-form .change-info_set {
  color: #3c4456;
  font-size: 16px;
  font-weight: 400;
}
.modal-form .change-info_val {
  color: #013866;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.modal-form .succes-msg {
  color: #3c4456;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.styled-select {
  box-sizing: border-box;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url("../img/arrow_down.svg") right 18px center no-repeat;
  border: 1px solid #999999;
  display: block;
  height: 40px;
  outline: none;
  padding: 0 20px 0 10px;
  width: 100%;
}
.privacy-rules {
  font-size: 15px;
}
.privacy-rules a {
  color: #8abe2e;
  text-decoration: underline;
}
.privacy-rules a:hover {
  text-decoration: none;
}
/* SCROLL TOP */
.scroll-top {
  background: url(../img/scroll-top.png) 0 0 no-repeat;
  bottom: 5px;
  cursor: pointer;
  display: none;
  height: 32px;
  opacity: 0.8;
  position: fixed;
  right: 5px;
  transition: opacity 0.8s;
  width: 32px;
  z-index: 99;
}
.scroll-top:hover {
  opacity: 1;
}
.director-photo {
  margin-top: 0!important;
}
.director-photo-content {
  min-height: 517px!important;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.about__video-wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
/* toggle password */
.hideShowPassword-toggle {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 0 !important;
  width: 44px;
}
.hideShowPassword-toggle-show {
  background-image: url(../img/eye.svg);
}
.hideShowPassword-toggle-hide {
  background-image: url(../img/eye-off.svg);
}
/*# sourceMappingURL=style.css.map */