@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html,
body {
  height: 100%;
  position: relative; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000; }
  body.fixed {
    overflow: hidden; }

.container {
  max-width: 1230px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 15px; }

img {
  display: block; }

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

a {
  /* @include adaptivValue("font-size", 16, 16, 1); */
  display: inline-block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #fff; }

button:focus,
input:focus {
  outline: transparent; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
  .wrapper.overlay {
    position: relative; }
    .wrapper.overlay::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 17;
      background: rgba(36, 36, 36, 0.6); }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0; }

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

button {
  color: #000;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

input,
textarea {
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent; }

::-moz-selection {
  background-color: rgba(25, 96, 242, 0.5); }

::selection {
  background-color: rgba(25, 96, 242, 0.5); }

* {
  outline: none;
  scrollbar-color: #dfe2f3 #fff;
  scrollbar-width: thin; }

*scrollbarbutton {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

*::-webkit-scrollbar {
  width: 6px;
  border-radius: 23px;
  height: 10px; }

*::-webkit-scrollbar-thumb {
  background-color: #dfe2f3; }

*::-webkit-scrollbar-track {
  background-color: #fff;
  width: 3px; }

.blocks-gallery-grid {
  width: 100%; }

.blocks-gallery-item:last-child {
  margin-bottom: 0; }

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0; }

h1 {
  font-size: 44px;
  margin-bottom: 38px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px;
      margin-bottom: 24px; } }

h2 {
  font-size: 32px;
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      margin-bottom: 24px; } }

.link {
  text-decoration: underline; }

.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;
  color: #fff;
  font-weight: 700;
  height: 54px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid #00a0e3;
  background: #00a0e3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  -o-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s; }
  .btn svg {
    margin-right: 12px; }
    .btn svg path {
      -webkit-transition: fill 0.3s;
      -o-transition: fill 0.3s;
      transition: fill 0.3s; }

.btn-border {
  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;
  color: #fff;
  font-weight: 700;
  height: 54px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid #00a0e3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00a0e3;
  -webkit-transition: background 0.3, color 0.3s;
  -o-transition: background 0.3, color 0.3s;
  transition: background 0.3, color 0.3s; }
  .btn-border svg {
    margin-right: 12px; }
    .btn-border svg path {
      -webkit-transition: fill 0.3s;
      -o-transition: fill 0.3s;
      transition: fill 0.3s; }

.main {
  margin-top: 228px;
  padding-bottom: 120px; }
  @media (max-width: 1199px) {
    .main {
      margin-top: 214px; } }
  @media (max-width: 767px) {
    .main {
      margin-top: 125px;
      padding-bottom: 80px; } }

