.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../css/images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-regular";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-bold";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.otf") format("opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.woff") format("woff"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  font-display: "auto";
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-medium";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.otf") format("opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  font-display: "auto";
  src: url("../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light/Montserrat-Light.otf") format("opentype"), url("../fonts/Montserrat-Light/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-light";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Light/Montserratarm-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Light/Montserratarm-Light.otf") format("opentype"), url("../fonts/Montserratarm-Light/Montserratarm-Light.woff") format("woff"), url("../fonts/Montserratarm-Light/Montserratarm-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?upeo04");
  src: url("../fonts/icons/icomoon.eot?upeo04#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?upeo04") format("truetype"), url("../fonts/icons/icomoon.woff?upeo04") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e923";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90d";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_info:before {
  content: "\e906";
}

.icon_favorite:before {
  content: "\e907";
}

.icon_globe:before {
  content: "\e908";
}

.icon_search:before {
  content: "\e910";
}

.icon_globe:before {
  content: "\e907";
}

.icon_date:before {
  content: "\e911";
}

.icon_pin:before {
  content: "\e912";
}

.icon_coffee:before {
  content: "\e913";
}

.icon_stroke:before {
  content: "\e914";
}

.icon_briefcase:before {
  content: "\e915";
}

.icon_union:before {
  content: "\e916";
}

.icon_group:before {
  content: "\e917";
}

.icon_password:before {
  content: "\e918";
}

.icon_system:before {
  content: "\e919";
}

.icon_copy:before {
  content: "\e920";
}

.icon_attach:before {
  content: "\e921";
}

.icon_datePicker:before {
  content: "\e922";
}

.icon_message:before {
  content: "\e90f";
}

.icon_clock:before {
  content: "\e924";
}

.icon_location:before {
  content: "\e925";
}

.icon_phone:before {
  content: "\e926";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular", "arm-regular";
  background: #f2f5f759;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b {
  font-family: "bold", "arm-bold";
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

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

a {
  color: #1268B3;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

h1, h2, h3, h4, h5, h5,
p {
  margin: 0;
  padding: 0;
  line-height: 23px;
}

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

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_row .cb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.page_title {
  color: #1268B3;
  font-family: "bold", "arm-bold";
}
@media screen and (min-width: 991px) {
  .page_title {
    font-size: 320%;
    line-height: 39px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .page_title {
    font-size: 280%;
    line-height: 32px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .page_title {
    font-size: 220%;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 200%;
    line-height: 23px;
  }
}

.info_title {
  font-family: "bold", "arm-bold";
  color: #1268B3;
  font-size: 160%;
  line-height: 19px;
}

.subMedium_description {
  font-size: 160%;
  line-height: 24px;
}

.sub_title {
  color: #1268B3;
  font-family: "bold", "arm-bold";
}
@media screen and (min-width: 991px) {
  .sub_title {
    font-size: 180%;
    line-height: 21px;
  }
}
@media screen and (max-width: 990px) {
  .sub_title {
    font-size: 160%;
    line-height: 23px;
  }
}

.product_title {
  font-family: "bold", "arm-bold";
  color: #1268B3;
  font-size: 140%;
  line-height: 17px;
}

.addthis_inline_share_toolbox_bhi5 {
  margin: 7px 0;
}

.at-style-responsive .at-share-btn {
  border-radius: 5px !important;
}

.page_description {
  color: #444444;
}
@media screen and (min-width: 600px) {
  .page_description {
    font-size: 140%;
    line-height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .page_description {
    font-size: 120%;
    line-height: 23px;
  }
}

.sub_description {
  color: #999999;
  font-size: 120%;
  line-height: 20px;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
  font-size: 120%;
  line-height: 1.25em;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.breadcrumbs {
  padding: 0 0 5px;
  position: relative;
  z-index: 6;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 120%;
  line-height: 14px;
  font-family: "medium", "arm-medium";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #262626;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li a,
.breadcrumbs li div {
  display: block;
  max-width: 650px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.breadcrumbs li:not(:first-child):before {
  margin: 0 3px;
  content: "/";
}
.breadcrumbs a {
  color: #999999;
}
@media screen and (max-width: 767px) {
  .breadcrumbs li:nth-child(n+3) {
    width: 100%;
    margin-top: 10px;
  }
  .breadcrumbs li:nth-child(n+3):before {
    display: none;
  }
}

.paging {
  padding: 37px;
}
.paging ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 140%;
  line-height: 18px;
  color: #444444;
}
.paging li {
  margin: 0 8px 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: transparent;
}
.paging li.inactive {
  color: transparent;
  pointer-events: none;
}
.paging a {
  display: inherit;
  color: #666666;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  width: inherit;
  height: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}
.paging a.current_page {
  background: transparent;
  border: 1px solid #1268B3;
  border-radius: 8px;
  color: #1268B3;
  pointer-events: none;
}
.paging .prev_page,
.paging .next_page {
  border: none;
  background: transparent;
  font-size: 0.9rem;
}
.paging .prev_page:before,
.paging .next_page:before {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .paging ul {
    margin: 0 -5px;
  }
  .paging li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .paging ul {
    margin: 0 -3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paging li {
    margin: 0 3px;
    width: 34px;
    height: 34px;
  }
}

.tab_block {
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tab_block:not(.selected) {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.back_to_top {
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: 50;
  background: none;
  border: none;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  line-height: 14px;
  color: #999999;
  font-family: "bold", "arm-bold";
}
.back_to_top:not(.active) {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.back_to_top:before {
  padding-right: 10px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .back_to_top {
    right: 10px;
    bottom: 10px;
    font-size: 0;
    line-height: 0;
  }
  .back_to_top:before {
    padding-right: 10px;
    font-size: 20px;
  }
}

.label_hidden {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.checkbox_list {
  list-style-type: none;
  padding: 5px 0 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.checkbox_list .error_hint {
  position: absolute;
  left: 15px;
  bottom: -20px;
  position: absolute;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.checkbox_list li {
  padding: 15px 15px 0;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.checkbox_list label {
  display: block;
}
.checkbox_list input:checked + .checkbox_button:before {
  background: #1268B3;
}
.checkbox_list .checkbox_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  font-size: 120%;
  line-height: 1.25em;
  font-family: "medium", "arm-medium";
  cursor: pointer;
  min-height: 20px;
}
.checkbox_list .checkbox_button:before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #D0E1F0;
  color: #ffffff !important;
  font-size: 70%;
  background: #ffffff;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radio_list {
  list-style-type: none;
  padding: 5px 0 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.radio_list .error_hint {
  left: 15px;
  bottom: -20px;
  position: absolute;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.radio_list li {
  padding: 15px 15px 0;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.radio_list label {
  display: block;
}
.radio_list input:checked + .radio_button:before {
  border: 6px solid #1268B3;
}
.radio_list .radio_button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  min-height: 20px;
  font-size: 120%;
  line-height: 1.25em;
  font-family: "medium", "arm-medium";
  cursor: pointer;
}
.radio_list .radio_button:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #D0E1F0;
  color: #ffffff;
  background: #ffffff;
  border-radius: 50%;
}

.other_item .radio_list ~ .field_block,
.other_item .checkbox_list ~ .field_block {
  display: none;
}
.other_item.opened .radio_list ~ .field_block,
.other_item.opened .checkbox_list ~ .field_block {
  display: block;
}

.iti__flag {
  display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 120%;
  line-height: 1.25em;
  color: #444444;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: 0;
  font-family: "medium", "arm-medium";
}

.iti--allow-dropdown .iti__flag-container {
  outline: none !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  padding: 0 10px;
  border-right: 1px solid #D0E1F0;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.iti {
  width: 100%;
}
.iti:focus {
  outline: none;
}

.iti__arrow {
  border: none;
  width: auto;
  height: auto;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.iti__arrow:before {
  content: "\e901";
  font-size: 80%;
  position: relative;
  color: #333333;
  display: block;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  opacity: 0.8;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.iti__country-list {
  scrollbar-color: #1268B3 #f2f2f2;
  scrollbar-width: auto;
  overflow-x: hidden;
  min-width: 241px;
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  margin-top: 5px;
  max-width: 100%;
}
.iti__country-list::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  border-radius: 5px;
  background: #f2f2f2;
}
.iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1268B3;
}

.iti__country.iti__highlight {
  background: rgba(0, 0, 0, 0.1);
}

.iti__country {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iti__country-name {
  margin-right: 7px;
  max-width: 245px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.7);
  font-size: 120%;
  line-height: 1.25em;
}

.iti-mobile .iti--container {
  left: 0;
  right: 0;
}

.telephone_block {
  padding-left: 82px !important;
  padding-right: 10px !important;
}
.telephone_block.error ~ .error_hint {
  max-height: 60px;
}

.daterangepicker {
  white-space: nowrap;
}
.daterangepicker.show-calendar .drp-calendar {
  display: inline-block;
  vertical-align: top;
  float: none;
  white-space: normal;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #1268B3;
}

.date_filter {
  position: relative;
  cursor: pointer;
}
.date_filter.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.date_filter ::-webkit-input-placeholder {
  color: #999999;
}
.date_filter :-moz-placeholder {
  color: #999999;
}
.date_filter ::-moz-placeholder {
  color: #999999;
}
.date_filter :-ms-input-placeholder {
  color: #999999;
}
.date_filter:before {
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  color: #ffffff;
  background: #1268B3;
  font-size: 1.5rem;
  border-radius: 0 15px 15px 0;
}

.attach_block {
  margin-top: 20px;
}
.attach_block label {
  display: block;
  margin: 0;
  width: 250px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.attach_block label[hidden] {
  width: 0;
  height: 0;
  visibility: hidden;
}
.attach_block .attach_error {
  display: block;
  color: #b94a48;
  font-size: 120%;
  line-height: 15px;
  margin-top: 10px;
  padding: 0;
}
.attach_block .attach_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #444444;
  border-radius: 15px;
  font-size: 120%;
  line-height: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
  font-family: "medium", "arm-medium";
  border: 1px solid #D0E1F0;
  background: #ffffff;
  padding: 7px 10px;
  cursor: pointer;
}
.attach_block .attach_btn:after {
  display: block;
  content: "\e921";
  font-size: 1.9rem;
}
.attach_block .attached_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 130%;
  line-height: 17px;
  font-family: "medium", "arm-medium";
  border: 1px solid #D0E1F0;
  border-radius: 8px;
  padding: 14px 20px;
  width: 300px;
  max-width: 100%;
}
.attach_block .file_name {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.3rem;
  line-height: 1.25em;
}
.attach_block .attach_remove {
  display: block;
  cursor: pointer;
  margin-left: 20px;
}
.attach_block .attach_remove:before {
  content: "\e904";
  display: block;
}
.attach_block .attached_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .checkbox_list > li,
.radio_list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 575px) {
  .checkbox_list > li,
.radio_list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 479px) {
  .checkbox_list > li,
.radio_list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.back_to_top {
  position: fixed;
  top: 50%;
  margin-top: 38px;
  right: 0;
  z-index: 50;
  color: #ffffff !important;
  background: #004A8B;
  font-size: 120%;
  line-height: 15px;
  border: none;
  padding: 9px 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 60px;
  width: 40px;
  font-family: "medium", "arm-medium";
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.back_to_top:not(.active) {
  pointer-events: none;
  opacity: 0;
}
.back_to_top:active {
  background: #1268B3;
}
.back_to_top:before {
  font-size: 150%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .back_to_top {
    height: 55px;
    width: 53px;
  }
  .back_to_top:before {
    font-size: 180%;
  }
}

.pdf_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px 0 !important;
}
.pdf_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .pdf_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pdf_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.pdf_list a {
  display: block;
}
.pdf_list a img {
  height: auto;
  width: 100%;
  display: block;
}

.info_hint {
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.info_hint:before {
  font-size: 2rem;
  color: #1268B3;
}
.info_hint .hint_inner {
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  margin-left: -85px;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  color: #ffffff;
  -o-transition: all 0s 0.1s, opacity 0.1s 0s;
  -webkit-transition: all 0s 0.1s, opacity 0.1s 0s;
  transition: all 0s 0.1s, opacity 0.1s 0s;
  border-radius: 5px;
  top: 100%;
  margin-top: 10px;
  opacity: 0;
  background: #1268B3;
  font-size: 120%;
  line-height: 18px;
  font-family: "medium", "arm-medium";
  pointer-events: none;
}
.info_hint:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-color: #1268B3 transparent;
  border-width: 0 9px 10px;
  opacity: 0;
  margin-bottom: -20px;
  -o-transition: all 0s 0.1s, opacity 0.1s 0s;
  -webkit-transition: all 0s 0.1s, opacity 0.1s 0s;
  transition: all 0s 0.1s, opacity 0.1s 0s;
  pointer-events: none;
}
.info_hint:hover .hint_inner {
  width: 230px;
  padding: 19px 20px;
  opacity: 1;
  -o-transition: all 0s 0s, opacity 0.3s;
  -webkit-transition: all 0s 0s, opacity 0.3s;
  transition: all 0s 0s, opacity 0.3s;
}
.info_hint:hover:after {
  margin-bottom: 0;
  opacity: 1;
  -o-transition: all 0s 0s, opacity 0.3s;
  -webkit-transition: all 0s 0s, opacity 0.3s;
  transition: all 0s 0s, opacity 0.3s;
}

.section_bottom > ul, .section_top .steps_block ul, .listing_block .listing_list, .listing_block .pdf_list,
.listing_block .list_event, .listing_block .list_category, .footer .socials_list, .footer_menu ul, .header .submenu_list, .header .main_menu, .header .sublevel_list, .header .lg_list, .breadcrumbs ul, .pdf_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_block .video_btn, .listing_block .listing_list .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.select2-container--default.select2-container--open .select2-selection__arrow, .header .main_menu > li.opened .submenu_btn:before, .iti__arrow.iti__arrow--up, .back_to_top:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.listing_block .listing_list .news_image > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.listing_block .listing_list .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.listing_block .listing_list .news_image {
  position: relative;
  overflow: hidden;
}
.listing_block .listing_list .news_image:before {
  display: block;
  content: "";
  padding-bottom: 57%;
}

.section_top .steps_block li.checked span:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before, .header .search_block:before, [class*=icon_]:before, .iti__arrow:before, .attach_block .attach_remove:before, [class*=icon_]:after, .attach_block .attach_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.listing_block .listing_list .news_image img, .header .main_logo img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.listing_block .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .listing_block .video_btn:before {
    width: 73px;
    height: 73px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.listing_block .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .listing_block .video_btn:after {
    width: 29px;
    height: 29px;
    border-width: 15px 0 15px 25px;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block .video_btn:after {
    width: 6px;
    height: 6px;
    border-width: 6px 0 6px 10px;
    margin: 0 0 0 2px;
  }
}

.header {
  z-index: 100;
  position: relative;
  margin-bottom: 20px;
}
.header .inner_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 9px 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0 9px 50px rgba(18, 104, 179, 0.1);
  border-radius: 0 0 15px 15px;
  background: #ffffff;
  border-top: 4px solid #ED1C24;
  padding: 0 40px;
}
.header .btns_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn_member {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "medium", "arm-medium";
  font-size: 140%;
  line-height: 17px;
  color: #ffffff;
  background: #ED1C24;
  border-radius: 15px;
  padding: 5px 20px;
  border: none;
}
.header .btn_login {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "medium", "arm-medium";
  font-size: 140%;
  line-height: 17px;
  padding: 5px 20px;
  color: #ffffff;
  background: #1268B3;
  border-radius: 15px;
  margin-right: 20px;
  border: none;
}
.header .main_logo {
  padding: 16px 0;
  margin-right: 30px;
  position: relative;
  z-index: 100;
  font-size: 0;
  line-height: 0;
}
.header .main_logo a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.header .main_logo img {
  display: block;
  height: 43px;
  width: auto;
}
.header_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 11px 0 0;
}
.header .lg_block {
  position: relative;
  height: 24px;
  margin-top: -8px;
}
.header .lg_block.opened {
  background: #ffffff;
}
.header .lg_block.opened .lg_inner {
  background: #ffffff;
  -webkit-box-shadow: 0 9px 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0 9px 50px rgba(18, 104, 179, 0.1);
  border-radius: 0 0 15px 15px;
}
.header .lg_list {
  display: none;
  text-align: center;
  font-size: 120%;
  background: #ffffff;
  z-index: 4;
  position: relative;
  -webkit-box-shadow: 0 9px 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0 9px 50px rgba(18, 104, 179, 0.1);
  border-radius: 0 0 15px 15px;
  padding-bottom: 5px;
}
.header .lg_list li {
  margin-bottom: 5px;
}
.header .lg_list li:first-child {
  margin-top: 10px;
}
.header .lg_list a {
  display: block;
  color: #444444;
}
.header .lg_list a.current_lg {
  color: #1268B3;
  font-family: "bold", "arm-bold";
}
.header .lg_btn {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
}
.header .lg_btn:before {
  display: block;
  color: #444444;
  font-size: 160%;
  padding-right: 10px;
}
.header .lg_btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: rgba(0, 0, 0, 0.2) transparent;
}
.header .lg_inner {
  background: none;
  position: relative;
  overflow: hidden;
  padding-top: 6px;
}
.header .search_block {
  margin-left: 40px;
}
.header .search_block.opened input {
  width: 200px;
  color: #333333;
  padding: 8px 34px 7px 10px;
}
.header .search_block.opened button {
  background: #1268B3;
  border-radius: 0 15px 15px 0;
}
.header .search_block.opened button:before {
  color: #ffffff;
}
.header .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .search_form ::-webkit-input-placeholder {
  color: #444444;
}
.header .search_form :-moz-placeholder {
  color: #444444;
}
.header .search_form ::-moz-placeholder {
  color: #444444;
}
.header .search_form :-ms-input-placeholder {
  color: #444444;
}
.header .search_form button {
  border: none;
  background: #ffffff;
  font-size: 160%;
  margin-right: 10px;
  color: inherit;
  position: relative;
  z-index: 2;
  padding: 9px 11px 10px 10px;
}
.header .search_form button:before {
  display: block;
  color: #444444;
}
.header .search_form input {
  background: #E7EDF2;
  border: 1px solid #D0E1F0;
  -webkit-box-shadow: 0 0 10px rgba(18, 104, 179, 0.1);
          box-shadow: 0 0 10px rgba(18, 104, 179, 0.1);
  border-radius: 15px;
  background: transparent;
  margin-right: -21px;
  padding: 5px 0;
  width: 0;
  font-size: 120%;
  line-height: 18px;
  color: transparent;
  -o-transition: all 0.5s, color 0.2s;
  -webkit-transition: all 0.5s, color 0.2s;
  transition: all 0.5s, color 0.2s;
}
.header .menu_inner {
  padding: 20px 0;
}
.header .main_menu > li {
  position: relative;
}
.header .main_menu > li > a {
  font-size: 140%;
  line-height: 17px;
  font-family: "bold", "arm-bold";
  color: #004A8B;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .main_menu > li > a:before {
  padding-left: 10px;
  font-size: 1rem;
}
.header .main_menu > li.opened {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .main_menu > li.opened .submenu_btn {
  color: #ED1C24;
}
.header .main_menu > li.opened .submenu_btn:before {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .main_menu > li:last-child .submenu_list {
  left: auto;
  right: 0;
}
.header .main_menu > li:last-child .sublevel_list {
  left: auto;
  right: 100%;
}
.header .main_menu > li:last-child .opened a.sublevel_btn:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  padding-left: 0;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .main_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: inherit;
}
.header .main_menu a:before {
  padding-left: 15px;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 11px;
}
.header .submenu_list {
  display: none;
}
.header .submenu_list a {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .submenu_list a:hover {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F2F5F7;
  color: #000000 !important;
  font-family: "bold", "arm-bold";
}
@media screen and (min-width: 768px) {
  .header .sublevel_list {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 100%;
    background: #ffffff;
    border: 1px solid #E7EDF2;
    -webkit-box-shadow: 0 4px 10px rgba(18, 104, 179, 0.1);
            box-shadow: 0 4px 10px rgba(18, 104, 179, 0.1);
    border-radius: 15px;
    margin-left: 1px;
  }
  .header .sublevel_list > li {
    position: relative;
  }
  .header .sublevel_list > li > a {
    padding: 10px;
    color: #444444;
    width: 100%;
  }
  .header .sublevel_list > li > a.sublevel_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header .main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .menu_btn {
    display: none;
  }
  .header .submenu_list {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border: 1px solid #E7EDF2;
    -webkit-box-shadow: 0 4px 10px rgba(18, 104, 179, 0.1);
            box-shadow: 0 4px 10px rgba(18, 104, 179, 0.1);
    border-radius: 15px;
    z-index: 10;
    left: 0;
    right: 0;
    width: 150px;
    min-width: 100%;
    margin: 0 auto;
    font-size: 120%;
    line-height: 16px;
    font-family: "medium", "arm-medium";
  }
  .header .submenu_list > li {
    position: relative;
  }
  .header .submenu_list > li > a {
    padding: 10px;
    color: #444444;
    width: 100%;
  }
  .header .submenu_list > li > a.sublevel_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .submenu_list > li.opened > a {
    background: #F2F5F7;
    color: #000000 !important;
    font-family: "bold", "arm-bold";
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header .main_menu > li:last-child .submenu_list {
    left: auto;
    right: 0;
  }
  .header .inner_header {
    padding: 0 10px;
  }
  .header .search_block {
    margin-left: 30px;
  }
  .header .btn_login {
    margin-right: 10px;
  }
  .header .btn_member,
.header .btn_login {
    font-size: 110%;
    line-height: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .header .main_menu > li {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .header .main_logo img {
    height: 40px;
  }
  .header .menu_inner {
    padding: 14px 0;
    margin-right: -15px;
  }
  .header .main_menu > li {
    padding: 10px 15px;
  }
  .header .submenu_list {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .header .main_logo {
    padding: 10px 0;
    margin-right: 20px;
  }
  .header .main_logo img {
    height: 30px;
  }
  .header .menu_inner {
    padding: 5px 0;
    margin-right: -10px;
  }
  .header .main_menu > li {
    padding: 10px;
  }
  .header .main_menu > li > a {
    font-size: 110%;
  }
  .header .submenu_list {
    width: 160px;
  }
}
@media screen and (max-width: 990px) {
  .header .search_form input {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .header .btns_header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 10px;
    display: none;
  }
  .header .btns_header.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .btns_header button,
.header .btns_header a {
    width: 50%;
    text-align: center;
  }
  .header .menu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .main_menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .btn_login {
    margin-right: 10px;
  }
  .header_top {
    padding: 0;
  }
  .header .btn_member,
.header .btn_login {
    font-size: 120%;
    line-height: 16px;
  }
  .header .inner_header {
    border-radius: 0;
    padding: 0 10px;
  }
  .header .search_block {
    margin-left: 15px;
    margin-right: 10px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .search_block button {
    margin-right: 0;
    padding: 0;
  }
  .header .search_block.opened {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .search_block.opened .search_form {
    position: absolute;
    top: 100%;
    right: -20px;
    width: 100vw;
    padding: 0 10px;
    background: #ffffff;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .search_block.opened input {
    opacity: 1;
    width: calc(100vw - 20px);
    padding: 20px 60px 20px 13px;
  }
  .header .search_block.opened:before {
    display: block;
    content: "\e904";
    font-size: 180%;
  }
  .header .search_block.opened button {
    margin-right: 0;
    position: relative;
    padding: 0;
  }
  .header .search_block.opened button:before {
    position: absolute;
    right: 13px;
    top: -8px;
    margin-left: 0;
    color: #1268B3;
  }
  .header .search_form {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .header .search_form input {
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    padding: 15px 0;
    margin-right: 0;
    border-width: 1px 0;
    border-radius: 0;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .header .main_logo {
    padding: 8px 0;
  }
  .header .main_logo img {
    height: 25px;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 99;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    height: 60px;
    min-height: 60px;
    background: inherit;
    border-bottom: 1px solid #e5e5e5;
  }
  .header_inner {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .header_top {
    border: none;
    height: 60px;
  }
  .header .menu_btn {
    border: none;
    background: transparent;
    color: #333333;
    padding: 9px 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    margin-left: 10px;
    z-index: 100;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 2px solid;
    left: -26px;
    width: 60px;
  }
  .header .menu_btn:before {
    top: 3px;
  }
  .header .menu_btn:after {
    bottom: 3px;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .menu_inner {
    margin: 0;
    padding: 3px 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 75vh;
  }
  .header .main_menu > li {
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .main_menu > li:last-child {
    border-bottom: 0;
  }
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 20px;
  }
  .header .submenu_list {
    font-size: 140%;
    line-height: 18px;
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    height: 10px;
  }
  .header .submenu_list li {
    padding: 7px 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .submenu_list li:last-child {
    border-bottom: 0;
  }
  .header .submenu_list li > a {
    font-size: 85%;
    line-height: 20px;
  }
  .header .submenu_list li.opened .sublevel_btn {
    color: #ED1C24;
    font-family: "bold", "arm-bold";
  }
}
@media screen and (max-width: 575px) {
  .header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 359px) {
  .header .btns_header button,
.header .btns_header a {
    font-size: 120%;
    line-height: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened body {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
.footer {
  opacity: 0;
  background: #004A8B;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.footer_top {
  padding-top: 50px;
}
.footer .left_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 100px;
}
.footer .btn_member {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "medium", "arm-medium";
  font-size: 140%;
  line-height: 17px;
  color: #1268B3;
  background: #ffffff;
  border-radius: 15px;
  padding: 5px 20px;
  border: none;
  margin-top: 10px;
  text-align: center;
}
.footer .logo_block {
  display: block;
  margin-bottom: 20px;
}
.footer .logo_block img {
  display: block;
  width: 147px;
  height: auto;
  max-width: 100%;
}
.footer_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_menu ul {
  font-size: 120%;
  line-height: 14px;
  font-family: "medium", "arm-medium";
}
.footer_menu ul li:not(:first-child) {
  margin-top: 20px;
}
.footer_contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .contact_type {
  font-size: 120%;
  line-height: 14px;
  font-family: "medium", "arm-medium";
  margin-bottom: 12px;
  color: #EFF4F6;
}
.footer .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 130%;
  line-height: 18px;
}
.footer .contact_info .info_block {
  margin-bottom: 15px;
}
.footer .contact_info a {
  text-align: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .contact_info a > span {
  padding-right: 5px;
}
.footer .subscribe_section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 380px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  text-align: end;
}
.footer .subscribe_form.opened input {
  width: 250px;
  padding: 8px 33px 8px 15px;
}
.footer .subscribe_form.opened button {
  border-radius: 0 15px 15px 0;
}
.footer .subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.footer .subscribe__inner ::-webkit-input-placeholder {
  color: #ffffff;
}
.footer .subscribe__inner :-moz-placeholder {
  color: #ffffff;
}
.footer .subscribe__inner ::-moz-placeholder {
  color: #ffffff;
}
.footer .subscribe__inner :-ms-input-placeholder {
  color: #ffffff;
}
.footer .subscribe__inner .error_hint {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: -20px;
  left: 25px;
}
.footer .subscribe__inner button {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "medium", "arm-medium";
  font-size: 140%;
  line-height: 17px;
  padding: 5px 20px;
  color: #004A8B;
  background: #ffffff;
  border-radius: 15px;
  border: none;
}
.footer .subscribe__inner button:before {
  display: block;
  margin-left: -4px;
  color: #444444;
}
.footer .subscribe__inner input {
  border: 1px solid #EFF4F6;
  margin-right: -21px;
  padding: 8px 0;
  height: 34px;
  color: #ffffff;
  background: transparent;
  width: 0;
  font-size: 120%;
  line-height: 14px;
  border-radius: 15px 0 0 15px;
  -o-transition: all 0.5s, color 0.2s;
  -webkit-transition: all 0.5s, color 0.2s;
  transition: all 0.5s, color 0.2s;
}
.footer .sub_block {
  margin: 0 0 0 auto;
  text-align: end;
  padding: 0 10px;
}
.footer .socials_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.footer .socials_list li {
  margin-left: 15px;
}
.footer .socials_list li a {
  width: 31px;
  height: 31px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
}
.footer .socials_list li a:before {
  color: #004A8B;
  font-size: 1.7rem;
}
.footer .socials_list a:before {
  display: block;
}
.footer_bottom {
  padding: 25px 0;
  font-size: 120%;
  line-height: 14px;
}
.footer_bottom .page_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.footer .copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 23px;
  color: #EFF4F6;
}
.footer .developer {
  margin-left: auto;
  padding-left: 23px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .developer > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 19px;
}
.footer .developer a {
  font-family: "medium", "arm-medium";
}
.footer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
@media screen and (max-width: 990px) {
  .footer_top {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .footer .contact_type {
    margin-bottom: 13px;
  }
  .footer_bottom,
.footer .contact_info {
    font-size: 120%;
    line-height: 16px;
  }
  .footer_menu ul {
    font-size: 120%;
    line-height: 18px;
  }
  .footer_menu ul li:not(:first-child) {
    margin-top: 20px;
  }
  .footer .left_logo {
    margin-right: 20px;
  }
  .footer_bottom {
    padding: 20px 0;
  }
  .footer_bottom .page_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 15px;
  }
  .footer .subscribe_form.opened input {
    width: 210px;
    padding: 8px 15px 8px 30px;
  }
  .footer_bottom .page_container {
    display: block;
    padding: 0;
  }
  .footer .left_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer .socials_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .footer .subscribe__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .footer .sub_block,
.footer .subscribe_section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 20px 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .footer .footer_contacts {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid;
    padding: 15px 0;
  }
  .footer .footer_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }
  .footer .copyrights,
.footer .developer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .contact_info .info_block {
    margin-bottom: 15px;
    width: 100%;
  }
  .footer .copyrights {
    padding-right: 0;
  }
  .footer .developer {
    margin-top: 12px;
    padding-left: 0;
    line-height: 19px;
    text-align: left;
  }
  .footer .developer > span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 7px;
  }
  .footer .developer > span a {
    margin-left: 7px;
  }
  .footer .subscribe_form.opened .subscribe__inner button {
    border-radius: 15px 0 0 15px;
  }
  .footer .socials_list li {
    margin-left: 0;
    margin-right: 10px;
  }
  .footer .subscribe__inner input {
    margin-right: 0;
    margin-left: -15px;
    border-radius: 0 15px 15px 0;
  }
  .footer_top {
    padding-bottom: 0;
  }
}

.web .form_page .checkbox_btn, .form_page .web .checkbox_btn, .web .listing_block .listing_list .product_title a, .listing_block .listing_list .product_title .web a, .web .pdf_list a, .pdf_list .web a, .web .header .main_logo a, .header .main_logo .web a, .web .footer_menu ul a, .footer_menu ul .web a, .web .footer .developer a, .footer .developer .web a, .footer {
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .form_page .forgot_btn, .form_page .web .forgot_btn, .web .listing_block .btn_all, .listing_block .web .btn_all, .web .form_page .view_pass, .form_page .web .view_pass, .web .listing_block .list_category li a, .listing_block .list_category li .web a, .web .breadcrumbs a, .breadcrumbs .web a, .web .back_to_top, .web .checkbox_list .checkbox_button, .checkbox_list .web .checkbox_button, .web .radio_list .radio_button, .radio_list .web .radio_button, .web .attach_block .attach_remove, .attach_block .web .attach_remove, .web .header .lg_list a, .header .lg_list .web a, .web .header .lg_btn, .header .web .lg_btn, .web .header .search_form button:before, .header .search_form .web button:before, .web .header .main_menu a, .header .main_menu .web a, .web .footer .contact_info a, .footer .contact_info .web a {
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.form_page .checkbox_btn span:before, .select2-container .select2-results__options li, .web .section_bottom .back_button, .section_bottom .web .back_button, .web .paging a, .paging .web a, .web .listing_block .section_block a, .listing_block .section_block .web a,
.web .listing_block .section_block .category_btn,
.listing_block .section_block .web .category_btn, .web .listing_block .more_btn, .listing_block .web .more_btn, .web .section_bottom .next_btn, .section_bottom .web .next_btn, .web .form_page .validate_btn, .form_page .web .validate_btn, .web .header .btn_login, .header .web .btn_login, .web .header .search_block.opened button, .header .search_block.opened .web button, .web .footer .btn_member, .footer .web .btn_member, .web .footer .subscribe__inner button, .footer .subscribe__inner .web button, .web .footer .socials_list li a, .footer .socials_list li .web a, .web .back_to_top, .web .header .btn_member, .header .web .btn_member, .error_hint {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .form_page .checkbox_btn, .form_page .touch .checkbox_btn, .touch .pdf_list a, .pdf_list .touch a, .touch .footer_menu ul a, .footer_menu ul .touch a, .touch .footer .developer a, .footer .developer .touch a {
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .form_page .forgot_btn, .form_page .touch .forgot_btn, .touch .listing_block .btn_all, .listing_block .touch .btn_all, .touch .form_page .view_pass, .form_page .touch .view_pass, .touch .listing_block .list_category li a, .listing_block .list_category li .touch a, .touch .back_to_top, .touch .checkbox_list .checkbox_button, .checkbox_list .touch .checkbox_button, .touch .radio_list .radio_button, .radio_list .touch .radio_button, .touch .attach_block .attach_remove, .attach_block .touch .attach_remove, .touch .header .lg_list a, .header .lg_list .touch a, .touch .header .search_form button:before, .header .search_form .touch button:before, .touch .header .main_menu a, .header .main_menu .touch a, .touch .footer .contact_info a, .footer .contact_info .touch a {
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .section_bottom .next_btn, .section_bottom .touch .next_btn, .touch .form_page .validate_btn, .form_page .touch .validate_btn, .touch .header .btn_login, .header .touch .btn_login, .touch .header .search_block.opened button, .header .search_block.opened .touch button, .touch .footer .btn_member, .footer .touch .btn_member, .touch .footer .subscribe__inner button, .footer .subscribe__inner .touch button, .touch .footer .socials_list li a, .footer .socials_list li .touch a, .touch .back_to_top, .touch .header .btn_member, .header .touch .btn_member {
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .section_bottom .back_button, .section_bottom .touch .back_button, .touch .paging a, .paging .touch a {
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.form_page .checkbox_btn span, .attach_block .attach_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form_page .checkbox_btn input, .checkbox_list input, .radio_list input, .attach_block label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .form_page .view_pass:hover, .form_page .web .view_pass:hover, .web .listing_block .list_category li a:hover, .listing_block .list_category li .web a:hover, .web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .back_to_top:hover, .web .checkbox_list .checkbox_button:hover, .checkbox_list .web .checkbox_button:hover, .web .radio_list .radio_button:hover, .radio_list .web .radio_button:hover, .web .attach_block .attach_remove:hover, .attach_block .web .attach_remove:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover, .header .main_menu .web a:hover, .web .footer .contact_info a:hover, .footer .contact_info .web a:hover {
  color: #006DCC;
}
.web .form_page .view_pass:hover:before, .form_page .web .view_pass:hover:before, .web .listing_block .list_category li a:hover:before, .listing_block .list_category li .web a:hover:before, .web .breadcrumbs a:hover:before, .breadcrumbs .web a:hover:before, .web .back_to_top:hover:before, .web .checkbox_list .checkbox_button:hover:before, .checkbox_list .web .checkbox_button:hover:before, .web .radio_list .radio_button:hover:before, .radio_list .web .radio_button:hover:before, .web .attach_block .attach_remove:hover:before, .attach_block .web .attach_remove:hover:before, .web .header .lg_list a:hover:before, .header .lg_list .web a:hover:before, .web .header .lg_btn:hover:before, .header .web .lg_btn:hover:before, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover:before, .header .main_menu .web a:hover:before, .web .footer .contact_info a:hover:before, .footer .contact_info .web a:hover:before {
  color: #1268B3;
}
.web .listing_block .btn_all:hover, .listing_block .web .btn_all:hover {
  color: #D31A21;
}
.web .back_to_top:hover, .web .header .btn_member:hover, .header .web .btn_member:hover {
  background: #D31A21;
  color: #ffffff;
}
.web .back_to_top:hover:before, .web .header .btn_member:hover:before, .header .web .btn_member:hover:before {
  color: #ffffff;
}
.web .section_bottom .next_btn:hover, .section_bottom .web .next_btn:hover, .web .form_page .validate_btn:hover, .form_page .web .validate_btn:hover, .web .header .btn_login:hover, .header .web .btn_login:hover, .web .header .search_block.opened button:hover, .header .search_block.opened .web button:hover, .web .footer .btn_member:hover, .footer .web .btn_member:hover, .web .footer .subscribe__inner button:hover, .footer .subscribe__inner .web button:hover, .web .footer .socials_list li a:hover, .footer .socials_list li .web a:hover {
  background: #0B5697;
  color: #ffffff;
}
.web .section_bottom .next_btn:hover:before, .section_bottom .web .next_btn:hover:before, .web .form_page .validate_btn:hover:before, .form_page .web .validate_btn:hover:before, .web .header .btn_login:hover:before, .header .web .btn_login:hover:before, .web .header .search_block.opened button:hover:before, .header .search_block.opened .web button:hover:before, .web .footer .btn_member:hover:before, .footer .web .btn_member:hover:before, .web .footer .subscribe__inner button:hover:before, .footer .subscribe__inner .web button:hover:before, .web .footer .socials_list li a:hover:before, .footer .socials_list li .web a:hover:before {
  color: #ffffff;
}
.web .form_page .forgot_btn:hover, .form_page .web .forgot_btn:hover {
  color: rgba(18, 104, 179, 0.7);
}
.web .listing_block .more_btn:hover, .listing_block .web .more_btn:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: #1268B3;
}
.web .listing_block .section_block a:hover, .listing_block .section_block .web a:hover,
.web .listing_block .section_block .category_btn:hover,
.listing_block .section_block .web .category_btn:hover {
  background: transparent;
  color: #1268B3;
  border-color: #1268B3;
}
.web .form_page .checkbox_btn:hover, .form_page .web .checkbox_btn:hover, .web .listing_block .listing_list .product_title a:hover, .listing_block .listing_list .product_title .web a:hover, .web .pdf_list a:hover, .pdf_list .web a:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer_menu ul a:hover, .footer_menu ul .web a:hover, .web .footer .developer a:hover, .footer .developer .web a:hover {
  opacity: 0.7;
}
.web .section_bottom .back_button:hover, .section_bottom .web .back_button:hover, .web .paging a:hover, .paging .web a:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.touch .form_page .view_pass:active, .form_page .touch .view_pass:active, .touch .listing_block .list_category li a:active, .listing_block .list_category li .touch a:active, .touch .back_to_top:active, .touch .checkbox_list .checkbox_button:active, .checkbox_list .touch .checkbox_button:active, .touch .radio_list .radio_button:active, .radio_list .touch .radio_button:active, .touch .attach_block .attach_remove:active, .attach_block .touch .attach_remove:active, .touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .header .search_form button:active:before, .header .search_form .touch button:active:before, .touch .header .main_menu a:active, .header .main_menu .touch a:active, .touch .footer .contact_info a:active, .footer .contact_info .touch a:active {
  color: #1268B3;
}
.touch .listing_block .btn_all:active, .listing_block .touch .btn_all:active {
  color: #D31A21;
}
.touch .back_to_top:active, .touch .header .btn_member:active, .header .touch .btn_member:active {
  background: #D31A21;
  color: #ffffff;
}
.touch .back_to_top:active:before, .touch .header .btn_member:active:before, .header .touch .btn_member:active:before {
  color: #ffffff;
}
.touch .section_bottom .next_btn:active, .section_bottom .touch .next_btn:active, .touch .form_page .validate_btn:active, .form_page .touch .validate_btn:active, .touch .header .btn_login:active, .header .touch .btn_login:active, .touch .header .search_block.opened button:active, .header .search_block.opened .touch button:active, .touch .footer .btn_member:active, .footer .touch .btn_member:active, .touch .footer .subscribe__inner button:active, .footer .subscribe__inner .touch button:active, .touch .footer .socials_list li a:active, .footer .socials_list li .touch a:active {
  background: #1268B3;
}
.touch .form_page .forgot_btn:active, .form_page .touch .forgot_btn:active {
  color: rgba(18, 104, 179, 0.7);
}
.touch .form_page .checkbox_btn:active, .form_page .touch .checkbox_btn:active, .touch .pdf_list a:active, .pdf_list .touch a:active, .touch .footer_menu ul a:active, .footer_menu ul .touch a:active, .touch .footer .developer a:active, .footer .developer .touch a:active {
  opacity: 0.7;
}
.touch .section_bottom .back_button:active, .section_bottom .touch .back_button:active, .touch .paging a:active, .paging .touch a:active {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.inner_event .inner_info .page_description a {
  display: unset;
}

.contact_label {
  line-height: 8px;
}

.subscribe_success, .subscribe_error {
  display: none;
  font-size: 130%;
  padding-top: 10px;
  display: inline-block;
}

.color-green {
  color: green !important;
}

.subscribe_error, .msg_error, .contact_error {
  color: red;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection__placeholder {
  color: #000000 !important;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
  border-radius: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444444 !important;
  font-size: 120%;
  line-height: 15px;
  padding: 9px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 11px 10px;
  padding-left: 0;
  width: auto;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 1rem;
  display: block;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.select2-container .select2-search--dropdown {
  padding: 0;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 11px 10px;
  font-size: 100%;
  line-height: inherit;
}

.select2-container .select2-dropdown {
  border: 1px solid #ffffff;
  font-size: 120%;
  line-height: 14px;
  -webkit-box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
  position: relative;
  z-index: 5;
}
.select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #000000 #ED1C24;
  scrollbar-width: thin;
}
.select2-container .select2-results__options::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 4px;
  background: #ED1C24;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #000000;
}
.select2-container .select2-results__options li {
  padding: 9px;
}
.select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: #1268B3;
}
.select2-container .select2-results__option--selected {
  background: #F2F5F7 !important;
  color: #444444 !important;
  cursor: default;
  font-family: "bold", "arm-bold";
}

.select2-container {
  min-width: 135px;
}
.select2-container .select2-dropdown {
  margin-top: 3px;
  border-radius: 15px;
}

.select2-container .select2-results__options li:last-child {
  border-radius: 0 0 13px 13px;
}

.listing_block {
  margin: 0 -10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.listing_block .video_section .product_title {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .video_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: unset;
  border-radius: 10px;
}
.listing_block .video_btn:hover {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .video_btn:hover:before {
  border-color: #1268B3;
}
.listing_block .form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.listing_block .form_fields .field_block {
  padding: 0 10px;
}
.listing_block .field_block {
  min-width: 135px;
}
.listing_block .left_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  padding: 0 10px;
  position: relative;
}
.listing_block .left_block.arrow_bg:before {
  content: "";
  background-image: url("../../../css/images/arrow.svg");
  position: absolute;
  left: -68px;
  width: 98px;
  height: 110px;
  top: -13px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.listing_block .right_block {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
}
.listing_block .right_block .btn_all {
  margin-left: auto;
}
.listing_block .right_block.two_pieces .right_list {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-radius: 0;
}
.listing_block .field_name {
  font-size: 100%;
  line-height: 10px;
  margin-bottom: 3px;
  color: #999999;
  text-transform: uppercase;
}
.listing_block .category_filter {
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-color: #1268B3 #F2F5F7;
  scrollbar-width: auto;
}
.listing_block .category_filter::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #F2F5F7;
}
.listing_block .category_filter::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #1268B3;
}
@media screen and (max-width: 990px) {
  .listing_block .category_filter {
    overflow-x: auto;
    scrollbar-color: #1268B3 #F2F5F7;
    scrollbar-width: auto;
  }
  .listing_block .category_filter::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #F2F5F7;
  }
  .listing_block .category_filter::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #1268B3;
  }
}
.listing_block .list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 110%;
  line-height: 13px;
  font-family: "medium", "arm-medium";
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 10px;
}
.listing_block .list_category li a {
  display: block;
  padding: 10px 15px;
  border-radius: 15px;
  white-space: nowrap;
}
.listing_block .list_category li.selected a {
  background: #1268B3;
  color: #ffffff;
  pointer-events: none;
}
.listing_block .inner_left {
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
  border-radius: 10px;
}
.listing_block .top_section {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 10px 10px 0 0;
  padding: 23px 40px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.listing_block .top_section.filter_block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .listing_block .top_section.filter_block {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
  }
}
.listing_block .img_arrow {
  margin-right: 20px;
  width: 33px;
}
.listing_block .sub_title {
  padding-right: 10px;
  width: 50%;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .section_block {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing_block .section_block a,
.listing_block .section_block .category_btn {
  font-family: "medium", "arm-medium";
  font-size: 110%;
  line-height: 13px;
  color: #1268B3;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  min-width: 68px;
  min-height: 30px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 5px 6px;
  background: none;
}
.listing_block .section_block a.selected,
.listing_block .section_block .category_btn.selected {
  background: #1268B3;
  color: #ffffff;
}
.listing_block .home_right_top {
  margin-bottom: 10px;
}
.listing_block .home_right_top .right_list {
  overflow-x: unset;
  overflow-y: unset;
}
.listing_block .home_right_top .sub_title {
  width: 100%;
}
.listing_block .right_list {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 300px;
  padding-bottom: 40px;
  scrollbar-color: #1268B3 #F2F5F7;
  scrollbar-width: auto;
}
.listing_block .right_list::-webkit-scrollbar {
  width: 8px;
  height: 0;
  border-radius: 0;
  background: #F2F5F7;
}
.listing_block .right_list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #1268B3;
}
.listing_block .pdf_list {
  margin: 0 !important;
}
.listing_block .pdf_list a {
  color: #1268B3;
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
  position: relative;
  text-decoration: underline;
}
.listing_block .pdf_list img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 13px;
}
.listing_block .pdf_list,
.listing_block .list_event {
  margin: 0;
  padding: 40px 30px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0;
  height: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
}
.listing_block .pdf_list > li,
.listing_block .list_event > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.listing_block .pdf_list > li:hover .event_block:before,
.listing_block .list_event > li:hover .event_block:before {
  height: 100%;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .pdf_list > li:hover .event_info,
.listing_block .list_event > li:hover .event_info {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.listing_block .event_block {
  position: relative;
}
.listing_block .event_block:before {
  content: "";
  background: rgba(18, 104, 179, 0.8);
  border-radius: 10px;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .block_show {
  position: relative;
}
.listing_block .block_show:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .block_show .btn_view {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.listing_block .block_show .btn_view .more_btn {
  height: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: auto;
  margin-top: 0;
  opacity: 0;
}
.listing_block .event_img img {
  width: 100%;
  height: auto;
  display: block;
}
.listing_block .event_info {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
}
.listing_block .event_info .sub_description {
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .event_info .sub_title {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .more_btn {
  min-width: 118px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  padding: 5px 7px;
  text-transform: uppercase;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 20px;
}
.listing_block .info_block {
  margin-top: 15px;
}
.listing_block .info_block .page_row {
  margin: 0 -5px 5px;
}
.listing_block .info_block .page_row .news_date,
.listing_block .info_block .page_row .read_block {
  padding: 0 5px;
  color: #848484;
  font-size: 120%;
  line-height: 18px;
}
.listing_block .listing_list {
  margin: 0 -10px;
  padding: 39px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listing_block .listing_list > li {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom: 50px;
}
.listing_block .listing_list > li:hover .block_show:before {
  height: 100%;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .listing_list > li:hover .btn_view {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .listing_list > li:hover .btn_view .more_btn {
  opacity: 1;
}
.listing_block .listing_list .news_image {
  display: block;
  width: 100%;
  border-radius: 10px;
  font-size: 0;
  line-height: 0;
}
.listing_block .listing_list .news_image.no_image, .listing_block .listing_list .news_image:empty {
  background-color: #F2F5F7;
  border-radius: 10px;
}
.listing_block .listing_list .news_image.no_image img {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: auto;
}
.listing_block .listing_list .news_image:empty {
  background-image: url("../../../css/images/main_logo.svg");
  background-size: 110px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.listing_block .listing_list .news_image img {
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 10px;
}
.listing_block .listing_list .product_title {
  height: 34px;
  overflow: hidden;
}
.listing_block .listing_list .product_title a {
  display: block;
}
.listing_block .listing_list .sub_description {
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.listing_block .news_category {
  background: #27639F;
  border-radius: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  min-height: 25px;
  padding: 5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-family: "medium", "arm-medium";
  color: #ffffff;
  font-size: 100%;
  line-height: 10px;
  position: absolute;
  top: 0;
  text-align: center;
}
.listing_block .section_block .page_row {
  margin: 0 -5px 5px;
}
.listing_block .section_block .page_row .news_date,
.listing_block .section_block .page_row .read_block {
  padding: 0 5px;
  color: #848484;
  font-size: 120%;
  line-height: 18px;
}
.listing_block .news_date {
  color: #848484;
  font-size: 110%;
  line-height: 13px;
  font-family: "light", "arm-light";
  margin-bottom: 4px;
}
.listing_block .btn_all {
  color: #ED1C24;
  font-size: 140%;
  line-height: 17px;
  font-family: "medium", "arm-medium";
  margin-left: 45px;
}
@media screen and (min-width: 991px) {
  .listing_block .btn_all {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .listing_block .event_info .sub_description {
    margin-top: 5px;
  }
  .listing_block .event_info .more_btn {
    margin-top: 5px;
  }
  .listing_block .left_block:before {
    display: none;
  }
  .listing_block .top_section {
    padding: 20px;
    min-height: auto;
  }
  .listing_block .img_arrow {
    width: 20px;
    margin-right: 10px;
  }
  .listing_block .pdf_list,
.listing_block .list_event {
    padding: 18px 10px 10px 18px;
  }
  .listing_block .listing_list {
    padding: 18px;
  }
  .listing_block .btn_all {
    margin-left: 20px;
  }
  .listing_block .section_block a,
.listing_block .section_block .category_btn {
    margin: 0 5px;
    min-height: 25px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block {
    margin-bottom: 20px;
  }
  .listing_block .listing_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .listing_block .sub_title {
    width: 70%;
  }
  .listing_block .right_block .inner_right {
    padding-bottom: 0;
  }
  .listing_block .left_block .top_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .listing_block .left_block .sub_title {
    padding-right: 60px;
  }
  .listing_block .left_block .section_block {
    margin-left: 0;
    margin-top: 10px;
  }
  .listing_block .left_block .section_block a,
.listing_block .left_block .section_block .category_btn {
    margin: 0 5px;
  }
  .listing_block .left_block .section_block a:first-child,
.listing_block .left_block .section_block .category_btn:first-child {
    margin-left: 0;
  }
  .listing_block .left_block .btn_all {
    position: absolute;
    right: 20px;
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .listing_block .img_arrow {
    display: none;
  }
  .listing_block .sub_title {
    width: 70%;
  }
  .listing_block .right_list {
    max-height: 350px;
    padding-bottom: 0;
  }
  .listing_block .pdf_list,
.listing_block .list_event {
    padding: 10px;
  }
  .listing_block .pdf_list > li,
.listing_block .list_event > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .listing_block .pdf_list > li:last-child,
.listing_block .list_event > li:last-child {
    margin-bottom: 0;
  }
  .listing_block .listing_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .listing_block .right_block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .listing_block .right_block .inner_right {
    padding-bottom: 10px;
  }
  .listing_block .right_block.two_pieces .right_list {
    max-height: 290px;
  }
}
@media screen and (max-width: 599px) {
  .listing_block .top_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .listing_block .img_arrow {
    display: none;
  }
  .listing_block .sub_title {
    width: auto;
  }
  .listing_block .left_block .btn_all {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
  .listing_block .left_block .sub_title {
    padding-right: 0;
  }
  .listing_block .btn_all {
    margin-left: 0;
    text-align: left;
    margin-top: 8px;
    width: 100%;
  }
  .listing_block .pdf_list > li,
.listing_block .list_event > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_block .listing_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer, .web .form_page .checkbox_btn, .form_page .web .checkbox_btn, .web .pdf_list a, .pdf_list .web a, .web .header .main_logo a, .header .main_logo .web a, .web .footer_menu ul a, .footer_menu ul .web a, .web .footer .developer a, .footer .developer .web a, .web .listing_block .listing_list .product_title a, .listing_block .listing_list .product_title .web a {
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .form_page .view_pass, .form_page .web .view_pass, .web .breadcrumbs a, .breadcrumbs .web a, .web .back_to_top, .web .checkbox_list .checkbox_button, .checkbox_list .web .checkbox_button, .web .radio_list .radio_button, .radio_list .web .radio_button, .web .attach_block .attach_remove, .attach_block .web .attach_remove, .web .header .lg_list a, .header .lg_list .web a, .web .header .lg_btn, .header .web .lg_btn, .web .header .search_form button:before, .header .search_form .web button:before, .web .header .main_menu a, .header .main_menu .web a, .web .footer .contact_info a, .footer .contact_info .web a, .web .form_page .forgot_btn, .form_page .web .forgot_btn, .web .listing_block .list_category li a, .listing_block .list_category li .web a, .web .listing_block .btn_all, .listing_block .web .btn_all {
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.form_page .checkbox_btn span:before, .error_hint, .web .back_to_top, .web .header .btn_member, .header .web .btn_member, .web .section_bottom .next_btn, .section_bottom .web .next_btn, .web .form_page .validate_btn, .form_page .web .validate_btn, .web .header .btn_login, .header .web .btn_login, .web .header .search_block.opened button, .header .search_block.opened .web button, .web .footer .btn_member, .footer .web .btn_member, .web .footer .subscribe__inner button, .footer .subscribe__inner .web button, .web .footer .socials_list li a, .footer .socials_list li .web a, .web .section_bottom .back_button, .section_bottom .web .back_button, .web .paging a, .paging .web a, .select2-container .select2-results__options li, .web .listing_block .section_block a, .listing_block .section_block .web a,
.web .listing_block .section_block .category_btn,
.listing_block .section_block .web .category_btn, .web .listing_block .more_btn, .listing_block .web .more_btn {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .form_page .checkbox_btn, .form_page .touch .checkbox_btn, .touch .pdf_list a, .pdf_list .touch a, .touch .footer_menu ul a, .footer_menu ul .touch a, .touch .footer .developer a, .footer .developer .touch a {
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .form_page .view_pass, .form_page .touch .view_pass, .touch .back_to_top, .touch .checkbox_list .checkbox_button, .checkbox_list .touch .checkbox_button, .touch .radio_list .radio_button, .radio_list .touch .radio_button, .touch .attach_block .attach_remove, .attach_block .touch .attach_remove, .touch .header .lg_list a, .header .lg_list .touch a, .touch .header .search_form button:before, .header .search_form .touch button:before, .touch .header .main_menu a, .header .main_menu .touch a, .touch .footer .contact_info a, .footer .contact_info .touch a, .touch .form_page .forgot_btn, .form_page .touch .forgot_btn, .touch .listing_block .list_category li a, .listing_block .list_category li .touch a, .touch .listing_block .btn_all, .listing_block .touch .btn_all {
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .back_to_top, .touch .header .btn_member, .header .touch .btn_member, .touch .section_bottom .next_btn, .section_bottom .touch .next_btn, .touch .form_page .validate_btn, .form_page .touch .validate_btn, .touch .header .btn_login, .header .touch .btn_login, .touch .header .search_block.opened button, .header .search_block.opened .touch button, .touch .footer .btn_member, .footer .touch .btn_member, .touch .footer .subscribe__inner button, .footer .subscribe__inner .touch button, .touch .footer .socials_list li a, .footer .socials_list li .touch a {
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .section_bottom .back_button, .section_bottom .touch .back_button, .touch .paging a, .paging .touch a {
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.form_page .checkbox_btn span, .attach_block .attach_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form_page .checkbox_btn input, .checkbox_list input, .radio_list input, .attach_block label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .form_page .view_pass:hover, .form_page .web .view_pass:hover, .web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .back_to_top:hover, .web .checkbox_list .checkbox_button:hover, .checkbox_list .web .checkbox_button:hover, .web .radio_list .radio_button:hover, .radio_list .web .radio_button:hover, .web .attach_block .attach_remove:hover, .attach_block .web .attach_remove:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover, .header .main_menu .web a:hover, .web .footer .contact_info a:hover, .footer .contact_info .web a:hover, .web .listing_block .list_category li a:hover, .listing_block .list_category li .web a:hover {
  color: #006DCC;
}
.web .form_page .view_pass:hover:before, .form_page .web .view_pass:hover:before, .web .breadcrumbs a:hover:before, .breadcrumbs .web a:hover:before, .web .back_to_top:hover:before, .web .checkbox_list .checkbox_button:hover:before, .checkbox_list .web .checkbox_button:hover:before, .web .radio_list .radio_button:hover:before, .radio_list .web .radio_button:hover:before, .web .attach_block .attach_remove:hover:before, .attach_block .web .attach_remove:hover:before, .web .header .lg_list a:hover:before, .header .lg_list .web a:hover:before, .web .header .lg_btn:hover:before, .header .web .lg_btn:hover:before, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover:before, .header .main_menu .web a:hover:before, .web .footer .contact_info a:hover:before, .footer .contact_info .web a:hover:before, .web .listing_block .list_category li a:hover:before, .listing_block .list_category li .web a:hover:before {
  color: #1268B3;
}
.web .listing_block .btn_all:hover, .listing_block .web .btn_all:hover {
  color: #D31A21;
}
.web .back_to_top:hover, .web .header .btn_member:hover, .header .web .btn_member:hover {
  background: #D31A21;
  color: #ffffff;
}
.web .back_to_top:hover:before, .web .header .btn_member:hover:before, .header .web .btn_member:hover:before {
  color: #ffffff;
}
.web .section_bottom .next_btn:hover, .section_bottom .web .next_btn:hover, .web .form_page .validate_btn:hover, .form_page .web .validate_btn:hover, .web .header .btn_login:hover, .header .web .btn_login:hover, .web .header .search_block.opened button:hover, .header .search_block.opened .web button:hover, .web .footer .btn_member:hover, .footer .web .btn_member:hover, .web .footer .subscribe__inner button:hover, .footer .subscribe__inner .web button:hover, .web .footer .socials_list li a:hover, .footer .socials_list li .web a:hover {
  background: #0B5697;
  color: #ffffff;
}
.web .section_bottom .next_btn:hover:before, .section_bottom .web .next_btn:hover:before, .web .form_page .validate_btn:hover:before, .form_page .web .validate_btn:hover:before, .web .header .btn_login:hover:before, .header .web .btn_login:hover:before, .web .header .search_block.opened button:hover:before, .header .search_block.opened .web button:hover:before, .web .footer .btn_member:hover:before, .footer .web .btn_member:hover:before, .web .footer .subscribe__inner button:hover:before, .footer .subscribe__inner .web button:hover:before, .web .footer .socials_list li a:hover:before, .footer .socials_list li .web a:hover:before {
  color: #ffffff;
}
.web .form_page .forgot_btn:hover, .form_page .web .forgot_btn:hover {
  color: rgba(18, 104, 179, 0.7);
}
.web .listing_block .more_btn:hover, .listing_block .web .more_btn:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: #1268B3;
}
.web .listing_block .section_block a:hover, .listing_block .section_block .web a:hover,
.web .listing_block .section_block .category_btn:hover,
.listing_block .section_block .web .category_btn:hover {
  background: transparent;
  color: #1268B3;
  border-color: #1268B3;
}
.web .form_page .checkbox_btn:hover, .form_page .web .checkbox_btn:hover, .web .pdf_list a:hover, .pdf_list .web a:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer_menu ul a:hover, .footer_menu ul .web a:hover, .web .footer .developer a:hover, .footer .developer .web a:hover, .web .listing_block .listing_list .product_title a:hover, .listing_block .listing_list .product_title .web a:hover {
  opacity: 0.7;
}
.web .section_bottom .back_button:hover, .section_bottom .web .back_button:hover, .web .paging a:hover, .paging .web a:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.touch .form_page .view_pass:active, .form_page .touch .view_pass:active, .touch .back_to_top:active, .touch .checkbox_list .checkbox_button:active, .checkbox_list .touch .checkbox_button:active, .touch .radio_list .radio_button:active, .radio_list .touch .radio_button:active, .touch .attach_block .attach_remove:active, .attach_block .touch .attach_remove:active, .touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .header .search_form button:active:before, .header .search_form .touch button:active:before, .touch .header .main_menu a:active, .header .main_menu .touch a:active, .touch .footer .contact_info a:active, .footer .contact_info .touch a:active, .touch .listing_block .list_category li a:active, .listing_block .list_category li .touch a:active {
  color: #1268B3;
}
.touch .listing_block .btn_all:active, .listing_block .touch .btn_all:active {
  color: #D31A21;
}
.touch .back_to_top:active, .touch .header .btn_member:active, .header .touch .btn_member:active {
  background: #D31A21;
  color: #ffffff;
}
.touch .back_to_top:active:before, .touch .header .btn_member:active:before, .header .touch .btn_member:active:before {
  color: #ffffff;
}
.touch .section_bottom .next_btn:active, .section_bottom .touch .next_btn:active, .touch .form_page .validate_btn:active, .form_page .touch .validate_btn:active, .touch .header .btn_login:active, .header .touch .btn_login:active, .touch .header .search_block.opened button:active, .header .search_block.opened .touch button:active, .touch .footer .btn_member:active, .footer .touch .btn_member:active, .touch .footer .subscribe__inner button:active, .footer .subscribe__inner .touch button:active, .touch .footer .socials_list li a:active, .footer .socials_list li .touch a:active {
  background: #1268B3;
}
.touch .form_page .forgot_btn:active, .form_page .touch .forgot_btn:active {
  color: rgba(18, 104, 179, 0.7);
}
.touch .form_page .checkbox_btn:active, .form_page .touch .checkbox_btn:active, .touch .pdf_list a:active, .pdf_list .touch a:active, .touch .footer_menu ul a:active, .footer_menu ul .touch a:active, .touch .footer .developer a:active, .footer .developer .touch a:active {
  opacity: 0.7;
}
.touch .section_bottom .back_button:active, .section_bottom .touch .back_button:active, .touch .paging a:active, .paging .touch a:active {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.form_page {
  margin: 0 0 100px;
}
.form_page .form_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  background: #F2F5F7;
  border-radius: 15px 0 0 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_page .sub_description {
  margin-bottom: 30px;
  color: #444444;
}
@media screen and (max-width: 1199px) {
  .form_page .sub_description {
    margin-bottom: 15px;
  }
}
.form_page .contacts_col {
  max-width: 245px;
  width: 100%;
}
.form_page .contacts_col .page_title {
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .form_page .contacts_col .page_title {
    margin-bottom: 25px;
  }
}
.form_page .contacts_col .page_title.arrow_bg:before {
  content: "";
  background-image: url("../../../css/images/login.png");
  position: absolute;
  left: 0;
  width: 33px;
  height: 37px;
  top: 5px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .form_page .contacts_col .page_title.arrow_bg:before {
    top: 0;
  }
}
.form_page .validate_btn {
  background: #ED1C24;
  border: none;
  border-radius: 15px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  font-size: 140%;
  line-height: 17px;
  font-family: "medium", "arm-medium";
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .form_page .validate_btn {
    margin-top: 15px;
  }
}
.form_page .checkbox_btn {
  margin: 0;
  font-weight: normal;
  font-size: 120%;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form_page .checkbox_btn {
    margin-bottom: 15px;
  }
}
.form_page .checkbox_btn input:checked + span:before {
  border-color: #1268B3;
  background: #1268B3;
  color: #ffffff;
}
.form_page .checkbox_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #444444;
}
.form_page .checkbox_btn span:not(:last-child) {
  float: left;
  margin-right: 5px;
}
.form_page .checkbox_btn span:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  min-width: 13px;
  margin-right: 8px;
  border: none;
  background: #1268B3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: transparent;
  font-size: 0.5rem;
}
.form_page .checkbox_btn a {
  display: block;
  margin-left: 40px;
  line-height: 28px;
}
.form_page .checkbox_btn.has-error span:before {
  border-color: #b94a48;
}
.form_page .img_form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.form_page .img_form img {
  width: 100%;
  border-radius: 0px 15px 15px 0px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form_page .form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.form_page .view_pass {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 240%;
  color: #999999;
}
.form_page .forgot_btn {
  font-size: 120%;
  line-height: 20px;
  color: #1268B3;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form_page .forgot_btn:before {
  padding-right: 11px;
  font-size: 24px;
}
.form_page .forgot_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #1268B3;
  height: 1px;
  width: 100%;
  right: 0;
  left: 35px;
}
.form_page .field_block {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_page .field_block {
    margin-bottom: 15px;
  }
}
.form_page .field_block:last-of-type {
  margin-bottom: 13px;
}
.form_page .field_block textarea {
  min-height: 90px !important;
}
.form_page .field_block textarea,
.form_page .field_block input {
  min-height: 35px;
  font-size: 120%;
  line-height: 14px;
  color: #444444;
  font-family: "medium", "arm-medium";
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #D0E1F0;
  -webkit-box-shadow: 0 0 10px rgba(18, 104, 179, 0.1);
          box-shadow: 0 0 10px rgba(18, 104, 179, 0.1);
  border-radius: 15px;
}
.form_page .field_block textarea.password_input,
.form_page .field_block input.password_input {
  padding-right: 47px;
}
.form_page .field_block textarea::-webkit-input-placeholder, .form_page .field_block input::-webkit-input-placeholder {
  color: #999999;
}
.form_page .field_block textarea::-moz-placeholder, .form_page .field_block input::-moz-placeholder {
  color: #999999;
}
.form_page .field_block textarea:-ms-input-placeholder, .form_page .field_block input:-ms-input-placeholder {
  color: #999999;
}
.form_page .field_block textarea::-ms-input-placeholder, .form_page .field_block input::-ms-input-placeholder {
  color: #999999;
}
.form_page .field_block textarea::placeholder,
.form_page .field_block input::placeholder {
  color: #999999;
}
@media screen and (max-width: 767px) {
  .form_page {
    margin: 0 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .form_page .form_block {
    padding-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form_page .img_form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form_page .img_form img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer, .web .pdf_list a, .pdf_list .web a, .web .header .main_logo a, .header .main_logo .web a, .web .footer_menu ul a, .footer_menu ul .web a, .web .footer .developer a, .footer .developer .web a, .web .listing_block .listing_list .product_title a, .listing_block .listing_list .product_title .web a, .web .form_page .checkbox_btn, .form_page .web .checkbox_btn {
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .breadcrumbs a, .breadcrumbs .web a, .web .back_to_top, .web .checkbox_list .checkbox_button, .checkbox_list .web .checkbox_button, .web .radio_list .radio_button, .radio_list .web .radio_button, .web .attach_block .attach_remove, .attach_block .web .attach_remove, .web .header .lg_list a, .header .lg_list .web a, .web .header .lg_btn, .header .web .lg_btn, .web .header .search_form button:before, .header .search_form .web button:before, .web .header .main_menu a, .header .main_menu .web a, .web .footer .contact_info a, .footer .contact_info .web a, .web .listing_block .list_category li a, .listing_block .list_category li .web a, .web .listing_block .btn_all, .listing_block .web .btn_all, .web .form_page .view_pass, .form_page .web .view_pass, .web .form_page .forgot_btn, .form_page .web .forgot_btn {
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.error_hint, .web .back_to_top, .web .header .btn_member, .header .web .btn_member, .web .section_bottom .next_btn, .section_bottom .web .next_btn, .web .header .btn_login, .header .web .btn_login, .web .header .search_block.opened button, .header .search_block.opened .web button, .web .footer .btn_member, .footer .web .btn_member, .web .footer .subscribe__inner button, .footer .subscribe__inner .web button, .web .footer .socials_list li a, .footer .socials_list li .web a, .web .section_bottom .back_button, .section_bottom .web .back_button, .web .paging a, .paging .web a, .select2-container .select2-results__options li, .web .listing_block .section_block a, .listing_block .section_block .web a,
.web .listing_block .section_block .category_btn,
.listing_block .section_block .web .category_btn, .web .listing_block .more_btn, .listing_block .web .more_btn, .web .form_page .validate_btn, .form_page .web .validate_btn, .form_page .checkbox_btn span:before {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .pdf_list a, .pdf_list .touch a, .touch .footer_menu ul a, .footer_menu ul .touch a, .touch .footer .developer a, .footer .developer .touch a, .touch .form_page .checkbox_btn, .form_page .touch .checkbox_btn {
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .back_to_top, .touch .checkbox_list .checkbox_button, .checkbox_list .touch .checkbox_button, .touch .radio_list .radio_button, .radio_list .touch .radio_button, .touch .attach_block .attach_remove, .attach_block .touch .attach_remove, .touch .header .lg_list a, .header .lg_list .touch a, .touch .header .search_form button:before, .header .search_form .touch button:before, .touch .header .main_menu a, .header .main_menu .touch a, .touch .footer .contact_info a, .footer .contact_info .touch a, .touch .listing_block .list_category li a, .listing_block .list_category li .touch a, .touch .listing_block .btn_all, .listing_block .touch .btn_all, .touch .form_page .view_pass, .form_page .touch .view_pass, .touch .form_page .forgot_btn, .form_page .touch .forgot_btn {
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .back_to_top, .touch .header .btn_member, .header .touch .btn_member, .touch .section_bottom .next_btn, .section_bottom .touch .next_btn, .touch .header .btn_login, .header .touch .btn_login, .touch .header .search_block.opened button, .header .search_block.opened .touch button, .touch .footer .btn_member, .footer .touch .btn_member, .touch .footer .subscribe__inner button, .footer .subscribe__inner .touch button, .touch .footer .socials_list li a, .footer .socials_list li .touch a, .touch .form_page .validate_btn, .form_page .touch .validate_btn {
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .section_bottom .back_button, .section_bottom .touch .back_button, .touch .paging a, .paging .touch a {
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.attach_block .attach_btn, .form_page .checkbox_btn span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_list input, .radio_list input, .attach_block label input, .form_page .checkbox_btn input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .back_to_top:hover, .web .checkbox_list .checkbox_button:hover, .checkbox_list .web .checkbox_button:hover, .web .radio_list .radio_button:hover, .radio_list .web .radio_button:hover, .web .attach_block .attach_remove:hover, .attach_block .web .attach_remove:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover, .header .main_menu .web a:hover, .web .footer .contact_info a:hover, .footer .contact_info .web a:hover, .web .listing_block .list_category li a:hover, .listing_block .list_category li .web a:hover, .web .form_page .view_pass:hover, .form_page .web .view_pass:hover {
  color: #006DCC;
}
.web .breadcrumbs a:hover:before, .breadcrumbs .web a:hover:before, .web .back_to_top:hover:before, .web .checkbox_list .checkbox_button:hover:before, .checkbox_list .web .checkbox_button:hover:before, .web .radio_list .radio_button:hover:before, .radio_list .web .radio_button:hover:before, .web .attach_block .attach_remove:hover:before, .attach_block .web .attach_remove:hover:before, .web .header .lg_list a:hover:before, .header .lg_list .web a:hover:before, .web .header .lg_btn:hover:before, .header .web .lg_btn:hover:before, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover:before, .header .main_menu .web a:hover:before, .web .footer .contact_info a:hover:before, .footer .contact_info .web a:hover:before, .web .listing_block .list_category li a:hover:before, .listing_block .list_category li .web a:hover:before, .web .form_page .view_pass:hover:before, .form_page .web .view_pass:hover:before {
  color: #1268B3;
}
.web .listing_block .btn_all:hover, .listing_block .web .btn_all:hover {
  color: #D31A21;
}
.web .back_to_top:hover, .web .header .btn_member:hover, .header .web .btn_member:hover {
  background: #D31A21;
  color: #ffffff;
}
.web .back_to_top:hover:before, .web .header .btn_member:hover:before, .header .web .btn_member:hover:before {
  color: #ffffff;
}
.web .section_bottom .next_btn:hover, .section_bottom .web .next_btn:hover, .web .header .btn_login:hover, .header .web .btn_login:hover, .web .header .search_block.opened button:hover, .header .search_block.opened .web button:hover, .web .footer .btn_member:hover, .footer .web .btn_member:hover, .web .footer .subscribe__inner button:hover, .footer .subscribe__inner .web button:hover, .web .footer .socials_list li a:hover, .footer .socials_list li .web a:hover, .web .form_page .validate_btn:hover, .form_page .web .validate_btn:hover {
  background: #0B5697;
  color: #ffffff;
}
.web .section_bottom .next_btn:hover:before, .section_bottom .web .next_btn:hover:before, .web .header .btn_login:hover:before, .header .web .btn_login:hover:before, .web .header .search_block.opened button:hover:before, .header .search_block.opened .web button:hover:before, .web .footer .btn_member:hover:before, .footer .web .btn_member:hover:before, .web .footer .subscribe__inner button:hover:before, .footer .subscribe__inner .web button:hover:before, .web .footer .socials_list li a:hover:before, .footer .socials_list li .web a:hover:before, .web .form_page .validate_btn:hover:before, .form_page .web .validate_btn:hover:before {
  color: #ffffff;
}
.web .form_page .forgot_btn:hover, .form_page .web .forgot_btn:hover {
  color: rgba(18, 104, 179, 0.7);
}
.web .listing_block .more_btn:hover, .listing_block .web .more_btn:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: #1268B3;
}
.web .listing_block .section_block a:hover, .listing_block .section_block .web a:hover,
.web .listing_block .section_block .category_btn:hover,
.listing_block .section_block .web .category_btn:hover {
  background: transparent;
  color: #1268B3;
  border-color: #1268B3;
}
.web .pdf_list a:hover, .pdf_list .web a:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer_menu ul a:hover, .footer_menu ul .web a:hover, .web .footer .developer a:hover, .footer .developer .web a:hover, .web .listing_block .listing_list .product_title a:hover, .listing_block .listing_list .product_title .web a:hover, .web .form_page .checkbox_btn:hover, .form_page .web .checkbox_btn:hover {
  opacity: 0.7;
}
.web .section_bottom .back_button:hover, .section_bottom .web .back_button:hover, .web .paging a:hover, .paging .web a:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.touch .back_to_top:active, .touch .checkbox_list .checkbox_button:active, .checkbox_list .touch .checkbox_button:active, .touch .radio_list .radio_button:active, .radio_list .touch .radio_button:active, .touch .attach_block .attach_remove:active, .attach_block .touch .attach_remove:active, .touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .header .search_form button:active:before, .header .search_form .touch button:active:before, .touch .header .main_menu a:active, .header .main_menu .touch a:active, .touch .footer .contact_info a:active, .footer .contact_info .touch a:active, .touch .listing_block .list_category li a:active, .listing_block .list_category li .touch a:active, .touch .form_page .view_pass:active, .form_page .touch .view_pass:active {
  color: #1268B3;
}
.touch .listing_block .btn_all:active, .listing_block .touch .btn_all:active {
  color: #D31A21;
}
.touch .back_to_top:active, .touch .header .btn_member:active, .header .touch .btn_member:active {
  background: #D31A21;
  color: #ffffff;
}
.touch .back_to_top:active:before, .touch .header .btn_member:active:before, .header .touch .btn_member:active:before {
  color: #ffffff;
}
.touch .section_bottom .next_btn:active, .section_bottom .touch .next_btn:active, .touch .header .btn_login:active, .header .touch .btn_login:active, .touch .header .search_block.opened button:active, .header .search_block.opened .touch button:active, .touch .footer .btn_member:active, .footer .touch .btn_member:active, .touch .footer .subscribe__inner button:active, .footer .subscribe__inner .touch button:active, .touch .footer .socials_list li a:active, .footer .socials_list li .touch a:active, .touch .form_page .validate_btn:active, .form_page .touch .validate_btn:active {
  background: #1268B3;
}
.touch .form_page .forgot_btn:active, .form_page .touch .forgot_btn:active {
  color: rgba(18, 104, 179, 0.7);
}
.touch .pdf_list a:active, .pdf_list .touch a:active, .touch .footer_menu ul a:active, .footer_menu ul .touch a:active, .touch .footer .developer a:active, .footer .developer .touch a:active, .touch .form_page .checkbox_btn:active, .form_page .touch .checkbox_btn:active {
  opacity: 0.7;
}
.touch .section_bottom .back_button:active, .section_bottom .touch .back_button:active, .touch .paging a:active, .paging .touch a:active {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.section_bottom > ul, .section_top .steps_block ul, .breadcrumbs ul, .pdf_list, .header .lg_list, .header .sublevel_list, .header .main_menu, .header .submenu_list, .footer_menu ul, .footer .socials_list, .listing_block .list_category, .listing_block .pdf_list,
.listing_block .list_event, .listing_block .listing_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_block .video_btn, .listing_block .listing_list .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iti__arrow.iti__arrow--up, .back_to_top:before, .header .main_menu > li.opened .submenu_btn:before, .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.listing_block .listing_list .news_image > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.listing_block .listing_list .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.listing_block .listing_list .news_image {
  position: relative;
  overflow: hidden;
}
.listing_block .listing_list .news_image:before {
  display: block;
  content: "";
  padding-bottom: 57%;
}

.section_top .steps_block li.checked span:before, [class*=icon_]:before, .iti__arrow:before, .attach_block .attach_remove:before, .header .search_block:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before, [class*=icon_]:after, .attach_block .attach_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .main_logo img, .listing_block .listing_list .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.listing_block .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .listing_block .video_btn:before {
    width: 73px;
    height: 73px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.listing_block .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .listing_block .video_btn:after {
    width: 29px;
    height: 29px;
    border-width: 15px 0 15px 25px;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block .video_btn:after {
    width: 6px;
    height: 6px;
    border-width: 6px 0 6px 10px;
    margin: 0 0 0 2px;
  }
}

body {
  background: #ffffff;
}

.content {
  padding: 60px 0 100px;
}

.members_page {
  position: relative;
}
.members_page:before {
  color: #FB434A;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: -85px;
  top: 0;
  font-size: 900%;
}
.members_page .left_col {
  max-width: 42.4%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.4%;
          flex: 0 0 42.4%;
}
.members_page .right_col {
  max-width: 57.6%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.6%;
          flex: 0 0 57.6%;
}

.section_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.section_top .account_title {
  font-size: 240%;
  line-height: 1.25em;
  color: #1268B3;
  font-family: "bold", "arm-bold";
}
.section_top .left_col {
  border-right: 1px solid #F2F5F7;
  padding: 25px 40px;
}
.section_top .right_col {
  padding: 20px 80px;
}
.section_top .steps_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_top .steps_block li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.section_top .steps_block li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #D0E1F0;
}
.section_top .steps_block li:last-child {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.section_top .steps_block li.active span {
  border: 1px solid #1268B3;
  background: #1268B3;
  color: #ffffff;
}
.section_top .steps_block li.checked:before {
  background: #1268B3;
}
.section_top .steps_block li.checked span {
  font-size: 0;
  border: 1px solid #1268B3;
  background: #1268B3;
  color: #ffffff;
}
.section_top .steps_block li.checked span:before {
  color: #ffffff;
  font-size: 1.5rem;
  content: "\e905";
}
.section_top .steps_block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #D0E1F0;
  font-size: 200%;
  line-height: 1.25em;
  color: #D0E1F0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}

.section_bottom > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_bottom > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D0E1F0;
  z-index: 2;
}
.section_bottom > ul > li:first-child:before {
  border-top: none;
}
.section_bottom .left_col {
  font-size: 180%;
  line-height: 1.25em;
  color: #444444;
  padding: 30px 40px;
  font-family: "medium", "arm-medium";
}
.section_bottom .right_col {
  background: #F2F5F7;
}
.section_bottom .view_pass {
  position: absolute;
  display: block;
  right: 27px;
  top: 52px;
  font-size: 200%;
  line-height: 1em;
  color: #999999;
}
.section_bottom .checkbox_list,
.section_bottom .radio_list {
  padding-top: 15px;
}
.section_bottom .buttons_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 15px 0;
}
.section_bottom .next_btn {
  text-transform: uppercase;
  font-size: 160%;
  line-height: 1.25em;
  text-align: center;
  color: #ffffff;
  font-family: "bold", "arm-bold";
  background: #1268B3;
  border: none;
  padding: 13px 50px;
  border-radius: 15px;
  margin-left: 30px;
}
.section_bottom .back_button {
  display: block;
  text-transform: uppercase;
  font-size: 160%;
  line-height: 1.25em;
  text-align: center;
  color: #1268B3;
  font-family: "bold", "arm-bold";
  background: transparent;
  padding: 12px 50px;
  border-radius: 15px;
  border: 1px solid #1268B3;
}

.members_secion {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.member_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 65px 40px;
}
.member_form.move_row .field_block {
  display: none;
}
.member_form.move_row .field_block.selected {
  display: block;
}
.member_form > .checkbox_list,
.member_form .radio_list {
  margin: 0;
}
.member_form .field_block {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 30px 15px 0;
}
.member_form .field_block.single_field {
  padding: 25px 15px 0;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.member_form label {
  display: block;
}
.member_form textarea {
  font-family: "medium", "arm-medium";
  font-size: 120%;
  line-height: 15px;
  color: #444444;
  border: 1px solid #D0E1F0;
  -webkit-box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
  border-radius: 15px;
  padding: 10px;
  min-height: 90px;
  width: 100%;
}
.member_form input {
  font-family: "medium", "arm-medium";
  font-size: 120%;
  line-height: 15px;
  color: #444444;
  background: #ffffff;
  border: 1px solid #D0E1F0;
  -webkit-box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
          box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
  border-radius: 15px;
  padding: 9px 40px 9px 10px;
}
.member_form .small_title {
  text-transform: uppercase;
  font-size: 90%;
  line-height: 11px;
  color: #444444;
  font-family: "medium", "arm-medium";
  padding-bottom: 2px;
}

.select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: #1268B3 #F2F5F7;
  scrollbar-width: auto;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 0;
  border-radius: 0;
  background: #F2F5F7;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #1268B3;
}

.select2-container .select2-dropdown {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .content {
    padding: 50px 0 80px;
  }

  .member_form {
    padding: 0 25px 30px;
  }

  .section_top .account_title {
    font-size: 220%;
  }
  .section_top .right_col {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 990px) {
  .content {
    padding: 40px 0 70px;
  }

  .section_top .right_col {
    padding: 20px 15px;
  }
  .section_top .left_col {
    padding: 20px 15px;
  }
  .section_top .account_title {
    font-size: 200%;
  }

  .member_form {
    padding: 0 0 30px;
  }

  .section_bottom .buttons_row {
    padding-top: 30px;
  }
  .section_bottom .left_col {
    padding: 25px 15px;
    font-size: 160%;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 40px 0 60px;
  }

  .section_top .account_title {
    font-size: 180%;
  }
  .section_top .steps_block span {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 180%;
  }

  .member_form {
    padding: 0 5px 30px;
  }
  .member_form .field_block {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 10px 0;
  }

  .section_bottom .view_pass {
    top: 42px;
  }
  .section_bottom .left_col {
    font-size: 150%;
  }
  .section_bottom .back_button {
    padding: 9px 30px;
    font-size: 140%;
  }
  .section_bottom .next_btn {
    padding: 10px 30px;
    font-size: 140%;
    margin-left: 12px;
  }
}
@media screen and (max-width: 575px) {
  .section_bottom > ul > li {
    background: #F2F5F7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_bottom .right_col {
    background: transparent;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section_bottom .view_pass {
    top: 41px;
  }
  .section_bottom .left_col {
    padding: 30px 10px 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section_bottom .back_button {
    padding: 9px 30px;
    font-size: 140%;
  }
  .section_bottom .next_btn {
    padding: 10px 30px;
    font-size: 140%;
    margin-left: 12px;
  }
  .section_bottom .radio_list li,
.section_bottom .checkbox_list li {
    padding: 15px 10px 0;
  }
  .section_bottom .buttons_row {
    padding: 30px 10px 0;
  }

  .member_form {
    padding: 0 0 30px;
  }
  .member_form .field_block {
    padding: 20px 10px 0;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .member_form .field_block.single_field {
    padding: 20px 10px 0;
  }

  .section_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_top .left_col {
    border-right: none;
    border-bottom: 1px solid #D0E1F0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section_top .right_col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section_top .steps_block span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 200%;
  }
}
@media screen and (max-width: 479px) {
  .content {
    padding: 40px 0 50px;
  }

  .section_bottom .view_pass {
    top: 42px;
  }
  .section_bottom .buttons_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 100%;
  }
  .section_bottom .back_button {
    width: 100%;
  }
  .section_bottom .next_btn {
    margin: 15px 0 0;
    width: 100%;
  }

  .member_form .field_block {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .section_top .steps_block li.checked span:before {
    font-size: 1.2rem;
  }
  .section_top .steps_block span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 180%;
  }
}
@media screen and (max-width: 399px) {
  .section_top .steps_block span {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 160%;
  }
}
.footer, .web .pdf_list a, .pdf_list .web a, .web .header .main_logo a, .header .main_logo .web a, .web .footer_menu ul a, .footer_menu ul .web a, .web .footer .developer a, .footer .developer .web a, .web .listing_block .listing_list .product_title a, .listing_block .listing_list .product_title .web a, .web .form_page .checkbox_btn, .form_page .web .checkbox_btn {
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .breadcrumbs a, .breadcrumbs .web a, .web .back_to_top, .web .checkbox_list .checkbox_button, .checkbox_list .web .checkbox_button, .web .radio_list .radio_button, .radio_list .web .radio_button, .web .attach_block .attach_remove, .attach_block .web .attach_remove, .web .header .lg_list a, .header .lg_list .web a, .web .header .lg_btn, .header .web .lg_btn, .web .header .search_form button:before, .header .search_form .web button:before, .web .header .main_menu a, .header .main_menu .web a, .web .footer .contact_info a, .footer .contact_info .web a, .web .listing_block .list_category li a, .listing_block .list_category li .web a, .web .listing_block .btn_all, .listing_block .web .btn_all, .web .form_page .view_pass, .form_page .web .view_pass, .web .form_page .forgot_btn, .form_page .web .forgot_btn {
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.error_hint, .web .back_to_top, .web .header .btn_member, .header .web .btn_member, .web .header .btn_login, .header .web .btn_login, .web .header .search_block.opened button, .header .search_block.opened .web button, .web .footer .btn_member, .footer .web .btn_member, .web .footer .subscribe__inner button, .footer .subscribe__inner .web button, .web .footer .socials_list li a, .footer .socials_list li .web a, .web .paging a, .paging .web a, .select2-container .select2-results__options li, .web .listing_block .section_block a, .listing_block .section_block .web a,
.web .listing_block .section_block .category_btn,
.listing_block .section_block .web .category_btn, .web .listing_block .more_btn, .listing_block .web .more_btn, .web .form_page .validate_btn, .form_page .web .validate_btn, .form_page .checkbox_btn span:before, .web .section_bottom .next_btn, .section_bottom .web .next_btn, .web .section_bottom .back_button, .section_bottom .web .back_button {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .pdf_list a, .pdf_list .touch a, .touch .footer_menu ul a, .footer_menu ul .touch a, .touch .footer .developer a, .footer .developer .touch a, .touch .form_page .checkbox_btn, .form_page .touch .checkbox_btn {
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .back_to_top, .touch .checkbox_list .checkbox_button, .checkbox_list .touch .checkbox_button, .touch .radio_list .radio_button, .radio_list .touch .radio_button, .touch .attach_block .attach_remove, .attach_block .touch .attach_remove, .touch .header .lg_list a, .header .lg_list .touch a, .touch .header .search_form button:before, .header .search_form .touch button:before, .touch .header .main_menu a, .header .main_menu .touch a, .touch .footer .contact_info a, .footer .contact_info .touch a, .touch .listing_block .list_category li a, .listing_block .list_category li .touch a, .touch .listing_block .btn_all, .listing_block .touch .btn_all, .touch .form_page .view_pass, .form_page .touch .view_pass, .touch .form_page .forgot_btn, .form_page .touch .forgot_btn {
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .back_to_top, .touch .header .btn_member, .header .touch .btn_member, .touch .header .btn_login, .header .touch .btn_login, .touch .header .search_block.opened button, .header .search_block.opened .touch button, .touch .footer .btn_member, .footer .touch .btn_member, .touch .footer .subscribe__inner button, .footer .subscribe__inner .touch button, .touch .footer .socials_list li a, .footer .socials_list li .touch a, .touch .form_page .validate_btn, .form_page .touch .validate_btn, .touch .section_bottom .next_btn, .section_bottom .touch .next_btn {
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .paging a, .paging .touch a, .touch .section_bottom .back_button, .section_bottom .touch .back_button {
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.attach_block .attach_btn, .form_page .checkbox_btn span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_list input, .radio_list input, .attach_block label input, .form_page .checkbox_btn input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .back_to_top:hover, .web .checkbox_list .checkbox_button:hover, .checkbox_list .web .checkbox_button:hover, .web .radio_list .radio_button:hover, .radio_list .web .radio_button:hover, .web .attach_block .attach_remove:hover, .attach_block .web .attach_remove:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover, .header .main_menu .web a:hover, .web .footer .contact_info a:hover, .footer .contact_info .web a:hover, .web .listing_block .list_category li a:hover, .listing_block .list_category li .web a:hover, .web .form_page .view_pass:hover, .form_page .web .view_pass:hover {
  color: #006DCC;
}
.web .breadcrumbs a:hover:before, .breadcrumbs .web a:hover:before, .web .back_to_top:hover:before, .web .checkbox_list .checkbox_button:hover:before, .checkbox_list .web .checkbox_button:hover:before, .web .radio_list .radio_button:hover:before, .radio_list .web .radio_button:hover:before, .web .attach_block .attach_remove:hover:before, .attach_block .web .attach_remove:hover:before, .web .header .lg_list a:hover:before, .header .lg_list .web a:hover:before, .web .header .lg_btn:hover:before, .header .web .lg_btn:hover:before, .web .header .search_form button:hover:before, .header .search_form .web button:hover:before, .web .header .main_menu a:hover:before, .header .main_menu .web a:hover:before, .web .footer .contact_info a:hover:before, .footer .contact_info .web a:hover:before, .web .listing_block .list_category li a:hover:before, .listing_block .list_category li .web a:hover:before, .web .form_page .view_pass:hover:before, .form_page .web .view_pass:hover:before {
  color: #1268B3;
}
.web .listing_block .btn_all:hover, .listing_block .web .btn_all:hover {
  color: #D31A21;
}
.web .back_to_top:hover, .web .header .btn_member:hover, .header .web .btn_member:hover {
  background: #D31A21;
  color: #ffffff;
}
.web .back_to_top:hover:before, .web .header .btn_member:hover:before, .header .web .btn_member:hover:before {
  color: #ffffff;
}
.web .header .btn_login:hover, .header .web .btn_login:hover, .web .header .search_block.opened button:hover, .header .search_block.opened .web button:hover, .web .footer .btn_member:hover, .footer .web .btn_member:hover, .web .footer .subscribe__inner button:hover, .footer .subscribe__inner .web button:hover, .web .footer .socials_list li a:hover, .footer .socials_list li .web a:hover, .web .form_page .validate_btn:hover, .form_page .web .validate_btn:hover, .web .section_bottom .next_btn:hover, .section_bottom .web .next_btn:hover {
  background: #0B5697;
  color: #ffffff;
}
.web .header .btn_login:hover:before, .header .web .btn_login:hover:before, .web .header .search_block.opened button:hover:before, .header .search_block.opened .web button:hover:before, .web .footer .btn_member:hover:before, .footer .web .btn_member:hover:before, .web .footer .subscribe__inner button:hover:before, .footer .subscribe__inner .web button:hover:before, .web .footer .socials_list li a:hover:before, .footer .socials_list li .web a:hover:before, .web .form_page .validate_btn:hover:before, .form_page .web .validate_btn:hover:before, .web .section_bottom .next_btn:hover:before, .section_bottom .web .next_btn:hover:before {
  color: #ffffff;
}
.web .form_page .forgot_btn:hover, .form_page .web .forgot_btn:hover {
  color: rgba(18, 104, 179, 0.7);
}
.web .listing_block .more_btn:hover, .listing_block .web .more_btn:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: #1268B3;
}
.web .listing_block .section_block a:hover, .listing_block .section_block .web a:hover,
.web .listing_block .section_block .category_btn:hover,
.listing_block .section_block .web .category_btn:hover {
  background: transparent;
  color: #1268B3;
  border-color: #1268B3;
}
.web .pdf_list a:hover, .pdf_list .web a:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer_menu ul a:hover, .footer_menu ul .web a:hover, .web .footer .developer a:hover, .footer .developer .web a:hover, .web .listing_block .listing_list .product_title a:hover, .listing_block .listing_list .product_title .web a:hover, .web .form_page .checkbox_btn:hover, .form_page .web .checkbox_btn:hover {
  opacity: 0.7;
}
.web .paging a:hover, .paging .web a:hover, .web .section_bottom .back_button:hover, .section_bottom .web .back_button:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}

.touch .back_to_top:active, .touch .checkbox_list .checkbox_button:active, .checkbox_list .touch .checkbox_button:active, .touch .radio_list .radio_button:active, .radio_list .touch .radio_button:active, .touch .attach_block .attach_remove:active, .attach_block .touch .attach_remove:active, .touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .header .search_form button:active:before, .header .search_form .touch button:active:before, .touch .header .main_menu a:active, .header .main_menu .touch a:active, .touch .footer .contact_info a:active, .footer .contact_info .touch a:active, .touch .listing_block .list_category li a:active, .listing_block .list_category li .touch a:active, .touch .form_page .view_pass:active, .form_page .touch .view_pass:active {
  color: #1268B3;
}
.touch .listing_block .btn_all:active, .listing_block .touch .btn_all:active {
  color: #D31A21;
}
.touch .back_to_top:active, .touch .header .btn_member:active, .header .touch .btn_member:active {
  background: #D31A21;
  color: #ffffff;
}
.touch .back_to_top:active:before, .touch .header .btn_member:active:before, .header .touch .btn_member:active:before {
  color: #ffffff;
}
.touch .header .btn_login:active, .header .touch .btn_login:active, .touch .header .search_block.opened button:active, .header .search_block.opened .touch button:active, .touch .footer .btn_member:active, .footer .touch .btn_member:active, .touch .footer .subscribe__inner button:active, .footer .subscribe__inner .touch button:active, .touch .footer .socials_list li a:active, .footer .socials_list li .touch a:active, .touch .form_page .validate_btn:active, .form_page .touch .validate_btn:active, .touch .section_bottom .next_btn:active, .section_bottom .touch .next_btn:active {
  background: #1268B3;
}
.touch .form_page .forgot_btn:active, .form_page .touch .forgot_btn:active {
  color: rgba(18, 104, 179, 0.7);
}
.touch .pdf_list a:active, .pdf_list .touch a:active, .touch .footer_menu ul a:active, .footer_menu ul .touch a:active, .touch .footer .developer a:active, .footer .developer .touch a:active, .touch .form_page .checkbox_btn:active, .form_page .touch .checkbox_btn:active {
  opacity: 0.7;
}
.touch .paging a:active, .paging .touch a:active, .touch .section_bottom .back_button:active, .section_bottom .touch .back_button:active {
  background: #1268B3;
  color: #ffffff;
  border-color: transparent;
}
