@charset "UTF-8";
h1 {
  font-family: Geologica, "cursive";
  font-size: 104px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: -0.035em;
  text-align: left;
  color: #0c1e34;
  pointer-events: none;
  user-select: none;
}

h2,
h2 > span {
  font-family: Geologica, "cursive";
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.035em;
  text-align: left;
  color: #0c1e34;
  pointer-events: none;
  user-select: none;
}
h2 span,
h2 > span span {
  background-color: #ffbf00;
  padding: 0 8px 0 8px;
  color: #0c1e34;
}

h3,
h3 > span {
  font-family: Geologica, "cursive";
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.035em;
  text-align: left;
  color: #0c1e34;
  pointer-events: none;
  user-select: none;
}
h3 span,
h3 > span span {
  background-color: #ffbf00;
  padding: 0 8px 0 8px;
  color: #0c1e34;
}

h4 {
  font-family: Geologica, "cursive";
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #0c1e34;
}

h5 {
  font-family: Geologica, "cursive";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.011em;
  text-align: left;
  color: #0c1e34;
}

p {
  font-family: Geologica, "cursive";
  line-height: 27px;
  text-align: left;
  color: #0c1e34;
}
p.m {
  font-size: 16px;
}
p.l {
  font-size: 18px;
}
p.normal {
  font-weight: 400;
}
p.bold {
  font-weight: 600;
}

.font-error {
  font-size: 14px;
}

.header-title-privacy {
  font-size: 90px;
}

@media screen and (max-width: 1000px) {
  .header-title-privacy {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 48px;
  }
  h2,
  h2 > span {
    font-size: 32px;
  }
  h3,
  h3 > span {
    font-size: 28px;
    line-height: 40px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  .header-title-privacy {
    font-size: 30px;
  }
}
button {
  cursor: pointer;
}

.button-primary {
  border: 2px solid #ffbf00;
  background-color: transparent;
  display: flex;
  gap: 8px;
  align-items: center;
}
.button-primary:hover {
  background-color: #ffbf00;
}
.button-primary:focus {
  background-color: #ffbf00;
}
.button-primary:disabled {
  background-color: #c4cdd8;
  border-color: transparent;
  pointer-events: none;
}
.button-primary.s {
  padding: 8px 16px 8px 16px;
  margin: 0 0 7px 5px;
}
.button-primary.l {
  padding: 16px 24px 16px 24px;
}
.button-primary.m {
  padding: 8px 16px 8px 16px;
  width: max-content;
}

.button-secondary {
  padding: 8px 16px 8px 16px;
  border-color: transparent;
  background-color: transparent;
}
.button-secondary:hover {
  background-color: #e0cfb7;
}
.button-secondary:focus {
  background-color: #e0cfb7;
}
.button-secondary:disabled {
  color: #c4cdd8;
  background-color: transparent;
}

.action a {
  color: #07121F;
}

.button-link {
  padding: 4px 4px 4px 8px;
  border-color: transparent;
  background-color: transparent;
  border-bottom: 2px solid #ffbf00;
  display: flex;
  align-items: center;
  gap: 9px;
}
.button-link:hover {
  border: 2px solid #ffbf00;
  background-color: #ffbf00;
}
.button-link:focus {
  border: 2px solid #ffbf00;
  background-color: #ffbf00;
}
.button-link:disabled {
  color: #c4cdd8;
  border-color: transparent;
  background-color: transparent;
}

.button-filer {
  padding: 8px;
  border-color: transparent;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: left;
}
.button-filer:disabled {
  border: 2px solid transparent;
  background-color: transparent;
  color: #c4cdd8;
}

.button-filtration {
  padding: 8px;
  border-color: transparent;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: left;
}
.button-filtration.selected {
  border-bottom: 2px solid #ffbf00;
}
.button-filtration:focus {
  border-bottom: 2px solid #ffbf00;
}
.button-filtration:active {
  border-bottom: 2px solid #ffbf00;
}
.button-filtration:disabled {
  border: 2px solid transparent;
  background-color: transparent;
  color: #c4cdd8;
}

.button-icon {
  height: 56px;
  width: 56px;
  padding: 6px;
  background-color: #ffbf00;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-icon:disabled {
  background-color: #f1eee5;
  cursor: auto;
}

.icon-placeholder {
  display: flex;
}

@media screen and (max-width: 800px) {
  .button-link {
    position: relative;
    z-index: 10;
  }
}
mat-icon {
  width: 40px !important;
  height: 40px !important;
}
mat-icon.big {
  width: 48px !important;
  height: 48px !important;
}
mat-icon.technology {
  width: 64px !important;
  height: 64px !important;
}
mat-icon.steps-icon {
  width: 78px !important;
  height: 78px !important;
}
mat-icon.small {
  width: 24px !important;
  height: 24px !important;
}
mat-icon.navbar {
  width: 32px !important;
  height: 32px !important;
}
mat-icon.logo {
  width: 91px !important;
  height: 37px !important;
}
mat-icon.rotate {
  transform: rotate(180deg);
}

ul.custom {
  list-style: none;
  padding-left: 0;
}
ul.custom .ul-header {
  margin: 16px 0;
}
ul.custom li {
  color: #ffbf00;
  position: relative;
  padding-left: 0.6rem;
  display: flex;
  align-items: center;
}
ul.custom li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 20px;
  color: #ffbf00;
}
ul.custom li.li-navbar {
  width: 100%;
  height: 35px;
}
ul.custom li.li-big {
  height: 60px;
}
ul.custom li p {
  color: #2b353f;
}
ul.custom li .service-custom {
  padding: 15px 0 0 10px;
}

