:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --container-gutter-xs: 15px;
  --container-gutter-lg: 15px;
  --column-gutter-xs: 4px;
  --column-gutter-md: 8px;
  --column-gutter-lg: 15px;
  --container-xs: 100%;
  --container-sm: 540px;
  --container-md: 768px;
  --container-lg: 960px;
  --container-xl: 1140px;
  --container-xxl: 1430px;
  --section-gap-xs: 25px;
  --section-gap-lg: 40px;
  --heading-margin-xs: 20px;
  --heading-margin-lg: 40px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Commissioner;
  font-size: 14px;
  line-height: 22px;
  scroll-behavior: smooth;
  --container-gutter: var(--container-gutter-xs);
  --container-width: var(--container-xs);
  --section-gap: var(--section-gap-xs);
  --heading-margin: var(--heading-margin-xs);
  --column-gutter: var(--column-gutter-xs);
  --column-gap: calc(var(--column-gutter) * 2);
  --negative-column-gap: calc(var(--column-gap) * -1);
  --negative-column-gutter: calc(var(--column-gutter) * -1);
}

body.popup-opened, body.menu-opened {
  overflow: hidden;
}

@media (min-width: 576px) {
  body {
    --container-width: var(--container-sm);
  }
}

@media (min-width: 768px) {
  body {
    --container-width: var(--container-md);
    --column-gutter: var(--column-gutter-md);
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    --container-width: var(--container-lg);
    --container-gutter: var(--container-gutter-lg);
    --section-gap: var(--section-gap-lg);
    --heading-margin: var(--heading-margin-lg);
    --column-gutter: var(--column-gutter-lg);
  }
}

@media (min-width: 1200px) {
  body {
    --container-width: var(--container-xl);
  }
}

