@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Micra";
  font-weight: 400;
  font-style: normal;
  src: url("/template/fonts/Micra/Micra.eot");
  src: url("/template/fonts/Micra/Micra.eot?#iefix") format("embedded-opentype"), url("/template/fonts/Micra/Micra.woff") format("woff"), url("/template/fonts/Micra/Micra.ttf") format("truetype");
}
@font-face {
  font-family: "Micra";
  font-weight: 700;
  font-style: normal;
  src: url("/template/fonts/Micra/Micra-Bold.eot");
  src: url("/template/fonts/Micra/Micra-Bold.eot?#iefix") format("embedded-opentype"), url("/template/fonts/Micra/Micra-Bold.woff") format("woff"), url("/template/fonts/Micra/Micra-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Centurykz";
  font-weight: 400;
  font-style: normal;
  src: url("/template/fonts/Centurykz/Centurykz.eot");
  src: url("/template/fonts/Centurykz/Centurykz.eot?#iefix") format("embedded-opentype"), url("/template/fonts/Centurykz/Centurykz.woff") format("woff"), url("/template/fonts/Centurykz/Centurykz.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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 {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #273d4b;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover, a:focus {
  text-decoration: none;
}

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 34px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #fff;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #fff;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #fff;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 5px 0 0;
  display: inline;
}

label {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
label:last-child {
  margin: 0;
}

textarea {
  resize: none;
  padding: 12px 17px;
  height: 103px;
}

button, .btn {
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: normal;
  height: 51px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-border-accent {
  border: 1px solid #ecc364;
  background: transparent;
  color: #ecc364;
}
.btn-border-accent:hover {
  background: #ecc364;
  color: #02050e;
}
.btn-border-accent:hover .btn-icon {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.btn-black {
  background: #02050e;
  color: #fff;
}
.btn-black:hover {
  background: #ecc364;
  color: #fff;
}

.btn-icon {
  margin: 0 0 0 6px;
}

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

strong, b {
  font-weight: bold;
  display: inline-block;
}

ul, ol {
  padding: 0 0 0 20px;
}

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

.list-dots {
  list-style-type: disc;
}

.list-checked li {
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 15px;
}
.list-checked li:last-child {
  margin: 0;
}
.list-checked li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/template/images/check-icon.png") no-repeat center;
  background-size: 100%;
}

.list-decor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 25px;
}
.list-decor li:last-child {
  margin: 0;
}
.list-decor li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0 13px 0 0;
  background: url("/template/images/checked.png") no-repeat center;
  background-size: 100%;
}

.text-indent {
  text-indent: 10px;
}

.container {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.w-100 {
  width: 100%;
}

.col-3 {
  width: 25%;
  padding: 0 15px;
}

.col-20 {
  width: 20%;
  padding: 0 15px;
}

h1 {
  text-transform: uppercase;
  width: 100%;
  font-size: 36px;
  font-family: "Micra", sans-serif;
  font-weight: normal;
}

h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Micra", sans-serif;
  font-size: 36px;
  margin: 0 auto 50px;
  color: #000325;
}

.h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Micra", sans-serif;
}

.h4 {
  text-transform: uppercase;
  font-family: "Micra", sans-serif;
}

.bg-black {
  background: #02050e;
  color: #fff;
}
.bg-black h2 {
  color: #fff;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

.p-80 {
  padding: 80px 0;
}

.p-100 {
  padding: 100px 0;
}

a.color-black {
  color: #02050e;
}
a.color-black:hover {
  color: #ecc364;
}

.color-accent {
  color: #ecc364;
}

a.color-accent {
  color: #ecc364;
}
a.color-accent:hover {
  color: #02050e;
}

.box-text {
  line-height: 1.25;
}
.box-text p {
  margin: 0 0 20px;
}
.box-text p:last-child {
  margin: 0;
}

.section-decor {
  position: relative;
}
.section-decor::before, .section-decor::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 554px;
  height: 100%;
  mix-blend-mode: luminosity;
}
.section-decor::before {
  left: 0;
  top: 0;
  background: url("/template/images/decor-bg1.png") repeat-y right top;
  background-size: 100%;
}
.section-decor::after {
  right: 0;
  bottom: 0;
  background: url("/template/images/decor-bg2.png") repeat-y left top;
  background-size: 100%;
}

.list-messengers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-messengers li {
  margin: 0 20px 0 0;
}
.list-messengers li:last-child {
  margin: 0;
}
.list-messengers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.72px;
  font-size: 18px;
}
.list-messengers li a:hover {
  color: #fff;
}
.list-messengers li .messengers-box__icon {
  width: 51px;
  height: 51px;
  border-radius: 5px;
  padding: 10px;
}
.list-messengers li .phone__icon {
  border-color: #fff;
}
.list-messengers li .phone__icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.telegram-link {
  background: #34a4de;
}

.whatsapp-link {
  background: #33ae4b;
}

.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  border-top: 8px solid #fff;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}

.dropdown-menu {
  position: absolute;
  left: calc(100% - 30px);
  top: 100%;
  z-index: 5;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.57);
  max-width: 150px;
  min-width: 150px;
  padding: 10px 6px;
  font-size: 15px;
  display: none;
}

.dropdowm-item {
  margin: 0 0 7px;
  color: #fff;
}
.dropdowm-item:last-child {
  margin: 0;
}
.dropdowm-item:hover {
  color: #ccc;
}

.label-file {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 100;
}
.label-file input {
  display: none;
}
.label-file__icon {
  margin: 0 10px 0 0;
}

.fixed-btn {
  position: fixed;
  z-index: 10;
  width: 85px;
  height: 85px;
  padding: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-btn::before, .fixed-btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}
.fixed-btn:before {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
}
.fixed-btn img {
  position: relative;
  z-index: 1;
}

.fixed-btn-whatsapp {
  background: #55cd6c;
  right: 42px;
  bottom: 125px;
}
.fixed-btn-whatsapp::before {
  background: rgba(85, 205, 108, 0.2);
}
.fixed-btn-whatsapp:after {
  background: rgba(85, 205, 108, 0.4);
}

.fixed-btn-chat {
  right: 100px;
  bottom: 40px;
  background: #0e63a6;
  padding: 22px 22px 22px 14px;
}
.fixed-btn-chat::before {
  background: rgba(14, 99, 166, 0.2);
}
.fixed-btn-chat:after {
  background: rgba(14, 99, 166, 0.4);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
.breadcumb {
  width: 100%;
  margin: 75px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  color: #100e16;
}
.breadcumb li a {
  color: #100e16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcumb li a::after {
  content: ">";
  display: inline;
  margin: 0 5px;
}
.breadcumb li a:hover {
  color: #ecc364;
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-social li {
  margin: 0 11px 0 0;
}
.list-social li:last-child {
  margin: 0;
}
.list-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page {
  overflow: hidden;
}
.page h1 {
  margin: 0 auto 20px;
}
.page .box-text ul {
  margin: 0 0 20px;
}

.wrapper-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-information__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  z-index: -1;
  margin: 0 auto;
}
.section-information__content {
  width: calc(100% - 350px);
}