@font-face {
  font-family: "Montserrat-web";
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-web";
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-web";
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-web";
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


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

* {
  margin: 0;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

address {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
  padding: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

iframe:focus {
  outline: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.container,
.container1440 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1200px 1fr;

  @media (max-width: 1550px) {
    grid-template-columns: 1fr 1100px 1fr;
  }

  @media (max-width: 1200px) {
    grid-template-columns: 20px 1fr 20px;
  }

  @media (max-width: 380px) {
    grid-template-columns: 15px 1fr 15px;
  }
}

br.mobbr {
  display: none;
  @media (max-width: 500px) {
    display: block !important;
  }
}

.container1440 {
  grid-template-columns: 1fr 1440px 1fr;

  @media (max-width: 1550px) {
    grid-template-columns: 1fr 1100px 1fr;
  }

  @media (max-width: 1200px) {
    grid-template-columns: 20px 1fr 20px;
  }

  @media (max-width: 380px) {
    grid-template-columns: 15px 1fr 15px;
  }
}

.container>*,
.container1440>* {
  grid-column: 2 / 3;
  min-width: 0;
}

@media (max-width:700px) {
  *::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: #e5e5e5;
  }

  *::-webkit-scrollbar-thumb {
    background: #2aabee;
    border-radius: 2px;
  }
}

body {
  font-family: "Montserrat-web", sans-serif;
  line-height: 1.4;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #0A3654;
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100vh;
}

.maxline2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.maxline3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

em {
  font-family: Arial, Helvetica, sans-serif;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.pagewrap {
  flex-grow: 1;
  position: relative;
}

.button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: var(--fz, 18px);
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(90deg, #2aabee 0%, #229ed9 100%);
  font-weight: 700;
  font-family: inherit;
  height: var(--h, 90px);
  padding: 0 var(--px, 50px);
  border-radius: var(--br, 28px);
  box-shadow: 0 4px 0 rgba(34, 158, 217, 0.15);
  transition: background 0.4s ease, box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
  white-space: nowrap;
}

.button span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.button:hover {
  color: #fff;
  background: linear-gradient(90deg, #229ed9 0%, #1a87b8 100%);
}

.button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(34, 158, 217, 0.15);
}

.button-shadow {
  background: transparent;
  border: 1px solid #0086C5;
  color: #0086C5;
  box-shadow: none;
}

.button-shadow:hover {
  color: #0086C5;
  background: none;
  opacity: 0.8;
}

.button-orange {
  background: #EB5721;
  color: #fff;
  box-shadow: 0 4px 0 rgba(235, 87, 33, 0.15);
}

.button-orange:hover {
  color: #fff;
  background: hsl(16, 83%, 59%);
}


.button-arrow {
  padding-right: var(--px, 50px);
}

.button-arrow span {
  gap: 18px;

  @media (max-width: 1550px) {
    gap: 10px;
  }

  @media (max-width: 992px) {
    gap: 6px;
  }
}

.button-arrow span::after {
  content: "";
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  z-index: 10;
  background-image: url("/img/button-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

  @media (max-width: 1200px) {
    width: 12px;
    height: 12px;
  }
}


input.button {
  white-space: normal;
}

@media (max-width: 1000px) {
  .button {
    font-size: var(--fz, 14px);
    height: var(--h, 60px);
    padding: 0 var(--px, 28px);
    border-radius: var(--br, 18px);
  }
}


b {
  font-weight: 600;
}


.rootblock {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.accordcss {
  position: relative;
}

.accordcss>input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.accordcss__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-in-out;
}

.accordcss:has(input:checked)~.accordcss__content {
  grid-template-rows: 1fr;
}

.accordcss__hider {
  min-height: 0;
  overflow: hidden;
}



.scrollTop {
  display: flex;
  pointer-events: none;
  width: 50px;
  height: 50px;
  background: #1D1B1A;
  border-radius: 50%;
  position: fixed;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
  z-index: 200;
}

@media (max-width: 767px) {
  .scrollTop {
    width: 40px;
    height: 40px;
  }
}

.scrollTop.active {
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}

.scrollTop svg {
  stroke: #fff;
  display: block;
  margin: auto;
  width: 50%;
  transform: translateY(-1px);
}



.f-html {
  --f-html-bg: #000000;
  --f-html-padding: 0;
  width: auto !important;
  --f-video-width: calc(100% - 20px);
  --f-video-height: calc(100% - 100px);
  --f-video-aspect-ratio: 9 / 16;
  border-radius: 12px;

  @media (max-width: 767px){
    height: auto !important;
  }
}

.fancy-horizontal-frame .f-html {
  aspect-ratio: 16 / 9 !important;
  width: calc(100% - 200px) !important;
  height: auto !important;
  max-width: 1000px !important;
}

.f-html5video{
  border-radius: 12px;
}