@media (min-width: 1500px) {
  body {
    --container-width: var(--container-xxl);
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

button {
  background-color: unset;
  border: none;
  border-radius: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
}

.hide-mobile {
  display: none;
}

@media (min-width: 1200px) {
  .hide-mobile {
    display: block;
  }
}

.section {
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.container {
  display: block;
  max-width: 100%;
  width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}

.row {
  margin-top: var(--negative-column-gap);
  margin-left: var(--negative-column-gutter);
  margin-right: var(--negative-column-gutter);
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
  padding-top: var(--column-gap);
  padding-left: var(--column-gutter);
  padding-right: var(--column-gutter);
}

.a-hidden {
  display: none !important;
}

.heading,
.heading2,
.heading3,
.heading4,
.heading5 {
  font-weight: bold;
  color: #000000;
  margin-top: calc(var(--heading-margin) * 1.5);
  margin-bottom: var(--heading-margin);
  text-decoration: none;
}

.heading:first-child,
.heading2:first-child,
.heading3:first-child,
.heading4:first-child,
.heading5:first-child {
  margin-top: 0;
}

.heading i,
.heading2 i,
.heading3 i,
.heading4 i,
.heading5 i {
  vertical-align: middle;
  font-size: 24px;
  color: #4ABAF1;
  margin-right: 20px;
}

.heading a,
.heading2 a,
.heading3 a,
.heading4 a,
.heading5 a {
  text-decoration: none;
}

.heading {
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .heading {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .heading {
    font-size: 25px;
    line-height: 32px;
  }
}

.heading2 {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .heading2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .heading2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.heading3 {
  font-size: 20px;
  line-height: 28px;
}

.heading4 {
  font-size: 18px;
  line-height: 26px;
}

.heading5 {
  margin-bottom: 18px;
  margin-top: 36px;
  font-size: 16px;
  line-height: 24px;
}

.top-container {
  margin-top: 0;
  display: flex;
  align-items: center;
  margin-top: calc(var(--heading-margin) * 1.5);
  margin-bottom: var(--heading-margin);
}

.top-container [class^="heading"] {
  margin: 0;
  margin-right: var(--column-gap);
}

.top-container__right {
  margin-left: auto;
}

.top-container__grey {
  margin-left: 8px;
  margin-top: auto;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 22px;
  color: #728594;
}

.top-filter {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  margin-left: auto;
  display: none;
}

.top-filter .list {
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-filter a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3D3D3B;
}

.top-filter a.active {
  color: #4ABAF1;
}

.top-filter .more {
  position: relative;
  display: flex;
  color: #4ABAF1;
  align-items: center;
}

.top-filter .more i {
  transform: rotate(90deg);
}

.top-filter .more__popup {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 59, 103, 0.1);
  box-shadow: 0px 4px 15px rgba(0, 56, 103, 0.07);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  width: 200px;
  gap: 10px;
}

.top-filter .more:hover .more__popup {
  display: flex;
}

.top-filter i {
  display: inline-block;
  margin-left: 5px;
  font-size: 24px;
}

@media (min-width: 768px) {
  .top-filter {
    display: block;
  }
}

@media (min-width: 1200px) {
  .top-filter {
    overflow: unset !important;
  }
}

@media (min-width: 1500px) {
  .top-filter .list {
    gap: 40px;
  }
}

.default-btn {
  min-width: 120px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 9px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  background-color: #4ABAF1;
  color: #FFFFFF;
  transition: .3s;
  border: 2px solid #4ABAF1;
}

.default-btn i, .default-btn svg {
  vertical-align: middle;
  font-size: 24px;
  margin-right: .5em;
}

.default-btn__right-icon {
  margin-right: 0 !important;
  margin-left: 0.5em;
}

.default-btn:hover, .default-btn:focus {
  background-color: #003B67;
  border-color: #003B67;
  color: #FFFFFF;
}

.default-btn:hover i, .default-btn:hover svg, .default-btn:focus i, .default-btn:focus svg {
  color: #FFFFFF;
  fill: #4ABAF1;
}

.default-btn.border {
  color: #4ABAF1;
  font-size: 14px;
  line-height: 22px;
  background-color: transparent;
  border-color: #4ABAF1;
}

.default-btn.border:hover {
  color: #fff;
  background-color: #003B67;
  border-color: #003B67;
}

.default-btn.white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.default-btn.white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4ABAF1;
}

.default-btn.white-bg {
  background-color: #fff;
  border-color: #fff;
  color: #4ABAF1;
  box-shadow: 0px 2px 8px rgba(0, 59, 103, 0.1);
}

.default-btn.white-bg i {
  color: #4ABAF1;
}

.default-btn.white-bg:hover {
  background-color: #4ABAF1;
  border-color: #4ABAF1;
  color: #fff;
}

.default-btn.white-bg:hover i {
  color: #fff;
}

.default-btn.grey {
  border-color: #F4F9FC;
  min-width: 100%;
  width: 100%;
  padding: 9px;
  font-weight: normal;
  background-color: #F4F9FC;
  color: #003B67;
}

.default-btn.red {
  background-color: #F34747;
  color: #fff;
  border-color: #F34747;
}

.default-btn.red:hover {
  background-color: transparent;
  color: #F34747;
}

.default-btn.disabled, .default-btn:disabled {
  color: rgba(114, 133, 148, 0.7);
  border: 1px solid 1px solid rgba(0, 59, 103, 0.1);
  background-color: #F4F9FC;
}

.default-btn.disabled:hover, .default-btn:disabled:hover {
  color: rgba(114, 133, 148, 0.7);
  border: 1px solid 1px solid rgba(0, 59, 103, 0.1);
  background-color: #F4F9FC;
}

.default-btn.disabled:hover i, .default-btn.disabled:hover svg, .default-btn:disabled:hover i, .default-btn:disabled:hover svg {
  color: rgba(114, 133, 148, 0.7);
  border: 1px solid 1px solid rgba(0, 59, 103, 0.1);
  background-color: #F4F9FC;
}

@media (min-width: 1200px) {
  .default-btn {
    min-width: 160px;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 24px;
  }
}

.checkbox-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.checkbox-radio input {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.checkbox-radio .checkbox {
  margin-right: 12px;
}

.checkbox-radio.disabled {
  pointer-events: none;
}

.checkbox {
  width: 24px;
  overflow: hidden;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 59, 103, 0.15);
}

.checkbox i {
  font-size: 24px;
  color: #fff;
  transition: .3s;
}

input:checked + .checkbox i, .checkbox.checked i {
  color: #4ABAF1;
}

input:focus + .checkbox {
  border-color: #4ABAF1;
}

input:disabled + .checkbox, .checkbox.disabled {
  pointer-events: none;
  background-color: rgba(0, 59, 103, 0.15);
}

input:disabled + .checkbox i, .checkbox.disabled i {
  display: none;
}

.radio {
  background-color: #fff;
}

.radio i {
  content: '';
  width: 33%;
  height: 33%;
  background-color: #fff;
  transform: scale(0);
  transition: .3s;
}

input:checked + .radio {
  background-color: #4ABAF1;
}

input:checked + .radio::after {
  transform: none;
}

input:disabled + .radio {
  background-color: rgba(0, 59, 103, 0.15);
}

input:focus {
  outline: none;
}

.input-container {
  position: relative;
  font-size: 14px;
  line-height: 22px;
}

.input-container input, .input-container textarea {
  width: 100%;
  padding: 33px 20px 10px;
  font-weight: 600;
  color: #003B67;
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
  transition: .3s;
  resize: none;
}

.input-container input:focus, .input-container input:hover, .input-container textarea:focus, .input-container textarea:hover {
  box-shadow: 0 0 15px rgba(74, 186, 241, 0.3);
}

.input-container input:focus, .input-container textarea:focus {
  border-color: #4ABAF1;
}

.input-container input::-moz-placeholder, .input-container textarea::-moz-placeholder {
  -moz-user-select: none;
       user-select: none;
  color: transparent;
}

.input-container input:-ms-input-placeholder, .input-container textarea:-ms-input-placeholder {
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}

.input-container input::placeholder, .input-container textarea::placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
}

.input-container .placeholder {
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #728594;
  transition: .3s;
}

.input-container :not(input:-moz-placeholder-shown) + .placeholder {
  top: 8px;
  transform: none;
}

.input-container :not(input:-ms-input-placeholder) + .placeholder {
  top: 8px;
  transform: none;
}

.input-container input:focus + .placeholder, .input-container :not(input:placeholder-shown) + .placeholder {
  top: 8px;
  transform: none;
}

.input-container input:invalid:not(:-moz-placeholder-shown) {
  border-color: #DF231A;
  color: #DF231A;
}

.input-container input:invalid:not(:-ms-input-placeholder) {
  border-color: #DF231A;
  color: #DF231A;
}

.input-container input:invalid:not(:placeholder-shown), .input-container input.invalid {
  border-color: #DF231A;
  color: #DF231A;
}

.input-container input:invalid:not(:-moz-placeholder-shown) + .placeholder {
  color: #DF231A;
}

.input-container input:invalid:not(:-ms-input-placeholder) + .placeholder {
  color: #DF231A;
}

.input-container input:invalid:not(:placeholder-shown) + .placeholder, .input-container input.invalid + .placeholder {
  color: #DF231A;
}

.input-container input.valid {
  border-color: #76BE2E;
}

.input-container input.disabled, .input-container input:disabled {
  background-color: #F4F9FC;
  pointer-events: none;
  color: rgba(114, 133, 148, 0.7);
}

.input-container input.disabled + .placeholder, .input-container input:disabled + .placeholder {
  color: rgba(114, 133, 148, 0.5);
  pointer-events: none;
}

.file {
  cursor: pointer;
  padding: 10px 19px;
  border: 1px dashed #4ABAF1;
  color: #4ABAF1;
  display: flex;
  background-color: #fff;
  align-items: center;
  transition: .3s;
}

.file:hover {
  box-shadow: 0 0 15px rgba(74, 186, 241, 0.3);
}

.file:focus-within {
  border: 1px solid #4ABAF1;
}

.file i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
}

.file input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.textarea {
  font-family: Commissioner;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 130px;
  color: #003B67;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
}

.textarea::-moz-placeholder {
  color: #728594;
}

.textarea:-ms-input-placeholder {
  color: #728594;
}

.textarea::placeholder {
  color: #728594;
}

.textarea:focus, .textarea:hover {
  outline: none;
  box-shadow: 0 0 15px rgba(74, 186, 241, 0.3);
}

.textarea:focus {
  border-color: #4ABAF1;
}

.textarea:disabled {
  background-color: rgba(0, 59, 103, 0.03);
}

.file-download {
  position: relative;
  padding: 15px 30px;
  flex-shrink: 0;
  width: 310px;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  line-height: 22px;
  transition: .3s;
  text-decoration: none;
}

.file-download__icon {
  font-size: 20px;
  color: #4ABAF1;
}

.file-download__separator {
  height: 50px;
  width: 1px;
  background-color: #EDEDED;
}

.file-download__title {
  transition: .3s;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2px;
}

.file-download__type {
  font-weight: 300;
  color: #4ABAF1;
}

.file-download:hover {
  background-color: #003B67;
}

.file-download:hover .file-download__title {
  color: #4ABAF1;
}

.custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.custom-select {
  display: flex;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #728594;
  background: #FFFFFF;
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

.custom-select__trigger:hover {
  box-shadow: 0 0 15px rgba(74, 186, 241, 0.3);
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-select__arrow {
  position: relative;
  height: 10px;
  width: 10px;
}

.custom-select__arrow::before, .custom-select__arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.custom-select__arrow::before {
  left: 4px;
  transform: rotate(55deg);
  background-color: #4ABAF1;
}

.custom-select__arrow::after {
  left: -4px;
  transform: rotate(-55deg);
  background-color: #4ABAF1;
}

.custom-select__arrow-up::before {
  left: -4px;
  transform: rotate(55deg);
  background-color: #4ABAF1;
}

.custom-select__arrow-up::after {
  left: 4px;
  transform: rotate(-55deg);
  background-color: #4ABAF1;
}

.custom-options {
  position: absolute;
  display: block;
  top: 130%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-options-wrp {
  height: 50px;
  overflow: auto;
  scrollbar-color: #4ABAF1 #f9f9fd;
  scrollbar-width: thin;
  margin-right: 26px;
  -moz-margin-end: 22px;
}

.custom-options-wrp::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
  opacity: 0.1;
}

.custom-options-wrp::-webkit-scrollbar-thumb {
  background: #4ABAF1;
  border-radius: 18px;
}

.custom-options-wrp::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  background-color: #f9f9fd;
}

.custom-options-title {
  border: none;
}

.custom-options-title:hover {
  border: none;
  box-shadow: none;
}

.custom-options-title::before {
  content: "";
  background: #000000;
  opacity: 0.06;
  height: 1px;
  width: 100%;
  bottom: 3px;
  left: 0;
  position: absolute;
}

.custom-option {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #003B67;
  transition: all 0.5s;
  cursor: pointer;
}

.custom-option-default {
  display: none;
}

.custom-option.selected {
  color: #4ABAF1;
}

.custom-option:hover {
  color: #4ABAF1;
  cursor: pointer;
}

.popup {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.popup-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(200, 213, 223, 0.15);
  border-radius: 5px;
  padding: 30px;
  width: 326px;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
  line-height: 22px;
}

.popup-content.no-padding {
  padding: 0;
}

.popup-content .info {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content .info i, .popup-content .info svg {
  font-size: .416em;
  width: 41.6%;
  height: 41.6%;
}

.popup-content .info.success {
  background-color: rgba(118, 190, 46, 0.1);
}

.popup-content .info.success i, .popup-content .info.success svg {
  color: #76BE2E;
  fill: #76BE2E;
}

.popup-content .info.warning {
  background-color: rgba(250, 166, 26, 0.2);
}

.popup-content .info.warning i, .popup-content .info.warning svg {
  color: #FAA61A;
  fill: #FAA61A;
}

.popup-closer {
  cursor: pointer;
  font-size: 24px;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: translate(100%, -100%);
}

.popup--half-bg .popup-content {
  display: flex;
  width: 684px;
  padding: 0;
}

.popup--half-bg .popup__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 34px;
  background-color: #00223C;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.popup--half-bg .popup__info {
  font-size: 14px;
  line-height: 22px;
  color: #728594;
  margin-bottom: 38px;
}

.popup--half-bg .popup__mail {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: #4ABAF1;
}

.popup--half-bg .popup__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #FFFFFF;
}

.popup--half-bg .popup__right {
  padding: 49px 72px;
}

.popup--half-bg .popup__agreement {
  margin-top: 38px;
  font-size: 12px;
  line-height: 20px;
  color: #728594;
}

.popup--half-bg .popup__agreement a {
  color: #4ABAF1;
  text-decoration: none;
}

.popup .form {
  display: grid;
  grid-gap: 8px;
}

.popup .form input {
  width: 100%;
  min-height: 60px;
}

.popup .form .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

@media (min-width: 576px) {
  .popup {
    padding: 40px 15px;
  }
}

@media (min-width: 768px) {
  .popup-content {
    min-width: 447px;
  }
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.arrow i, .arrow svg {
  font-size: .5em;
  color: #fff;
}

.slider-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: calc(50% - 39px);
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
}

@media (min-width: 1500px) {
  .slider-navigation {
    top: calc(50% - 11px);
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .slider-navigation {
    top: calc(50% - 13px);
  }
}

.slider-navigation .arrow {
  pointer-events: auto;
  z-index: 5;
}

.slider-navigation .arrow:first-child {
  transform: rotate(180deg);
}

.slider-navigation.wider-blue {
  width: calc(100% + 48px);
  margin-left: -24px;
}

.slider-navigation.wider-blue .arrow {
  background-color: #F4F9FC;
}

.slider-navigation.wider-blue .arrow i {
  color: #4ABAF1;
}

.slider-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.slider-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #DEDEDE;
  margin: 0 !important;
  opacity: 1;
}

.slider-pagination .swiper-pagination-bullet-active {
  background-color: #3D3D3B;
}

.slider-pagination.bars {
  width: 100%;
  display: flex;
  gap: 5px;
}

.slider-pagination.bars .swiper-pagination-bullet {
  border-radius: 0;
  height: 1px;
  width: 100%;
  margin: 0 !important;
  background: #DEDEDE;
}

.slider-pagination.bars .swiper-pagination-bullet-active {
  background: #003B67;
}

.swiper-scrollbar {
  background-color: rgba(0, 59, 103, 0.1);
  width: 100%;
  height: 5px;
  left: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: rgba(0, 59, 103, 0.1);
}

.scrollbar {
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #4ABAF1;
  border-radius: 5px;
}

.item-counter {
  display: flex;
  align-items: center;
  width: 140px;
  background: #FFFFFF;
  border: 1px solid #D8D7F3;
  border-radius: 4px;
}

.item-counter.disabled {
  filter: grayscale(1);
  background-color: rgba(0, 59, 103, 0.03);
  pointer-events: none;
}

.item-counter__minus, .item-counter__plus {
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
}

.item-counter__minus.disabled, .item-counter__plus.disabled {
  cursor: auto;
  opacity: .3;
}

.item-counter__minus::before, .item-counter__minus::after, .item-counter__plus::before, .item-counter__plus::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #3D3D3B;
  top: 50%;
  right: 0;
  transform: translate(-17px, -50%);
}

