[data-action],
[data-target],
[data-popup-close] {
  cursor: pointer; }

.popup-close {
  background-image: url("/templates/me/images/sprite.png?ver=1.2.3");
  background-position: -70px -33px; }
  .popup-close:before, .popup-close:after {
    display: none; }
  .popup-close:hover, .popup-close:focus {
    background-image: url("/templates/me/images/sprite.png?ver=1.2.3");
    background-position: -70px -33px; }

.popup-content {
  padding: 80px 20px 0; }

@-webkit-keyframes online_helper_button_icon_shadow {
  0% {
    box-shadow: 0px 0px 10px 2px rgba(0, 63, 113, 0.4); }
  25% {
    box-shadow: 0px 0px 10px 4px rgba(0, 63, 113, 0.4); }
  50% {
    box-shadow: 0px 0px 10px 6px rgba(0, 63, 113, 0.4); }
  75% {
    box-shadow: 0px 0px 10px 4px rgba(0, 63, 113, 0.4); }
  100% {
    box-shadow: 0px 0px 10px 2px rgba(0, 63, 113, 0.4); } }

@keyframes online_helper_button_icon_shadow {
  0% {
    box-shadow: 0px 0px 10px 2px rgba(0, 63, 113, 0.4); }
  25% {
    box-shadow: 0px 0px 10px 4px rgba(0, 63, 113, 0.4); }
  50% {
    box-shadow: 0px 0px 10px 6px rgba(0, 63, 113, 0.4); }
  75% {
    box-shadow: 0px 0px 10px 4px rgba(0, 63, 113, 0.4); }
  100% {
    box-shadow: 0px 0px 10px 2px rgba(0, 63, 113, 0.4); } }