.breadcrumbs {
  margin-bottom: 16px;
  font-size: 14px;
  padding-top: 44px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-top: 32px; } }
  .breadcrumbs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .breadcrumbs ul li {
      color: rgba(255, 255, 255, 0.5); }
    .breadcrumbs ul li:not(:last-child) {
      margin-right: 8px;
      padding-right: 8px;
      position: relative; }
      .breadcrumbs ul li:not(:last-child)::after {
        content: "/";
        position: absolute;
        display: inline-block;
        margin-left: 8px; }
    .breadcrumbs ul a {
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.header__btn {
  display: none; }
  .header__btn svg {
    width: 24px;
    height: 24px; }
  @media (max-width: 1023px) {
    .header__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;
      width: 48px;
      height: 48px;
      border-radius: 6px;
      background: #edeffc;
      margin-right: 14px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 767px) {
    .header__btn {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  /*background-color: #fff;*/ }
  @media (max-width: 767px) {
    header {
      position: fixed; } }
  @media (max-width: 767px) {
    header.scroll {
      border-bottom: 1px solid #d9dcee;
      background-color: #000 }
      header.scroll .header-top {
        display: none; }
      header.scroll .header-body {
        padding: 8px 0; } }

.header-top {
  background: #fff;
  padding: 16px 0; }
  .header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-top address,
  .header-top p,
  .header-top a {
    font-style: normal;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:#000; }
    .header-top address svg,
    .header-top p svg,
    .header-top a svg {
      margin-right: 16px; }
  @media (max-width: 1023px) {
    .header-top p,
    .header-top a.mes {
      display: none; } }
  @media (max-width: 767px) {
    .header-top address {
      display: none; } }

.header-body {
  padding-top: 24px; }
  @media (max-width: 767px) {
    .header-body {
      padding-top: 16px; } }
  .header-body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

@media (max-width: 1023px) {
  header .logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (max-width: 767px) {
  header .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: auto; } }

.header-menu {
  margin-top: 24px;
  width: 100%; }
  @media (max-width: 1023px) {
    .header-menu {
      margin-top: 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 32px; } }
  @media (max-width: 767px) {
    .header-menu {
      display: none; } }
  .header-menu ul {
    border-radius: 6px;
    background: #00a0e3;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-menu ul li {
      white-space: nowrap;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      /*.header-menu ul li:first-child a {
        border-radius: 6px;
        background: #06032d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: background 0.3s,
 color 0.3s;
        -o-transition: background 0.3s,
 color 0.3s;
        transition: background 0.3s,
 color 0.3s; }*/
        /*.header-menu ul li:first-child a::before {
          display: none; }*/
      /*.header-menu ul li:first-child svg {
        margin-right: 16px; }
        .header-menu ul li:first-child svg path {
          -webkit-transition: fill 0.3s;
          -o-transition: fill 0.3s;
          transition: fill 0.3s; }*/
      @media (max-width: 1023px) {
        .header-menu ul li:not(:first-child) {
          display: none; } }
    .header-menu ul li:not(:last-child) a::before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: calc(100% - 40px);
      width: 1px;
      background: #d9d9d9; }
      @media (max-width: 1199px) {
        .header-menu ul li:not(:last-child) a::before {
          height: calc(100% - 16px); } }
    .header-menu ul a {
      color: #fff;
      font-weight: 600;
      padding: 20px 28px;
      position: relative;
      width: 100%;
      text-align: center; }
      @media (max-width: 1199px) {
        .header-menu ul a {
          font-size: 14px;
          padding: 16px; } }
      @media (max-width: 1023px) {
        .header-menu ul a {
          padding: 0;
          height: 48px;
          width: 180px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .header__actions {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .header__actions {
      display: none; } }
  .header__actions a {
    position: relative;
    width: 40px;
    height: 40px;
    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;
    border-radius: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    .header__actions a::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #00a0e3;
      bottom: 2px;
      right: 2px;
      opacity: 0; }
    .header__actions a.active::before {
      opacity: 1; }

.header__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 24px;
  border-radius: 6px;
  border: 1px solid #d9dcee;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .header__box {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      margin: 0;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      margin-top: 24px; } }
  @media (max-width: 767px) {
    .header__box {
      display: none; } }
  .header__box .nice-select {
    height: 44px;
    width: 180px; }
  .header__box .nice-select .list {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #edeffc; }
  .header__box .nice-select .option:hover,
  .header__box .nice-select .option.focus,
  .header__box .nice-select .option.selected.focus {
    background-color: rgba(255, 255, 255, 0.5); }
  .header__box form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
  .header__box .checkbox-container {
    margin-left: 10px;
    margin-bottom: 0 !important; }
  .header__box input {
    height: 54px;
    width: 100%;
    border: none;
    padding: 0 16px;
    padding-right: 64px;
    color: #000; }
    .header__box input::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .header__box input::-moz-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .header__box input:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .header__box input::-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .header__box input::placeholder {
      color: rgba(54, 54, 54, 0.5); }
    @media (max-width: 1199px) {
      .header__box input {
        height: 48px; } }
  .header__box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
    height: 32px;
    border-right: 1px solid #d9dcee; }
  .header__box button {
    border-radius: 6px;
    background: #00a0e3;
    width: 54px;
    height: 54px;
    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;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 1199px) {
      .header__box button {
        width: 48px;
        height: 48px; } }

.mobile__menu {
  list-style: none;
  display: none; }
  @media (max-width: 767px) {
    .mobile__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: fixed;
      padding: 8px;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 13;
      border-top: 1px solid #d9dcee; } }
  .mobile__menu .search-mobile {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #00a0e3;
    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; }
  .mobile__menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    color:#000; }
    .mobile__menu a svg {
      margin-bottom: 4px; }

.modal {
  display: none;
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 48px 64px; }
  .modal * {
    outline: none !important; }
  @media (max-width: 1023px) {
    .modal {
      max-width: calc(100% - 24px);
      padding: 40px 24px; } }
  @media (max-width: 767px) {
    .modal {
      padding-left: 16px;
      padding-right: 16px; } }
  .modal img {
    margin: 0 auto 8px; }
    @media (max-width: 767px) {
      .modal img {
        height: 64px; } }
  .modal__title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .modal__title {
        font-size: 24px; } }
  .modal__text {
    color: #fff;
    line-height: 140%;
    margin-bottom: 40px; }
    .modal__text p:not(:last-child) {
      margin-bottom: 16px; }
  .modal .btn {
    margin: 0 auto; }
  .modal .textarea {
    margin-bottom: 40px;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .modal .textarea {
        margin-top: 8px;
        margin-bottom: 24px; } }

.modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .modal__buttons {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .modal__buttons .btn,
  .modal__buttons .btn-border {
    white-space: nowrap;
    width: 100%;
    min-width: 190px; }
    @media (max-width: 767px) {
      .modal__buttons .btn,
      .modal__buttons .btn-border {
        width: 100%; } }
  .modal__buttons .btn-border {
    margin-right: 16px; }
    @media (max-width: 767px) {
      .modal__buttons .btn-border {
        margin-right: 0;
        margin-top: 16px; } }

.modal-menu:not(.open) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0; }

.modal-menu {
  padding: 50px;
  overflow: auto;
  -webkit-transition-property: opacity,
 -webkit-transform;
  transition-property: opacity,
 -webkit-transform;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-property: transform,
 opacity,
 -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  max-width: 450px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 25; }
  .modal-menu .btn {
    width: 100%; }
  @media (max-width: 767px) {
    .modal-menu {
      padding: 32px 24px; } }

.modal-menu .icon-close {
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  cursor: pointer; }

.modal-menu .icon-close:before,
.modal-menu .icon-close:after {
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  margin: -1px -10px;
  transition: all 0.3s; }

.modal-menu .icon-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal-menu .icon-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modal-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }

.modal-menu__list {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9dcee;
  list-style: none; }
  /*.modal-menu__list li:first-child {
    margin-bottom: 32px; }
    .modal-menu__list li:first-child a {
      border-radius: 6px;
      background: #06032d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 54px;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .modal-menu__list li:first-child a::before {
        display: none; }*/
    /*.modal-menu__list li:first-child svg {
      margin-right: 16px; }*/
  .modal-menu__list li {
    font-size: 16px;
    font-weight: 500; }
    .modal-menu__list li:not(:last-child) {
      margin-bottom: 16px; }

.modal-info {
  margin-bottom: 40px;
  list-style: none; }
  .modal-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal-info li:not(:last-child) {
      margin-bottom: 16px; }
  .modal-info svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px; }

.modal-social {
  margin-top: 40px; }
  .modal-social p {
    font-weight: 600;
    margin-bottom: 16px; }
  .modal-social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .modal-social li:not(:last-child) {
    margin-right: 16px; }
  .modal-social svg {
    width: 24px;
    height: 24px;
    fill: #000; }

#modal-search .nice-select {
  height: 54px; }

#modal-search .custom-select {
  margin-bottom: 20px; }

#modal-search .btn {
  width: 100%; }

#modal-search .input {
  margin-bottom: 20px; }

#modal-search .checkbox-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

#modal-search .nice-select.open .list {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #edeffc; }

#modal-search .nice-select .option:hover,
#modal-search .nice-select .option.focus,
#modal-search .nice-select .option.selected.focus {
  background-color: rgba(255, 255, 255, 0.5); }

.text-content {
  font-size: 16px;
  line-height: 170%;
  color: #000; }
  .text-content:not(:last-child) {
    margin-bottom: 64px; }

.text-box:not(:last-child) {
  margin-bottom: 40px; }

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  line-height: normal;
  color: #000; }

.text-content h1 {
  margin-bottom: 25px;
  line-height: 1.625;
  font-size: 21px; }

.text-content h2 {
  font-size: 32px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .text-content h2 {
      font-size: 28px;
      line-height: 130%; } }

.text-content h3 {
  font-size: 24px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .text-content h3 {
      font-size: 20px;
      line-height: 140%; } }

.text-content h4,
.text-content h5,
.text-content h6 {
  font-size: 14px;
  margin-bottom: 30px; }

.text-content a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #121212;
  text-decoration: underline; }

.text-content span {
  color: #454545; }

.text-content p:not(:last-child) {
  margin-bottom: 24px; }

.text-content table {
  border-collapse: collapse;
  width: 100%;
  color: #fff; }
  .text-content table tr:not(:last-child) {
    border-bottom: 1px solid #d9dcee; }
  @media (max-width: 767px) {
    .text-content table {
      font-size: 14px; } }

.text-content table:not(:last-child) {
  margin-bottom: 30px; }

.text-content table td {
  padding: 32px 16px;
  position: relative; }
  @media (max-width: 767px) {
    .text-content table td {
      padding: 8px; } }
  .text-content table td:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #d9dcee;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: calc(100% - 16px); }

.text-content table th {
  font-weight: 600;
  line-height: 140%;
  text-align: left;
  padding: 16px;
  background: #edeffc; }
  .text-content table th:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }
  .text-content table th:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; }

.text-content ul:not(:last-child),
.text-content ol:not(:last-child) {
  margin-bottom: 30px; }

.text-content ul {
  list-style: none; }
  .text-content ul ul {
    margin-top: 30px;
    margin-bottom: 30px; }

.text-content ul > li,
.text-content ol > li {
  position: relative;
  padding-left: 44px; }
  .text-content ul > li:not(:last-child),
  .text-content ol > li:not(:last-child) {
    margin-bottom: 8px; }

.text-content ul > li:before {
  height: 1px;
  width: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  background: #fff; }

.text-content ol {
  counter-reset: listCounter; }
  .text-content ol li::marker {
    font-size: 0; }

.text-content ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #000; }

.text-content img {
  max-width: 100%;
  margin-bottom: 30px; }

.text-content figure {
  margin: 0 0 30px;
  padding: 0; }

.text-content figure img {
  margin-bottom: 0;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto; }

.text-content li.blocks-gallery-item {
  padding-left: 0; }

.text-content li.blocks-gallery-item::before {
  display: none;
  padding-left: 0; }

.input-wrapper {
  position: relative; }

.input-wrapper label.error {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  color: #ee4130;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap; }

.input-wrapper.checkbox-input label.error {
  left: 42px; }

.input-wrapper.error input {
  border-color: rgba(238, 65, 48, 0.2); }

.input-wrapper.error textarea {
  border: 1px solid rgba(238, 65, 48, 0.2); }

.input-wrapper.error input:focus,
.input-wrapper.error textarea:focus {
  border-color: #ee4130; }

.input,
.textarea {
  position: relative;
  width: 100%; }

.input input,
.textarea textarea {
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  resize: none;
  width: 100%;
  font-size: 16px; }
  .input input::-webkit-input-placeholder, .textarea textarea::-webkit-input-placeholder {
    opacity: 0.5;
    color: #fff; }
  .input input::-moz-placeholder, .textarea textarea::-moz-placeholder {
    opacity: 0.5;
    color: #fff; }
  .input input:-ms-input-placeholder, .textarea textarea:-ms-input-placeholder {
    opacity: 0.5;
    color: #fff; }
  .input input::-ms-input-placeholder, .textarea textarea::-ms-input-placeholder {
    opacity: 0.5;
    color: #fff; }
  .input input::placeholder,
  .textarea textarea::placeholder {
    opacity: 0.5;
    color: #fff; }

.input input::-ms-clear,
.textarea textarea::-ms-clear {
  display: none; }

.input input:focus,
.textarea textarea:focus {
  border-color: #00a0e3; }

.input input,
.textarea input {
  border-radius: 6px;
  border: 1px solid #d9dcee;
  color: #363636;
  height: 54px;
  background: #fff;
  padding: 0 20px; }
  .input input::-webkit-input-placeholder, .textarea input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input input::-moz-placeholder, .textarea input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input input:-ms-input-placeholder, .textarea input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input input::-ms-input-placeholder, .textarea input::-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input input::placeholder,
  .textarea input::placeholder {
    color: rgba(54, 54, 54, 0.5); }

.input textarea,
.textarea textarea {
  border-radius: 6px;
  border: 1px solid #d9dcee;
  height: 120px;
  padding: 20px; }
  .input textarea::-webkit-input-placeholder, .textarea textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input textarea::-moz-placeholder, .textarea textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input textarea:-ms-input-placeholder, .textarea textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input textarea::-ms-input-placeholder, .textarea textarea::-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input textarea::placeholder,
  .textarea textarea::placeholder {
    color: rgba(54, 54, 54, 0.5); }

.input .input-label,
.textarea .input-label {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.textarea .input-label {
  left: 20px;
  top: 22px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.input:not(.empty) .input-label {
  font-size: 0; }

.textarea:not(.empty) .input-label {
  font-size: 0; }

.input.required .input-label:after,
.textarea.required .input-label:after {
  content: "*";
  color: #121212;
  margin-left: 3px; }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  color: #363636;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.538; }
  .checkbox-container:not(:last-child) {
    margin-bottom: 24px; }
  .checkbox-container.error {
    display: block !important; }
  .checkbox-container a {
    display: inline;
    color: #000; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  color: #363636;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.538; }
  .radio-container strong {
    color: #fff;
    font-size: 16px;
    display: block; }
  .radio-container p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5); }
  .radio-container .checkmark {
    border-radius: 50%; }
    .radio-container .checkmark::after {
      width: 10px;
      height: 10px;
      background-color: #00a0e3;
      border-radius: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%; }

.checkbox-container input,
.radio-container input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  border: 1px solid #d9dcee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox-container input:checked ~ .checkmark {
  border: 1px solid #00a0e3; }

.checkbox-container input:checked ~ .checkmark:after,
.radio-container input:checked ~ .checkmark:after {
  display: block; }

.checkbox-container .checkmark:after {
  width: 26px;
  height: 26px;
  top: -1px;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/catalog/view/theme/webtronics/image/icon-checkbox1.svg); }

#agreement-error {
  position: absolute;
  left: 0;
  top: calc(100% + 7px);
  color: #ee4130;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap; }