.item-counter__minus::after, .item-counter__plus::after {
  transform: translate(-17px, -50%) rotate(90deg);
}

.item-counter__minus::before {
  left: 0;
  transform: translate(17px, -50%);
}

.item-counter__minus::after {
  display: none;
}

.item-counter__value {
  display: block;
  width: 100%;
  min-width: 40px;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3D3D3B;
  text-align: center;
}

.item-counter__value::-webkit-inner-spin-button {
  display: none;
}

@media (max-width: 1199.98px) {
  .item-counter__value {
    pointer-events: none;
  }
}

.discount {
  background: #F4F9FC;
  border: 1px solid #EDEDED;
  border-radius: 19px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.discount__percent {
  color: #fff;
  display: inline-block;
  padding: 1px 8px;
  background-image: linear-gradient(75.43deg, #DF231A -0.36%, #003B67 99.4%);
  border-radius: 20px;
}

.discount__text {
  padding: 0 8px;
}

.product-avaliable {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #728594;
}

.product-avaliable i {
  font-size: 16px;
  color: #76BE2E;
}

.link {
  color: #4ABAF1;
  cursor: pointer;
  text-decoration: none;
}

.link i {
  font-size: 24px;
  margin-right: 15px;
  vertical-align: middle;
}

.link__right {
  margin-right: 0;
  margin-left: 15px;
}

.preloader {
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.preloader::after {
  content: '';
  width: 48px;
  height: 48px;
  background-image: url("/templates/project/assets/img/preloader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: preloaderSpin linear infinite 2s;
          animation: preloaderSpin linear infinite 2s;
}

@-webkit-keyframes preloaderSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloaderSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navigation-links {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  gap: 30px;
  padding-bottom: 17px;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .navigation-links {
    gap: 40px;
    overflow-x: unset;
  }
}

.navigation-links::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 59, 103, 0.1);
  display: none;
}

@media (min-width: 1200px) {
  .navigation-links::after {
    display: block;
  }
}

.navigation-links__right {
  margin-left: auto;
}

.navigation-links__right i {
  font-size: 24px;
  vertical-align: middle;
  color: #4ABAF1;
  margin-right: 11px;
}

.navigation-links a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #003B67;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-links a::after {
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  width: 100%;
  height: 1px;
  background-color: #4ABAF1;
  display: none;
}

.navigation-links a:hover, .navigation-links a.active {
  color: #4ABAF1;
}

@media (min-width: 1200px) {
  .navigation-links a:hover::after, .navigation-links a.active::after {
    display: block;
  }
}

.items-footer {
  margin-top: 30px;
  display: grid;
  grid-gap: 10px;
}

@media (min-width: 768px) {
  .items-footer {
    display: flex;
    justify-content: space-between;
  }
}

.page-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.page-pagination__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  transition: .3s;
}

