@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  /* сглаживание шрифтов в вебките */
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

form input,
form select,
form textarea {
  -webkit-appearance: none;
  text-overflow: ellipsis;
  outline: none; }
  form input:focus, form input:active,
  form select:focus,
  form select:active,
  form textarea:focus,
  form textarea:active {
    text-overflow: ellipsis; }

form textarea {
  resize: vertical; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

* {
  max-height: 10000000px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important; }
  *:before {
    max-height: 10000000px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    max-height: 10000000px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@font-face {
  font-family: Lato;
  src: local("Lato-Regular"), url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: local("Lato-Regular"), url("../fonts/Lato-Regular/Lato-Regular.eot") format("embedded-opentype"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular") format("svg"); } }

@font-face {
  font-family: Lato;
  src: local("Lato-Semibold"), url("../fonts/Lato-Semibold/Lato-Semibold.eot");
  src: local("Lato-Semibold"), url("../fonts/Lato-Semibold/Lato-Semibold.eot") format("embedded-opentype"), url("../fonts/Lato-Semibold/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold/Lato-Semibold.ttf") format("truetype"), url("../fonts/Lato-Semibold/Lato-Semibold.svg#Lato-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Semibold/Lato-Semibold.svg#Lato-Semibold") format("svg"); } }

/***********************/
/******** Colors *******/
/***********************/
/***********************/
/******** Fonts ********/
/***********************/
/*********************************/
/********** Typography ***********/
/*********************************/
/*********************************/
/*********** Buttons *************/
/*********************************/
/*********************************/
/******** Class Helpers **********/
/*********************************/
/*********************************/
/*********** Modules *************/
/*********************************/
html {
  font-size: 1px; }
  @media (max-width: 1680px) {
    html {
      font-size: 0.8px; } }
  @media (max-width: 1199px) {
    html {
      font-size: 1px; } }

.bx-touch {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

html, body {
  overflow-x: hidden; }

body {
  font-size: 18rem;
  line-height: 26rem;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400; }
  @media (max-width: 767px) {
    body {
      font-size: 28rem;
      line-height: 40rem; } }

.app {
  width: 100%;
  overflow-x: hidden; }

.typicalBlock {
  width: 100%;
  max-width: 1680rem;
  margin: 0 auto;
  padding: 0 40rem; }
  .typicalBlock_second {
    max-width: 1840rem; }
  .typicalBlock_three {
    max-width: 950rem;
    padding-left: 0;
    padding-right: 0; }
  .typicalBlock_four {
    max-width: 1428rem;
    padding-left: 0;
    padding-right: 0; }

.workarea {
  margin-bottom: 60rem; }
  .workarea_second {
    margin-top: 60rem; }

p {
  margin: 15rem 0 22rem 0; }
  @media (max-width: 767px) {
    p {
      margin-top: 24rem;
      margin-bottom: 40rem; } }
  p.large {
    font-size: 28rem;
    line-height: 38rem; }
    @media (max-width: 767px) {
      p.large {
        font-size: 34rem;
        line-height: 46rem; } }
    @media (max-width: 767px) {
      p.large {
        font-weight: 600; } }
  p.small {
    font-size: 14rem;
    line-height: 20rem; }
    @media (max-width: 767px) {
      p.small {
        font-size: 18rem;
        line-height: 22rem; } }
  p.note {
    text-align: center;
    font-size: 14rem;
    line-height: 20rem;
    color: #666666;
    max-width: 680rem;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      p.note {
        font-size: 18rem;
        line-height: 22rem; } }
  p.important {
    padding: 22rem 25rem 34rem 39rem;
    border-left: 6rem solid #E42313;
    background-color: #F4F4F4;
    margin-top: 45rem;
    margin-bottom: 45rem;
    margin-left: -45rem; }
    @media (max-width: 767px) {
      p.important {
        margin-left: -40rem;
        margin-right: -40rem;
        margin-top: 82rem;
        margin-bottom: 82rem; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  margin: 16rem 0 30rem 0;
  font-size: 40rem;
  line-height: 50rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 36rem;
      line-height: 44rem; } }
  @media (max-width: 767px) {
    h1 {
      margin-top: 30rem;
      margin-bottom: 50rem; } }

h2 {
  margin: 46rem 0 30rem 0;
  font-size: 26rem;
  line-height: 30rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 38rem;
      line-height: 40rem; } }
  @media (max-width: 767px) {
    h2 {
      margin-top: 80rem;
      margin-bottom: 50rem; } }

h3 {
  margin: 25rem 0 15rem 0;
  font-size: 26rem;
  line-height: 30rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 34rem;
      line-height: 40rem; } }
  @media (max-width: 767px) {
    h3 {
      margin-top: 40rem;
      margin-bottom: 26rem; } }

ul, ol {
  margin: 30rem 0 35rem 0;
  padding: 0 0 0 40rem; }
  @media (max-width: 767px) {
    ul, ol {
      margin-top: 50rem;
      margin-bottom: 54rem; } }
  ul li, ol li {
    list-style-type: none;
    margin: 15rem 0 22rem 0;
    position: relative; }
    @media (max-width: 767px) {
      ul li, ol li {
        margin-top: 24rem;
        margin-bottom: 40rem; } }
    ul li:before, ol li:before {
      content: '';
      position: absolute;
      top: 0.8em;
      left: -25rem;
      width: 8rem;
      height: 8rem;
      background-color: #E42313;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  ul ul, ol ul {
    margin: 15rem 0 22rem 0 !important;
    padding-left: 22rem;
    font-size: 14rem;
    line-height: 20rem; }
    @media (max-width: 767px) {
      ul ul, ol ul {
        font-size: 18rem;
        line-height: 22rem; } }
    @media (max-width: 767px) {
      ul ul, ol ul {
        margin-top: 24rem !important;
        margin-bottom: 40rem !important; } }
    ul ul li, ol ul li {
      list-style-type: disc;
      margin: 10rem 0 14rem 0; }
      @media (max-width: 767px) {
        ul ul li, ol ul li {
          margin-top: 18rem;
          margin-bottom: 22rem; } }
      ul ul li:before, ol ul li:before {
        display: none; }

ol {
  padding-left: 30rem; }
  ol li {
    list-style-type: decimal;
    padding-left: 10rem; }
    ol li:before {
      display: none; }

.htmlArea img, .news-list-center img {
  max-width: 100%;
  border-radius: 4rem; }

.htmlArea div:first-child, .htmlArea p:first-child, .htmlArea ul:first-child, .htmlArea ol:first-child, .htmlArea li:first-child, .htmlArea h1:first-child, .htmlArea h2:first-child, .htmlArea h3:first-child, .htmlArea h4:first-child, .htmlArea h5:first-child, .news-list-center div:first-child, .news-list-center p:first-child, .news-list-center ul:first-child, .news-list-center ol:first-child, .news-list-center li:first-child, .news-list-center h1:first-child, .news-list-center h2:first-child, .news-list-center h3:first-child, .news-list-center h4:first-child, .news-list-center h5:first-child {
  margin-top: 0; }

.htmlArea div:last-child, .htmlArea p:last-child, .htmlArea ul:last-child, .htmlArea ol:last-child, .htmlArea li:last-child, .htmlArea h1:last-child, .htmlArea h2:last-child, .htmlArea h3:last-child, .htmlArea h4:last-child, .htmlArea h5:last-child, .news-list-center div:last-child, .news-list-center p:last-child, .news-list-center ul:last-child, .news-list-center ol:last-child, .news-list-center li:last-child, .news-list-center h1:last-child, .news-list-center h2:last-child, .news-list-center h3:last-child, .news-list-center h4:last-child, .news-list-center h5:last-child {
  margin-bottom: 0; }

.htmlArea h1, .news-list-center h1 {
  text-align: center; }

a {
  color: #00638E; }
  a:hover, a:focus {
    opacity: 0.8; }

input, select, textarea, button {
  font-family: "Lato", sans-serif; }

input, select, textarea {
  font-size: 20rem;
  line-height: 22rem;
  padding: 4rem 8rem 6rem 8rem;
  border: 1rem solid #999999;
  border-radius: 2rem;
  width: 100%;
  background-color: transparent;
  color: inherit;
  max-width: 500rem;
  overflow: hidden;
  margin: 0 0 8rem 0; }
  @media (max-width: 767px) {
    input, select, textarea {
      font-size: 32rem;
      line-height: 40rem; } }
  @media (max-width: 767px) {
    input, select, textarea {
      font-weight: 600;
      max-width: 100%;
      padding: 13rem 19rem; } }

input[type=date] {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    input[type=date] {
      padding-top: 12rem;
      padding-bottom: 12rem; } }

select {
  padding-right: 36rem;
  background: #ffffff url(../img/v.svg) top 14rem right 8rem no-repeat;
  background-size: 10rem 6rem;
  display: inline-block; }
  @media (max-width: 767px) {
    select {
      padding-right: 80rem;
      background-size: 20rem 12rem;
      background-position: top 26rem right 30rem; } }

.form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 650rem;
  margin: 37rem 0; }
  @media (max-width: 767px) {
    .form {
      max-width: 100%; } }

.captcha-img {
  margin-bottom: 8rem !important; }

.formGroup {
  width: 100%;
  max-width: 100%;
  margin: 0 20rem 12rem 0;
  position: relative; }
  @media (max-width: 767px) {
    .formGroup {
      margin-right: 0;
      margin-bottom: 15rem; } }
  .formGroup label {
    font-size: 14rem;
    line-height: 22rem;
    color: #999999;
    display: block;
    margin: 0 0 5rem 0;
    padding: 0 8rem; }
    @media (max-width: 767px) {
      .formGroup label {
        font-size: 22rem;
        line-height: 30rem; } }
    @media (max-width: 767px) {
      .formGroup label {
        padding-left: 19rem;
        padding-right: 19rem;
        margin-bottom: 8rem; } }
  .formGroup_auto {
    width: auto; }
    @media (max-width: 767px) {
      .formGroup_auto {
        width: 100%; } }
    .formGroup_auto input, .formGroup_auto select, .formGroup_auto textarea {
      width: auto; }
      @media (max-width: 767px) {
        .formGroup_auto input, .formGroup_auto select, .formGroup_auto textarea {
          width: 100%; } }
  .formGroup_xs {
    max-width: 125rem; }
    @media (max-width: 767px) {
      .formGroup_xs {
        max-width: 100%; } }
  .formGroup_sm {
    max-width: 220rem; }
    @media (max-width: 767px) {
      .formGroup_sm {
        max-width: 100%; } }
  .formGroup_md {
    max-width: 240rem; }
    @media (max-width: 767px) {
      .formGroup_md {
        max-width: 100%; } }
  .formGroup_bottom {
    margin-top: 68rem; }
    @media (max-width: 767px) {
      .formGroup_bottom {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .formGroup .errorEmail {
    position: absolute;
    top: -moz-calc(100% - 8rem);
    top: calc(100% - 8rem);
    left: 0;
    font-size: 12rem;
    line-height: 16rem;
    padding: 0 8rem;
    color: #E42313; }
    @media (max-width: 767px) {
      .formGroup .errorEmail {
        font-size: 16rem;
        line-height: 20rem; } }

.custCheckbox {
  font-size: 14rem;
  line-height: 22rem;
  margin-bottom: 6rem !important; }
  @media (max-width: 767px) {
    .custCheckbox {
      font-size: 22rem;
      line-height: 30rem; } }
  .custCheckbox input {
    display: none; }
  .custCheckbox label {
    padding: 6rem 0 6rem 41rem;
    color: #000000;
    position: relative;
    display: inline-block;
    margin: 0; }
    @media (max-width: 767px) {
      .custCheckbox label {
        padding-top: 19rem;
        padding-bottom: 19rem;
        padding-left: 85rem; } }
    .custCheckbox label:before {
      content: '';
      position: absolute;
      top: 7rem;
      left: 10rem;
      width: 20rem;
      height: 20rem;
      border-radius: 2rem;
      background-color: #ffffff;
      border: 1rem solid #666666; }
      @media (max-width: 767px) {
        .custCheckbox label:before {
          width: 40rem;
          height: 40rem;
          left: 20rem;
          top: 13rem; } }
    .custCheckbox label:after {
      position: absolute;
      top: 16rem;
      left: 20rem;
      width: 11rem;
      height: 7rem;
      border-left: 3rem solid #000000;
      border-bottom: 3rem solid #000000;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
      @media (max-width: 767px) {
        .custCheckbox label:after {
          width: 19rem;
          height: 14rem;
          border-width: 4rem;
          top: 29rem;
          left: 40rem; } }
  .custCheckbox input:checked + label:after {
    content: ''; }

.link_undernone {
  text-decoration: none; }

.link_underline {
  text-decoration: underline; }

.link_underdash {
  border-bottom: 1rem dashed currentColor; }

.link_light {
  color: #008ECC; }

.link_inhcolor {
  color: inherit; }

.button {
  font-size: 16rem;
  line-height: 18rem;
  padding: 10rem 10rem;
  border-radius: 4rem;
  border: 1rem solid #00638E;
  background-color: #00638E;
  color: #ffffff;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600; }
  @media (max-width: 767px) {
    .button {
      font-size: 34rem;
      line-height: 40rem; } }
  @media (max-width: 767px) {
    .button {
      min-height: 56rem;
      min-width: 56rem;
      padding: 19rem 40rem; } }
  @media (max-width: 767px) {
    .button .svg-icon {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4); } }
  .button_nopadding {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .button_long {
    padding-left: 15rem;
    padding-right: 15rem; }
  .button_orange {
    border-color: #E42313;
    background-color: #E42313; }
    .button_orange_transparent {
      background-color: transparent;
      color: #E42313; }
  .button_disabled, .button[disabled=disabled] {
    border-color: #CCCCCC !important;
    background-color: #CCCCCC !important;
    color: #ffffff !important;
    cursor: default !important; }
    .button_disabled:hover, .button_disabled:focus, .button[disabled=disabled]:hover, .button[disabled=disabled]:focus {
      opacity: 1 !important; }
  .button_icon {
    height: 40rem;
    width: 40rem; }

.linesTitle {
  padding: 0 24rem;
  color: #00638E;
  margin: 0 0 23rem 0; }
  .linesTitle-title {
    padding: 0 10rem 17rem 18rem;
    margin: 0 0 -5rem 0;
    border-bottom: 5rem solid #E42313;
    display: inline-block;
    position: relative;
    z-index: 60; }
  .linesTitle-lines {
    height: 5rem;
    width: -moz-calc(100% + 48rem);
    width: calc(100% + 48rem);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 50;
    margin: 0 -24rem;
    overflow: hidden; }
    .linesTitle-lines__single {
      height: 100%;
      width: 40rem;
      background-color: #740000; }
      .linesTitle-lines__single:first-child {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .linesTitle-lines__single:last-child {
        height: 100%;
        width: 100%;
        background-color: #CCCCCC; }

.buttonSkew {
  font-size: 22rem;
  line-height: 30rem;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  padding: 0 13rem 0 0;
  position: relative; }
  @media (max-width: 767px) {
    .buttonSkew {
      font-size: 26rem;
      line-height: 30rem; } }
  @media (max-width: 767px) {
    .buttonSkew {
      border-radius: 4rem; } }
  .buttonSkew-back {
    background-color: #00638E;
    width: 50%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .buttonSkew-inner {
    background-color: #00638E;
    padding: 8rem 33rem 12rem 18rem;
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    transform: skew(-14deg);
    position: relative;
    z-index: 50; }
    @media (max-width: 767px) {
      .buttonSkew-inner {
        border-radius: 4rem;
        padding: 15rem 50rem 15rem 30rem; } }
  .buttonSkew-text {
    -webkit-transform: skew(14deg);
    -moz-transform: skew(14deg);
    -ms-transform: skew(14deg);
    transform: skew(14deg); }

sup {
  vertical-align: super;
  font-size: 60%; }

.calender-area {
  max-width: 460rem;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .calender-area {
      width: 100%;
      max-width: 100%; } }

.pignose-calendar {
  max-width: 460rem;
  font-size: 18rem;
  line-height: 26rem; }
  @media (max-width: 767px) {
    .pignose-calendar {
      font-size: 28rem;
      line-height: 36rem; } }
  @media (max-width: 1199px) {
    .pignose-calendar {
      width: 100%;
      max-width: 100%; } }

.pignose-calendar .pignose-calendar-top {
  border-bottom-width: 0; }

.pignose-calendar {
  border-width: 0;
  box-shadow: none; }
  .pignose-calendar .pignose-calendar-top {
    background-color: transparent;
    padding-top: 1.9em;
    padding-bottom: 1em; }
  .pignose-calendar .pignose-calendar-body {
    padding-top: 0;
    padding-bottom: 0; }
  .pignose-calendar .pignose-calendar-header {
    margin-top: 0; }
  .pignose-calendar .pignose-calendar-header {
    font-weight: 400; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  font-size: 14rem;
  line-height: 20rem; }
  @media (max-width: 767px) {
    .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
      font-size: 18rem;
      line-height: 22rem; } }

.pignose-calendar .pignose-calendar-unit {
  height: 2.4em;
  line-height: inherit; }

.pignose-calendar-unit {
  height: 2.4em;
  line-height: inherit; }

.pignose-calendar-top-month {
  margin-top: 0;
  margin-bottom: 0 !important; }

.pignose-calendar .pignose-calendar-top {
  box-shadow: none; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding-top: 20rem; }

.calender-area .box {
  position: absolute;
  padding: 12rem 25rem;
  background-color: #E42313;
  bottom: auto;
  top: -moz-calc(100% + 14rem);
  top: calc(100% + 14rem);
  width: 560rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 16rem;
  line-height: 16rem;
  color: #ffffff;
  border-radius: 4rem;
  z-index: 200; }
  @media (max-width: 767px) {
    .calender-area .box {
      font-size: 28rem;
      line-height: 34rem; } }
  .calender-area .box:before {
    content: '';
    border: 14rem solid transparent;
    border-right: 10rem solid #E42313;
    border-bottom: 19rem solid #E42313;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 20%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .calender-area .box a {
    color: #ffffff;
    display: block;
    margin: 0 0 8rem 0; }
    .calender-area .box a:last-child {
      margin-bottom: 0; }
  .calender-area .box .date, .calender-area .box br {
    display: none; }

.header-top {
  font-size: 14rem;
  line-height: 20rem;
  padding: 10rem 40rem 20rem 40rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .header-top {
      font-size: 18rem;
      line-height: 22rem; } }
  @media (max-width: 1279px) {
    .header-top {
      padding: 20rem 0 36rem 0; } }

.header-logo-tag {
  width: 190rem;
  height: 91rem; }
  @media (max-width: 767px) {
    .header-logo-tag {
      width: 258rem;
      height: 123rem; } }
  .header-logo-tag:hover, .header-logo-tag:focus {
    opacity: 0.8; }

.header-contacts {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 17rem 0 0 0; }
  @media (max-width: 1279px) {
    .header-contacts {
      display: none; } }
  .header-contacts-text__single {
    margin: 5rem 0; }
    .header-contacts-text__single_bg {
      font-size: 18rem;
      line-height: 20rem; }
      @media (max-width: 767px) {
        .header-contacts-text__single_bg {
          font-size: 32rem;
          line-height: 40rem; } }

.header-action {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 1279px) {
    .header-action {
      display: none; } }
  .header-action__single {
    margin: 8rem; }

.header-functions {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15rem 0 0; }
  @media (max-width: 767px) {
    .header-functions {
      margin-right: -27rem;
      margin-top: 14rem; } }
  .header-functions__single {
    margin: 0 15rem;
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .header-functions__single {
        margin: 0 27rem; } }
    .header-functions__single-text {
      display: block;
      margin: 5rem 0 0 0; }
      @media (max-width: 767px) {
        .header-functions__single-text {
          margin-top: 10rem; } }
    .header-functions__single-inner {
      text-align: center;
      padding: 26rem 29rem 6rem 29rem;
      border: 1rem solid #E9E9E9;
      min-width: 100rem;
      min-height: 100rem;
      display: inline-block; }
      @media (max-width: 767px) {
        .header-functions__single-inner {
          border-width: 0;
          padding: 0;
          min-width: 0;
          min-height: 0;
          font-weight: 600; } }
      .header-functions__single-inner.active {
        background-color: #E6F7FF;
        border-color: #056E9C; }
    .header-functions__single_orange .header-functions__single-inner {
      color: #E42313; }
    .header-functions__single_type2 {
      display: none; }
      @media (max-width: 1279px) {
        .header-functions__single_type2 {
          display: inline-block; } }
    @media (max-width: 1279px) {
      .header-functions__single_type3 {
        display: none; } }
  .header-functions-tooltip {
    background: -moz- oldlinear-gradient(top, #066F9C 0%, #00638E 100%);
    background: linear-gradient(180deg, #066F9C 0%, #00638E 100%);
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: -moz-calc(100% - 1rem);
    top: calc(100% - 1rem);
    right: -41rem;
    -moz-transition: opacity .3s, visibility .3s, z-index 0s linear 0.3s;
    transition: opacity .3s, visibility .3s, z-index 0s linear 0.3s;
    color: #ffffff;
    padding: 22rem 30rem;
    display: inline-block;
    border-radius: 2rem;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.4);
    max-width: 100vw;
    max-height: 110vh;
    overflow-y: auto; }
    @media (max-width: 767px) {
      .header-functions-tooltip {
        top: 0;
        left: auto;
        right: 0;
        width: 100vw;
        position: fixed;
        padding: 26rem 40rem;
        box-shadow: 0 0 10rem rgba(0, 0, 0, 0.6); } }
    .header-functions-tooltip.active {
      z-index: 800;
      visibility: visible;
      opacity: 1;
      -moz-transition: opacity .3s, visibility .3s, z-index 0s;
      transition: opacity .3s, visibility .3s, z-index 0s; }
    .header-functions-tooltip a {
      color: #ffffff; }
    .header-functions-tooltip-close {
      padding: 20rem;
      position: absolute;
      top: 25rem;
      right: 30rem;
      display: none; }
      @media (max-width: 767px) {
        .header-functions-tooltip-close {
          display: block; } }
    @media (max-width: 767px) {
      .header-functions-tooltip_top {
        padding-top: 115rem;
        padding-bottom: 70rem; } }
    @media (max-width: 767px) {
      .header-functions-tooltip_half {
        max-width: 50vw; } }
    .header-functions-tooltip .button[disabled=disabled] {
      border-color: transparent !important;
      background-color: transparent !important; }
  .header-functions-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 404rem;
    margin: 0 -22rem;
    max-width: -moz-calc(100% + 44rem);
    max-width: calc(100% + 44rem); }
    @media (max-width: 767px) {
      .header-functions-menu {
        margin: 0 -34rem;
        width: -moz-calc(100% + 68rem);
        width: calc(100% + 68rem);
        max-width: -moz-calc(100% + 68rem);
        max-width: calc(100% + 68rem); } }
    .header-functions-menu__single {
      width: 44%;
      padding: 0 22rem 22rem 22rem; }
      @media (max-width: 767px) {
        .header-functions-menu__single {
          padding: 0 34rem 34rem 34rem; } }
      .header-functions-menu__single-title {
        opacity: 0.5;
        margin: 0 0 18rem 0;
        font-size: 18rem;
        line-height: 20rem; }
        @media (max-width: 767px) {
          .header-functions-menu__single-title {
            font-size: 32rem;
            line-height: 40rem; } }
        @media (max-width: 767px) {
          .header-functions-menu__single-title {
            margin-bottom: 25rem; } }
      .header-functions-menu__single:nth-child(2) {
        width: 56%; }
  .header-functions-submenu {
    font-size: 14rem;
    line-height: 16rem; }
    @media (max-width: 767px) {
      .header-functions-submenu {
        font-size: 24rem;
        line-height: 34rem; } }
    @media (max-width: 767px) {
      .header-functions-submenu {
        margin-bottom: 25rem; } }
    .header-functions-submenu__single-title {
      display: inline-block;
      margin: 0 0 15rem 0; }
      @media (max-width: 767px) {
        .header-functions-submenu__single-title {
          margin-bottom: 25rem; } }
  .header-functions .social-list {
    margin: 0 -18rem; }
  .header-functions-search {
    max-width: 100%;
    width: 400rem; }
    @media (max-width: 767px) {
      .header-functions-search {
        width: -moz-calc(100% - 84rem);
        width: calc(100% - 84rem); } }
    .header-functions-search-form {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .header-functions-search-form .formGroup {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .header-functions-search-form .formGroup {
            margin-right: 30rem; } }
        .header-functions-search-form .formGroup:last-child {
          margin-right: 0; }
        .header-functions-search-form .formGroup_bottom {
          width: auto;
          margin-top: 0; }
        .header-functions-search-form .formGroup input {
          margin: 0 !important; }
      .header-functions-search-form .button {
        background-color: transparent;
        border-color: transparent; }
    .header-functions-search input {
      border-color: transparent; }
      .header-functions-search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.2); }
      .header-functions-search input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.2); }
      .header-functions-search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.2); }
      .header-functions-search input::placeholder {
        color: rgba(255, 255, 255, 0.2); }

.social-list {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 38rem; }
  .social-list__single {
    margin: 6rem;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .social-list__single .svg-icon {
      fill: #ffffff;
      stroke: #ffffff; }

.nav {
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  height: 60rem;
  position: relative;
  background-color: #00638E;
  border-radius: 4rem 4rem 0 0;
  padding: 0 32rem; }
  @media (max-width: 767px) {
    .nav {
      font-size: 28rem;
      line-height: 40rem; } }
  @media (max-width: 1279px) {
    .nav {
      margin-left: -40rem;
      margin-right: -40rem;
      width: -moz-calc(100% + 80rem);
      width: calc(100% + 80rem);
      border-radius: 0; } }
  @media (max-width: 767px) {
    .nav {
      height: 100rem; } }
  .nav:after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 0;
    height: 5rem;
    width: 100%;
    z-index: 50;
    background: -moz- oldlinear-gradient(right, #CCCCCC 50%, #E42313 51%, #E42313);
    background: linear-gradient(to left, #CCCCCC 50%, #E42313 51%, #E42313); }
  .nav-inner {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    z-index: 80; }
  .nav__single {
    background-color: #00638E;
    color: #ffffff;
    padding: 14rem 20rem 17rem 20rem;
    border-bottom: 5rem solid #CCCCCC;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 80;
    margin: 0 0 0 -1rem; }
    @media (max-width: 767px) {
      .nav__single {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .nav__single.prev {
      border-bottom-color: #E42313; }
    .nav__single.active {
      border-bottom-color: #740000; }
    .nav__single.active .nav__single-inner {
      opacity: 0.4; }
  .nav .swiper-button {
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    position: absolute;
    top: 0;
    left: -1rem;
    width: 52rem;
    background: -moz- oldlinear-gradient(left, #00638E 80%, transparent);
    background: linear-gradient(to right, #00638E 80%, transparent);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 100;
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem 4rem 0; }
    @media (max-width: 767px) {
      .nav .swiper-button {
        display: none; } }
    .nav .swiper-button .svg-icon {
      fill: #ffffff;
      stroke: #ffffff;
      width: 20rem;
      height: 20rem; }
    .nav .swiper-button:hover .svg-icon, .nav .swiper-button:focus .svg-icon {
      opacity: 0.8; }
    .nav .swiper-button:after {
      display: none; }
    .nav .swiper-button-next {
      left: auto;
      right: -1rem;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      padding-bottom: 0;
      padding-top: 4rem; }
    .nav .swiper-button-disabled {
      pointer-events: visible; }
      .nav .swiper-button-disabled .svg-icon {
        opacity: 0.5; }
      .nav .swiper-button-disabled:hover .svg-icon, .nav .swiper-button-disabled:focus .svg-icon {
        opacity: 0.5; }

.footer {
  background-color: #F0F0F0;
  padding: 20rem 0 24rem 0;
  margin: 90rem 0 0 0; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 170rem;
      padding-top: 50rem;
      padding-bottom: 66rem; } }
  .footer-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 35rem;
    padding-right: 35rem; }
    @media (max-width: 1199px) {
      .footer-inner {
        display: block; } }
  .footer-copy {
    font-size: 18rem;
    line-height: 26rem; }
    @media (max-width: 767px) {
      .footer-copy {
        font-size: 28rem;
        line-height: 36rem; } }
    @media (max-width: 1199px) {
      .footer-copy {
        margin-bottom: 18rem; } }
  .footer-contacts {
    color: #666666;
    margin: 0 30rem;
    font-size: 14rem;
    line-height: 22rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .footer-contacts {
        font-size: 18rem;
        line-height: 30rem; } }
    @media (max-width: 1199px) {
      .footer-contacts {
        margin-left: 0;
        margin-right: 0;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .footer-contacts-inner {
      margin: 0 80rem 0 0; }
      @media (max-width: 1199px) {
        .footer-contacts-inner {
          margin-right: -21rem;
          margin-left: -21rem;
          margin-top: 60rem !important;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: -moz-calc(100% + 42rem);
          width: calc(100% + 42rem); } }
    .footer-contacts__single {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      white-space: nowrap; }
      @media (max-width: 1199px) {
        .footer-contacts__single {
          margin-right: 21rem;
          margin-left: 21rem;
          display: block;
          white-space: normal; } }
      .footer-contacts__single-title {
        font-weight: 600;
        margin: 3rem 10rem 0 0;
        font-size: 14rem;
        line-height: 22rem; }
        @media (max-width: 767px) {
          .footer-contacts__single-title {
            font-size: 22rem;
            line-height: 30rem; } }
        .footer-contacts__single-title:first-child {
          margin-top: 3rem; }
      .footer-contacts__single a {
        white-space: nowrap; }
    @media (max-width: 1279px) {
      .footer-contacts-social {
        display: none; } }
    .footer-contacts-social .social-list {
      margin-right: 0;
      margin-left: 8rem; }
    .footer-contacts-social .social-list__single {
      margin-top: 0;
      margin-bottom: 0; }
    .footer-contacts-social .social-list__single .svg-icon {
      fill: #000000;
      stroke: #000000; }
    .footer-contacts-email {
      font-size: 20rem;
      line-height: 30rem;
      color: #000000; }
      @media (max-width: 767px) {
        .footer-contacts-email {
          font-size: 28rem;
          line-height: 40rem; } }
      @media (max-width: 767px) {
        .footer-contacts-email {
          font-weight: 600; } }
  .footer-develop {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18rem;
    line-height: 26rem; }
    @media (max-width: 767px) {
      .footer-develop {
        font-size: 28rem;
        line-height: 36rem; } }
    @media (max-width: 1199px) {
      .footer-develop {
        position: absolute;
        top: 0;
        right: 40rem; } }
    .footer-develop-img {
      margin: 0 15rem 10rem 0; }
    @media (max-width: 1279px) {
      .footer-develop-text {
        display: none; } }

.breadcrumbs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14rem;
  line-height: 22rem;
  color: #666666;
  margin: 6rem 0 16rem 0; }
  @media (max-width: 767px) {
    .breadcrumbs {
      font-size: 18rem;
      line-height: 30rem; } }
  .breadcrumbs:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-top: 20rem;
      margin-bottom: 20rem; } }
  .breadcrumbs_center {
    max-width: 700rem;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }

.mainTitle {
  font-weight: 600;
  font-size: 40rem;
  line-height: 45rem;
  margin: 6rem 0 45rem 0; }
  @media (max-width: 767px) {
    .mainTitle {
      font-size: 50rem;
      line-height: 55rem; } }
  @media (max-width: 767px) {
    .mainTitle {
      margin-top: 14rem;
      margin-bottom: 60rem; } }
  .mainTitle_center {
    max-width: 700rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.trafficLight {
  margin: 55rem 0 80rem 0;
  overflow: hidden; }
  .trafficLight-inner-title {
    text-align: center;
    font-size: 26rem;
    line-height: 26rem;
    margin: 0 0 11rem 0;
    font-weight: 600; }
    @media (max-width: 767px) {
      .trafficLight-inner-title {
        font-size: 28rem;
        line-height: 36rem; } }
    .trafficLight-inner-title-toggler {
      position: relative; }
      @media (max-width: 1199px) {
        .trafficLight-inner-title-toggler {
          display: block; } }
      .trafficLight-inner-title-toggler-inner {
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
        color: #008ECC;
        border-bottom: 1rem dashed #008ECC; }
        .trafficLight-inner-title-toggler-inner.active {
          color: #E42313;
          border-bottom-color: transparent; }
  .trafficLight-inner-circle {
    font-size: 22rem;
    line-height: 28rem; }
    @media (max-width: 767px) {
      .trafficLight-inner-circle {
        font-size: 28rem;
        line-height: 28rem; } }
    .trafficLight-inner-circle-city {
      overflow: hidden;
      transition: -webkit-transform 0.2s linear;
      -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 30rem; }
      .trafficLight-inner-circle-city-group {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 19rem 35rem; }
        @media (max-width: 1199px) {
          .trafficLight-inner-circle-city-group {
            display: block;
            margin-left: 20rem;
            margin-right: 20rem; } }
        .trafficLight-inner-circle-city-group-title {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .trafficLight-inner-circle-city-group-title-number {
            margin: 3rem; }
          .trafficLight-inner-circle-city-group-title-letter {
            margin: 3rem; }
        .trafficLight-inner-circle-city-group-rezus {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 22rem;
          padding: 0 4rem; }
          .trafficLight-inner-circle-city-group-rezus-single {
            border-radius: 50%;
            background-color: #00B34B;
            color: #ffffff;
            width: 50rem;
            height: 50rem;
            padding: 0;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 5rem; }
            @media (max-width: 1199px) {
              .trafficLight-inner-circle-city-group-rezus-single {
                margin-left: 4rem;
                margin-right: 4rem; } }
            .trafficLight-inner-circle-city-group-rezus-single.yellowLight {
              background-color: #ECB800; }
            .trafficLight-inner-circle-city-group-rezus-single.redLight {
              background-color: #E42313; }
  .trafficLight-inner-legends {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14rem;
    line-height: 20rem;
    margin: 10rem -20rem 0 -20rem; }
    @media (max-width: 767px) {
      .trafficLight-inner-legends {
        font-size: 18rem;
        line-height: 22rem; } }
    @media (max-width: 1199px) {
      .trafficLight-inner-legends {
        margin-left: -15rem;
        margin-right: -15rem; } }
    .trafficLight-inner-legends-single {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 20rem;
      max-width: 290rem; }
      @media (max-width: 1199px) {
        .trafficLight-inner-legends-single {
          -webkit-align-items: flex-start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-left: 15rem;
          margin-right: 15rem; } }
      .trafficLight-inner-legends-single-color {
        border-radius: 50%;
        background-color: #00B34B;
        width: 21rem;
        height: 21rem;
        margin: 0 13rem 0 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .trafficLight-inner-legends-single-color_yellow {
          background-color: #ECB800; }
        .trafficLight-inner-legends-single-color_red {
          background-color: #E42313; }

.impInfo {
  color: #ffffff;
  font-weight: 600;
  height: 400rem;
  overflow: hidden;
  position: relative;
  font-size: 26rem;
  line-height: 34rem; }
  @media (max-width: 767px) {
    .impInfo {
      font-size: 28rem;
      line-height: 40rem; } }
  @media (max-width: 1199px) {
    .impInfo {
      margin-left: -40rem;
      margin-right: -40rem; } }
  .impInfo .swiper-button {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 93rem;
    background: transparent;
    z-index: 100;
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem 4rem 0;
    z-index: 100;
    -moz-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 1199px) {
      .impInfo .swiper-button {
        display: none; } }
    .impInfo .swiper-button .svg-icon {
      fill: #CCCCCC;
      stroke: #CCCCCC;
      width: 33rem;
      height: 33rem; }
    .impInfo .swiper-button:hover, .impInfo .swiper-button:focus {
      opacity: 0.8; }
    .impInfo .swiper-button:after {
      display: none; }
    .impInfo .swiper-button-next {
      left: auto;
      right: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      padding-bottom: 0;
      padding-top: 4rem; }
    .impInfo .swiper-button-disabled {
      pointer-events: visible; }
      .impInfo .swiper-button-disabled .svg-icon {
        opacity: 0.5; }
      .impInfo .swiper-button-disabled:hover, .impInfo .swiper-button-disabled:focus {
        opacity: 1; }
  .impInfo-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 4rem; }
    @media (max-width: 1199px) {
      .impInfo-inner {
        display: block; } }
    .impInfo-inner:hover, .impInfo-inner:focus {
      opacity: 1; }
  .impInfo-img {
    height: 400rem;
    width: 66%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .impInfo-img {
        width: 100%;
        height: 480rem;
        position: relative; } }
    @media (max-width: 1199px) {
      .impInfo-img-tag {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .impInfo-info {
    width: 38.5%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 0 -4.5%; }
    @media (max-width: 1199px) {
      .impInfo-info {
        width: 100%;
        margin-left: 0; } }
    .impInfo-info:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      z-index: 80;
      background-color: #00638E; }
    .impInfo-info-inner {
      padding: 60rem 80rem 60rem 110rem;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      background-color: #00638E;
      position: relative;
      z-index: 100;
      -webkit-transform: skew(-14deg);
      -moz-transform: skew(-14deg);
      -ms-transform: skew(-14deg);
      transform: skew(-14deg); }
      @media (max-width: 1199px) {
        .impInfo-info-inner {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none;
          padding: 50rem 60rem; } }
      .impInfo-info-inner-text {
        -webkit-transform: skew(14deg);
        -moz-transform: skew(14deg);
        -ms-transform: skew(14deg);
        transform: skew(14deg); }
        @media (max-width: 1199px) {
          .impInfo-info-inner-text {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none; } }
  .impInfo-lines {
    position: absolute;
    z-index: 90;
    top: 0;
    left: -2rem;
    width: 14rem;
    height: 100%; }
    @media (max-width: 1199px) {
      .impInfo-lines {
        height: 8rem;
        width: 100%;
        left: 0; } }
    .impInfo-lines__single {
      position: absolute;
      top: 0;
      left: 50%;
      height: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: -moz- oldlinear-gradient(left, transparent 0, #E42313 2rem, #E42313 12rem, transparent 100%);
      background: linear-gradient(to right, transparent 0, #E42313 2rem, #E42313 12rem, transparent 100%); }
      @media (max-width: 1199px) {
        .impInfo-lines__single {
          height: 100%;
          width: 110rem;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none;
          left: 0;
          background: #E42313;
          z-index: 50; } }
      .impInfo-lines__single:nth-child(2) {
        top: auto;
        bottom: 0;
        background: -moz- oldlinear-gradient(left, transparent 0, #CCCCCC 2rem, #CCCCCC 12rem, transparent 100%);
        background: linear-gradient(to right, transparent 0, #CCCCCC 2rem, #CCCCCC 12rem, transparent 100%); }
        @media (max-width: 1199px) {
          .impInfo-lines__single:nth-child(2) {
            width: 100%;
            background: #CCCCCC;
            z-index: 40; } }
      .impInfo-lines__single:nth-child(3) {
        top: -moz-calc(50% - 7rem);
        top: calc(50% - 7rem);
        height: 14rem;
        background: -moz- oldlinear-gradient(left, transparent 0, #740000 1rem, #740000 13rem, transparent 100%);
        background: linear-gradient(to right, transparent 0, #740000 1rem, #740000 13rem, transparent 100%); }
        @media (max-width: 1199px) {
          .impInfo-lines__single:nth-child(3) {
            height: 100%;
            width: 20rem;
            left: 110rem;
            background: #740000;
            z-index: 60;
            top: 0; } }

.variousInfo {
  margin: 80rem 0 90rem 0; }
  .variousInfo-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 1199px) {
      .variousInfo-inner {
        display: block; } }
  .variousInfo-left {
    width: 560rem;
    margin: 0 30rem 0 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1199px) {
      .variousInfo-left {
        width: 100%;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (max-width: 1199px) {
      .variousInfo-left {
        display: block;
        margin-bottom: 20rem; } }
  .variousInfo-right {
    width: -moz-calc(100% - 590rem);
    width: calc(100% - 590rem); }
    @media (max-width: 1199px) {
      .variousInfo-right {
        width: 100%; } }
  .variousInfo-calender {
    width: 560rem;
    border: 2rem solid #00638E;
    border-radius: 4rem;
    margin: 0 0 60rem 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .variousInfo-calender {
        margin-right: 50rem; } }
    @media (max-width: 1199px) {
      .variousInfo-calender {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 120rem;
        width: 100%;
        max-width: 720rem; } }
    .variousInfo-calender_news .calender-area .box {
      display: none; }
  .variousInfo-faq {
    padding: 23rem 40rem;
    font-size: 40rem;
    line-height: 50rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    min-height: 200rem;
    border: 2rem solid #00638E;
    border-radius: 4rem;
    font-weight: 600;
    background-color: #ffffff;
    position: relative;
    width: 100%; }
    .variousInfo-faq-text {
      margin: 0 40rem 0 0;
      width: -moz-calc(100% - 141rem);
      width: calc(100% - 141rem); }
    .variousInfo-faq-img {
      position: absolute;
      top: 50%;
      right: 40rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .variousInfo-articles-list {
    text-transform: uppercase;
    font-size: 40rem;
    line-height: 50rem;
    font-weight: 600; }
    .variousInfo-articles-list__single {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      color: #fff;
      overflow: hidden;
      border-radius: 4rem;
      margin: 0 0 40rem 0;
      height: 200rem;
      background-color: #00638E; }
      @media (max-width: 1199px) {
        .variousInfo-articles-list__single {
          margin-bottom: 20rem; } }
      .variousInfo-articles-list__single:last-child {
        margin-bottom: 0; }
    .variousInfo-articles-list-info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-justify-content: stretch;
      -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      width: 69%;
      margin: 0 -4.5% 0 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      z-index: 50; }
      @media (max-width: 767px) {
        .variousInfo-articles-list-info {
          width: 59%; } }
      .variousInfo-articles-list-info-inner {
        position: relative;
        -webkit-transform: skew(-14deg);
        -moz-transform: skew(-14deg);
        -ms-transform: skew(-14deg);
        transform: skew(-14deg);
        padding: 26rem 56rem 26rem 44rem;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #00638E;
        width: 100%; }
      .variousInfo-articles-list-info-text {
        -webkit-transform: skew(14deg);
        -moz-transform: skew(14deg);
        -ms-transform: skew(14deg);
        transform: skew(14deg);
        letter-spacing: 0.01em;
        width: 100%; }
    .variousInfo-articles-list-lines {
      position: absolute;
      z-index: 90;
      top: 0;
      right: -2rem;
      width: 14rem;
      height: 100%; }
      .variousInfo-articles-list-lines__single {
        position: absolute;
        top: 0;
        left: 50%;
        height: 12rem;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: -moz- oldlinear-gradient(left, transparent 0, #E42313 2rem, #E42313 12rem, transparent 100%);
        background: linear-gradient(to right, transparent 0, #E42313 2rem, #E42313 12rem, transparent 100%);
        z-index: 40; }
        .variousInfo-articles-list-lines__single:nth-child(2) {
          height: 100%;
          top: auto;
          bottom: 0;
          background: -moz- oldlinear-gradient(left, transparent 0, #CCCCCC 2rem, #CCCCCC 12rem, transparent 100%);
          background: linear-gradient(to right, transparent 0, #CCCCCC 2rem, #CCCCCC 12rem, transparent 100%);
          z-index: 20; }
        .variousInfo-articles-list-lines__single:nth-child(3) {
          top: 12rem;
          height: 12rem;
          background: -moz- oldlinear-gradient(left, transparent 0, #740000 2rem, #740000 12rem, transparent 100%);
          background: linear-gradient(to right, transparent 0, #740000 2rem, #740000 12rem, transparent 100%);
          z-index: 30; }
    .variousInfo-articles-list-img {
      position: relative;
      z-index: 40;
      width: 35.5%; }
      @media (max-width: 767px) {
        .variousInfo-articles-list-img {
          width: 45.5%; } }
      .variousInfo-articles-list-img-tag {
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .variousInfo-articles-list__single:nth-child(2n+2) {
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .variousInfo-articles-list__single:nth-child(2n+2) .variousInfo-articles-list-info {
      margin-right: 0;
      margin-left: -4.5%; }
    .variousInfo-articles-list__single:nth-child(2n+2) .variousInfo-articles-list-info-inner {
      padding-right: 44rem;
      padding-left: 56rem; }
    .variousInfo-articles-list__single:nth-child(2n+2) .variousInfo-articles-list-info-text {
      text-align: right; }
    .variousInfo-articles-list__single:nth-child(2n+2) .variousInfo-articles-list-lines {
      right: auto;
      left: -2rem; }

.news {
  margin: 90rem 0 23rem 0; }
  .news-list {
    position: relative;
    margin: 23rem 0; }
    .news-list-inner {
      margin: 0 -20rem;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .news-list__single {
      width: -moz-calc(50% - 40rem);
      width: calc(50% - 40rem);
      margin: 0 20rem 39rem 20rem;
      padding: 25rem;
      border-radius: 4rem;
      border: 1rem solid #E9E9E9;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
      @media (max-width: 767px) {
        .news-list__single {
          padding: 20rem; } }
    .news-list-top {
      margin: 0 0 30rem 0;
      border-radius: 4rem;
      overflow: hidden; }
    .news-list-img {
      height: 260rem;
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block; }
      .news-list-img-tag {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%; }
    .news-list-date {
      color: #ffffff;
      font-size: 18rem;
      line-height: 24rem;
      padding: 9rem 18rem 7rem 18rem;
      font-weight: 600;
      background-color: #00638E; }
      @media (max-width: 767px) {
        .news-list-date {
          font-size: 26rem;
          line-height: 26rem; } }
      @media (max-width: 767px) {
        .news-list-date {
          padding: 18rem; } }
    .news-list-center {
      margin: 0 0 50rem 0; }
    .news-list-bottom {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: auto 0 0 0; }
    .news-list-watch {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      color: #666666;
      font-size: 16rem;
      line-height: 24rem; }
      @media (max-width: 767px) {
        .news-list-watch {
          font-size: 18rem;
          line-height: 24rem; } }
      .news-list-watch-eye .svg-icon {
        margin: 0 6rem 0 0; }
        @media (max-width: 767px) {
          .news-list-watch-eye .svg-icon {
            -webkit-transform: scale(1.4);
            -moz-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            margin-right: 10rem; } }
    .news-list_slider {
      overflow: hidden;
      margin-left: -93rem;
      margin-right: -93rem;
      padding-left: 93rem;
      padding-right: 93rem; }
      @media (max-width: 1279px) {
        .news-list_slider {
          margin-left: -53rem;
          margin-right: -53rem; } }
      @media (max-width: 1199px) {
        .news-list_slider {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; } }
      @media (max-width: 991px) {
        .news-list_slider {
          margin-left: -50rem;
          margin-right: -50rem; } }
    .news-list_slider .news-list-inner {
      margin-left: 0;
      margin-right: 0;
      width: auto;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .news-list_slider .news-list__single {
      margin-left: 0;
      margin-right: 0;
      width: auto; }
      @media (max-width: 991px) {
        .news-list_slider .news-list__single {
          width: 500rem;
          margin-left: 10rem;
          margin-right: 10rem; } }
    .news-list_slider .swiper-button {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 93rem;
      background: #ffffff;
      z-index: 100;
      margin-top: 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 2rem 4rem 0;
      z-index: 100;
      -moz-transition: opacity .3s;
      transition: opacity .3s; }
      @media (max-width: 1199px) {
        .news-list_slider .swiper-button {
          display: none; } }
      .news-list_slider .swiper-button .svg-icon {
        fill: #CCCCCC;
        stroke: #CCCCCC;
        width: 33rem;
        height: 33rem; }
      .news-list_slider .swiper-button:hover, .news-list_slider .swiper-button:focus {
        opacity: 0.8; }
      .news-list_slider .swiper-button:after {
        display: none; }
      .news-list_slider .swiper-button-next {
        left: auto;
        right: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        padding-bottom: 0;
        padding-top: 4rem; }
      .news-list_slider .swiper-button-disabled {
        pointer-events: visible; }
        .news-list_slider .swiper-button-disabled .svg-icon {
          opacity: 0.5; }
        .news-list_slider .swiper-button-disabled:hover, .news-list_slider .swiper-button-disabled:focus {
          opacity: 1; }
  .news_second {
    margin-top: 0;
    margin-left: -20rem; }
  @media (max-width: 1279px) {
    .news_second .news-list-inner {
      margin-left: -10rem;
      margin-right: -10rem; } }
  @media (max-width: 991px) {
    .news_second .news-list-inner {
      margin-left: 0rem;
      margin-right: 0rem; } }
  @media (max-width: 1279px) {
    .news_second .news-list__single {
      margin-left: 10rem;
      margin-right: 10rem;
      width: -moz-calc(50% - 20rem);
      width: calc(50% - 20rem); } }
  @media (max-width: 991px) {
    .news_second .news-list__single {
      width: 100%;
      max-width: 500rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1279px) {
    .news_second .news-list-img {
      height: 200rem; } }
  @media (max-width: 1199px) {
    .news_second .news-list-img {
      height: 260rem; } }
  @media (max-width: 1199px) {
    .news_column {
      display: none; } }
  .news_column .news-list__single {
    width: 100%; }

.itemLink {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 100%; }
  @media (max-width: 1199px) {
    .itemLink {
      height: auto;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      border-radius: 8rem;
      overflow: hidden; } }
  .itemLink-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 308rem;
    z-index: 40; }
    @media (max-width: 1199px) {
      .itemLink-img {
        height: auto;
        position: relative;
        width: 230rem; } }
    @media (max-width: 1199px) {
      .itemLink-img-tag {
        width: -moz-calc(100% + 60rem);
        width: calc(100% + 60rem);
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .itemLink-text {
    position: relative;
    z-index: 50;
    background-color: #00638E;
    color: #ffffff;
    width: 100%;
    font-weight: 600;
    font-size: 40rem;
    line-height: 50rem;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .itemLink-text {
        font-size: 36rem;
        line-height: 44rem; } }
    @media (max-width: 1199px) {
      .itemLink-text {
        width: 100%;
        background-color: transparent;
        background: -moz- oldlinear-gradient(left, #00638E 50%, transparent 51%, transparent 100%);
        background: linear-gradient(to right, #00638E 50%, transparent 51%, transparent 100%); } }
    .itemLink-text .svg-icon {
      margin: -3rem 23rem 0 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .itemLink-skew {
    padding: 21rem 70rem 21rem 40rem; }
    @media (max-width: 1199px) {
      .itemLink-skew {
        padding: 37rem 50rem 37rem 35rem;
        -webkit-transform: skew(-14deg);
        -moz-transform: skew(-14deg);
        -ms-transform: skew(-14deg);
        transform: skew(-14deg);
        background: linear-gradient(to right, #00638E -moz-calc(100% - 2rem), transparent 100%);
        background: -moz- oldlinear-gradient(left, #00638E calc(100% - 2rem), transparent 100%);
        background: linear-gradient(to right, #00638E calc(100% - 2rem), transparent 100%); } }
    .itemLink-skew-inner {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (max-width: 1199px) {
        .itemLink-skew-inner {
          -webkit-transform: skew(14deg);
          -moz-transform: skew(14deg);
          -ms-transform: skew(14deg);
          transform: skew(14deg); } }

.mobileMan {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30rem 100rem;
  height: 100%;
  position: relative; }
  @media (max-width: 1199px) {
    .mobileMan {
      border-radius: 8rem;
      overflow: hidden;
      padding: 30rem 40rem;
      min-height: 400rem;
      height: auto; } }
  .mobileMan-img {
    position: absolute;
    bottom: 0;
    z-index: 50;
    right: 308rem; }
    @media (max-width: 1199px) {
      .mobileMan-img {
        right: 180rem; } }
  .mobileMan-inner {
    position: relative;
    z-index: 50;
    width: 200rem; }
  .mobileMan-title {
    font-size: 30rem;
    line-height: 30rem;
    color: #ffffff;
    margin: 0 0 25rem 0;
    font-weight: 600; }
    @media (max-width: 767px) {
      .mobileMan-title {
        font-size: 28rem;
        line-height: 36rem; } }
  .mobileMan-store {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 17rem 0; }

.otherInfo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  height: 400rem; }
  @media (max-width: 1199px) {
    .otherInfo {
      display: block;
      height: auto; } }
  .otherInfo-left {
    width: -moz-calc(40.5% - 23rem);
    width: calc(40.5% - 23rem);
    position: relative;
    z-index: 30; }
    @media (max-width: 1199px) {
      .otherInfo-left {
        width: 100%;
        margin-bottom: 30rem; } }
    .otherInfo-left-inner {
      height: 100%; }
      @media (max-width: 1199px) {
        .otherInfo-left-inner {
          height: auto; } }
  .otherInfo-separator {
    width: 50rem;
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    transform: skew(-14deg);
    position: relative;
    z-index: 50;
    margin: 0 -2rem;
    background: -moz- oldlinear-gradient(left, transparent 0%, #ffffff 4%, #ffffff 96%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, #ffffff 4%, #ffffff 96%, transparent 100%); }
    @media (max-width: 1199px) {
      .otherInfo-separator {
        display: none; } }
  .otherInfo-right {
    position: relative;
    z-index: 40;
    width: -moz-calc(59.5% - 23rem);
    width: calc(59.5% - 23rem); }
    @media (max-width: 1199px) {
      .otherInfo-right {
        width: 100%; } }
    .otherInfo-right:before {
      content: '';
      position: absolute;
      top: 0;
      right: -1rem;
      width: 50%;
      height: 100%;
      background: -moz- oldlinear-gradient(top, #5ABADB 0%, #5CB4D5 100%);
      background: linear-gradient(180deg, #5ABADB 0%, #5CB4D5 100%); }
      @media (max-width: 1199px) {
        .otherInfo-right:before {
          display: none; } }
    .otherInfo-right-skew {
      height: 100%;
      -webkit-transform: skew(-14deg);
      -moz-transform: skew(-14deg);
      -ms-transform: skew(-14deg);
      transform: skew(-14deg);
      overflow: hidden;
      background: -moz- oldlinear-gradient(top, #5ABADB 0%, #5CB4D5 100%);
      background: linear-gradient(180deg, #5ABADB 0%, #5CB4D5 100%); }
      @media (max-width: 1199px) {
        .otherInfo-right-skew {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none; } }
      @media (max-width: 1199px) {
        .otherInfo-right-skew {
          border-radius: 8rem;
          overflow: hidden; } }
    .otherInfo-right-inner {
      height: 100%;
      -webkit-transform: skew(14deg);
      -moz-transform: skew(14deg);
      -ms-transform: skew(14deg);
      transform: skew(14deg); }
      @media (max-width: 1199px) {
        .otherInfo-right-inner {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none; } }

.twoColumns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 1199px) {
    .twoColumns {
      display: block; } }
  .twoColumns-left {
    width: 480rem;
    margin: 0 6% 0 0; }
    @media (max-width: 1199px) {
      .twoColumns-left {
        width: 100%;
        margin-right: 0; } }
    .twoColumns-left .variousInfo-calender {
      width: 100%;
      border: 1rem solid #E9E9E9; }
      .twoColumns-left .variousInfo-calender .calender-area .box {
        width: 480rem; }
  .twoColumns-right {
    width: -moz-calc(100% - 6% - 480rem);
    width: calc(100% - 6% - 480rem); }
    @media (max-width: 1199px) {
      .twoColumns-right {
        width: 100%; } }

.newsDetail-slider {
  overflow: hidden;
  position: relative;
  margin: 50rem 0 70rem 0; }
  @media (max-width: 767px) {
    .newsDetail-slider {
      margin-left: -40rem;
      margin-right: -40rem; } }
  .newsDetail-slider-img {
    text-align: center;
    border-radius: 4rem;
    overflow: hidden;
    margin: 0 0 52rem 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .newsDetail-slider-img {
        margin-bottom: 90rem; } }
    .newsDetail-slider-img-tag {
      height: 560rem;
      border-radius: 4rem; }
  .newsDetail-slider .swiper-pagination {
    bottom: auto;
    top: 574rem; }
    @media (max-width: 767px) {
      .newsDetail-slider .swiper-pagination {
        top: 584rem; } }
    .newsDetail-slider .swiper-pagination .swiper-pagination-bullet {
      width: 14rem;
      height: 14rem;
      border: 2rem solid #008ECC;
      background: transparent;
      opacity: 1;
      margin: 0 7rem; }
      @media (max-width: 767px) {
        .newsDetail-slider .swiper-pagination .swiper-pagination-bullet {
          width: 20rem;
          height: 20rem; } }
      .newsDetail-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #008ECC; }

.staff-list {
  margin: 0 -17rem 60rem -17rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .staff-list__single {
    margin: 0 17rem 46rem 17rem;
    width: -moz-calc(25% - 34rem);
    width: calc(25% - 34rem); }
    @media (max-width: 1199px) {
      .staff-list__single {
        width: -moz-calc(33.3333333333333% - 34rem);
        width: calc(33.3333333333333% - 34rem); } }
    @media (max-width: 991px) {
      .staff-list__single {
        width: -moz-calc(50% - 34rem);
        width: calc(50% - 34rem); } }
    @media (max-width: 767px) {
      .staff-list__single {
        width: -moz-calc(100% - 34rem);
        width: calc(100% - 34rem);
        margin-bottom: 66rem; } }
  .staff-list-img {
    width: 100%;
    max-width: 260rem;
    border-radius: 12rem;
    margin: 0 0 24rem 0;
    overflow: hidden;
    height: 210rem; }
    .staff-list-img-tag {
      width: 100%; }
  .staff-list-text-title {
    margin: 0 0 2rem 0;
    font-size: 22rem;
    line-height: 30rem; }
    @media (max-width: 767px) {
      .staff-list-text-title {
        font-size: 26rem;
        line-height: 30rem; } }
  .staff-list-text-position {
    color: #666666;
    font-size: 18rem;
    line-height: 26rem; }
    @media (max-width: 767px) {
      .staff-list-text-position {
        font-size: 28rem;
        line-height: 40rem; } }

.documentSections-list {
  padding: 0 0 0 14rem;
  margin: 0 0 40rem 0; }
  @media (max-width: 1199px) {
    .documentSections-list {
      padding-left: 0;
      margin-left: -26rem;
      margin-right: -26rem;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .documentSections-list__single {
    margin: 0 26rem 26rem 26rem; }
    .documentSections-list__single.active .documentSections-list__single-link {
      color: #E42313; }

.documents-list {
  width: 100%;
  max-width: 700rem; }
  .documents-list__single {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10rem 0 18rem 0;
    margin: 0 0 12rem 0; }
  .documents-list-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40rem;
    text-align: center;
    margin: 0 30rem 0 0;
    display: block; }
    .documents-list-img-tag {
      max-width: 100%; }
  .documents-list-title {
    display: block;
    margin: 0 0 5rem 0; }
  .documents-list-info {
    font-size: 14rem;
    line-height: 20rem;
    color: #999999; }
    @media (max-width: 767px) {
      .documents-list-info {
        font-size: 18rem;
        line-height: 22rem; } }
.form-group1 {
  display: none
}
