@charset "UTF-8";
/* === navigation ===*/
/*
https://www.sassmeister.com/gist/7f22e44ace49b5124eec
@include fluid-type(font-size, 320px, 1366px, 14px, 18px);
@include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
*/
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Flex-flow is short hand for "flex-direction" & "flex-wrap" */
/* Flex-direction - Column */
/* Flex-direction - Row */
/* Align Items - Stretch */
/* Align Items - Center */
/* ============================================================= */
/* ============================================================= */
/* Clearfix */
/* Revert clearfix */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 4rem;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.slick-dots li.slick-active button {
  background: #6b4634;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: #d8b089;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: 100%;
  margin: 1.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: 0.3s ease;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(2, 2, 2, 0.46);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8rem 0 1rem;
  border-bottom: 0 solid transparent;
}
.modal-header .close {
  padding: 8rem 0 1rem;
  margin: -8rem 0 1rem -8rem 0 1rem -8rem 0 1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.16;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 4rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 3rem 6rem;
  border-top: 1px solid transparent;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 66rem;
    margin: 1rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1rem * 2));
  }
  .modal-sm {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 66rem;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-family: "Oxygen", "Roboto", sans-serif;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 5rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  text-align: left;
  padding-left: 2rem;
  padding-right: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 3rem;
  background: #fff;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  text-align: right;
  padding-right: 2rem;
  padding-left: 4rem;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  border: 1px solid #000755;
  border-radius: 0px;
  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 {
  font-size: 1.6rem;
  padding: 1.4rem 2rem 1.4rem 2rem;
  color: #1D1D1D;
  user-select: none;
  -webkit-user-select: none;
  line-height: 1;
}
.select2-results__option:first-of-type {
  border: none;
}
.select2-results__option[aria-selected] {
  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%;
  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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection__rendered {
  color: #1d1d1d;
  font-size: 1.6rem;
  height: 100%;
  line-height: 5rem;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000755;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single:hover {
  border-color: #000755;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 5rem;
  line-height: calc(5rem - 2px);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1d1d1d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 4rem;
  text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  font-size: 1rem;
  right: auto;
  top: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
  transform: translate(0%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e900";
  font-family: "icomoon";
}
.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 {
  border-color: #000755;
}
.select2-container--default.select2-container--open .select2-dropdown {
  border-color: #000755;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--default:hover .select2-selection--single .select2-selection__arrow b {
  color: #020762;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--default:hover .select2-selection--single .select2-selection__arrow b {
  border-color: #1d1d1d transparent transparent transparent;
  border-width: 4px 3px 0 3px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #9ea3a9;
  border-radius: 2px;
  cursor: default;
  font-size: 12px;
  color: #9ea3a9;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  line-height: 1;
  padding: 2px 5px 1px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 16px;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.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__remove {
  margin-left: 2px;
  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 #000755;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0 0 0px 0px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F1F1F1;
  color: #1d1d1d;
}
.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--highlighted[aria-selected] {
  background-color: #F1F1F1;
  color: #1d1d1d;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.2.2
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*
https://www.sassmeister.com/gist/7f22e44ace49b5124eec
@include fluid-type(font-size, 320px, 1366px, 14px, 18px);
@include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
*/
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Flex-flow is short hand for "flex-direction" & "flex-wrap" */
/* Flex-direction - Column */
/* Flex-direction - Row */
/* Align Items - Stretch */
/* Align Items - Center */
/* ============================================================= */
/* ============================================================= */
/* Clearfix */
/* Revert clearfix */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* End of Eric Meyer's CSS Reset */
*:focus {
  outline: none;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.visible {
  overflow: visible !important;
}

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

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

.hide {
  display: none !important;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.inline-list, .b-breadcrumb__list {
  display: inline-block;
  vertical-align: middle;
}
.inline-list--top {
  vertical-align: top !important;
}
.inline-list > li, .b-breadcrumb__list > li {
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.visible {
  overflow: visible !important;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.halfwidth {
  width: 50% !important;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.responsive {
  max-width: 100%;
  width: 100%;
}

.img-fluid {
  width: auto;
  max-width: 100%;
}

.img-rounded {
  overflow: hidden;
  border-radius: 50%;
}

.b-dropdown__btn:focus, .slick-dots li button:focus, .focus.b-dropdown__btn, .slick-dots li button.focus {
  outline-offset: 0;
  outline: none;
  box-shadow: none;
}

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

body {
  font-family: "Oxygen", "Roboto", sans-serif;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  line-height: 1.16;
  color: #020762;
  background: #f8f8f8;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5% !important;
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  html {
    font-size: 0.6375vw !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html {
    font-size: 0.7225vw !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html {
    font-size: 0.9025vw !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 46.5% !important;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 2.125vw !important;
  }
}

.l-main {
  padding: 0;
}

.row--section {
  margin-top: 3.4rem;
}
.row.row--list > [class^=col] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row--narrow {
  margin-right: -12px;
  margin-left: -12px;
}
.row--narrow > [class^=col] {
  padding-left: 12px;
  padding-right: 12px;
}
.row--narrow.row--list > [class^=col] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.row--medium {
  margin-right: -2.2rem;
  margin-left: -2.2rem;
}
.row--medium > [class^=col] {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.row--medium.row--list > [class^=col] {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.row--wide {
  margin-right: -35px;
  margin-left: -35px;
}
.row--wide > [class^=col] {
  padding-left: 35px;
  padding-right: 35px;
}
.row--wide.row--list > [class^=col] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.container, .container-fluid {
  max-width: 130rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1200px) {
  .container.m-wide, .container-fluid.m-wide {
    max-width: 160rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container.m-small, .container-fluid.m-small {
    max-width: 115rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container.container-fluid {
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .container.container-fluid {
    padding-right: 64px;
    padding-left: 64px;
  }
}

.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal .close {
  padding: 0;
  margin: 0;
  right: 2rem;
  top: 2rem;
  line-height: 1;
  font-size: 2.6rem;
  position: absolute;
  background: none;
  border: none;
  outline: none;
  color: #020762;
}
.modal .close:hover {
  color: #7C7C7C;
}
.modal-title {
  font-size: 5rem;
  font-weight: 700;
}
.modal-logo {
  margin-bottom: 3rem;
}
.modal .text-center [class^=modal-], .modal .text-center[class^=modal-] {
  justify-content: center;
}
.modal .text-center .modal-header, .modal .text-center .modal-header {
  align-items: center;
}
.modal-header {
  position: relative;
  flex-direction: column;
}
.modal .btn {
  font-size: 2rem;
}
.modal .btn-link {
  background: none;
  border: none;
  outline: none;
  color: #642D91;
  font-size: 2rem;
}
.modal p {
  font-size: 2.5rem;
}
.modal-footer > button {
  margin-left: 1rem;
  margin-right: 1rem;
}

.l-wrapper {
  position: relative;
  min-height: 1%;
  height: auto;
  overflow: hidden;
}
.l-wrapper main {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.flexbox .l-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.flexbox .l-wrapper .l-main {
  flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.l-header {
  width: 100%;
  display: block;
}

.l-footer {
  display: block;
  width: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  font-display: block;
  src: url("../font/icomoon.eot?9mr4wk");
  src: url("../font/icomoon.eot?9mr4wk#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?9mr4wk") format("truetype"), url("../font/icomoon.woff?9mr4wk") format("woff"), url("../font/icomoon.svg?9mr4wk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .iconmoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aside-main-menu {
  transform: translate3d(100%, 0%, 0);
  will-change: -webkit-transform;
  will-change: transform;
  position: fixed;
  z-index: 1052;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 2rem;
  box-shadow: -10px 0 46px 0 rgba(0, 0, 0, 0.23);
  background: #2e1543;
  max-width: 35rem;
  padding: 2.8rem 4.5rem 3rem;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.aside-main-menu.is-active {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.aside-main-menu a {
  display: block;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 2.2rem;
}
.aside-main-menu .menu-icon.burger {
  display: block;
  color: #fff;
  margin-right: auto;
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  display: flex;
  flex-basis: 0;
  align-items: center;
  justify-content: center;
}
.aside-main-menu .menu-icon.burger span {
  color: currentColor;
}
.aside-main-menu .menu-icon.burger:before, .aside-main-menu .menu-icon.burger:after {
  color: currentColor;
}
.aside-main-menu__header {
  padding: 0 1.5rem 1rem;
  display: flex;
}
.aside-main-menu__header .menu-icon.burger {
  flex-grow: 0;
  margin: 0;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
.aside-main-menu__header-link {
  align-self: center;
  text-decoration: underline;
  font-size: 2rem;
}
.aside-main-menu__nav {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.aside-main-menu__nav-list > li {
  margin-bottom: -1px;
  border-bottom: 1px solid #B3B3B3;
}
.aside-main-menu__nav-list > li:first-child {
  border-top: 1px solid #B3B3B3;
}
.aside-main-menu__nav-list > li:hover, .aside-main-menu__nav-list > li.is-active, .aside-main-menu__nav-list > li.is-open {
  border-color: #d8d8d8;
}
.aside-main-menu__nav-list > li:hover > a, .aside-main-menu__nav-list > li.is-active > a, .aside-main-menu__nav-list > li.is-open > a {
  font-weight: 700;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.aside-main-menu__nav-list > li:hover a, .aside-main-menu__nav-list > li.is-active a, .aside-main-menu__nav-list > li.is-open a {
  color: #020762;
}
.aside-main-menu__nav-list > li.is-open {
  border-bottom-color: #B3B3B3;
}
.aside-main-menu__nav-list > li.aside-main-menu__category {
  border-top: 1px solid #B3B3B3;
}
.aside-main-menu__nav-list > li.aside-main-menu__category:hover {
  border-color: #90D3D0;
}
.aside-main-menu__nav-list > li.aside-main-menu__category.is-active > a, .aside-main-menu__nav-list > li.aside-main-menu__category.is-open > a, .aside-main-menu__nav-list > li.aside-main-menu__category:hover > a {
  background-color: #90D3D0;
  border-color: #90D3D0;
}
.aside-main-menu__nav-list > li.aside-main-menu__category > a {
  font-weight: 300;
  background: #fff;
  position: relative;
}
.aside-main-menu__nav-list > li.aside-main-menu__category > a.is-active:before {
  transform: rotate(-90deg);
  color: #020762;
}
.aside-main-menu__nav-list > li.aside-main-menu__category > a:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: top center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #979797;
}
.aside-main-menu__nav-list > li a {
  display: block;
  padding: 1.4rem 5rem 1.4rem 1rem;
}
.aside-main-menu__nav-list > li ul {
  padding-left: 3.5rem;
  padding-right: 2.5rem;
}
.aside-main-menu__nav-list > li ul li a {
  display: block;
  position: relative;
  padding-left: 4rem;
  padding-right: 2.5rem;
}
.aside-main-menu__nav-list > li ul li a:hover, .aside-main-menu__nav-list > li ul li a.is-active {
  background: #fff;
  font-weight: 700;
}
.aside-main-menu__nav-list > li ul li a:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767.98px) {
  .aside-main-menu {
    padding-right: 0;
  }
  .aside-main-menu__nav-list li ul li a {
    padding-right: 4.1666666667rem;
  }
}

.overlay {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.menu-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-family: "Oxygen", "Roboto", sans-serif;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-family: "Oxygen", "Roboto", sans-serif;
  font-weight: 700;
}

i {
  font-style: italic;
}

a {
  transition: color 0.25s;
  text-decoration: none;
  color: #642D91;
}
a:focus, a:visited {
  outline: none;
}
a:hover, a:active {
  color: #642D91;
}

h1, h2, h3, h4, h5, h6 {
  color: #000755;
  font-weight: 300;
  font-family: "Oxygen", "Roboto", sans-serif;
  margin-bottom: 2rem;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #000755;
}

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

.section-title, .s-blog__title, .b-project__info-title {
  font-size: 3.2rem;
  line-height: 1.36;
  color: #000755;
  font-weight: 300;
  font-family: "Oxygen", "Roboto", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .section-title, .s-blog__title, .b-project__info-title {
    font-size: 3rem;
  }
  .section-title:before, .s-blog__title:before, .b-project__info-title:before {
    max-width: 80vw;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
input[type=file],
textarea, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  background-color: #fff;
  border: 1px solid #000755;
  border-radius: 0;
  outline: none;
  height: 4.6rem;
  line-height: 4.6rem;
  width: 100%;
  color: #1d1d1d;
  font-family: "Oxygen", "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2rem;
  margin-bottom: 2rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
  -webkit-appearance: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-webkit-input-placeholder { /* WebKit browsers */
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oxygen", "Roboto", sans-serif;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=file]:-moz-placeholder,
textarea:-moz-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oxygen", "Roboto", sans-serif;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=file]::-moz-placeholder,
textarea::-moz-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oxygen", "Roboto", sans-serif;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oxygen", "Roboto", sans-serif;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=file]:hover,
input[type=file]:focus,
textarea:hover,
textarea:focus, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):hover, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):focus {
  background-color: #fff;
  border-color: #3E8042;
}
input[type=text].inline,
input[type=password].inline,
input[type=email].inline,
input[type=url].inline,
input[type=time].inline,
input[type=date].inline,
input[type=datetime-local].inline,
input[type=tel].inline,
input[type=number].inline,
input[type=search].inline,
input[type=file].inline,
textarea.inline, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio).inline {
  width: auto;
}

.menu-icon, .menu-icon--aside {
  display: inline-block;
  width: 4rem;
  height: 2.5rem;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menu-is-open .menu-icon, .menu-is-open .menu-icon--aside {
  z-index: 200;
  color: #fff;
}
.menu-is-open .menu-icon.burger span, .menu-is-open .menu-icon.burger:before, .menu-is-open .menu-icon.burger:after, .menu-is-open .menu-icon--aside.burger span, .menu-is-open .menu-icon--aside.burger:before, .menu-is-open .menu-icon--aside.burger:after {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .menu-icon:hover, .menu-icon--aside:hover {
    color: #000;
  }
  .menu-icon:hover.burger span, .menu-icon:hover.burger:before, .menu-icon:hover.burger:after, .menu-icon--aside:hover.burger span, .menu-icon--aside:hover.burger:before, .menu-icon--aside:hover.burger:after {
    color: #000;
  }
}
.menu-icon.large, .menu-icon--aside.large {
  width: 2rem;
  height: 1.8rem;
}
.menu-icon:focus, .menu-icon--aside:focus {
  outline: none;
}
.menu-icon.burger:after, .menu-icon.burger:before,
.menu-icon.burger span, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before,
.menu-icon--aside.burger span {
  color: #000;
  width: 100%;
  height: 3px;
  border-radius: 0;
  position: absolute;
  display: block;
  background: currentColor;
}
.menu-icon.burger:after, .menu-icon.burger:before, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before {
  content: "";
  transition: 0.3s width 0.4s;
}
.menu-icon.burger:after, .menu-icon--aside.burger:after {
  top: 0;
  left: 0;
  margin-top: 0;
}
.menu-icon.burger:before, .menu-icon--aside.burger:before {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.menu-icon.burger span, .menu-icon--aside.burger span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 0.3s;
}
.menu-icon.burger span:before, .menu-icon--aside.burger span:before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.menu-icon.burger.on:after, .menu-icon--aside.burger.on:after {
  transition: all 0.2s;
  width: 0;
  left: 0;
}
.menu-icon.burger.on:before, .menu-icon--aside.burger.on:before {
  transition: all 0.2s;
  width: 0;
  right: 0;
}
.menu-icon.burger.on span, .menu-icon--aside.burger.on span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.menu-icon.burger.on span:before, .menu-icon--aside.burger.on span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.bg-m-primary .section,
.s-section {
  width: 100%;
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .bg-m-primary .section,
  .s-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767.98px) {
  .bg-m-primary .section,
  .s-section {
    padding: 8rem 0;
  }
}
@media (max-width: 575.98px) {
  .bg-m-primary .section,
  .s-section {
    padding: 6rem 0;
  }
}
.bg-m-primary .section.text-white,
.s-section.text-white {
  color: #fff;
}
.bg-m-primary .section.text-white *,
.s-section.text-white * {
  color: currentColor;
}
.bg-m-primary .section.m-grey,
.s-section.m-grey {
  background-color: #f5f5f5;
}
.bg-m-primary .section.m-dark-grey,
.s-section.m-dark-grey {
  background-color: #e8e8e8;
}
.bg-m-primary .section.m-lightgrey,
.s-section.m-lightgrey {
  background-color: #f8f8f8;
}

.section-bg {
  position: relative;
}
.section-bg .bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-bg .bg-img.bg-parallax {
  transform: scale(1.1);
  background-position: center center;
}
.section-bg .bg-img--fixed {
  background-attachment: fixed;
}
.section-bg .bg-img img {
  opacity: 0;
  visibility: hidden;
}
.section-bg .container, .section-bg .section-title, .section-bg .s-blog__title, .section-bg .b-project__info-title, .section-bg .row {
  position: relative;
}

.video-wrap {
  background: #000;
  cursor: pointer;
  position: relative;
  line-height: 1;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video-wrap__poster {
  object-fit: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-wrap iframe {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video-wrap.bg-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
}
.video-wrap.bg-img img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap.bg-img iframe, .video-wrap.bg-img video {
  width: 100%;
  height: 100%;
}
.video-wrap.bg-img iframe {
  background-size: cover;
}
.video-wrap.bg-img iframe video {
  background-size: cover;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: cover;
}

.btn {
  position: relative;
  border-radius: 4rem;
  border: 1px solid #642D91;
  font-family: "Oxygen", "Roboto", sans-serif;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 2.1rem;
  color: #fff;
  background: #642D91;
  padding: 1.1rem 2.4rem 1.2rem;
  text-align: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.btn:link {
  text-decoration: none;
}
.btn:link:hover {
  text-decoration: none;
}
.btn:hover {
  background: #3E8042;
  border-color: #3E8042;
  color: #fff;
}
.btn:active {
  background: #3E8042;
  border-color: #3E8042;
  color: #fff;
}
.btn.m-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
}
.btn.m-fixed {
  width: 20rem;
}
.btn.m-rounded {
  border-radius: 100px;
}
.btn.m-small {
  padding-top: 0.5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 0.7rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.btn.m-large {
  font-size: 2.5rem;
  font-weight: bold;
}
.btn.btn-dark {
  font-size: 2.3rem;
  background: #000;
  border-color: #000;
}
.btn.btn-dark:hover {
  background: #642D91;
  border-color: #642D91;
}
.btn.btn-dark.m-small {
  font-size: 1.8rem;
}
.btn.btn-group {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.btn.btn-group span:not(.icon-wrp) {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.btn.btn--white {
  background: #fff;
  border-color: #fff;
  color: #020762;
}
.btn.btn--white:hover, .btn.btn--white:focus {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #020762;
}
.btn.btn--blue {
  background: #000755;
  border-color: #000755;
  color: #fff;
}
.btn.btn--blue:hover, .btn.btn--blue:focus {
  background: #000322;
  border-color: #000322;
  color: #fff;
}
.btn.btn-flat {
  background: transparent;
  color: #064a89;
  border-color: #064a89;
}
.btn.btn-flat:hover {
  color: #fff;
  background-color: #064a89;
}
.btn.btn-flat.btn--white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-flat.btn--white:hover, .btn.btn-flat.btn--white:focus {
  background: transparent;
  color: #fff;
  opacity: 0.8;
}
.btn .icon-wrp {
  border-left: 1px solid #f8f8f8;
  width: 5.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bg-m-primary {
  background-color: #642D91;
}

.btn-play {
  display: block;
  width: 12rem;
  height: 12rem;
  background: #fff;
  border-radius: 50%;
}
.btn-play-icon {
  font-size: 6rem;
  color: #fff;
}
.btn-play-icon.m-abs {
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-play:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn-play:before {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 3rem 0 3rem 5.2rem;
  border-color: transparent transparent transparent #642D91;
}
.btn-play.m-abs {
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-linkedin:before {
  content: "\e92b";
}

.icon-arrow-long-right:before {
  content: "\e92a";
}

.icon-calendar:before {
  content: "\e926";
}

.icon-balloon:before {
  content: "\e927";
}

.icon-mail1:before {
  content: "\e928";
}

.icon-printer:before {
  content: "\e929";
}

.icon-lock:before {
  content: "\e923";
}

.icon-gear-option:before {
  content: "\e924";
}

.icon-banned-sign:before {
  content: "\e925";
}

.icon-zoom:before {
  content: "\e91f";
}

.icon-magnifying-glass:before {
  content: "\e920";
}

.icon-awesome-search:before {
  content: "\e921";
  color: #000755;
}

.icon-whatsapp:before {
  content: "\e922";
}

.icon-remove:before, [data-accordion].b-accordion .b-accordion-itm.is-open [data-accordion-title]:before {
  content: "\e91b";
}

.icon-plus:before, [data-accordion].b-accordion .b-accordion-itm [data-accordion-title]:before {
  content: "\e91c";
}

.icon-envelope-shape:before {
  content: "\e91d";
}

.icon-marker:before {
  content: "\e91e";
}

.icon-arrow-link:before {
  content: "\e91a";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-download:before {
  content: "\e907";
}

.icon-tel:before {
  content: "\e904";
}

.icon-horn:before {
  content: "\e917";
}

.icon-camera:before {
  content: "\e918";
}

.icon-forma:before {
  content: "\e919";
}

.icon-close:before {
  content: "\e916";
}

.icon-user:before {
  content: "\e90e";
}

.icon-schedule-icon:before {
  content: "\e90f";
}

.icon-burger:before {
  content: "\e910";
}

.icon-play:before {
  content: "\e911";
}

.icon-sortable:before {
  content: "\e912";
}

.icon-mail:before {
  content: "\e913";
}

.icon-unlock:before {
  content: "\e914";
}

.icon-check:before, .list-check li:before, .list-ckeckable li.is-check:before {
  content: "\e915";
}

.icon-soc-mail:before {
  content: "\e908";
}

.icon-soc-fb:before {
  content: "\e909";
}

.icon-right:before, .simple-lightbox .sl-next:before {
  content: "\e90a";
}

.icon-left:before, .simple-lightbox .sl-prev:before, .b-accordion-submenu__title:before, [data-accordion] [data-accordion-title]:before, .aside-main-menu__nav-list > li.aside-main-menu__category > a:before, .aside-main-menu__nav-list > li ul li a:hover:before, .aside-main-menu__nav-list > li ul li a.is-active:before {
  content: "\e90b";
}

.icon-star-half:before {
  content: "\e90c";
}

.icon-star:before {
  content: "\e90d";
}

.icon-star-empty:before {
  content: "\e905";
}

.icon-down:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-profile:before {
  content: "\e902";
}

[dir=rtl] [type=checkbox]:not(:checked) + label,
[dir=rtl] [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 3.2rem;
}
[dir=rtl] [type=checkbox] + label:before,
[dir=rtl] [type=checkbox] + label:after {
  left: auto;
  right: 0;
}

/***************
  checkbox Buttons
***************/
/* Remove default checkbox Buttons */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  display: none;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 3.2rem;
  line-height: 1.15;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 2px;
  min-height: 1.8rem;
  margin-bottom: 0;
  font-family: "Oxygen", "Roboto", sans-serif;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.Windows [type=checkbox]:not(:checked) + label,
.Windows [type=checkbox]:checked + label {
  line-height: 1;
}

.square[type=checkbox] + label:before,
.square[type=checkbox] + label:after {
  border-radius: 0;
}

[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 0;
  border: 1px solid #000755;
  background-color: transparent;
  color: #642D91;
  border-radius: 50%;
  transition: border 0.2s, box-shadow 0.2s, transform 0.2s;
  box-sizing: border-box;
}

[type=checkbox] + label:after {
  border: none;
  margin-top: -0.45rem;
  margin-right: 0.3rem;
}

[type=checkbox].circle + label:before,
[type=checkbox].circle + label:after {
  border-radius: 50%;
}

/* Unchecked styles */
[type=checkbox]:not(:checked) + label:before {
  border: 1px solid #000755;
}

[type=checkbox]:not(:checked):hover + label:before {
  box-shadow: none;
}

[type=checkbox]:not(:checked) + label:after {
  transform: scale(0);
  color: #3E8042;
  transform-origin: center center;
  content: "\e915";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Checked styles */
[type=checkbox]:checked + label:after {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  content: "\e915";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Disabled style */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
  border-color: #868686;
}

[type=checkbox]:disabled:not(:checked) + label:before {
  border-color: #868686;
}

[type=checkbox]:disabled:checked + label:after {
  background-color: #868686;
  border-color: #868686;
}

.text--white {
  color: #fff;
}
.text--white * {
  color: currentColor;
}

.text--blue {
  color: #070c57;
}
.text--blue * {
  color: currentColor;
}

.text--grey {
  color: #f5f5f5;
}
.text--grey * {
  color: currentColor;
}

.title-1 {
  font-size: 3.2rem;
}

.title-2 {
  font-size: 3rem;
}

.title-3, .s-blog__list .b-box-post__title, .b-box-post--gallery .b-box-post__title {
  font-size: 2.5rem;
}

.title-4 {
  font-size: 2rem;
}

.text--large {
  font-size: 2rem;
}

.text--small {
  font-size: 1.4rem;
}

.text--medium {
  font-size: 1.8rem;
  line-height: 1.276;
}

.page-title {
  font-family: "Rubik", "Roboto", sans-serif;
  font-size: 4.4rem;
  margin-bottom: 3rem;
  color: #642D91;
  font-weight: 400;
  text-transform: uppercase;
}

/***************
 TABS
***************/
.b-tabs-list {
  list-style: none !important;
}
.b-tabs-list li:not(:first-child) > a {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.b-tabs-list li > a {
  display: block;
  padding-right: 10px;
  color: #fff;
  transition: all 0.2s;
  text-decoration: none;
}
.b-tabs-list li:hover > a, .b-tabs-list li.is-active > a {
  -webkit-text-stroke: 0.35px;
}

.tabs-content, .tab-content {
  margin-top: 30px;
  border: none;
  background: none;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
}
.tabs-content .b-tab, .tab-content .b-tab {
  display: none;
}
.tabs-content .b-tab.is-active, .tab-content .b-tab.is-active {
  display: block;
  opacity: 1;
}
.tabs-content .b-tab a, .tab-content .b-tab a {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 0.3px;
  text-underline-offset: 2px;
}
.bg-m-primary .tabs-content .b-tab a:hover, .bg-m-primary .tab-content .b-tab a:hover {
  color: #fff;
  opacity: 0.9;
}

.b-client {
  border: 1px solid #ccc;
  display: flex;
}
.b-client > a {
  display: block;
  margin: auto;
  width: 100%;
}

.b-header {
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
  font-family: "Oxygen", "Roboto", sans-serif;
}
.b-header.m-fixed {
  z-index: 99;
  transform: translate3d(0, 0, 0);
}
.b-header.m-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.b-header .container-fluid {
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .b-header .container-fluid {
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-header a {
  color: currentColor;
}
.b-header__wrp {
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.b-header .row > .columns {
  align-self: center;
}
.b-header__logo img {
  max-width: 18rem;
}
.b-header .js-aside-open {
  width: 4rem;
  height: 2.5rem;
  position: relative;
}
.b-header .js-aside-open:after, .b-header .js-aside-open:before,
.b-header .js-aside-open span {
  color: #000;
  width: 100%;
  height: 3px;
  border-radius: 0;
  position: absolute;
  display: block;
  background: currentColor;
}
.b-header .js-aside-open:after, .b-header .js-aside-open:before {
  content: "";
  transition: 0.3s width 0.4s;
}
.b-header .js-aside-open:after {
  top: -1px;
  left: 0;
  margin-top: 0;
}
.b-header .js-aside-open:before {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.b-header .js-aside-open span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 0.3s;
}
.b-header .js-aside-open span:before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.b-header .js-aside-open.on:after {
  transition: all 0.2s;
  width: 0;
  left: 0;
}
.b-header .js-aside-open.on:before {
  transition: all 0.2s;
  width: 0;
  right: 0;
}
.b-header .js-aside-open.on span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.b-header .js-aside-open.on span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}
.b-header .menu-item-has-children {
  position: relative;
}
.b-header .menu-item-has-children:hover .submenu, .b-header .menu-item-has-children:focus .submenu, .b-header .menu-item-has-children.is-active .submenu {
  opacity: 1;
  visibility: visible;
}
.b-header .menu-item-has-children .submenu {
  padding-top: 1.9rem;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 18rem;
  min-width: 18rem;
  left: 50%;
  transform: translateX(-50%);
}
.b-header .menu-item-has-children .submenu__wrp {
  padding: 0;
  background: rgba(7, 12, 87, 0.7);
  color: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
}
.b-header .menu-item-has-children .submenu-form {
  transform: none;
  width: 40rem;
  left: auto;
  right: 0;
}
.b-header .submenu__body {
  display: flex;
  width: 100%;
}
.b-header .submenu__footer {
  margin-top: 3rem;
}
.b-header .submenu__itm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1;
}
.b-header .submenu__itm .submenu__menu + .submenu__menu {
  margin-top: 3rem;
}
.b-header .submenu__list {
  text-align: center;
  display: block;
  width: 100%;
}
.b-header .submenu__list li {
  border-top: 1px solid #070c57;
  display: block;
}
.b-header .submenu__list li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: 400;
}
.b-header .submenu__list li a:hover, .b-header .submenu__list li a:focus {
  opacity: 0.7;
}
.b-header .submenu__menu[class*=_border] {
  border-top: 1rem solid;
  padding-top: 1rem;
}
.b-header .submenu__menu._border--red {
  border-color: #EE322D;
}
.b-header .submenu__menu._border--pink {
  border-color: #F59696;
}
.b-header .submenu__menu._border--blue {
  border-color: #070c57;
}
.b-header .submenu__menu._border--green {
  border-color: #3E8042;
}
.b-header .submenu__menu._border--orange {
  border-color: #F07118;
}
.b-header .submenu__menu._border--dark {
  border-color: #646464;
}
.b-header .submenu__menu-title {
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.b-header .submenu__menu-list-itm {
  padding: 0.6rem 0 0.2rem 1rem;
  margin-top: 2px;
}
.b-header .submenu__menu-list-itm.is-active, .b-header .submenu__menu-list-itm:hover {
  background: #F1F1F1;
}
.b-header .submenu .btn {
  border-radius: 5px;
  min-width: 9rem;
}
.b-header .submenu-form.submenu {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 0;
}
.b-header .submenu-form__title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.b-header .submenu-form__body {
  padding-bottom: 1.5rem;
}
.b-header .submenu-form__footer {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
  background: #F5F5F5;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.b-header .submenu-form__footer a {
  color: #070c57;
  text-decoration: underline;
}
.b-header .submenu-form__footer a:hover {
  text-decoration: none;
}
.b-header .submenu-form [type=checkbox] + label:after {
  color: #444444;
  margin-top: 0;
  margin-right: 0.5rem;
}
.b-header__nav {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  height: auto;
  margin-top: -1.2rem;
  margin-bottom: -1.2rem;
}
.b-header__nav-col {
  position: relative;
  display: inline-flex;
  height: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.b-header__nav-col + .b-header__nav-col {
  border-right: 1px solid;
}
.b-header__nav .icon-burger {
  font-size: 1.8rem;
}
.b-header__menu-top {
  margin-top: 0.6666666667rem;
  margin-bottom: 1.68rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.b-header__menu-top [class=icon-], .b-header__menu-top i {
  margin-left: 0.8rem;
}
.b-header__menu {
  height: auto;
  display: block;
}
.b-header__menu-nav {
  height: 100%;
  margin-right: -1rem;
  font-weight: 500;
  display: none;
}
@media screen and (min-width: 1400px) {
  .b-header__menu-nav {
    display: block;
  }
}
.b-header__menu-nav > ul {
  display: flex;
  height: 100%;
}
.b-header__menu-nav > ul > li {
  display: inline-flex;
  height: auto;
}
.b-header__menu-nav > ul > li:hover, .b-header__menu-nav > ul > li.is-active {
  cursor: pointer;
}
.b-header__menu-nav > ul > li:hover > a, .b-header__menu-nav > ul > li.is-active > a {
  opacity: 0.91;
}
.b-header__menu-nav > ul > li > a {
  opacity: 1;
  align-self: center;
  position: relative;
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.8rem;
  transition: opacity 0.3s ease;
}
.b-header__search {
  max-width: 29rem;
}
.b-header__search-row {
  position: relative;
}
.b-header__search .inp-group {
  position: relative;
}
.b-header__search input {
  width: 100%;
  max-width: 100%;
  max-width: 29rem;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  border-color: #fff;
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
}
.b-header__search input:focus, .b-header__search input:active, .b-header__search input:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.b-header__search input::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
.b-header__search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.b-header__search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
}
.b-header__search input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}
.b-header__search .btn-search {
  border: none;
  background: transparent;
  color: #fff;
  width: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
}
.b-header__search .btn-search:hover, .b-header__search .btn-search:focus {
  border: none;
  background: transparent;
}
@media screen and (min-width: 1921px) {
  .b-header {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .b-header__top {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 767.98px) {
  .b-header__menu-top {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .b-header__nav {
    padding: 0;
    max-width: 63%;
  }
  .b-header__nav-itm-lbl {
    display: none;
  }
  .b-header__nav-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .b-header__logo {
    padding: 0;
    max-width: 28%;
  }
  .b-header__logo .b-logo {
    display: block;
    margin-right: auto;
  }
  .b-header__logo .b-logo img {
    max-width: 100%;
    max-height: 70px;
  }
}

.b-footer {
  position: relative;
  overflow: hidden;
  color: #303030;
  margin-top: 2rem;
}
.b-footer a:hover {
  color: currentColor;
}
.b-footer a.more-link {
  color: #642D91;
}
.b-footer a.more-link:hover {
  color: #3E8042;
}
.b-footer-row {
  position: relative;
}
.b-footer .btn-top {
  position: absolute;
  z-index: 5;
  right: -9rem;
}
.b-footer__top {
  padding-top: 7.2rem;
  padding-bottom: 2.2rem;
}
.b-footer__bottom {
  padding-top: 2.2rem;
  padding-bottom: 4.4rem;
}
.b-footer .b-social-list {
  font-size: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.b-footer .b-social-list li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.b-footer .b-social-list i, .b-footer .b-social-list [class=icon] {
  font-size: 2rem;
}
.b-footer .b-social-list a {
  color: #642D91;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.b-footer .b-social-list a:hover {
  opacity: 0.75;
}
.b-footer .b-social-list a:hover {
  text-decoration: none;
}
.b-footer__soc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Safari - Pre Flex Flow */
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* MS - Pre Flex Flow */
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  /* Moz - Pre Flex Flow */
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  /* Flex Flow  */
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b-footer__soc-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  width: 3.4rem;
  height: 3.4rem;
  margin: 1rem;
  color: #5d5d5d;
  transition: border 0.2s ease, color 0.2s ease;
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.b-footer__soc-link:hover {
  text-decoration: none;
  color: #642D91;
  border-color: #642D91;
}
.b-footer__copy {
  font-size: 1.6rem;
}
.b-footer__about {
  font-size: 1.6rem;
  padding-top: 0.5rem;
}
.b-footer__about p {
  font-size: 100%;
}
.b-footer__about a {
  font-size: 1.6rem;
  font-weight: 400;
}
.b-footer__about a i {
  font-size: 1rem;
  margin-right: 0.8rem;
}
[dir=ltr] .b-footer__about a i {
  margin-right: 0;
  margin-left: 0.8rem;
  display: inline-block;
  transform: scaleX(-1);
}

.ltr .b-footer__about a i {
  margin-right: 0;
  margin-left: 0.8rem;
  display: inline-block;
  transform: scaleX(-1);
}

.b-footer-about {
  position: relative;
  margin-left: auto;
  padding-left: 8%;
  border-left: 1px solid #fff;
}
.b-footer-about > div {
  margin-top: 2.7rem;
}
.b-footer-about > div:first-of-type {
  margin-top: 0;
}
.b-footer-about p {
  line-height: 1.33;
}
.b-footer-row + .b-footer-row {
  margin-top: 3.6rem;
}
.b-footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b-footer-menu__itm {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.b-footer__menu + .b-footer__menu {
  margin-top: 2rem;
}
.b-footer__menu-title {
  font-family: "Oxygen", "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.b-footer__menu-title + .b-footer__menu-list, .b-footer__menu-title ~ .b-footer__menu-list {
  margin-top: 0;
}
.b-footer__menu-title + .b-footer__menu-list:first-of-type, .b-footer__menu-title ~ .b-footer__menu-list:first-of-type {
  margin-top: 0;
}
.b-footer__menu-list {
  color: #303030;
  font-size: 1.8rem;
  font-family: "Oxygen", "Roboto", sans-serif;
  max-width: 18rem;
  min-width: 12rem;
}
.b-footer__menu-list:first-of-type {
  margin-top: 4.3rem;
}
.b-footer__menu-list li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  vertical-align: middle;
}
.b-footer__menu-list a {
  color: #303030;
}
.b-footer__menu-list a:hover {
  opacity: 0.91;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .b-footer__top, .b-footer__bottom {
    padding-right: 9rem;
  }
  .b-footer__logo img {
    max-width: 18rem;
  }
}
@media (max-width: 991.98px) {
  .b-footer .btn-top {
    right: 1.5rem;
  }
  .b-footer__top, .b-footer__bottom {
    padding-right: 0;
  }
  .b-footer-about {
    padding-right: 10.5rem;
    margin-left: auto;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .b-footer-form {
    order: 2;
  }
  .b-footer-menu {
    order: 3;
    margin-top: 3rem;
    flex-wrap: wrap;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 767.98px) {
  .b-footer-contacts {
    margin-bottom: 3rem;
  }
  .b-footer-contacts:before, .b-footer-contacts:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .b-footer__top {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
  }
  .b-footer-menu__itm {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .b-footer-about {
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    margin-bottom: 1rem;
  }
  .b-footer-menu {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.btn-top {
  border-radius: 7px;
  width: 5.1rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.btn-top .icon-down {
  transform: scaleY(-1);
}
.btn-top i, .btn-top [class^=icon-] {
  display: block;
}

.s-content-article {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
.s-content-article__info {
  border-left: 1px solid #646464;
}
@media (max-width: 575.98px) {
  .s-content-article__info {
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
    border: none;
  }
}

.b-breadcrumb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.b-breadcrumb__list {
  font-size: 0;
  font-family: "Oxygen", "Roboto", sans-serif;
  color: #969696;
}
.b-breadcrumb__list li:not(:last-of-type):after {
  content: ">";
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  font-size: 1.5rem;
}
.b-breadcrumb__list a {
  color: #1D1D1D;
}
.b-breadcrumb__list a:hover {
  color: #3E8042;
}
.b-breadcrumb__list a, .b-breadcrumb__list span {
  font-size: 1.5rem;
}

.more-link {
  color: #000755;
}
.more-link span {
  vertical-align: middle;
  display: inline-block;
}

.pagination {
  color: #1D1D1D;
  font-size: 1.8rem;
}
.text-center .pagination {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pagination a {
  color: #1D1D1D;
}
.pagination a:hover {
  color: #642D91;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
}
.pagination .page-numbers.current {
  background: #642D91;
  color: #fff;
}
.pagination .next {
  font-size: 1.4rem;
  border: 2px solid #D9D9D9;
  margin-right: 1rem;
}
.pagination .prev {
  margin-left: 1rem;
  font-size: 1.4rem;
  border: 2px solid #D9D9D9;
}
@media (max-width: 575.98px) {
  .pagination .page-numbers {
    width: 4.48rem;
    height: 4.48rem;
  }
}

.search-title {
  font-weight: 400;
  margin-bottom: 4rem;
}

.section-title, .s-blog__title, .b-project__info-title {
  color: #000755;
}
.section-title[class*=m-border].text-center:after, [class*=m-border].text-center.s-blog__title:after, [class*=m-border].text-center.b-project__info-title:after {
  margin-left: auto;
  margin-right: auto;
}
.text-center .section-title[class*=m-border]:after, .text-center [class*=m-border].s-blog__title:after, .text-center [class*=m-border].b-project__info-title:after {
  margin-left: auto;
  margin-right: auto;
}

.section-title[class*=m-border]:after, [class*=m-border].s-blog__title:after, [class*=m-border].b-project__info-title:after {
  content: "";
  display: block;
  margin-top: 1.6rem;
  max-width: 5.8rem;
  width: 100%;
  border-bottom: 0.5rem solid #3E8042;
}
.section-title.m-border--red, .m-border--red.s-blog__title, .m-border--red.b-project__info-title {
  border-color: #EE322D;
}
.section-title.m-border--cyan, .m-border--cyan.s-blog__title, .m-border--cyan.b-project__info-title {
  border-color: #90D3D0;
}
.section-title.m-border--blue, .m-border--blue.s-blog__title, .m-border--blue.b-project__info-title {
  border-color: #070c57;
}
.section-title.m-border--green, .m-border--green.s-blog__title, .m-border--green.b-project__info-title {
  border-color: #3E8042;
}
.section-title.m-border--dark, .m-border--dark.s-blog__title, .m-border--dark.b-project__info-title {
  border-color: #646464;
}
.section-title.m-border--pink, .m-border--pink.s-blog__title, .m-border--pink.b-project__info-title {
  border-color: #F59696;
}
.section-title.m-border--orange, .m-border--orange.s-blog__title, .m-border--orange.b-project__info-title {
  border-color: #F07118;
}
.section-title.m-group, .m-group.s-blog__title, .m-group.b-project__info-title {
  margin-bottom: 0rem;
}
.s-intro_text {
  text-align: center;
}
.s-intro_text p {
  font-size: 1.8rem;
  line-height: 1.7;
}

.section-txt {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}
.section-txt:last-of-type {
  margin-bottom: 3.2rem;
}
.section-txt p {
  font-size: 100%;
}

.list-ckeckable li {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  position: relative;
  line-height: 1.5;
  padding-right: 2rem;
}
.list-ckeckable li.is-check:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.16rem;
  right: 0;
  color: #3E8042;
}

.list-check li {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  position: relative;
  line-height: 1.5;
  padding-right: 2rem;
}
.list-check li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.16rem;
  right: 0;
  color: #3E8042;
}

.list-score.inline-list, .list-score.b-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-score.inline-list li, .list-score.b-breadcrumb__list li {
  flex: auto;
  text-align: center;
}
.list-score li {
  padding: 1rem;
}
.list-score__lbl {
  font-family: "Oxygen", "Roboto", sans-serif;
  font-size: 1.6rem;
}
.list-score__data {
  font-family: "Rubik", "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}
.list-score--large .list-score__lbl {
  font-size: 1.8rem;
  margin-bottom: 1.3333333333rem;
}
.list-score--large .list-score__data {
  font-size: 3.198rem;
}

.list-spec {
  font-size: 1.8rem;
  color: #020762;
}
.list-spec li {
  border-top: 1px solid #646464;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
}
.list-spec li:first-child {
  border-top: none;
}
.list-spec li span, .list-spec li a {
  line-height: 1;
}
.list-spec li .lbl {
  flex: 1;
}
.list-spec .lbl {
  font-size: 100%;
}
.list-spec .data {
  font-size: 100%;
  font-weight: 300;
}

.article p {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.article a {
  text-decoration: underline;
}
.bg-m-primary .article a:hover {
  color: #fff;
  opacity: 0.9;
}

.article em {
  font-style: italic;
}
.article ol {
  counter-reset: ol-list;
}
.article ol li {
  position: relative;
  padding-right: 3.6rem;
  line-height: 1.7;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.article ol li:before {
  counter-increment: ol-list;
  content: counter(ol-list) "";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  text-align: center;
  font-size: 3rem;
  width: 3rem;
}
[dir=ltr] .article ol li {
  padding-left: 3rem;
  padding-right: 0;
}

.ltr .article ol li {
  padding-left: 3rem;
  padding-right: 0;
}

.article ol li .link-edit {
  display: inline;
}
.article ul {
  list-style: disc;
  padding-inline-start: 2.5rem;
  margin-bottom: 2rem;
}
.article ul li {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1rem;
  }
}

.text--primary {
  color: #642D91;
}
.text--secondary {
  color: #3E8042;
}
.text--red {
  color: #EE322D;
}
.text--pink {
  color: #F59696;
}
.text--blue {
  color: #070c57;
}
.text--green {
  color: #3E8042;
}
.text--orange {
  color: #F07118;
}
.text--dark {
  color: #646464;
}
.text--grey {
  color: #dddddd;
}

._fw-700 {
  font-weight: 700;
}

._fw-500 {
  font-weight: 500;
}

._fw-400 {
  font-weight: 400;
}

._fw-300 {
  font-weight: 300;
}

._fw-100 {
  font-weight: 100;
}

@media (min-width: 992px) {
  [dir=ltr] .offset-lg-1 {
    margin-right: 8.33333%;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .col-xs-12 + .col-xs-12, .col-12 + .col-12 {
    padding-top: 3rem;
  }
}
._header-offset {
  padding-top: 12rem;
}

.section-bg._bg-overlay--dark .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  opacity: 1 !important;
  mix-blend-mode: multiply !important;
  background: transparent linear-gradient(238deg, #000755 0%, #0078E1 100%) 0% 0% no-repeat padding-box !important;
}
.section-bg._bg-overlay--dark-cyan .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  opacity: 0.8 !important;
  mix-blend-mode: darken !important;
  background: transparent linear-gradient(-78deg, #005122 0%, #000755 100%) 0% 0% no-repeat padding-box !important;
}
.section-bg._bg-overlay--cyan .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  background: transparent linear-gradient(137deg, #429147 0%, rgba(22, 92, 153, 0.7215686275) 100%) 0% 0% no-repeat padding-box !important;
}
.section-bg._bg-overlay--magenta .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  opacity: 0.8 !important;
  mix-blend-mode: multiply !important;
  background: transparent linear-gradient(279deg, rgba(240, 113, 24, 0.6588235294) 0%, rgba(105, 54, 58, 0.88) 36%, #000755 100%) 0% 0% no-repeat padding-box !important;
}
.section-bg._bg-overlay--hero-reverse .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  background: transparent linear-gradient(263deg, rgba(240, 113, 24, 0.6588235294) 0%, #000755 100%) 0% 0% no-repeat padding-box !important;
}
.section-bg._bg-overlay--blue .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  opacity: 0.63 !important;
  mix-blend-mode: normal !important;
  background: transparent #000755 0% 0% no-repeat padding-box !important;
}

.s-content-section.section + .s-content-section.section {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .s-categories > .container > .row {
    margin: 0;
  }
  .s-categories > .container .cat-box.m-white:after {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .s-categories > .container .col-6 {
    padding: 0;
  }
  .s-categories > .container .cat-box {
    padding-bottom: 60vh;
  }
  .s-categories > .container .cat-box.m-primary:after {
    border-bottom-width: 60vh;
    border-left-width: 93vw;
  }
  .s-categories > .container .cat-box.m-white .caption {
    margin-left: -10px;
  }
  .s-categories > .container .cat-box.m-white:after {
    border-right-width: 93vw;
    border-top-width: 60vh;
  }
  .s-categories > .container .cat-box .caption {
    top: 40%;
  }
  .s-categories > .container .cat-box .caption h3 {
    font-size: 3.5rem;
  }
}

/* The animation code */
.cat-box {
  padding-bottom: 100%;
  position: relative;
  animation-duration: 1.52s;
}
.cat-box .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation-duration: 1.5s;
}
.cat-box.m-primary {
  animation-name: slideInLeftTop;
}
.cat-box.m-primary:after {
  content: "";
  position: absolute;
  border-bottom: calc(65rem - 40px) solid rgba(0, 0, 0, 0);
  border-left: calc(130rem - 45px) solid #642D91;
  border-right: 50vw solid rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cat-box.m-primary:after {
    border-bottom: 42.5vw solid rgba(0, 0, 0, 0);
    border-left: 130rem solid #642D91;
  }
}
.cat-box .caption {
  animation-name: slideInLeft;
}
.cat-box .caption h3 {
  font-size: 4.5rem;
  text-transform: uppercase;
}
.cat-box .caption h3 a {
  color: #fff;
}
.cat-box.m-white {
  animation-name: slideInRightBottom;
}
.cat-box.m-white:after {
  content: "";
  position: absolute;
  border-left: 50vw solid rgba(0, 0, 0, 0);
  border-right: calc(130rem - 45px) solid #fff;
  border-top: calc(65rem - 40px) solid rgba(0, 0, 0, 0);
  top: 0;
  right: -18px;
  z-index: 1;
}
.cat-box.m-white .caption {
  transform: translate(-50%, 12vh);
  animation-name: slideInRight;
}
.cat-box.m-white h3 a {
  color: #642D91;
}
@media (max-width: 1199.98px) {
  .cat-box.m-primary:after {
    border-bottom: 42.5vw solid transparent;
    border-left: 90vw solid #642D91;
  }
  .cat-box.m-white:after {
    border-right: 90vw solid #fff;
    border-top: 42.5vw solid transparent;
  }
}

@keyframes slideInLeftTop {
  from {
    left: -40px;
    top: -40px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@keyframes slideInRightBottom {
  from {
    right: -40px;
    bottom: -40px;
  }
  to {
    right: 0;
    bottom: 0;
  }
}
@keyframes slideInLeft {
  from {
    left: 70%;
  }
  to {
    left: 50%;
  }
}
@keyframes slideInRight {
  from {
    left: 30%;
  }
  to {
    left: 50%;
  }
}
[class*=_border-line] {
  position: relative;
  border-bottom: 0.5rem solid;
}
[class*=_border-line]._border-line--thin {
  border-width: 2px;
}
[class*=_border-line]._border-line--medium {
  border-width: 3px;
}
[class*=_border-line]._border-top {
  border-bottom: 0;
}
[class*=_border-line]._border-bottom {
  border-top: 0;
}
@media (max-width: 575.98px) {
  [class*=_border-line] {
    border-bottom-width: 5px;
  }
}

._border-line, .modal-content {
  position: relative;
  border-bottom: 0.5rem solid #3E8042;
}
._border-line--red {
  border-color: #EE322D;
}
._border-line--blue {
  border-color: #070c57;
}
._border-line--green {
  border-color: #3E8042;
}
._border-line--pink {
  border-color: #F59696;
}
._border-line--orange {
  border-color: #F07118;
}
._border-line--dark {
  border-color: #646464;
}
._border-line--cyan {
  border-color: #90D3D0;
}
@media (max-width: 575.98px) {
  ._border-line, .modal-content {
    border-bottom-width: 5px;
  }
}

.nav-link {
  font-size: 1.8rem;
  color: #070c57;
  font-weight: 400;
}
.nav-link i, .nav-link [class=icon] {
  margin-left: 0.5rem;
  font-size: 70%;
}

.s-cta.section-bg._bg-overlay .bg-img {
  line-height: 1;
}
.s-cta.section-bg._bg-overlay .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -1px;
  background: transparent linear-gradient(-108deg, rgba(240, 113, 24, 0.6588235294) 0%, #000755 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
  mix-blend-mode: normal;
}
.s-cta .btn {
  min-width: 14.7rem;
}
@media (max-width: 767.98px) {
  .s-cta {
    min-height: 32rem;
    display: flex;
    align-items: center;
  }
}

.b-dropdown {
  position: relative;
  width: 100%;
}
.b-dropdown__header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.b-dropdown__btn {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  -webkit-appearance: none;
  background: #fff;
  color: #1d1d1d;
  font-weight: 400;
  text-align: right;
  padding-left: 4rem;
  padding-right: 2rem;
  border: 1px solid #000755;
}
.b-dropdown__btn:hover {
  text-decoration: none;
  color: #1d1d1d;
}
.b-dropdown__btn:before {
  content: "";
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.b-dropdown__btn:active, .b-dropdown__btn:focus {
  background: #fff;
  border: 1px solid #000755;
  outline: none;
  color: #1d1d1d;
}
.b-dropdown__pane {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  margin-top: -1px;
  color: #1d1d1d;
  background: #fff;
  border-top: 1px solid #000755;
}
.b-dropdown__pane.is-active {
  opacity: 1;
  visibility: visible;
}
.b-dropdown__list-itm {
  position: relative;
  padding: 1.2rem 2rem;
}
.b-dropdown__list-itm:last-of-type {
  border: none;
}
.b-dropdown__list-itm.is-active, .b-dropdown__list-itm:hover {
  background: #F1F1F1;
}
.b-dropdown [data-collapse-title] {
  cursor: pointer;
  padding: 1.2rem 2rem;
  font-size: 2.5rem;
}
.b-dropdown [data-collapse-title].is-active {
  background: #F1F1F1;
}
.b-dropdown [data-collapse-body] .b-dropdown__list-itm:hover, .b-dropdown [data-collapse-body] .b-dropdown__list-itm.is-active, .b-dropdown [data-collapse-body] .b-dropdown__list-itm:focus {
  background: none;
}
.b-dropdown [data-collapse-body] [type=checkbox]:not(:checked) + label,
.b-dropdown [data-collapse-body] [type=checkbox]:checked + label {
  padding-left: 3.8rem;
}
[dir=rtl] .b-dropdown [data-collapse-body] [type=checkbox]:not(:checked) + label,
[dir=rtl] .b-dropdown [data-collapse-body] [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 3.8rem;
}

.rtl .b-dropdown [data-collapse-body] [type=checkbox]:not(:checked) + label,
.rtl .b-dropdown [data-collapse-body] [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 3.8rem;
}

.b-dropdown [data-collapse-body] [type=checkbox] + label:before,
.b-dropdown [data-collapse-body] [type=checkbox] + label:after {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 2.24rem;
}
.b-dropdown [data-collapse-body] [type=checkbox] + label:after {
  margin-top: -0.14rem;
  margin-right: 0.56rem;
}
.b-dropdown [data-collapse-body] [type=checkbox] + label {
  font-size: 2rem;
}

.row-field + .row-field {
  margin-top: 1.2rem;
}
.row-field + .row-field--btn {
  margin-top: 1.5rem;
}
.row-field input:not([type-submit]):not([type=checkbox]):not([type=radio]) {
  margin-bottom: 0;
  border: 1px solid #868686;
  border-radius: 3px;
  background: rgba(241, 241, 241, 0.32);
}
.row-field--btn {
  margin-top: 1.5rem;
}
.row-field--group {
  display: flex;
  align-items: center;
}
.row-field label {
  display: block;
  color: #7C7C7C;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.row-field .input-group {
  position: relative;
}
.row-field .input-group [class^=icon-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  font-size: 1.5rem;
  pointer-events: none;
  color: #070c57;
}
.row-field .input-group .icon-lock {
  font-size: 1.8rem;
}
.row-field .input-group [class^=icon-] + input:not([type-submit]) {
  padding-left: 4rem;
}

.more-link-icn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #3E8042;
  width: 4.9rem;
  height: 4.5rem;
  font-size: 2rem;
}
.more-link-icn:hover {
  color: #fff;
  background: #366f39;
}
.more-link-icn:hover {
  text-decoration: none;
}

.b-box {
  position: relative;
  background: #fff;
}
.b-box.m-grey {
  background: #f5f5f5;
}
.b-box.m-grey-dark {
  background: #e8e8e8;
}
.b-box.m-transparent {
  background: transparent;
}
.b-box._border-line .b-box__footer, .b-box.modal-content .b-box__footer {
  margin-bottom: -0.5rem;
}
.b-box__ribbon {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 2rem;
}
.b-box__ribbon-itm, .b-box__ribbon .b-ribbon {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  padding: 0.4rem 0.6rem 0.3rem 1.2rem;
  border-radius: 2rem 0 0 2rem;
}
.b-box__ribbon-itm._blue, .b-box__ribbon .b-ribbon._blue {
  background-color: #070c57;
  color: #fff;
}
.b-box__ribbon-itm._blue-light, .b-box__ribbon .b-ribbon._blue-light {
  background-color: #155C99;
  color: #fff;
}
.b-box__ribbon-itm._red, .b-box__ribbon .b-ribbon._red {
  background-color: #EE322D;
  color: #fff;
}
.b-box__ribbon-itm._green, .b-box__ribbon .b-ribbon._green {
  background-color: #3E8042;
  color: #fff;
}
.b-box__icn {
  min-height: 10.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.b-box__icn img, .b-box__icn svg {
  flex-basis: 0;
  max-width: 10.6rem;
  max-height: 10.6rem;
  object-fit: contain;
}
.b-box__icn svg {
  flex-basis: auto;
}
.b-box__title {
  font-size: 2.5rem;
}
.b-box__title, .b-box__title a {
  color: #000755;
}
.b-box__body {
  padding: 5.7rem 2.4rem 2.4rem 2.4rem;
  background: #fff;
  font-size: 1.8rem;
  color: #000755;
}
.b-box__body .b-box__pic, .b-box__body .b-box__icn {
  margin-bottom: 2rem;
}
.b-box__footer {
  line-height: 1;
  font-size: 0;
}
.b-box__txt {
  font-size: 1.8rem;
  padding-left: 22%;
  padding-right: 22%;
}
.b-box__txt p {
  font-size: 100%;
}
.b-box p {
  line-height: 1.1;
  font-size: 1.8rem;
}
.b-box--card.has-hover:hover .b-box__body {
  opacity: 0.6;
}
.b-box--card.has-hover .b-box__body {
  transition: opacity 0.2s ease;
}
.b-box--card .b-box__pic {
  margin-bottom: 2rem;
}
.b-box--card .b-box__pic .responsive-media > img {
  object-fit: contain;
}
.b-box--card .b-box__title {
  font-size: 1.8rem;
}
.card_spilt .b-box--card .b-box__body {
  padding-bottom: 4rem;
}
.card_spilt .b-box--card .b-box-pic {
  margin-bottom: 4rem;
}
.card_spilt .b-box--card .b-box__title {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.card_spilt .b-box--card .b-box__title, .card_spilt .b-box--card .b-box__txt {
  text-align: initial;
}
.card_spilt .b-box--card .b-box__txt {
  padding-left: 0;
  padding-right: 0;
}
.card_spilt .b-box--card .b-box__txt p {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .card_spilt .b-box--card {
    height: 100%;
  }
}

.b-box--promo {
  min-height: 33rem;
}
.b-box--promo .b-box__icn {
  min-height: 14rem;
}
.b-box--promo .b-box__icn img, .b-box--promo .b-box__icn svg {
  width: 60%;
  flex-basis: auto;
  max-width: 14rem;
  max-height: 14rem;
}
.b-box--promo .b-box__title {
  font-size: 2.3rem;
  line-height: 1.21;
}
@media screen and (max-width: 500px) {
  .b-box--promo {
    min-height: 0;
  }
}

.responsive-media {
  position: relative;
  height: 0;
  padding-bottom: 62%;
}
.responsive-media > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.responsive-media._blog-post {
  padding-bottom: 47.34%;
}

@media screen and (max-width: 500px) {
  .b-box-list .col-6, .b-box-list [class^=col-] {
    flex: 0 1 auto;
  }
  .b-box-list .b-box--promo {
    min-height: 0;
  }
}
.b-box-list.card_spilt > [class^=col] {
  padding-bottom: 5rem;
  padding-left: 35px;
  padding-right: 35px;
}

.b-box-post--inline {
  display: flex;
}
.b-box-post-list .b-box-post--inline {
  max-width: 100%;
  min-height: 29.7rem;
}

.b-box-post--inline .b-box-post__body {
  order: -1;
  display: flex;
  flex-direction: column;
}
.b-box-post--inline .b-box-post__title {
  margin-bottom: 1rem;
}
.b-box-post--inline .b-box-post__txt {
  line-height: 1.875;
}
.b-box-post--inline .b-box-post__txt p {
  line-height: 1.875;
}
.b-box-post--inline .b-box-post__pic {
  flex: 0 0 50%;
  max-width: 50%;
}
.b-box-post--inline .b-box-post__pic .responsive-media {
  height: 100%;
  padding: 0;
}
.b-box-post--inline .b-box-post__pic .responsive-media > img {
  height: 100%;
}
.b-box-post .responsive-media {
  position: relative;
  height: 0;
  background-color: #ccc;
  padding-bottom: 62%;
}
.b-box-post .responsive-media > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.b-box-post-list .b-box-post {
  max-width: 37.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.b-box-post__title {
  font-size: 2rem;
  color: #000755;
}
.b-box-post__body {
  padding: 2.4rem;
  background: #fff;
  font-size: 1.6rem;
  color: #000755;
}
.b-box-post__txt {
  font-size: 1.6rem;
}
.b-box-post__txt p {
  font-size: 100%;
}
.b-box-post .post-link {
  color: #000755;
  font-size: 1.6rem;
}
.b-box-post .post-link:hover {
  color: #642D91;
}
.b-box-post .post-link.has-icn {
  display: flex;
  align-items: center;
}
.b-box-post .post-link.has-icn .icn-link {
  display: inline-block;
  min-width: 2rem;
  text-align: center;
  margin-right: auto;
  font-size: 125%;
  font-weight: 700;
}
.b-box-post p {
  line-height: 1.1;
  font-size: 1.6rem;
}
.b-box-post .more-link {
  color: #fff;
  border-radius: 1.9rem;
  background: #070c57;
  padding: 0.5rem 1.6rem 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.b-box-post .more-link:hover {
  background: #3E8042;
}
.b-box-post .more-link:hover {
  text-decoration: none;
}

.b-form--inline .b-form__body, .b-form--inline form, .b-form--inline .gform_fields {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767.98px) {
  .b-form--inline .b-form__body, .b-form--inline form, .b-form--inline .gform_fields {
    flex-direction: column;
    align-items: center;
  }
}
.b-form .btn, .b-form button {
  min-width: 14.7rem;
  margin-right: 0.5rem;
}
.b-form input:not([type=submit]):not([type=checbox]):not([type=radio]):not([type=range]) {
  border-width: 3px;
  border-color: #070c57;
  border-radius: 4rem;
  height: 4.6rem;
  line-height: 4.6rem;
}
@media (min-width: 1200px) {
  .b-form input:not([type=submit]):not([type=checbox]):not([type=radio]):not([type=range]) {
    min-width: 32rem;
  }
}
.b-form .form-title {
  margin-bottom: 0;
  font-weight: 700;
}
.b-form__body .gfield, .b-form .gform_fields .gfield {
  margin: 0.5rem;
}
@media (max-width: 991.98px) {
  .b-form__title {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .b-form__body, .b-form .gform_wrappwe.gform_fields {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .b-form__body input, .b-form .gform_fields input {
    margin-bottom: 1.5rem;
  }
  .b-form__body input:not([type=submit]):not([type=checbox]):not([type=radio]):not([type=range]), .b-form .gform_fields input:not([type=submit]):not([type=checbox]):not([type=radio]):not([type=range]) {
    max-width: 40rem;
  }
}

.s-home-catalog__list {
  justify-content: center;
}
.s-home-catalog__list .b-box-catalog {
  min-width: 18rem;
  max-width: 24rem;
}
.s-home-catalog__list .col, .s-home-catalog__list [class^=col] {
  flex: 0 1 auto;
  flex: 1;
  max-width: 24rem;
}
@media (max-width: 575.98px) {
  .s-home-catalog__list .col, .s-home-catalog__list [class^=col] {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  .s-home-catalog__list .b-box-catalog {
    min-width: 10rem;
  }
  .s-home-catalog__list .b-box-catalog__body {
    padding: 1rem;
    padding-top: 0 !important;
  }
  .s-home-catalog__list .b-box-catalog__pic svg, .s-home-catalog__list .b-box-catalog__pic img, .s-home-catalog__list .b-box-catalog .b-box__icn svg, .s-home-catalog__list .b-box-catalog .b-box__icn img {
    max-width: 7rem;
    max-height: 7rem;
  }
}

.b-box-catalog--icn .b-box-catalog__body {
  padding-top: 3rem;
}
.b-box-catalog--icn .b-box-catalog__pic {
  margin-bottom: 2rem;
}
.b-box-catalog__body {
  padding: 5rem 3rem 4rem;
  text-align: center;
}
.b-box-catalog__pic, .b-box-catalog__icn {
  margin-bottom: 1.4rem;
}
.b-box-catalog__pic svg path, .b-box-catalog__pic svg g, .b-box-catalog__icn svg path, .b-box-catalog__icn svg g {
  fill: currentColor;
}
.b-box-catalog__pic svg #flash, .b-box-catalog__icn svg #flash {
  stroke: currentColor;
}
.b-box-catalog__title {
  font-size: 2.1rem;
  letter-spacing: -0.53px;
  line-height: 1.19;
  font-weight: 300;
}
.b-box-catalog__title-link {
  display: inline-block;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid transparent;
}
.b-box-catalog__title-link:hover {
  border-color: #3E8042;
}
.b-box-catalog__footer {
  line-height: 1;
}
.b-box-catalog__link {
  display: flex;
  background: #4fa254;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.b-box-catalog__link:hover {
  background: #3E8042;
  color: #fff;
}
.b-box-catalog__link:hover {
  text-decoration: none;
}
.b-box-catalog__link i, .b-box-catalog__link [class=icon] {
  padding: 0.75rem 2rem;
  background: #3E8042;
  flex: 0 1 auto;
  font-size: 1.4rem;
}
.b-box-catalog__link > span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex: 1;
  align-self: center;
  text-align: center;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.b-table {
  font-size: 1.8rem;
  color: #020762;
}
.b-table--sidebar {
  background: #FCFCFC;
}
.b-table--sidebar .is-open .b-table__header [class^=title-] {
  -webkit-text-stroke: thin;
}
.b-table--sidebar .b-catalog-sidebar {
  padding-right: 2rem;
}
.b-table--sidebar .b-table__body {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  background: #FCFCFC;
  color: #000755;
  border-bottom: 1px solid #707070;
}
.b-table--sidebar .b-table__header {
  margin-top: -1px;
  border-top: 1px solid #707070;
  color: #000755;
  background: #FCFCFC;
}
.b-table--sidebar .b-table__header [class^=title-] {
  padding-right: 2.7rem;
  color: #000755;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.19;
  letter-spacing: -0.53px;
}
.b-table--sidebar .b-table__header [class^=title-]:before {
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.66rem;
}
.b-table a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #642D91;
}
.b-table .data-cell, .b-table [class*=data-cell] {
  padding: 2.5rem 3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .b-table .data-cell[data-cell-title], .b-table [class*=data-cell][data-cell-title] {
    flex-wrap: wrap;
  }
  .b-table .data-cell[data-cell-title]:before, .b-table [class*=data-cell][data-cell-title]:before {
    content: attr(data-cell-title);
    display: block;
    width: 100%;
    color: #979797;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.b-table .data-cell .title-txt, .b-table [class*=data-cell] .title-txt {
  font-size: 1.8rem;
  font-weight: normal;
}
.b-table__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.b-table__row .b-table__row {
  flex: 1;
}
.b-table__col {
  display: inline-flex;
}
.b-table__col.text-center {
  justify-content: center;
}
.b-table__col-desc {
  background: #070c57;
  margin-bottom: -1px;
}
.b-table__col-desc-inner {
  padding: 2rem 2.5rem 3.5rem 2.5rem;
}
.b-table__header {
  font-size: 1.8rem;
  background: #F5F5F5;
  border-bottom: 1px solid #707070;
}
.b-table .b-table__header a {
  color: #020762;
}

.b-table[class*=_border-line] .b-table__header .data-cell, .b-table[class*=_border-line] .b-table__header [class*=data-cell] {
  padding-top: 0;
}

.b-table[class*=_border-line][data-accordion] .b-table__header .data-cell, .b-table[class*=_border-line][data-accordion] .b-table__header [class*=data-cell] {
  padding: 2.5rem 3rem;
}

.b-table__body {
  overflow: hidden;
  padding: 2.5rem 3rem;
  background: #FBFBFB;
}
.b-table__body .b-table__row {
  border-bottom: 1px solid #707070;
  flex: 1;
}
.b-table__body .b-table__row .b-table__row {
  border: none;
}
@media (max-width: 575.98px) {
  .s-content__body .b-table {
    margin-top: 2rem;
  }
  .b-table__col.data-cell--name ~ [data-cell-title] {
    padding-top: 0;
  }
}
.b-table--theme-accent .b-table-row .b-catalog-sidebar__list, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list {
  font-weight: 400;
}
.b-table--theme-accent .b-table-row .b-catalog-sidebar__list .btn-link, .b-table--theme-accent .b-table-row .b-catalog-sidebar__list a, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list .btn-link, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list a {
  font-weight: 400;
}
.b-table--theme-accent .b-table-row .b-catalog-sidebar__list .btn-link:hover, .b-table--theme-accent .b-table-row .b-catalog-sidebar__list a:hover, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list .btn-link:hover, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list a:hover {
  font-weight: 500;
}
.b-table--theme-accent .b-table-row .b-catalog-sidebar__list .is-active a, .b-table--theme-accent .b-table-row .b-catalog-sidebar__list .is-active .btn-link, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list .is-active a, .b-table--theme-accent .b-accordion-itm .b-catalog-sidebar__list .is-active .btn-link {
  font-weight: 500;
}
.b-table--theme-accent .b-table-row .b-table__header, .b-table--theme-accent .b-accordion-itm .b-table__header {
  border-color: #070c57 !important;
}
.b-table--theme-accent .b-table-row.is-open .b-table__header, .b-table--theme-accent .b-accordion-itm.is-open .b-table__header {
  background: #C8C8C8;
  font-weight: 400;
}
.b-table--theme-accent .b-table-row.is-open .b-table__header [class^=title-], .b-table--theme-accent .b-accordion-itm.is-open .b-table__header [class^=title-] {
  font-weight: 400;
}

[data-accordion].b-table[class*=_border-line] {
  padding-top: 0;
}
[data-accordion] [data-accordion-itm].is-open [data-accordion-title]:before {
  transform: rotate(-90deg);
}
[data-accordion] [data-accordion-title] {
  position: relative;
  color: #020762;
}
[data-accordion] [data-accordion-title]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 500;
  margin-left: 2rem;
}
[data-accordion] [class^=title-] {
  font-weight: 300;
}
[data-accordion] [data-accordion-itm] .b-table__header {
  border-bottom: 1px solid #ababab;
}
[data-accordion].accordion--blue [data-accordion-itm].is-open .b-table__header {
  border-color: #070c57;
}
[data-accordion].accordion--red [data-accordion-itm].is-open .b-table__header {
  border-color: #EE322D;
}
[data-accordion].accordion--green [data-accordion-itm].is-open .b-table__header {
  border-color: #3E8042;
}
[data-accordion].accordion--pink [data-accordion-itm].is-open .b-table__header {
  border-color: #F59696;
}
[data-accordion].accordion--orange [data-accordion-itm].is-open .b-table__header {
  border-color: #F07118;
}
[data-accordion].accordion--cyan [data-accordion-itm].is-open .b-table__header {
  border-color: #90D3D0;
}
[data-accordion].accordion--dark [data-accordion-itm].is-open .b-table__header {
  border-color: #646464;
}
[data-accordion].b-accordion .b-accordion-itm.is-open [data-accordion-title] {
  color: #642D91;
}
[data-accordion].b-accordion .b-accordion-itm.is-open [data-accordion-title]:before {
  color: #642D91;
  transform: none;
}
[data-accordion].b-accordion .b-accordion-itm [data-accordion-title]:before {
  transform: none;
  font-size: 2.6rem;
  margin-left: 1.6rem;
}
[data-accordion].b-accordion .b-accordion-itm .b-table__header {
  border-bottom: 1px solid #ababab;
}

.b-accordion-submenu {
  position: relative;
  margin-top: 0;
}
.b-table__body .b-accordion-submenu {
  margin-right: -1rem;
}

.b-accordion-submenu .is-open .b-accordion-submenu__title:before {
  transform: rotate(-90deg);
}
.b-accordion-submenu__itm {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.b-accordion-submenu__itm.is-open {
  font-weight: 500;
}
.b-accordion-submenu__itm.is-open .b-accordion-submenu__body {
  display: block;
}
.b-accordion-submenu__title {
  font-size: 2.1rem;
  cursor: pointer;
}
.b-accordion-submenu__title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 1.3rem;
  margin-left: 2rem;
  display: inline-block;
}
.b-accordion-submenu__body {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  font-weight: 400;
}
.b-accordion-submenu .btn-link {
  font-weight: 400;
}
.b-accordion-submenu .btn-link:hover {
  font-weight: 500;
}
.b-accordion-submenu .b-catalog-sidebar__list {
  font-weight: 400;
}
.b-accordion-submenu .b-catalog-sidebar__list .is-active .btn-link, .b-accordion-submenu .b-catalog-sidebar__list .is-active a {
  font-weight: 500;
}

.b-partner-logo--sm img {
  flex-basis: auto;
  min-width: 11.4rem;
  max-height: 7rem;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .b-partner-logo--sm img {
    min-width: 8.55rem;
    max-height: 5.25rem;
  }
}
@media (min-width: 768px) {
  .b-partner-logo--md {
    min-width: 20%;
  }
}
.b-partner-logo--md img {
  flex-basis: auto;
  min-width: 16.3989rem;
  max-height: 9.94rem;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .b-partner-logo--md img {
    min-width: 10.83rem;
    max-height: 6.65rem;
  }
}

.s-gallery__about {
  padding-bottom: 4.5rem;
}
.s-gallery__about-article {
  text-align: center;
  letter-spacing: -0.45px;
  font-size: 1.8rem;
  font-weight: 300;
}
.s-gallery__about-article p {
  font-size: 100%;
  line-height: 1.66;
}
.s-gallery__list {
  margin-top: 10rem;
}
@media (max-width: 767.98px) {
  .s-gallery__list {
    margin-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .s-gallery__list {
    margin-top: 3rem;
  }
}

.b-box-post--gallery .zoom-link {
  padding: 2.5rem;
  color: #000755;
  font-size: 4.2rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.b-box-post--gallery .zoom-link:hover {
  color: #642D91;
}
.b-box-post--gallery .zoom-link i {
  font-weight: 700;
}
.b-box-post--gallery .b-box-post__title {
  font-weight: 700;
}
.b-box-post--gallery .b-box-post__txt {
  font-size: 2rem;
}
.b-box-post--gallery .b-box-post__txt p {
  font-size: 100%;
  line-height: 1.2;
}
.b-box-post--gallery .b-box-post__pic {
  position: relative;
}
.b-box-post--gallery .b-box-post__body .row .b-box-post__title {
  max-width: 20rem;
}
@media (max-width: 575.98px) {
  .b-box-post--gallery .b-box-post__body .row .col, .b-box-post--gallery .b-box-post__body .row [class^=col] {
    flex: 0 0 100%;
  }
  .b-box-post--gallery .b-box-post__body .row .b-box-post__title {
    max-width: 90%;
  }
}

.sl-overlay {
  background: #9194b5;
  opacity: 1;
}

.simple-lightbox {
  color: #fff;
}
.simple-lightbox * {
  color: currentColor;
}
.simple-lightbox .sl-navigation button {
  color: currentColor;
}
.simple-lightbox .sl-counter {
  color: currentColor;
  font-size: 2rem;
}
.simple-lightbox .sl-image {
  border: 2px solid #fff;
}
.simple-lightbox .sl-close {
  color: currentColor;
  font-size: 6rem;
}
.simple-lightbox .sl-prev {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.simple-lightbox .sl-next {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.simple-lightbox .sl-prev, .simple-lightbox .sl-next {
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2784313725);
  font-size: 0 !important;
}
.simple-lightbox .sl-prev:before, .simple-lightbox .sl-next:before {
  display: block;
  font-size: 4.2rem;
}
.rtl .simple-lightbox .sl-prev {
  transform: scaleX(-1);
}
.rtl .simple-lightbox .sl-prev:before {
  transform: scaleX(-1);
}
.rtl .simple-lightbox .sl-next {
  transform: scaleX(-1);
}
.rtl .simple-lightbox .sl-next:before {
  transform: scaleX(-1);
}

.s-about-projects .has-reverse .s-about-projects__list-itm:nth-child(even) {
  flex-direction: row-reverse;
}
.s-about-projects__list-itm + .s-about-projects__list-itm {
  margin-top: 5.6rem;
}
.s-about-projects__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.b-project {
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5;
  border-bottom: 3px solid #3E8042;
}
.b-project__info {
  position: relative;
  padding: 6.7rem;
}
.b-project__pic {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
  max-width: 40%;
  flex-grow: 1;
  line-height: 0;
}
.b-project__info-title {
  margin-bottom: 2rem;
}
.b-project__info-title:after {
  margin-top: 0.6rem !important;
}
.b-project__info-content {
  font-weight: 300;
  font-size: 1.8rem;
}
.b-project__info-content p {
  font-size: 100%;
  line-height: 1.22;
}
.b-project__info-footer {
  padding-top: 1rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  font-weight: 300;
}
.b-project__info-footer [class^=icon-] {
  margin-left: 0.5rem;
  font-size: 1.9rem;
}
.b-project__pic-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-project__pic-slider .slick-arrow {
  color: #fff;
}
.b-project__pic-slider .slick-nav {
  cursor: pointer;
  display: block;
  font-size: 4rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.7);
}
.b-project__pic-slider .slick-nav.slick-prev {
  left: 2.7rem;
}
.b-project__pic-slider .slick-nav.slick-next {
  right: 2.7rem;
}
.b-project__pic-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%;
  text-align: center;
}
.b-project__pic-slider .slick-dots li.is-active button, .b-project__pic-slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.b-project__pic-slider .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  min-height: 12px;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 667px) {
  .b-project__pic, .b-project__info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .b-project__pic {
    order: -1;
  }
  .b-project__pic-slider {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .b-project__info {
    padding: 2.5rem;
  }
}

.project-box__title {
  font-size: 1.8rem;
  font-weight: 500;
}
.project-box__title a {
  color: #020762;
}
.project-box__title i {
  font-size: 140%;
}

.ui-dialog {
  background-color: #642D91;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 50px;
  overflow: overlay;
}
.ui-dialog img {
  max-height: 400px;
}
.ui-dialog .ui-dialog-titlebar-close {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  background: none;
  border: 0;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 25px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  transform: translateX(-100%);
  text-indent: 0;
  position: relative;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon:before, .ui-dialog .ui-dialog-titlebar-close .ui-button-icon:after {
  content: "";
  display: inline-block;
  color: #fff;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon:before {
  transform: rotate(45deg);
  left: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon:after {
  transform: rotate(-45deg);
  right: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog h3 {
  font-weight: 700;
}
.ui-dialog .info-lines p {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .ui-dialog {
    position: fixed !important;
    z-index: 1111;
  }
}

.slick-slider.equal-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.slick-slider.equal-slider .slick-track .slick-slide {
  height: auto;
}
.slick-slider.equal-slider .slick-track, .slick-slider.equal-slider .slick-list {
  height: 100%;
}
.slick-slider.equal-slider .slick-slide > div {
  height: 100%;
}
.slick-slider.equal-slider .slick-slide > div > div {
  height: 100%;
}

.slick-slider.equal-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.s-blog__header {
  min-height: 14.7rem;
}
@media (min-width: 1200px) {
  .s-blog__content:first-of-type {
    padding-left: 11.7rem;
  }
}
.s-blog__title {
  font-size: 3.5rem;
  font-weight: 700;
}
.s-blog__list-wrp {
  margin-bottom: 5.1rem;
}
.s-blog__sidebar-list {
  margin-bottom: 2rem;
}
.s-blog__sidebar-list-itm + .s-blog__sidebar-list-itm {
  margin-top: 2rem;
}
.s-blog__list-itm + .s-blog__list-itm {
  margin-top: 5.1rem;
}
@media screen and (max-width: 640px) {
  .s-blog__sidebar {
    display: none;
  }
  .s-blog__content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .s-blog__content:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
}

.s-blog__list .b-box-post .responsive-media {
  padding-bottom: 47.34%;
}
.s-blog__list .b-box-post__body {
  padding-top: 4rem;
  padding-right: 4rem;
}