.page-pagination__item a:hover {
  color: #4ABAF1;
  background-color: #F4F9FC;
}

.page-pagination__item--prev a, .page-pagination__item--next a {
  background-color: #4ABAF1;
  color: #fff;
  font-size: 24px;
}

.page-pagination__item--prev {
  margin-right: auto;
}

.page-pagination__item--prev a {
  transform: rotate(180deg);
}

.page-pagination__item--next {
  margin-left: auto;
}

.page-pagination__item--current a {
  color: #4ABAF1;
  background-color: #F4F9FC;
}

.form-success {
  margin-top: 20px;
  border: 1px solid #76BE2E;
  padding: 10px;
  text-align: center;
}

.form-errors {
  display: grid;
  grid-gap: 10px;
  margin-top: 20px;
  text-align: center;
}

.form-errors > * {
  padding: 10px;
  border: 1px solid red;
}

.select {
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.select select {
  display: none;
}

.select.toggled {
  z-index: 10;
  filter: drop-shadow(0 0 15px rgba(74, 186, 241, 0.3));
}

.select__visible {
  padding: 8px 20px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}

.select:not(.toggled):hover {
  box-shadow: 0 0 15px rgba(74, 186, 241, 0.3);
}

.select:focus .select__visible {
  border-color: #4ABAF1;
}

.select__placeholder {
  font-size: 12px;
  line-height: 20px;
  color: #728594;
}

.select__chosed {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #003B67;
}

.select__options {
  padding: 8px 20px;
  background-color: #fff;
  position: absolute;
  display: grid;
  grid-gap: 8px;
  top: 100%;
  width: 100%;
  left: 0;
  border-top: 1px solid #EDEDED;
  max-height: 300px;
  overflow-y: auto;
}

.select .option {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #003B67;
}

.select .option .checkbox {
  margin-right: 12px;
}

.select .option__text {
  margin-top: 3px;
}

.select .option:hover {
  color: #4ABAF1;
}

.select__icon {
  position: absolute;
  bottom: 9px;
  right: 16px;
  color: #4ABAF1;
  font-size: 24px;
  transform: rotate(90deg);
}

.select.toggled .select__icon {
  transform: rotate(-90deg);
}

.select.disabled {
  background-color: #F4F9FC;
}

.select.disabled .select__placeholder {
  color: rgba(114, 133, 148, 0.5);
}

.select.disabled .select__chosed {
  color: #728594;
}

.select.disabled .select__icon {
  color: #728594;
}

.aside-blue-block {
  padding: 30px;
  background: #F4F9FC;
  border-radius: 5px;
}

.aside-blue-block .heading2 {
  margin-bottom: 14px;
}

.aside-blue-block__top {
  margin-bottom: 20px;
}

.aside-blue-block__link {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3D3D3B;
}

.aside-blue-block .default-btn {
  margin-top: 14px;
}

.aside-blue-block__btn {
  width: 100%;
  background-color: #003B67;
  border-color: #003B67;
}

.aside-blue-block__btn2 {
  width: 100%;
  background-color: #F34747;
  border-color: #F34747;
}

.aside-blue-block__btn3 {
  display: inline-block;
  min-width: unset;
  background-color: #003B67;
  border-color: #003B67;
}

@media (min-width: 1200px) {
  .aside-blue-block {
    display: block;
  }
}

.hr {
  margin: var(--heading-margin) 0;
  border: none;
  border-bottom: 1px solid rgba(0, 59, 103, 0.1);
}

.article-description blockquote {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  border-left: 2px solid #4ABAF1;
  font-weight: bold;
}

.article-description ul {
  list-style: none;
  padding: 0;
}

.article-description ul li {
  position: relative;
  margin-bottom: .8em;
  padding-left: 30px;
}

.article-description ul li::before {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #4ABAF1;
  position: absolute;
  left: 0;
  top: 9px;
}

.article-description ol {
  padding: 0;
  list-style: none;
}

.article-description ol li {
  position: relative;
  counter-increment: list;
  padding-left: 30px;
  margin-bottom: .8em;
}

.article-description ol li::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  color: #4ABAF1;
}

.article-description ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .article-description blockquote {
    padding-left: 40px;
  }
}

.article-main-thumb {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: lightgrey;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-main-thumb::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 36.5%;
}

.article-main-thumb img {
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-main-thumb i {
  position: absolute;
  font-size: 40px;
  color: #000000;
}

@media (min-width: 1200px) {
  .article-top-container.row {
    flex-wrap: nowrap;
  }
  .article-top-container .col--thumb {
    width: 66.6666%;
    flex-shrink: 0;
  }
}

.vid-container-16-9 {
  position: relative;
  margin: auto;
  background-color: #F4F9FC;
}

.vid-container-16-9 video, .vid-container-16-9 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vid-container-16-9::after {
  content: '';
  display: block;
  padding-top: 56.25%;
}
