/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v23-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-v23-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  display: block;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  transition: 0.2s;
  outline: 0;
  cursor: pointer;
  color: #bd1f34;
}
a:hover {
  color: #aaa;
}
a.is-link {
  text-decoration: underline;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #303C4B;
  font-weight: 400;
  background: #F9F9FF;
}
body .environment-test {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c92100;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  z-index: 1000;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(odd) {
  background-color: #aaa;
}
table tr th {
  padding: 20px;
  background: #bd1f34;
  color: #fff;
}
table tr td {
  padding: 20px;
}
/* ATOMS */
b,
strong {
  font-weight: 700;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
.list {
  margin-bottom: 25px;
}
.list li {
  margin: 0 0 0 20px;
}
h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin: 35px 0 25px 0;
  text-align: center;
  color: #bd1f34;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #bd1f34;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #303C4B;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  font-weight: 400;
  height: 36px;
}
.btn.btn-important {
  background-color: #bd1f34;
}
.btn.btn-only-icon {
  width: 36px;
  padding: 0;
}
.btn:hover {
  color: #fff;
  background-color: #303C4B;
}
.container {
  margin: auto;
  max-width: 1280px;
  padding: 0 25px;
}
/* HELPER */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-color {
  color: #bd1f34;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #bd1f34;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  align-self: flex-end;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #303C4B;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  font-weight: 400;
  height: 36px;
  margin: 2px;
  border-radius: 100%;
  padding: 8px 6px;
}
.pagination .pagination-prev.btn-important,
.pagination .pagination-next.btn-important {
  background-color: #bd1f34;
}
.pagination .pagination-prev.btn-only-icon,
.pagination .pagination-next.btn-only-icon {
  width: 36px;
  padding: 0;
}
.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
  color: #fff;
  background-color: #303C4B;
}
.pagination .pagination-current {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
/* ACCORDION */
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.accordion-item.is-open .accordion-header .btn {
  background-color: #303C4B;
}
.accordion-item.is-open .accordion-header .btn svg line:nth-child(1) {
  transform: rotate(90deg);
}
.accordion-item.is-open .accordion-content {
  max-height: 200px;
  padding-top: 25px;
  opacity: 1;
}
/* COLS */
.cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cols .col {
  flex: 1;
}
/* HEADER */
.header {
  background-color: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;
  gap: 0 20px;
}
.header .header-logo img {
  height: 48px;
}
.header .header-menu {
  display: flex;
  gap: 30px;
}
.header .header-menu .menu-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  height: 70px;
}
.header .header-menu .menu-item.active {
  color: #bd1f34;
}
.header .header-menu .header-menu-btn-close {
  line-height: 0;
  display: none;
}
.header .header-menu-btn-open {
  line-height: 0;
  display: none;
}
.header.is-environment-test {
  padding-top: 20px;
}
/* HOME BANNER */
.home-banner {
  position: relative;
}
.home-banner .banner {
  height: 650px;
  background: #aaa no-repeat center center;
  background-size: cover;
  filter: grayscale(1);
}
.home-banner .tns-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: calc(50% - 50px);
  z-index: 100;
  padding: 0 20px;
}
.home-banner .tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bd1f34;
  outline: none;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  transition: 0.3s;
}
.home-banner .tns-controls button:hover {
  background-color: #303C4B;
}
.home-banner .tns-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .tns-nav button {
  width: 13px;
  height: 13px;
  background-color: #aaa;
  border-radius: 999px;
  outline: none;
  border: none;
  margin: 15px 5px;
}
.home-banner .tns-nav button.tns-nav-active {
  background-color: #bd1f34;
}
.page-content {
  margin-bottom: 50px;
}
.hero {
  background: transparent no-repeat center center;
  background-size: cover;
  height: 300px;
  margin-bottom: 25px;
  filter: grayscale(1);
}
/* LOGIN */
.form-login {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border-radius: 5px;
  padding: 20px;
  max-width: 360px;
  margin: auto;
  margin-bottom: 15px;
}
.form-login-to-registration {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
#map {
  min-height: 375px;
}
/* FORM */
.form-wrapper {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
.form-wrapper h2 {
  width: 100%;
  margin-top: 25px;
}
.form-wrapper h2:first-child {
  margin-top: 0;
}
.form-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrapper form .repeater {
  width: 100%;
  position: relative;
}
.form-wrapper form .repeater .btn {
  min-width: 215px;
}
.form-wrapper form .repeater .btn svg {
  margin-right: 10px;
}
.form-wrapper form .repeater .repeater-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.form-wrapper form .repeater .repeater-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #303C4B;
}
.form-wrapper form .repeater .repeater-item:only-of-type .btn-delete {
  display: none;
}
.form-wrapper form .repeater .btn-add {
  position: absolute;
  right: 0;
  bottom: -36px;
}
.radio-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-field {
  width: calc(50% - 10px);
  padding-bottom: 10px;
}
.form-field.is-full {
  width: 100%;
}
.form-field.is-half {
  width: calc(25% - 10px);
}
.form-field.is-mini {
  width: calc(16.5% - 10px);
}
.form-field.is-hidden {
  display: none;
}
.form-field.is-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.form-field.is-checkbox label {
  width: calc(100% - 30px);
}
.form-field.is-radio {
  width: auto;
  cursor: pointer;
}
.form-field.is-radio input {
  display: none;
}
.form-field.is-radio input:checked + label {
  background-color: #bd1f34;
}
.form-field label {
  font-size: 15px;
  line-height: 15px;
}
.form-field.form-field-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-field.form-field-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-break {
  display: block;
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 13px;
  line-height: 14px;
  border: 1px solid #eee;
  font-style: normal;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  background: #fff;
  transition: 0.3s;
  border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #303C4B;
  outline: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #000;
  position: relative;
  padding: 0;
}
input[type=checkbox]::before,
select[type=checkbox]::before,
textarea[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  border-radius: 999px;
}
input[type=checkbox]:checked::before,
select[type=checkbox]:checked::before,
textarea[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=radio],
select[type=radio],
textarea[type=radio] {
  width: 20px;
}
select {
  padding: 0 5px;
}
textarea {
  padding: 10px;
  height: 120px;
}
.form-actions {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
/* FOOTER */
footer {
  background-color: #303C4B;
  color: #fff;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 25px;
  gap: 90px;
}
footer .container .footer-company .footer-logo {
  width: 175px;
}
.footer-last {
  background-color: #1b222b;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
/* MODAL */
html.modal-overflow {
  overflow: hidden;
  touch-action: none;
}
html.modal-overflow body {
  overflow: hidden;
  touch-action: none;
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
}
.modal-container.is-visible {
  opacity: 1;
}
.modal-container .modal-window {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 90vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
}
.modal-container .modal-window .modal-header {
  text-align: center;
}
.modal-container .modal-window .modal-header svg {
  width: 48px;
  height: 48px;
  color: #fff;
}
.modal-container .modal-window .modal-content {
  padding: 25px 25px 0 25px;
  overflow-y: auto;
  max-height: calc( 90vh - 85px);
  text-align: center;
}
.modal-container .modal-window .modal-footer {
  display: flex;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-container .modal-window.loading {
  text-align: center;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.modal-container .modal-window.loading .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-container .modal-window.loading svg {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  display: block;
}
.modal-container .modal-window.loading .modal-footer {
  display: none;
}
.modal-container .modal-window.is-template-modal {
  max-width: 600px;
}
/* ALERT */
body.alert-overflow {
  overflow: hidden;
}
.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible .alert {
  opacity: 1;
  transform: translate(0, 0);
}
.alert-container .alert {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
.alert-container .alert .alert-title {
  font-size: 3rem;
}
.alert-container .alert .alert-content {
  padding: 25px 25px 0px 25px;
}
.alert-container .alert .alert-footer {
  display: flex;
  align-items: center;
  padding: 15px 15px 25px 15px;
  justify-content: center;
}
.alert-container .alert .btn {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn + .btn {
  margin-left: 8px;
}
.alert-container .alert.alert-success {
  background-color: #45a53c;
  color: #fff;
}
.alert-container .alert.alert-success .btn:hover {
  color: #45a53c !important;
}
.alert-container .alert.alert-error {
  background-color: #c92100;
  color: #fff;
}
.alert-container .alert.alert-error .btn:hover {
  color: #c92100 !important;
}
@media (max-width: 1024px) {
  footer .container {
    padding: 25px;
  }
}
@media (max-width: 1023px) {
  h4 {
    margin: 25px auto 10px auto;
  }
  .container {
    padding: 0 15px;
  }
  .header .container {
    padding: 0;
    min-height: 0;
    gap: 0 10px;
  }
  .header .header-logo {
    padding: 10px 0 10px 10px;
  }
  .header .header-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background-color: #bd1f34;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .header .header-menu .menu-item {
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 36px;
  }
  .header .header-menu .menu-item.active {
    color: #303C4B;
    font-weight: bold;
  }
  .header .header-menu .header-menu-btn-close {
    display: inline-flex;
    position: absolute;
    margin: auto;
    top: 22px;
    right: 15px;
  }
  .header .header-menu.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .header .header-menu-btn-open {
    display: block;
    padding: 10px 15px 10px 0;
  }
  footer .container {
    gap: 25px;
  }
  footer .container .footer-company {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .container .footer-company .footer-logo {
    width: 125px;
  }
  footer .container .footer-section {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .home-banner .banner {
    height: 250px;
  }
  .form-field {
    width: 100%;
  }
}