.arrow-up-right-bold {
  display: flex;
  width: 24px !important;
  height: 24px !important;
}

.ngx-pagination {
  padding-top: 80px;
}
.ngx-pagination .current {
  padding: 0 !important;
  background: #ffbf00 !important;
  width: 43px;
  height: 41px;
  line-height: 2.2;
  text-align: center;
}
.ngx-pagination .current .pagination-previous span::before {
  content: "qwe";
  display: none;
}
.ngx-pagination .current span {
  color: #07121f;
}
.ngx-pagination .pagination-previous span::before {
  content: "qwe";
  display: none;
}
.ngx-pagination .pagination-previous.disabled:before {
  content: "" !important;
}
.ngx-pagination .pagination-next.disabled:after {
  content: "" !important;
}

.border-custom {
  border-top: 4px solid;
  border-right: 16px solid;
  border-bottom: 16px solid;
}
.border-custom.small {
  border-top: 4px solid;
  border-right: 8px solid;
  border-bottom: 8px solid;
  clip-path: polygon(0 0, 98.5% 0, 100% 1.5%, 100% 100%, 1.5% 100%, 0 97%);
}
.border-custom.middle {
  clip-path: polygon(0 0, 98% 0, 100% 3%, 100% 100%, 2.5% 100%, 0 96.5%);
}
.border-custom.big {
  clip-path: polygon(0 0, 99% 0, 100% 3%, 100% 100%, 1.5% 100%, 0 97%);
}

@media screen and (max-width: 500px) {
  .border-custom {
    border-top: 2px solid;
    border-right: 6px solid;
    border-bottom: 6px solid;
  }
  .border-custom.small {
    border-top: 2px solid;
    border-right: 6px solid;
    border-bottom: 6px solid;
  }
  .border-custom.middle {
    clip-path: polygon(0 0, 99% 0, 100% 2%, 100% 100%, 1.5% 100%, 0 98.5%);
  }
  .border-custom.big {
    clip-path: polygon(0 0, 99% 0, 100% 1%, 100% 100%, 1.5% 100%, 0 97%);
  }
}
.all-projects {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.slider {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}
.slider .action__slider {
  display: flex;
  justify-content: end;
  gap: 32px;
}
.slider .action__slider button {
  height: 48px;
  width: 48px;
}
.slider .action__slider button mat-icon {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 800px) {
  .all-projects {
    width: 420px;
    flex: 2;
  }
  .slider .action__slider {
    flex: none;
  }
}
@media screen and (max-width: 500px) {
  .all-projects {
    width: 100%;
  }
  .slider {
    flex-direction: row;
  }
}
ul.custom-services {
  list-style-type: square;
}
ul.custom-services .ul-header-services {
  margin: 16px 0;
}
ul.custom-services li {
  color: #ffbf00;
  margin-left: 20px;
}
ul.custom-services li::marker {
  font-size: 30px;
}
ul.custom-services li.li-services {
  height: 35px;
}
ul.custom-services li.li-big {
  height: 60px;
}
ul.custom-services li p {
  color: #2b353f;
}

* {
  font-family: Geologica;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*[ng-reflect-router-link] {
  color: #0c1e34;
}

.button-link,
.button-primary {
  color: inherit !important;
  width: fit-content;
  cursor: pointer;
}

a {
  text-decoration: none;
}

body {
  width: 100vw;
  overflow-x: hidden !important;
  background-color: #faf8f5;
}

:root {
  --blue: rgba(81, 108, 153, 1);
  --orange: rgba(205, 111, 71, 1);
  --green: rgba(81, 152, 114, 1);
  --red: rgba(152, 81, 81, 1);
  --olive: rgba(205, 199, 71, 1);
}

/*# sourceMappingURL=theme.css.map */