/*---------Customs---------*/
html,
body {
  position: relative;
  width: 100%;
  min-width: 300px;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
  background-color: #f6f6f8; }

body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  color: #393c3e;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  background-color: #f6f6f8; }

.container .container {
  padding-left: 0px;
  padding-right: 0px; }

.inView {
  opacity: 0; }

.header,
.footer {
  display: table-row;
  width: 100%; }

main {
  display: table-row;
  width: 100%;
  height: 100%; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.middle {
  vertical-align: middle; }

.clear {
  clear: both; }

.pb-0 {
  padding-bottom: 0px !important; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

img {
  max-width: 100%;
  height: auto;
  outline: none; }
  img:focus {
    outline: none; }

.greyscale-image {
  filter: url("#greyscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s; }
  .greyscale-image:hover {
    filter: none; }

a {
  color: #393c3e;
  outline: none;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }
  a:hover, a:focus {
    text-decoration: none; }
  a:hover {
    opacity: 0.75; }
  a[disabled="disabled"], a[disabled] {
    opacity: 0.4;
    cursor: default;
    text-decoration: none;
    color: #393c3e; }
  a.active {
    color: #1e79c2; }

h1, h2, h3, h4, h5, h6 {
  color: #393c3e;
  margin: 0;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900; }

h1 {
  font-size: 1.875rem;
  line-height: 1.33333; }

b, strong {
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900; }

.fixed {
  width: 100%;
  position: fixed !important;
  top: 0;
  z-index: 9; }

.flex-video {
  height: 0;
  /*margin-bottom: 0.88889rem;*/
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.table-container {
  overflow-y: auto;
  width: 100%; }

ul {
  list-style-type: none; }

figure {
  margin: 0;
  font-size: 0;
  line-height: 1; }

figcaption {
  font-size: 1.25rem;
  line-height: 1.5625; }

time {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #8e8e8e; }

.map {
  position: relative;
  height: 570px; }

.category-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 0.75rem;
  line-height: 1.16667;
  color: #0061af;
  text-transform: uppercase; }
  .category-name:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 14px;
    height: 12px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 0px -88px; }

.close-button {
  position: relative;
  width: 34px;
  height: 34px;
  background: none;
  margin: 0px;
  padding: 0px; }
  .close-button:before, .close-button:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #393c3e;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s; }
  .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close-button:hover:before, .close-button:hover:after {
    background: #1e79c2; }

.close-button-small {
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  margin: 0px;
  padding: 0px; }
  .close-button-small:before, .close-button-small:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #393c3e;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s; }
  .close-button-small:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button-small:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close-button-small:hover:before, .close-button-small:hover:after {
    background: #1e79c2; }

.online-helper-button {
  position: fixed;
  right: 140px;
  bottom: 140px;
  cursor: pointer;
  z-index: 13; }
  .online-helper-button:hover .online-helper-button-icon {
    background: #399bff; }

.online-helper-button-icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #0061af;
  border-radius: 50%;
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  -webkit-animation: online_helper_button_icon_shadow 1.5s infinite linear;
  animation: online_helper_button_icon_shadow 1.5s infinite linear; }
  .online-helper-button-icon:hover {
    box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
  .online-helper-button-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 36px;
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: -16px -88px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.online-helper-button-title {
  display: block;
  margin: 15px 0px 0px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600; }
  .online-helper-button-title:first-child {
    margin-top: 0px; }

.page {
  border-top: 1px solid #e0e3e6;
  padding-top: 40px; }

.col-flex-3 {
  padding: 0 15px;
  width: 25%; }

.page-mask {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  z-index: 13;
  cursor: pointer; }

.apps-badges {
  position: relative; }
  .apps-badges a {
    font-size: 0px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .apps-badges a:last-child {
      margin-right: 0px; }

.development {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  margin: 5px 0px 0px; }

/*---------Customs---------*/
/*---------Forms---------*/
.form-row {
  position: relative;
  padding: 10px 0; }
  .form-row:first-child {
    padding-top: 0; }
  .form-row:last-child {
    padding-bottom: 0; }
  .form-row.is-length {
    margin-top: 10px; }
  .form-row.is-weight {
    margin-top: 10px; }
  .form-row label {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 600;
    color: #393c3e;
    margin-bottom: 15px; }
  .form-row .submit-button {
    width: 100%;
    font-size: 0.875rem;
    line-height: 3.57143;
    text-transform: uppercase; }

.input-field {
  position: relative; }

input, select, textarea {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #e0e3e6;
  border-radius: 3px;
  outline: none;
  font-size: 1rem;
  line-height: 1;
  -webkit-appearance: none;
  color: #393c3e; }
  input:focus, select:focus, textarea:focus {
    color: #393c3e; }
  input.invalid, input.error, select.invalid, select.error, textarea.invalid, textarea.error {
    border-color: #ed1c24; }
  input[disabled], input[disabled="disabled"], select[disabled], select[disabled="disabled"], textarea[disabled], textarea[disabled="disabled"] {
    opacity: 0.5; }

select {
  padding-right: 30px;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0;
  color: #393c3e;
  background: #ffffff url("/templates/me/images/arrow.svg") 95% 50% no-repeat;
  background-size: 1rem; }

select::-ms-expand {
  display: none; }

button {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  outline: none;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: #393c3e; }
  button:hover, button:focus {
    color: #393c3e;
    background: none;
    text-decoration: none; }
  button[disabled], button[disabled="disabled"] {
    opacity: 0.5; }

textarea {
  display: block;
  resize: none;
  padding: 15px 10px;
  min-height: 90px; }

::-webkit-input-placeholder {
  color: #393c3e;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400; }

::-moz-placeholder {
  color: #393c3e;
  text-overflow: ellipsis;
  opacity: 1;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400; }

::-ms-input-placeholder {
  color: #393c3e;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400; }

.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  padding: 12px 20px;
  border: 1px solid #e0e3e6;
  border-radius: 20px;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  background: transparent;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease 0s;
  transition: opacity 0.3s ease, border-color 0.3s ease 0s; }
  .button:hover, .button:focus {
    background: transparent; }
  .button:hover {
    border-color: #bec1c5; }
  .button:focus {
    background: #0061af;
    color: #ffffff;
    border-color: #0061af; }
  .button.is-red {
    background: #ed1c24;
    box-shadow: 0px 2px 10px rgba(237, 28, 36, 0.4);
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    border: none;
    color: #fff; }
    .button.is-red:hover {
      box-shadow: 0px 2px 7px 0px rgba(239, 56, 63, 0.52); }
    .button.is-red:hover, .button.is-red:focus {
      color: #ffffff;
      background: #ff6a42; }
  .button.is-blue {
    background: #0061af;
    box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    border: none;
    color: #fff; }
    .button.is-blue:hover {
      box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
    .button.is-blue:hover, .button.is-blue:focus {
      color: #ffffff;
      background: #399bff; }

button.button {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 38px; }

.nav-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f6f6f8;
  overflow: inherit;
  box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  cursor: pointer; }
  .nav-button:hover {
    box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
  .nav-button.active .nav-button-line:nth-child(1), .nav-button.active .nav-button-line:nth-child(4) {
    display: none; }
  .nav-button.active .nav-button-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-button.active .nav-button-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.nav-button-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  margin-left: -8px;
  z-index: 1; }

.nav-button-line {
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #0061af;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .nav-button-line:nth-child(1) {
    top: 0px; }
  .nav-button-line:nth-child(2), .nav-button-line:nth-child(3) {
    top: 6px; }
  .nav-button-line:nth-child(4) {
    top: 12px; }

.phone-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }
  .phone-button:hover, .phone-button:focus {
    text-decoration: none; }
  .phone-button:hover {
    opacity: 0.75; }
  .phone-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 0px 0px; }

.search-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 1.14286;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  color: #0061af;
  text-transform: uppercase; }
  .search-button:hover, .search-button:focus {
    text-decoration: none; }
  .search-button:hover {
    opacity: 0.75; }
  .search-button:hover {
    box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
  .search-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 0px -20px; }
  .search-button:hover, .search-button:focus {
    color: #0061af; }

.round-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0061af;
  box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  transition: box-shadow 0.3s ease, background 0.3s ease 0s; }
  .round-button:hover {
    box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
  .round-button:hover, .round-button:focus {
    background: #399bff; }
  .round-button.is-search:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 2px -38px; }

.login-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 180px;
  padding: 0 10px;
  border-radius: 18px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  background: #1c79e1;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  transition: box-shadow 0.3s ease, background 0.3s ease 0s; }
  .login-button:hover {
    box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
  .login-button:hover, .login-button:focus {
    color: #ffffff;
    background: #399bff; }

.login-button-title {
  position: relative;
  display: block;
  vertical-align: middle;
  padding-left: 25px;
  border-radius: 3px; }
  .login-button-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 24px;
    height: 24px;
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 0px -60px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }

.header-login .login-button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
  background-color: #1c79e1; }

.submit-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 220px;
  padding: 21px;
  font-size: 1.125rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  border-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  cursor: pointer; }
  .submit-button.is-red {
    background: #ed1c24;
    box-shadow: 0px 2px 10px rgba(237, 28, 36, 0.4);
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    transition: box-shadow 0.3s ease, background 0.3s ease 0s; }
    .submit-button.is-red:hover {
      box-shadow: 0px 2px 7px 0px rgba(239, 56, 63, 0.52); }
    .submit-button.is-red:hover, .submit-button.is-red:focus {
      color: #ffffff;
      background: #ff6a42; }
  .submit-button.is-blue {
    background: #0061af;
    box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    transition: box-shadow 0.3s ease, background 0.3s ease 0s; }
    .submit-button.is-blue:hover {
      box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
    .submit-button.is-blue:hover, .submit-button.is-blue:focus {
      color: #ffffff;
      background: #399bff; }
  .submit-button.with-img:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 5px;
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: -134px -81px; }

button.submit-button {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 60px; }

.active-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 13px 20px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  background: #0061af;
  text-transform: uppercase;
  box-shadow: 0px 2px 10px rgba(0, 63, 113, 0.4);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
  transition: box-shadow 0.3s ease, background 0.3s ease 0s; }
  .active-button:hover {
    box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7); }
  .active-button:hover, .active-button:focus {
    color: #ffffff;
    background: #399bff; }

button.active-button {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 38px; }

.active-button-flat {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px;
  padding: 13px 20px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #0061af;
  text-decoration: underline;
  border-top: 1px solid #e0e3e6; }

.form-response {
  display: none;
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1; }

.success {
  color: #1e79c2; }

.error {
  color: #ed1c24; }

form.disabled {
  position: relative;
  pointer-events: none;
  opacity: 0.5; }
  form.disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.form-section {
  position: relative;
  border: 1px solid #e0e3e6;
  border-radius: 3px;
  padding: 50px 50px 40px;
  background: #ffffff; }
  .form-section .close-button {
    position: absolute;
    top: 50px;
    right: 50px; }

.form-section-header {
  margin: 30px 0px 0px;
  padding: 12px 0px;
  background: #f1f1f4;
  text-align: center; }
  .form-section-header:first-child {
    margin-top: 0px; }

.form-section-body {
  margin: 55px 0px 0px; }
  .form-section-body:first-child {
    margin-top: 0px; }

.form-section-header-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  font-size: 1rem;
  line-height: 1.25; }
  .form-section-header-item:last-child {
    margin-right: 0px; }
  .form-section-header-item span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #a1a1a1; }

.ui-slider-custom .ui-slider {
  margin: 15px 0px 0px;
  height: 2px;
  background: #dfe2e4;
  border: none !important;
  border-radius: 0px;
  box-shadow: none; }
  .ui-slider-custom .ui-slider:first-child {
    margin-top: 0px; }
  .ui-slider-custom .ui-slider .ui-slider-range {
    height: 2px;
    background: #dfe2e4;
    border: none !important;
    border-radius: 0px;
    box-shadow: none; }
  .ui-slider-custom .ui-slider .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: #0061af;
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    transition: box-shadow 0.3s ease, background 0.3s ease 0s;
    cursor: pointer; }
    .ui-slider-custom .ui-slider .ui-slider-handle:hover {
      box-shadow: 2px 0 10px rgba(65, 131, 215, 0.7);
      background: #399bff; }

.ui-slider-custom .ui-slider-value {
  font-size: 1.125rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-align: center;
  color: #0061af; }

.datepicker-input {
  padding-left: 20px;
  padding-right: 60px;
  border-color: #e0e3e6;
  background: #fff url("/templates/me/images/calendar.svg") 95% 50% no-repeat; }

fieldset {
  position: relative;
  display: block;
  margin: 30px 0px 0px;
  padding: 10px 15px;
  border: none;
  background: #edf6fd; }
  fieldset + .form-row {
    margin-top: 15px; }
  fieldset:first-child {
    margin-top: 0px; }
  fieldset .form-row {
    padding: 5px 0px; }

.fieldset-title {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 5px; }

.ui-datepicker.ui-widget.ui-widget-content {
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  border: none;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(28, 32, 39, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  z-index: 11 !important; }
  .ui-datepicker.ui-widget.ui-widget-content:hover {
    box-shadow: 0px 3px 15px rgba(28, 32, 39, 0.3); }
  .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
    margin: 10px 0px;
    padding: 0px;
    background: none;
    border: none;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400; }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-state-hover {
      border: none;
      background: none; }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all {
      top: 0px;
      width: 30px;
      height: 30px;
      z-index: 1;
      cursor: pointer; }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev-hover {
      top: 0px;
      left: 0px; }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next,
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next-hover {
      top: 0px;
      right: 0px; }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-icon {
      position: relative;
      top: auto;
      left: auto;
      margin: 0px;
      padding: 0px;
      width: 30px;
      height: 30px;
      background: none; }
      .ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 26px;
        margin-top: -13px;
        margin-left: -9px;
        background: url("/templates/me/images/sprite.svg?ver=1.2.3");
        background-repeat: no-repeat;
        background-position: -44px 2px; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar th {
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-default {
    background: none;
    border: 1px solid #e0e3e6;
    color: #393c3e; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-active,
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-hover {
    background: none;
    border: 1px solid #e0e3e6;
    color: #1e79c2; }

.file-upload-container {
  position: relative;
  overflow: hidden; }

.file-upload-container input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: -1; }

.file-item .file-item-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.file-item .close-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: none;
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer; }

.file-item .close-button:before,
.file-item .close-button:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -1px;
  width: 16px;
  height: 2px;
  background: #333333; }

.file-item .close-button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.file-item .close-button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*---------Forms---------*/
/*-----------Article-----------*/
.news-page {
  padding-top: 0; }
  .news-page .article {
    margin-top: 30px; }

.article {
  color: #2e2e31;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 300;
  padding-bottom: 30px; }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article p {
    margin: 15px 0px 0px; }
    .article h1:first-child, .article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child, .article p:first-child {
      margin-top: 0px; }
  .article h2 {
    font-size: 2.25rem;
    line-height: 1.11111; }
  .article h3 {
    font-size: 1.5rem;
    line-height: 1.25; }
  .article h4, .article h5 {
    font-size: 1.25rem;
    line-height: 1.25;
    color: #1c86dc; }
  .article h6 {
    font-size: 1.125rem;
    line-height: 1.11111;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
  .article figure {
    display: inline-block;
    text-align: left;
    margin-bottom: 55px;
    margin-top: 40px; }
  .article img {
    margin: 0 0 25px; }
  .article a {
    color: #1c86dc;
    text-decoration: underline; }
    .article a:hover, .article a:focus {
      color: #1c86dc; }
  .article ol {
    padding-left: 20px; }
    .article ol li {
      margin-top: 15px;
      padding-left: 20px; }
  .article ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .article ul li {
      position: relative;
      margin: 0;
      padding: 15px 0 0 35px;
      line-height: 1; }
      .article ul li:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #1c86dc;
        position: absolute;
        top: 20px;
        left: 0; }
  .article table {
    margin: 30px 0 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 3px; }
    .article table thead {
      border: 2px solid #c6c6c6; }
    .article table th {
      padding: 15px 24px;
      font-size: 1.125rem;
      line-height: 1;
      text-align: left;
      background-color: #d0d4d8;
      font-family: 'PF DinDisplay Pro', sans-serif;
      font-weight: 400;
      border-radius: 3px; }
    .article table td {
      font-size: 1.125rem;
      line-height: 1;
      padding: 15px 24px;
      border: 1px solid #e0e3e6;
      background-color: #fff;
      border-radius: 3px; }
  .article .custom_radio,
  .article .custom-checkbox {
    display: block;
    width: 100%; }
  .article iframe {
    display: block;
    max-width: 730px;
    margin: 40px auto; }

/*-----------Article-----------*/
/*-----------Share-----------*/
.page-share li, .socials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .page-share li:last-child, .socials li:last-child {
    margin-right: 0px; }

.share-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e0e3e6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }
  .share-button:hover, .share-button:focus {
    text-decoration: none; }
  .share-button:hover {
    opacity: 0.75; }
  .share-button:hover, .share-button:focus {
    background: #e0e3e6; }
  .share-button.is-fb {
    background: url("/templates/me/images/fb.png");
    background-size: 24px; }
  .share-button.is-tw {
    background: url("/templates/me/images/tw.png");
    background-size: 24px; }
  .share-button.is-gp {
    background: url("/templates/me/images/gp.png");
    background-size: 24px; }

/*-----------Share-----------*/
/*-----------Section-----------*/
.section {
  position: relative;
  display: block;
  margin: 40px 0 0;
  padding: 55px 0 0;
  border-top: 1px solid #e0e3e6; }
  .section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

.section-header-right {
  text-align: right; }

.section-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #0061af;
  text-transform: uppercase; }
  .section-title.with-arrow:before {
    content: '';
    display: inline-block;
    margin-top: 2px;
    margin-right: 10px;
    width: 11px;
    height: 19px;
    background: url("/templates/me/images/red-arrow.svg") no-repeat;
    background-size: contain;
    vertical-align: top; }

.section-header-filter ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
  .section-header-filter ul li:last-child {
    margin-right: 0px; }

.section-body {
  padding: 15px 0px 0px; }

/*-----------Section-----------*/
.fixed-left-container {
  position: fixed;
  top: 50%;
  left: 0%;
  right: auto;
  bottom: auto;
  margin-top: -50px;
  -webkit-transform: rotate(90deg) translateX(-50%) translateY(-100%);
  transform: rotate(90deg) translateX(-50%) translateY(-100%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 12; }
  .fixed-left-container .submit-button {
    min-width: 110px;
    margin-right: 15px;
    border-radius: 30px 30px 0 0;
    line-height: 50px;
    padding: 0 21px; }
    .fixed-left-container .submit-button:last-child {
      margin-right: 0; }

/*-----------Pagination-----------*/
.pagination {
  padding: 35px 0 0;
  text-align: center; }
  .pagination li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    width: 34px;
    padding: 8px 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e0e3e6;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s; }
    .pagination li:last-child {
      margin-right: 0; }
    .pagination li.disabled {
      opacity: 0.5 !important;
      cursor: default; }
      .pagination li.disabled:hover {
        background-color: #fff; }
    .pagination li.active {
      background-color: #0061af;
      color: #ffffff; }
      .pagination li.active a {
        color: #ffffff; }
    .pagination li:hover {
      background-color: #0061af; }
      .pagination li:hover a {
        color: #fff; }
    .pagination li span, .pagination li a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none;
      -webkit-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s; }
    .pagination li:first-child {
      position: relative; }
      .pagination li:first-child span, .pagination li:first-child a {
        position: relative;
        font-size: 0; }
        .pagination li:first-child span:before, .pagination li:first-child a:before {
          content: '';
          display: block;
          width: 8px;
          height: 12px;
          background: url("/templates/me/images/sprite.svg?ver=1.2.3");
          background-repeat: no-repeat;
          background-position: -49px -65px;
          transform: rotate(180deg); }
    .pagination li:last-child {
      position: relative; }
      .pagination li:last-child span, .pagination li:last-child a {
        position: relative;
        font-size: 0; }
        .pagination li:last-child span:before, .pagination li:last-child a:before {
          content: '';
          display: block;
          width: 8px;
          height: 12px;
          background: url("/templates/me/images/sprite.svg?ver=1.2.3");
          background-repeat: no-repeat;
          background-position: -49px -65px; }

.breadcrumbs-list {
  font-size: 0; }

.breadcrumbs-child {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 10px; }
  .breadcrumbs-child:last-child {
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400; }

.breadcrumbs-link {
  color: #6d7071; }

.header-page .breadcrumb-section {
  margin-bottom: 20px; }

/*-----------Pagination-----------*/
.white-block {
  padding: 40px 25px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 10px rgba(28, 32, 39, 0.15); }

.first-banner {
  position: relative;
  height: 430px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  background-color: #f4f1f5; }
  .first-banner .breadcrumbs {
    padding-top: 20px; }
  .first-banner .breadcrumbs-link {
    color: #fff; }
  .first-banner .breadcrumbs-child {
    color: #fff; }
  .first-banner .text-container {
    max-width: 550px; }
  .first-banner .page-headline {
    margin-top: 60px; }
    .first-banner .page-headline h1 {
      font-size: 3rem;
      line-height: 1;
      font-family: 'PF DinDisplay Pro', sans-serif;
      font-weight: 300;
      color: #fff; }
  .first-banner .first-description {
    margin-top: 40px;
    font-size: 1.125rem;
    line-height: 1.55556;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300;
    color: #fff; }

.first-banner-mask {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(16, 105, 187, 0.5);
  z-index: 1; }

.first-banner .container {
  position: relative;
  z-index: 2; }

.with-border {
  padding-bottom: 60px; }
  .with-border .container {
    padding-top: 60px;
    border-top: 1px solid #e8e8ea; }
    .with-border .container:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: -3px;
      left: 0; }
  .with-border:last-child {
    padding-bottom: 0; }

.accordion-body {
  display: none; }

/*error page*/
.error-page {
  padding-top: 15px;
  padding-bottom: 380px; }

.error-container {
  width: 100%;
  max-width: 775px;
  margin: 110px auto 0;
  padding: 0 15px; }
  .error-container .btn-container {
    margin-top: 70px; }
  .error-container .submit-button {
    font-size: 0.875rem;
    line-height: 1;
    padding: 18px 21px; }
    .error-container .submit-button.white-btn {
      margin-left: 20px;
      background-color: white;
      box-shadow: 2px 2px 10px rgba(0, 63, 113, 0.4);
      color: #0061af; }

.error-content {
  font-size: 1.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.error-code {
  display: block;
  font-size: 13rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900; }

.error-img {
  width: 100%; }

.about-error {
  margin-top: 35px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  line-height: 1.3; }

.popup-container {
  background: transparent; }

.popup-logo {
  position: absolute;
  top: 20px;
  left: 20px; }

.response-popup-title {
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #0061af; }

.response-popup-message {
  max-width: 285px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5; }

.response-popup-cell .submit-button {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 15px 10px;
  min-width: 155px; }

/*tender page*/
.tender-page {
  padding-top: 0;
  padding-bottom: 150px; }
  .tender-page .format .container {
    padding-top: 60px; }
  .tender-page .section-title {
    margin-bottom: 60px; }
