@charset "UTF-8";
/* line 5, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 5, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 9, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 13, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 17, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 21, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 25, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 29, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 37, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 45, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 49, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 53, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 58, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 62, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 66, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 70, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 74, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 78, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 82, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 86, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 90, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/all/wrapper.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'DejaVuSans';
  src: url("../font/DejaVuSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVuSans-Bold';
  src: url("../font/DejaVuSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AcuminVariableConcept';
  src: url("../font/AcuminVariableConcept.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* line 31, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background-color: #fff;
  color: var(--color);
  padding-top: 86px;
}

/* line 38, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.3;
  font-size: 15px;
  font-family: 'DejaVuSans';
  font-optical-sizing: auto;
  font-style: normal;
  direction: rtl;
}

/* line 49, ../sass/all/wrapper.scss */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 10px !important;
}

/* Контейнер */
/* line 55, ../sass/all/wrapper.scss */
.container {
  position: relative;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
}

/* line 63, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 68, ../sass/all/wrapper.scss */
.open-link {
  cursor: pointer;
}

@media only screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 74, ../sass/all/wrapper.scss */
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 83, ../sass/all/wrapper.scss */
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 92, ../sass/all/wrapper.scss */
  .container {
    max-width: 738px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 100, ../sass/all/wrapper.scss */
  .container {
    max-width: calc(100% - 30px);
  }

  /* line 104, ../sass/all/wrapper.scss */
  .arrow-top {
    right: 15px;
    bottom: 15px;
  }

  /* line 111, ../sass/all/wrapper.scss */
  .he .arrow-top {
    right: initial;
    left: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 121, ../sass/all/wrapper.scss */
  body {
    padding-top: 60px;
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 86px;
  transition: .3s ease-in-out;
}
/* line 14, ../sass/all/header.scss */
.header.out {
  transform: translateY(-100%);
}
/* line 18, ../sass/all/header.scss */
.header.black {
  transform: translateY(0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* line 24, ../sass/all/header.scss */
.header-wr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 30, ../sass/all/header.scss */
.header-wr .col {
  width: 25%;
}
/* line 33, ../sass/all/header.scss */
.header-wr .col:last-child {
  display: flex;
  justify-content: flex-end;
}
/* line 39, ../sass/all/header.scss */
.header-wr .center {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 47, ../sass/all/header.scss */
.header-logo {
  display: inline-block;
}
/* line 50, ../sass/all/header.scss */
.header-logo img {
  display: block;
  height: 40px;
}

/* line 56, ../sass/all/header.scss */
.header-menu {
  display: flex;
  gap: 40px;
}

/* line 68, ../sass/all/header.scss */
.header-menu-link.drop .header-menu-link-a:after {
  content: "";
  border-color: transparent transparent var(--color-low-blue);
  border-style: solid;
  border-width: 0 26px 17px;
  margin-bottom: -4px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-26%);
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) {
  /* line 88, ../sass/all/header.scss */
  .header-menu-link:hover .header-menu-link-a svg {
    transform: rotate(180deg);
  }
  /* line 97, ../sass/all/header.scss */
  .header-menu-link:hover.drop .header-menu-link-a:after {
    opacity: 1;
  }
  /* line 104, ../sass/all/header.scss */
  .header-menu-link:hover .header-menu-drop {
    opacity: 1;
    pointer-events: all;
  }
}
/* line 115, ../sass/all/header.scss */
.header-menu-link.show .header-menu-link-a svg {
  transform: rotate(180deg);
}
/* line 124, ../sass/all/header.scss */
.header-menu-link.show.drop .header-menu-link-a:after {
  opacity: 1;
}
/* line 131, ../sass/all/header.scss */
.header-menu-link.show .header-menu-drop {
  opacity: 1;
  pointer-events: all;
  display: block;
}

/* line 139, ../sass/all/header.scss */
.header-menu-link-a {
  font-size: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
/* line 147, ../sass/all/header.scss */
.header-menu-link-a::before {
  content: '';
  background-color: var(--color-active);
  opacity: 0;
  bottom: -6px;
  left: 0;
  height: 3px;
  position: absolute;
  width: 100%;
  pointer-events: none;
  transition: .3s ease-in-out;
}
/* line 160, ../sass/all/header.scss */
.header-menu-link-a svg {
  width: 20px;
  height: 20px;
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 168, ../sass/all/header.scss */
  .header-menu-link-a:hover:before {
    opacity: .5;
  }
}

/* line 175, ../sass/all/header.scss */
.header-menu-drop {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 29px;
  opacity: 0;
  pointer-events: none;
}

/* line 185, ../sass/all/header.scss */
.header-menu-drop-body {
  width: 1010px;
  margin: 0 auto;
  background: var(--color-low-blue);
  border-radius: 30px;
  padding: 32px;
  position: relative;
}
/* line 193, ../sass/all/header.scss */
.header-menu-drop-body .hm-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}
/* line 200, ../sass/all/header.scss */
.header-menu-drop-body .hm-top p {
  font-size: 20px;
  font-weight: 500;
}
/* line 205, ../sass/all/header.scss */
.header-menu-drop-body .hm-top a {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 7px;
}
/* line 213, ../sass/all/header.scss */
.header-menu-drop-body .hm-top a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
/* line 222, ../sass/all/header.scss */
.header-menu-drop-body .hm-top a i svg {
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  /* line 230, ../sass/all/header.scss */
  .header-menu-drop-body .hm-top a:hover i {
    background-color: #fff;
  }
}
/* line 238, ../sass/all/header.scss */
.header-menu-drop-body .hm-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
/* line 245, ../sass/all/header.scss */
.header-menu-drop-body .hm-list-link {
  padding: 10px;
  border-radius: 10px;
  width: calc(100% / 3 - 7px);
  background: #fff;
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.1;
  min-height: 48px;
}
@media (hover: hover) {
  /* line 258, ../sass/all/header.scss */
  .header-menu-drop-body .hm-list-link:hover {
    background: var(--color-active);
    color: #fff;
  }
}
/* line 263, ../sass/all/header.scss */
.header-menu-drop-body .hm-list-link .icon {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #ebfaef;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 272, ../sass/all/header.scss */
.header-menu-drop-body .hm-list-link .icon svg {
  width: 20px;
  height: 20px;
}
/* line 279, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
/* line 287, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav.col3 .hm-nav-link {
  width: calc(100% / 3 - 8px);
}
/* line 293, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav-link {
  padding: 20px;
  border-radius: 10px;
  width: calc(100% / 4 - 8px);
  background: #fff;
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 300, ../sass/all/header.scss */
  .header-menu-drop-body .hm-nav-link:hover {
    background: var(--color-active);
    color: #fff;
  }
}
/* line 306, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav-link .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color-low-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-active);
}
/* line 316, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav-link .icon svg {
  width: 20px;
  height: 20px;
}
/* line 322, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav-link p {
  font-size: 18px;
  display: block;
  margin-top: 25px;
}
/* line 329, ../sass/all/header.scss */
.header-menu-drop-body .hm-nav-link span {
  font-size: 14px;
  display: block;
}
/* line 335, ../sass/all/header.scss */
.header-menu-drop-body .hm-bot {
  padding-top: 30px;
  border-top: 2px solid #c2def1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 343, ../sass/all/header.scss */
.header-menu-drop-body .hm-bot p {
  max-width: 50%;
  font-size: 18px;
}
/* line 349, ../sass/all/header.scss */
.header-menu-drop-body .hm-bot .site-btn {
  min-width: 44%;
}

/* line 355, ../sass/all/header.scss */
.mob-menu {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
  background: var(--color-active);
}
/* line 365, ../sass/all/header.scss */
.mob-menu svg {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 375, ../sass/all/header.scss */
  body.hid {
    overflow: hidden;
  }

  /* line 380, ../sass/all/header.scss */
  .header {
    padding: 10px 15px;
    height: 60px;
  }

  /* line 387, ../sass/all/header.scss */
  .header-wr .col {
    width: auto;
    position: relative;
    z-index: 2;
  }

  /* line 394, ../sass/all/header.scss */
  .header-menu {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-start;
    padding-top: 100px;
    overflow: auto;
    padding-bottom: 100px;
    transform: translateX(-100%);
    pointer-events: none;
    transition: .3s ease-in-out;
    gap: 30px;
  }
  /* line 416, ../sass/all/header.scss */
  .header-menu.show {
    transform: translateX(0);
    pointer-events: all;
  }

  /* line 424, ../sass/all/header.scss */
  .header-logo img {
    height: 34px;
  }

  /* line 429, ../sass/all/header.scss */
  .mob-menu {
    display: flex;
    margin-right: 10px;
  }

  /* line 434, ../sass/all/header.scss */
  .header-menu-link {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #efeff7;
    border-radius: 10px;
    padding: 0 20px;
  }
  /* line 445, ../sass/all/header.scss */
  .header-menu-link.drop .header-menu-link-a {
    width: max-content;
  }

  /* line 451, ../sass/all/header.scss */
  .header-menu-link-a {
    font-size: 28px;
    position: initial;
    margin: 10px 0;
    width: 100%;
  }
  /* line 457, ../sass/all/header.scss */
  .header-menu-link-a:after, .header-menu-link-a::before {
    display: none;
  }
  /* line 461, ../sass/all/header.scss */
  .header-menu-link-a svg {
    position: absolute;
    top: 17px;
    left: 10px;
    pointer-events: none;
  }

  /* line 469, ../sass/all/header.scss */
  .header-menu-drop {
    position: relative;
    left: initial;
    top: 0;
    transform: none;
    width: 100%;
    display: none;
    padding-top: 10px;
  }

  /* line 479, ../sass/all/header.scss */
  .header-menu-drop-body {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  /* line 485, ../sass/all/header.scss */
  .header-menu-drop-body .hm-top {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  /* line 490, ../sass/all/header.scss */
  .header-menu-drop-body .hm-list {
    margin-bottom: 0;
  }
  /* line 494, ../sass/all/header.scss */
  .header-menu-drop-body .hm-list-link {
    width: 100%;
  }
  /* line 498, ../sass/all/header.scss */
  .header-menu-drop-body .hm-nav-link {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }
  /* line 506, ../sass/all/header.scss */
  .header-menu-drop-body .hm-nav-link p {
    margin: 0;
  }
  /* line 511, ../sass/all/header.scss */
  .header-menu-drop-body .hm-nav {
    margin-bottom: 15px;
  }
  /* line 515, ../sass/all/header.scss */
  .header-menu-drop-body .hm-bot {
    padding-top: 15px;
  }
  /* line 518, ../sass/all/header.scss */
  .header-menu-drop-body .hm-bot p {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 6, ../sass/all/crumbs.scss */
.crumbs-wr + .section-padding {
  padding-top: 40px !important;
}

/* line 11, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  direction: rtl;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #000;
  gap: 10px;
  padding-top: 10px;
}
/* line 32, ../sass/all/crumbs.scss */
.breadcrumb li {
  background: transparent !important;
}
/* line 36, ../sass/all/crumbs.scss */
.breadcrumb a, .breadcrumb b {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  background: transparent;
}
/* line 46, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin: 0;
  margin-left: -3px;
  margin-right: -3px;
  background: transparent;
}
/* line 55, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 64, ../sass/all/crumbs.scss */
  .breadcrumb {
    padding-bottom: 0;
  }
}
/* line 1, ../sass/all/footer.scss */
.footer {
  position: relative;
  background-color: var(--color-dark-blue);
  padding: 70px 0;
}

/* line 7, ../sass/all/footer.scss */
.footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 13, ../sass/all/footer.scss */
.footer-top-col {
  width: 67%;
}
/* line 16, ../sass/all/footer.scss */
.footer-top-col:nth-child(2) {
  width: 28%;
}
/* line 20, ../sass/all/footer.scss */
.footer-top-col .section-title {
  color: #fff;
}

/* line 25, ../sass/all/footer.scss */
.footer-top-col-text {
  color: #fff9;
  font-size: 18px;
  display: block;
}

/* line 31, ../sass/all/footer.scss */
.footer-top-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 37, ../sass/all/footer.scss */
.footer-top-form .form-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 49%;
}
/* line 43, ../sass/all/footer.scss */
.footer-top-form .form-col label {
  width: 100%;
  display: block;
}
/* line 47, ../sass/all/footer.scss */
.footer-top-form .form-col label input, .footer-top-form .form-col label textarea {
  width: 100%;
  background-color: #f8f8f921;
  color: #fff;
}
/* line 53, ../sass/all/footer.scss */
.footer-top-form .form-col label textarea {
  padding-top: 12px;
  height: 101px;
}
/* line 59, ../sass/all/footer.scss */
.footer-top-form .form-col .site-btn {
  height: 50px;
  width: 100%;
  border-radius: 5px;
}

/* line 68, ../sass/all/footer.scss */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 70px 0 0;
  margin-top: 70px;
  border-top: 1px solid #f8f8f921;
  justify-content: space-between;
}

/* line 80, ../sass/all/footer.scss */
.footer-bot-col:nth-child(1) {
  width: 20%;
}
/* line 83, ../sass/all/footer.scss */
.footer-bot-col:nth-child(1) a {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  transition: .3s ease-in-out;
}
/* line 89, ../sass/all/footer.scss */
.footer-bot-col:nth-child(1) a:hover {
  color: var(--color-lite-blue);
}
/* line 95, ../sass/all/footer.scss */
.footer-bot-col:nth-child(2) {
  width: 57%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
/* line 103, ../sass/all/footer.scss */
.footer-bot-col:nth-child(3) {
  width: 20%;
}

/* line 108, ../sass/all/footer.scss */
.footer-bot-menu {
  position: relative;
  width: 31%;
  width: auto;
}
/* line 113, ../sass/all/footer.scss */
.footer-bot-menu b {
  font-weight: 500;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 120, ../sass/all/footer.scss */
.footer-bot-menu ul {
  display: flex;
  flex-direction: column;
}
/* line 124, ../sass/all/footer.scss */
.footer-bot-menu ul li {
  margin-bottom: 10px;
}
/* line 127, ../sass/all/footer.scss */
.footer-bot-menu ul li a {
  font-size: 16px;
  display: block;
  transition: .3s ease-in-out;
}
/* line 133, ../sass/all/footer.scss */
.footer-bot-menu ul li a:hover {
  color: var(--color-lite-blue);
}

/* line 141, ../sass/all/footer.scss */
.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 146, ../sass/all/footer.scss */
.footer-logo img {
  height: 50px;
  display: block;
}

/* line 152, ../sass/all/footer.scss */
.fix-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: auto;
  border-radius: 5px;
  transition: .3s ease-in-out;
}
/* line 163, ../sass/all/footer.scss */
.fix-top:hover {
  background-color: var(--color-lite-blue);
}
/* line 167, ../sass/all/footer.scss */
.fix-top svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transform: rotate(90deg);
}

/* line 175, ../sass/all/footer.scss */
.footer-bot-by {
  display: block;
  width: max-content;
  margin-right: auto;
  margin-top: 50px;
}
/* line 181, ../sass/all/footer.scss */
.footer-bot-by img {
  height: 40px;
  display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 189, ../sass/all/footer.scss */
  .footer {
    padding: 60px 0;
  }

  /* line 193, ../sass/all/footer.scss */
  .footer-bottom {
    margin-top: 60px;
    padding-top: 60px;
  }

  /* line 200, ../sass/all/footer.scss */
  .footer-logo img {
    height: 34px;
  }

  /* line 205, ../sass/all/footer.scss */
  .footer-bot-menu {
    width: 29%;
  }
  /* line 208, ../sass/all/footer.scss */
  .footer-bot-menu b {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 216, ../sass/all/footer.scss */
  .footer {
    padding: 50px 0;
  }

  /* line 220, ../sass/all/footer.scss */
  .footer-top {
    flex-wrap: wrap;
  }

  /* line 224, ../sass/all/footer.scss */
  .footer-top-col {
    width: 100%;
  }
  /* line 227, ../sass/all/footer.scss */
  .footer-top-col:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  /* line 234, ../sass/all/footer.scss */
  .footer-bottom {
    margin-top: 50px;
    padding-top: 50px;
  }

  /* line 241, ../sass/all/footer.scss */
  .footer-logo img {
    height: 34px;
  }

  /* line 246, ../sass/all/footer.scss */
  .footer-bot-menu {
    width: 29%;
  }
  /* line 249, ../sass/all/footer.scss */
  .footer-bot-menu b {
    margin-bottom: 16px;
  }

  /* line 256, ../sass/all/footer.scss */
  .footer-bot-col:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 267, ../sass/all/footer.scss */
  .footer {
    padding: 50px 0 30px;
  }

  /* line 271, ../sass/all/footer.scss */
  .footer-top {
    flex-wrap: wrap;
  }

  /* line 275, ../sass/all/footer.scss */
  .footer-top-col {
    width: 100%;
  }
  /* line 278, ../sass/all/footer.scss */
  .footer-top-col:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  /* line 285, ../sass/all/footer.scss */
  .footer-top-form {
    gap: 5px;
  }
  /* line 288, ../sass/all/footer.scss */
  .footer-top-form .form-col {
    width: 100%;
  }

  /* line 293, ../sass/all/footer.scss */
  .footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }

  /* line 300, ../sass/all/footer.scss */
  .footer-logo img {
    height: 34px;
  }

  /* line 305, ../sass/all/footer.scss */
  .footer-bot-menu {
    width: 100%;
    text-align: center;
  }
  /* line 309, ../sass/all/footer.scss */
  .footer-bot-menu b {
    margin-bottom: 16px;
  }

  /* line 316, ../sass/all/footer.scss */
  .footer-bot-col:nth-child(1) {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  /* line 326, ../sass/all/footer.scss */
  .footer-bot-col:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
    gap: 20px;
  }
  /* line 333, ../sass/all/footer.scss */
  .footer-bot-col:nth-child(3) {
    width: 100%;
  }

  /* line 338, ../sass/all/footer.scss */
  .fix-top {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* line 344, ../sass/all/footer.scss */
  .footer-bot-by {
    margin-right: auto;
    margin-top: 30px;
    margin-left: auto;
  }
}
/* line 1, ../sass/all/root.scss */
:root {
  --color: #000;
  --color-bg: #fff;
  --color-active: #3556a3;
  --color-dark-blue: #263585;
  --color-lite-blue: #4292cf;
  --color-low-blue: #cee8fa;
  --pad120: 120px;
}

/* line 3, ../sass/all/text.scss */
.text {
  font-weight: 400;
  --color: #000;
}
/* line 7, ../sass/all/text.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 32px;
  color: var(--color);
  line-height: 1.1;
  text-wrap: balance;
  font-family: 'DejaVuSans-Bold';
}
/* line 14, ../sass/all/text.scss */
.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 20px;
}
/* line 18, ../sass/all/text.scss */
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 25px;
}
/* line 23, ../sass/all/text.scss */
.text picture {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 29, ../sass/all/text.scss */
.text picture img {
  display: block;
  width: 100%;
}
/* line 34, ../sass/all/text.scss */
.text picture:not(:last-child) {
  margin-bottom: 25px;
}
/* line 38, ../sass/all/text.scss */
.text picture:not(:first-child) {
  margin-top: 25px;
}
/* line 43, ../sass/all/text.scss */
.text img {
  display: block;
  width: 100%;
}
/* line 48, ../sass/all/text.scss */
.text img:not(:last-child) {
  margin-bottom: 25px;
}
/* line 52, ../sass/all/text.scss */
.text img:not(:first-child) {
  margin-top: 25px;
}
/* line 58, ../sass/all/text.scss */
.text p, .text span, .text li {
  line-height: 1.4;
  color: var(--color);
  font-size: 18px;
}
/* line 63, ../sass/all/text.scss */
.text p a, .text span a, .text li a {
  color: var(--color);
  position: relative;
  text-decoration: underline;
}
/* line 68, ../sass/all/text.scss */
.text p a:hover, .text span a:hover, .text li a:hover {
  color: var(--color-active) !important;
}
/* line 73, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 25px;
}
/* line 78, ../sass/all/text.scss */
.text span {
  font-size: 14px;
}
/* line 84, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 25px;
}
/* line 88, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-right: 25px;
  line-height: 1.5;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 95, ../sass/all/text.scss */
.text ul li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 99, ../sass/all/text.scss */
.text ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
}
/* line 112, ../sass/all/text.scss */
.text b, .text strong {
  font-weight: 700;
}
/* line 116, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 119, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 15px;
}
/* line 123, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid var(--color);
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  color: var(--color);
}

/* line 134, ../sass/all/text.scss */
.site-text {
  font-size: 18px;
}

/* line 138, ../sass/all/text.scss */
.section-title {
  font-size: 42px;
  color: var(--color);
  margin-bottom: 30px;
  font-family: 'DejaVuSans-Bold';
  display: block;
  line-height: 1;
}
/* line 146, ../sass/all/text.scss */
.section-title.large {
  font-size: 68px;
}

@media only screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 152, ../sass/all/text.scss */
  .section-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  /* line 156, ../sass/all/text.scss */
  .section-title.large {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 164, ../sass/all/text.scss */
  .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  /* line 168, ../sass/all/text.scss */
  .section-title.large {
    font-size: 50px;
  }

  /* line 173, ../sass/all/text.scss */
  .site-text {
    font-size: 16px;
  }

  /* line 179, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 22px;
  }
  /* line 183, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }
  /* line 187, ../sass/all/text.scss */
  .text span {
    font-size: 14px;
  }

  /* line 196, ../sass/all/text.scss */
  .he .section-title {
    font-size: calc(32px * 1.2);
  }
  /* line 199, ../sass/all/text.scss */
  .he .section-title img {
    margin-left: 25px;
    margin-right: 0;
  }
  /* line 207, ../sass/all/text.scss */
  .he .text h1, .he .text h2, .he .text h3, .he .text h4, .he .text h5, .he .text h6 {
    font-size: calc(22px * 1.2);
  }
  /* line 211, ../sass/all/text.scss */
  .he .text p, .he .text span, .he .text li {
    font-size: calc(15px * 1.2);
  }
  /* line 215, ../sass/all/text.scss */
  .he .text span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 226, ../sass/all/text.scss */
  .section-title {
    font-size: 30px;
    margin-bottom: 13px;
  }
  /* line 230, ../sass/all/text.scss */
  .section-title.large {
    font-size: 40px;
  }

  /* line 235, ../sass/all/text.scss */
  .site-text {
    font-size: 16px;
  }

  /* line 243, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 20px;
  }
  /* line 247, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }
  /* line 251, ../sass/all/text.scss */
  .text span {
    font-size: 14px;
  }

  /* line 259, ../sass/all/text.scss */
  .he .section-title {
    font-size: calc(28px * 1.2);
  }
  /* line 262, ../sass/all/text.scss */
  .he .section-title img {
    margin-left: 15px;
    margin-right: 0;
  }
  /* line 270, ../sass/all/text.scss */
  .he .text h1, .he .text h2, .he .text h3, .he .text h4, .he .text h5, .he .text h6 {
    font-size: calc(20px * 1.2);
  }
  /* line 274, ../sass/all/text.scss */
  .he .text p, .he .text span, .he .text li {
    font-size: calc(15px * 1.2);
  }
  /* line 278, ../sass/all/text.scss */
  .he .text span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 290, ../sass/all/text.scss */
  .section-title {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.1;
  }
  /* line 295, ../sass/all/text.scss */
  .section-title.large {
    font-size: 40px;
    line-height: 1;
  }

  /* line 301, ../sass/all/text.scss */
  .site-text {
    font-size: 16px;
  }

  /* line 307, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 18px;
  }
  /* line 310, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 8px;
  }
  /* line 314, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 12px;
  }
  /* line 319, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }
  /* line 322, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 8px;
  }
  /* line 331, ../sass/all/text.scss */
  .text ul li:after {
    top: 10px;
  }
  /* line 337, ../sass/all/text.scss */
  .text span {
    font-size: 14px;
  }

  /* line 346, ../sass/all/text.scss */
  .he .section-title {
    font-size: calc(22px * 1.2);
  }
  /* line 349, ../sass/all/text.scss */
  .he .section-title img {
    margin-left: 10px;
    margin-right: 0;
  }
  /* line 357, ../sass/all/text.scss */
  .he .text h1, .he .text h2, .he .text h3, .he .text h4, .he .text h5, .he .text h6 {
    font-size: calc(18px * 1.2);
  }
  /* line 361, ../sass/all/text.scss */
  .he .text p, .he .text span, .he .text li {
    font-size: calc(15px * 1.2);
  }
  /* line 365, ../sass/all/text.scss */
  .he .text span {
    font-size: calc(14px * 1.2);
  }
}
/* line 1, ../sass/all/padding-margin.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 5, ../sass/all/padding-margin.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 9, ../sass/all/padding-margin.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 13, ../sass/all/padding-margin.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 17, ../sass/all/padding-margin.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 21, ../sass/all/padding-margin.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 25, ../sass/all/padding-margin.scss */
.mr-top-70 {
  margin-top: 70px !important;
}

/* line 29, ../sass/all/padding-margin.scss */
.mr-top-100 {
  margin-top: 100px !important;
}

/* line 33, ../sass/all/padding-margin.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 37, ../sass/all/padding-margin.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 41, ../sass/all/padding-margin.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 45, ../sass/all/padding-margin.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 49, ../sass/all/padding-margin.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 53, ../sass/all/padding-margin.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 57, ../sass/all/padding-margin.scss */
.mr-bot-70 {
  margin-bottom: 70px !important;
}

/* line 61, ../sass/all/padding-margin.scss */
.mr-bot-100 {
  margin-bottom: 100px !important;
}

/* line 66, ../sass/all/padding-margin.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 70, ../sass/all/padding-margin.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 74, ../sass/all/padding-margin.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 78, ../sass/all/padding-margin.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 82, ../sass/all/padding-margin.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 86, ../sass/all/padding-margin.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 90, ../sass/all/padding-margin.scss */
.pd-top-70 {
  padding-top: 70px !important;
}

/* line 94, ../sass/all/padding-margin.scss */
.pd-top-100 {
  padding-top: 100px !important;
}

/* line 98, ../sass/all/padding-margin.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 102, ../sass/all/padding-margin.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 106, ../sass/all/padding-margin.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 110, ../sass/all/padding-margin.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 114, ../sass/all/padding-margin.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 118, ../sass/all/padding-margin.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 122, ../sass/all/padding-margin.scss */
.pd-bot-70 {
  padding-bottom: 70px !important;
}

/* line 126, ../sass/all/padding-margin.scss */
.pd-bot-100 {
  padding-bottom: 100px !important;
}

/* line 130, ../sass/all/padding-margin.scss */
.section-padding {
  padding: 80px 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {
  /* line 136, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 70px !important;
  }

  /* line 140, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 70px !important;
  }

  /* line 144, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 60px !important;
  }

  /* line 148, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 60px !important;
  }

  /* line 152, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 159, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 70px !important;
  }

  /* line 163, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 70px !important;
  }

  /* line 166, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 60px !important;
  }

  /* line 170, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 60px !important;
  }

  /* line 174, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 181, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 60px !important;
  }

  /* line 185, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 60px !important;
  }

  /* line 188, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 50px !important;
  }

  /* line 192, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 50px !important;
  }

  /* line 196, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
  /* line 203, ../sass/all/padding-margin.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 207, ../sass/all/padding-margin.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 211, ../sass/all/padding-margin.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 215, ../sass/all/padding-margin.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 219, ../sass/all/padding-margin.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 223, ../sass/all/padding-margin.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 227, ../sass/all/padding-margin.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 231, ../sass/all/padding-margin.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 235, ../sass/all/padding-margin.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 239, ../sass/all/padding-margin.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 245, ../sass/all/padding-margin.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 249, ../sass/all/padding-margin.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 253, ../sass/all/padding-margin.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 257, ../sass/all/padding-margin.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 261, ../sass/all/padding-margin.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 265, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 50px !important;
  }

  /* line 269, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 50px !important;
  }

  /* line 274, ../sass/all/padding-margin.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 278, ../sass/all/padding-margin.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 282, ../sass/all/padding-margin.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 286, ../sass/all/padding-margin.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 290, ../sass/all/padding-margin.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }

  /* line 294, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 50px !important;
  }

  /* line 298, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 50px !important;
  }

  /* line 302, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 30px 0;
  }
}
/* line 1, ../sass/all/button.scss */
.site-btn {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  width: max-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  background-color: var(--color-active);
  color: #fff;
  border-radius: 22px;
  text-align: center;
  justify-content: center;
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 20, ../sass/all/button.scss */
  .site-btn:hover {
    background-color: var(--color-lite-blue);
    color: #fff;
  }
}

/* line 28, ../sass/all/button.scss */
.site-btn-arrow {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  width: max-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  transition: .3s ease-in-out;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
/* line 51, ../sass/all/button.scss */
.site-btn-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-low-blue);
  border-radius: 30px;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s ease-in-out;
}
/* line 64, ../sass/all/button.scss */
.site-btn-arrow .icon {
  width: 52px;
  height: 52px;
  background: var(--color-active);
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* line 74, ../sass/all/button.scss */
.site-btn-arrow .icon svg {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
/* line 81, ../sass/all/button.scss */
.site-btn-arrow i {
  position: relative;
  z-index: 2;
}
/* line 86, ../sass/all/button.scss */
.site-btn-arrow .icon-wr {
  display: flex;
  width: 104px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  transform: translateX(50%);
  transition: .15s ease-in-out;
}
@media (hover: hover) {
  /* line 102, ../sass/all/button.scss */
  .site-btn-arrow:hover .icon-wr {
    transform: translateX(0);
  }
  /* line 106, ../sass/all/button.scss */
  .site-btn-arrow:hover:after {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 115, ../sass/all/button.scss */
  .site-btn {
    height: 38px;
    padding: 0 16px;
    font-size: 16px;
  }

  /* line 122, ../sass/all/button.scss */
  .site-btn-arrow {
    height: 50px;
    gap: 5px;
    padding: 0 12px 0 7px;
    font-size: 16px;
    border-radius: 25px;
  }
  /* line 129, ../sass/all/button.scss */
  .site-btn-arrow:after {
    border-radius: 25px;
  }
  /* line 133, ../sass/all/button.scss */
  .site-btn-arrow .icon {
    width: 40px;
    height: 40px;
  }
  /* line 138, ../sass/all/button.scss */
  .site-btn-arrow .icon svg {
    width: 20px;
    height: 20px;
  }
  /* line 144, ../sass/all/button.scss */
  .site-btn-arrow .icon-wr {
    width: 90px;
  }
}
/* line 1, ../sass/all/input.scss */
input, textarea, button, select {
  outline: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  background-color: #f8f8f9;
  border: 2px solid transparent;
  height: 50px;
  font-family: 'DejaVuSans';
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  color: #000;
}
/* line 15, ../sass/all/input.scss */
input::placeholder, textarea::placeholder, button::placeholder, select::placeholder {
  color: #adb0b3;
}
/* line 19, ../sass/all/input.scss */
input.error, textarea.error, button.error, select.error {
  border-color: red !important;
  background-color: #f6cbcb !important;
}

/* line 27, ../sass/all/input.scss */
select {
  -webkit-appearance: auto;
}

/* line 31, ../sass/all/input.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 35, ../sass/all/input.scss */
input[type='tel'] {
  direction: ltr;
  text-align: right;
}

/* line 40, ../sass/all/input.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 45, ../sass/all/input.scss */
textarea {
  resize: none;
}

/* line 49, ../sass/all/input.scss */
button {
  cursor: pointer;
  font-family: 'DejaVuSans';
}

/* line 55, ../sass/all/input.scss */
.check-privacy {
  display: grid !important;
  grid-template-columns: 20px auto;
  gap: 7px;
  align-items: center;
  margin: 7px 0;
  cursor: pointer;
  font-size: 13px;
  text-transform: none;
  justify-content: flex-start;
  width: auto !important;
}
/* line 67, ../sass/all/input.scss */
.check-privacy.white {
  color: #fff;
}
/* line 71, ../sass/all/input.scss */
.check-privacy input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  margin: 0;
  font: inherit;
  color: currentColor !important;
  width: 20px !important;
  height: 20px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
/* line 91, ../sass/all/input.scss */
.check-privacy input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em currentColor;
  background-color: CanvasText;
  cursor: pointer;
}
/* line 105, ../sass/all/input.scss */
.check-privacy input[type="checkbox"]:checked::before {
  transform: scale(1);
}
/* line 109, ../sass/all/input.scss */
.check-privacy a {
  text-decoration: underline;
}
/* line 112, ../sass/all/input.scss */
.check-privacy a:after {
  display: none;
}
/* line 116, ../sass/all/input.scss */
.check-privacy a:hover {
  color: var(--color-active);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 124, ../sass/all/input.scss */
  input, textarea, button {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
  }
}
/* line 1, ../sass/all/popup-form.scss */
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
/* line 19, ../sass/all/popup-form.scss */
.popup-form.show {
  opacity: 1;
  visibility: visible;
}

/* line 25, ../sass/all/popup-form.scss */
.search-container {
  max-width: 700px;
  margin: 15px auto;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}

/* line 35, ../sass/all/popup-form.scss */
.popup-form-top {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 25px;
}
/* line 41, ../sass/all/popup-form.scss */
.popup-form-top .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-active);
}
/* line 49, ../sass/all/popup-form.scss */
.popup-form-top .title svg {
  width: 20px;
  height: 20px;
}

/* line 56, ../sass/all/popup-form.scss */
.popup-form-close {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 5px;
  background: #f0f0f8;
}
/* line 75, ../sass/all/popup-form.scss */
.popup-form-close svg {
  display: block;
  height: 40px;
}
/* line 79, ../sass/all/popup-form.scss */
.popup-form-close svg path {
  stroke: var(--color-active);
}
/* line 84, ../sass/all/popup-form.scss */
.popup-form-close:hover {
  background-color: #000;
}
/* line 89, ../sass/all/popup-form.scss */
.popup-form-close:hover svg path {
  stroke: #fff;
}

/* line 97, ../sass/all/popup-form.scss */
.popup-form-closebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 106, ../sass/all/popup-form.scss */
.popup-form-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}
/* line 112, ../sass/all/popup-form.scss */
.popup-form-form label {
  width: 100%;
  display: block;
}
/* line 116, ../sass/all/popup-form.scss */
.popup-form-form label.w50 {
  width: calc(100% / 2 - 10px);
}
/* line 120, ../sass/all/popup-form.scss */
.popup-form-form label input, .popup-form-form label textarea {
  width: 100%;
  background-color: #f8f8f996;
  color: #000;
  border: 1px solid #D9D9D9;
}
/* line 126, ../sass/all/popup-form.scss */
.popup-form-form label input::placeholder, .popup-form-form label textarea::placeholder {
  color: #000;
}
/* line 131, ../sass/all/popup-form.scss */
.popup-form-form label textarea {
  padding-top: 12px;
  height: 101px;
}
/* line 137, ../sass/all/popup-form.scss */
.popup-form-form .site-btn {
  height: 50px;
  width: 100%;
  border-radius: 5px;
}

/* line 144, ../sass/all/popup-form.scss */
.open-popup {
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 151, ../sass/all/popup-form.scss */
  .popup-form-top {
    padding: 15px;
    padding-top: 25px;
  }

  /* line 157, ../sass/all/popup-form.scss */
  .popup-form-form {
    gap: 8px;
    padding: 15px;
  }
  /* line 163, ../sass/all/popup-form.scss */
  .popup-form-form label.w50 {
    width: 100%;
  }
}
/* line 1, ../sass/all/fix-consult.scss */
.fix-consult {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background: var(--color-low-blue);
  border-radius: 15px;
  transform: translateX(-200%);
  transition: transform .5s ease-in-out;
  pointer-events: none;
}
/* line 12, ../sass/all/fix-consult.scss */
.fix-consult.show {
  transform: translateX(0);
  pointer-events: all;
}

/* line 18, ../sass/all/fix-consult.scss */
.fix-consult-wr {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* line 23, ../sass/all/fix-consult.scss */
.fix-consult-wr .img {
  width: 170px;
}
/* line 26, ../sass/all/fix-consult.scss */
.fix-consult-wr .img img {
  width: 160px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  transform: scaleX(-1);
}
/* line 37, ../sass/all/fix-consult.scss */
.fix-consult-wr .desc {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
/* line 42, ../sass/all/fix-consult.scss */
.fix-consult-wr .desc h4 {
  font-size: 20px;
  font-family: 'DejaVuSans-Bold';
  margin-bottom: 9px;
  text-transform: uppercase;
  padding: 0 10px;
}
/* line 50, ../sass/all/fix-consult.scss */
.fix-consult-wr .desc .site-btn {
  width: 100%;
}

/* line 56, ../sass/all/fix-consult.scss */
.fix-consult-close {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 5px;
  background: #f0f0f8;
  z-index: 2;
}
/* line 76, ../sass/all/fix-consult.scss */
.fix-consult-close svg {
  display: block;
  width: 20px;
  height: 20px;
}
/* line 81, ../sass/all/fix-consult.scss */
.fix-consult-close svg path {
  stroke: var(--color-active);
}
/* line 86, ../sass/all/fix-consult.scss */
.fix-consult-close:hover {
  background-color: #000;
}
/* line 91, ../sass/all/fix-consult.scss */
.fix-consult-close:hover svg path {
  stroke: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 102, ../sass/all/fix-consult.scss */
  .fix-consult .img {
    width: 100px;
  }
  /* line 105, ../sass/all/fix-consult.scss */
  .fix-consult .img img {
    width: 121px;
  }
  /* line 110, ../sass/all/fix-consult.scss */
  .fix-consult .desc {
    padding: 15px;
  }
  /* line 113, ../sass/all/fix-consult.scss */
  .fix-consult .desc h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  /* line 120, ../sass/all/fix-consult.scss */
  .fix-consult-close {
    width: 26px;
    height: 26px;
  }
}
/* line 1, ../sass/all/wgag.scss */
#accessibilityButton {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: var(--color-active);
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 100000;
  border-radius: 50%;
  transition: all .15s ease;
  border: 1px solid #fff;
  color: #000;
  padding: 0;
}
/* line 24, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: auto;
}
/* line 30, ../sass/all/wgag.scss */
#accessibilityButton:hover {
  transform: scale(1.1);
}

/* line 35, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: var(--color-active);
  right: 0;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 550px;
  max-width: calc(100% - 35px);
  height: calc(100% - 0px);
  /* border-radius: 20px; */
  overflow: hidden;
  max-height: calc(100% - 0px);
  z-index: 214748364;
}

/* line 51, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 57, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 61, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 64, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 67, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: var(--color-lite-blue);
  border-radius: 0px;
  margin: 10px 0;
}
/* line 72, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 76, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: var(--color-active);
  color: #fff;
}
/* line 84, ../sass/all/wgag.scss */
.accessibilityMenu .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 2;
  margin: 15px;
  margin-top: -110px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
/* line 106, ../sass/all/wgag.scss */
.accessibilityMenu .bl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  width: calc((100% - 30px) / 3);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
}
/* line 128, ../sass/all/wgag.scss */
.accessibilityMenu .bl.double {
  width: calc((100% - 30px) / 3 * 2 + 15px);
}
/* line 132, ../sass/all/wgag.scss */
.accessibilityMenu .bl i {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 138, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
/* line 145, ../sass/all/wgag.scss */
.accessibilityMenu .bl:hover:not(.double) {
  border-color: var(--color-active);
}
/* line 149, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: var(--color-dark-blue);
  border-color: var(--color-dark-active);
  color: #fff;
}
/* line 155, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
/* line 165, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/* line 173, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div:hover {
  transform: scale(1.1);
}
/* line 178, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
/* line 192, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.white.active:before {
  background: #000;
}
/* line 199, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
/* line 211, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--color-active);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  padding: 0;
  min-width: 24px;
}
/* line 230, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button svg {
  display: block;
  width: 9px;
  height: auto;
}
/* line 236, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button:hover {
  background: var(--color-dark-blue);
  color: #fff;
}

/* line 245, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/* line 252, ../sass/all/wgag.scss */
.accessibilityMenuClose svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all .15s ease;
}
/* line 259, ../sass/all/wgag.scss */
.accessibilityMenuClose:hover svg {
  transform: scale(1.1);
}

/* line 264, ../sass/all/wgag.scss */
.showMenu #accessibilityMenu {
  display: block;
}

/* line 269, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 274, ../sass/all/wgag.scss */
.high-contrast .text {
  color: white;
  --color: #fff;
}

/* line 280, ../sass/all/wgag.scss */
.night-mode {
  background-color: #222;
  color: #ddd;
}
/* line 284, ../sass/all/wgag.scss */
.night-mode .text {
  color: #ddd;
  --color: #ddd;
}

/* line 290, ../sass/all/wgag.scss */
.img-description {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

/* line 300, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* line 307, ../sass/all/wgag.scss */
body.reading-view * {
  display: none;
}

/* line 311, ../sass/all/wgag.scss */
body.reading-view p,
body.reading-view h1,
body.reading-view h2,
body.reading-view h3,
body.reading-view h4,
body.reading-view h5,
body.reading-view h6,
body.reading-view li,
body.reading-view blockquote {
  display: block;
  margin: 20px;
  padding: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 328, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 333, ../sass/all/wgag.scss */
.high-contrast-dark .text {
  color: white;
  --color: #fff;
}

/* line 339, ../sass/all/wgag.scss */
.high-contrast-light {
  background-color: #fff;
  color: #000;
}

/* line 344, ../sass/all/wgag.scss */
.monochrome-mode {
  filter: grayscale(100%);
}

/* line 348, ../sass/all/wgag.scss */
.font-adjust-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 354, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 361, ../sass/all/wgag.scss */
.line-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 367, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 373, ../sass/all/wgag.scss */
.word-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 379, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 385, ../sass/all/wgag.scss */
.he {
  /* #accessibilityButton {
      right: 20px;
      left: auto;
  } */
}
/* line 391, ../sass/all/wgag.scss */
.he #accessibilityMenu {
  direction: rtl;
  /* right:20px;
  left: auto; */
}
/* line 397, ../sass/all/wgag.scss */
.he .accessibilityMenuClose {
  right: 15px;
  left: auto;
}
/* line 402, ../sass/all/wgag.scss */
.he .accessibilityMenu .bl span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 409, ../sass/all/wgag.scss */
  #accessibilityButton {
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
  /* line 415, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 15px;
  }
  /* line 419, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }

  /* line 424, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 434, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 438, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 442, ../sass/all/wgag.scss */
  .accessibilityMenu .bl {
    width: calc((100% - 15px) / 2);
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  /* line 450, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 462, ../sass/all/wgag.scss */
  .lang-he #accessibilityButton {
    right: 15px;
  }
  /* line 466, ../sass/all/wgag.scss */
  .lang-he #accessibilityMenu {
    right: 15px;
  }
}
/* line 1, ../sass/all/text-new.scss */
.n-title {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.04;
}

/* line 7, ../sass/all/text-new.scss */
.n-text {
  font-size: 24px;
  display: block;
}

/* line 12, ../sass/all/text-new.scss */
.n-uptitle {
  border: 1px solid #2c5fff;
  border-radius: 100px;
  display: inline-block;
  padding: 6px 13px;
  font-size: 17px;
  color: #2c5fff;
}

/* line 21, ../sass/all/text-new.scss */
.n-list {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
/* line 29, ../sass/all/text-new.scss */
.n-list li {
  padding-right: 53px;
  min-height: 34px;
  display: flex;
  align-items: center;
  position: relative;
}
/* line 37, ../sass/all/text-new.scss */
.n-list li::before {
  content: '';
  background-image: url(../img/check-icon-list.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 52, ../sass/all/text-new.scss */
.n-btn {
  background: #2c5fffff;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
}
