@charset "UTF-8";
/** Base size */
/** Base theme */
/** Media Queries breakpoints */
/** Media Queries */
/* Media Queries in array */
/** Media function */
/** Media queries mixin */
/** Page 
 */
/** Colors
 */
/** Main blocks
 */
/** Font size
 */
/** Primary block layout
 */
.footer-black {
  background-color: #2E3346;
  color: #fff; }

.main:before, .description:before, .sis:before, .sis:after, .dont-worry, .portfolio {
  background-color: #e6eff1;
  color: #2E3346; }

.main:after, .description:after, .clients, .modal, .modal__heading {
  background-color: #9FDADB;
  color: #2E3346; }

.main__tag-content, .ach__two, .footer {
  background-color: #00DDCB;
  color: #2E3346; }

.ach:before, .ach:after, .dont-worry__content, .plain__content {
  background-color: #fff;
  color: #2E3346; }

/** Styles 
 */
.regular {
  font-weight: 400; }

.semibold, .h1, h1, .h2, h2, .works__title, .dont-worry__title, .plain_title, .clients__title, .main__tag-title, .description__title, .ach__description-title, .sis__description-title, .ach__two-sign, .main__header-menu-items, .portfolio__item-title, .portfolio-modal__item-title {
  font-weight: 600; }

.bold, .ach__one-number, .ach__two-number {
  font-weight: 700; }

/** Headings
 */
.heading, h1, h2, .description__title, .ach__description-title, .sis__description-title, .works__title, .dont-worry__title, .plain_title, .clients__title {
  line-height: auto;
  margin-bottom: .75em; }

@media screen and (min-width: 1901px) {
  .h1, h1, .h2, h2, .works__title, .dont-worry__title, .plain_title, .clients__title, .main__tag-title {
    font-size: 64rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .h1, h1, .h2, h2, .works__title, .dont-worry__title, .plain_title, .clients__title, .main__tag-title {
    font-size: 54rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .h1, h1, .h2, h2, .works__title, .dont-worry__title, .plain_title, .clients__title, .main__tag-title {
    font-size: 32rem; } }

@media screen and (max-width: 768px) {
  .h1, h1, .h2, h2, .works__title, .dont-worry__title, .plain_title, .clients__title, .main__tag-title {
    font-size: 32rem; } }

@media screen and (min-width: 1901px) {
  .description__title, .ach__description-title, .sis__description-title {
    font-size: 54rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .description__title, .ach__description-title, .sis__description-title {
    font-size: 48rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .description__title, .ach__description-title, .sis__description-title {
    font-size: 32rem; } }

@media screen and (max-width: 768px) {
  .description__title, .ach__description-title, .sis__description-title {
    font-size: 32rem; } }

@media screen and (min-width: 1901px) {
  .ach__two-sign {
    font-size: 48rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .ach__two-sign {
    font-size: 32rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .ach__two-sign {
    font-size: 24rem; } }

@media screen and (max-width: 768px) {
  .ach__two-sign {
    font-size: 24rem; } }

@media screen and (min-width: 1901px) {
  .main__header-menu-items, .portfolio__item-title, .portfolio-modal__item-title {
    font-size: 32rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .main__header-menu-items, .portfolio__item-title, .portfolio-modal__item-title {
    font-size: 24rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main__header-menu-items, .portfolio__item-title, .portfolio-modal__item-title {
    font-size: 18rem; } }

@media screen and (max-width: 768px) {
  .main__header-menu-items, .portfolio__item-title, .portfolio-modal__item-title {
    font-size: 18rem; } }

@media screen and (min-width: 1901px) {
  p, body, .plain__text, .portfolio__item, .portfolio__item-subtitle, .portfolio-modal__item, .portfolio-modal__item-subtitle {
    font-size: 24rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  p, body, .plain__text, .portfolio__item, .portfolio__item-subtitle, .portfolio-modal__item, .portfolio-modal__item-subtitle {
    font-size: 18rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  p, body, .plain__text, .portfolio__item, .portfolio__item-subtitle, .portfolio-modal__item, .portfolio-modal__item-subtitle {
    font-size: 14rem; } }

@media screen and (max-width: 768px) {
  p, body, .plain__text, .portfolio__item, .portfolio__item-subtitle, .portfolio-modal__item, .portfolio-modal__item-subtitle {
    font-size: 14rem; } }

/** Link
 */
a {
  color: inherit;
  cursor: pointer;
  text-decoration: underline; }
  a img {
    border: 0; }

p {
  margin: 1em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

/** Scroll
 */
body,
.scroll-bar,
body.modal-visible .modal {
  scrollbar-width: thin;
  scrollbar-color: rgba(64, 64, 64, 0.8) rgba(128, 128, 128, 0.6); }
  body::-webkit-scrollbar,
  .scroll-bar::-webkit-scrollbar,
  body.modal-visible .modal::-webkit-scrollbar {
    width: 12px;
    /* ширина scrollbar */ }
  body::-webkit-scrollbar-track,
  .scroll-bar::-webkit-scrollbar-track,
  body.modal-visible .modal::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.2);
    /* цвет дорожки */ }
  body::-webkit-scrollbar-thumb,
  .scroll-bar::-webkit-scrollbar-thumb,
  body.modal-visible .modal::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.8);
    /* цвет плашки */
    border-radius: 8px;
    /* закругления плашки */
    border: 0px solid rgba(128, 128, 128, 0.2);
    /* padding вокруг плашки */ }

/** Content blocks padding */
@media screen and (min-width: 1901px) {
  .description__content, .sis__description, .works, .ach__description-content, .dont-worry__content, .map__content, .ach__one-number, .ach__two-number, .dont-worry, .portfolio, .clients, .footer, .footer-black {
    padding-bottom: 120rem;
    padding-top: 120rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .description__content, .sis__description, .works, .ach__description-content, .dont-worry__content, .map__content, .ach__one-number, .ach__two-number, .dont-worry, .portfolio, .clients, .footer, .footer-black {
    padding-bottom: 96rem;
    padding-top: 96rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .description__content, .sis__description, .works, .ach__description-content, .dont-worry__content, .map__content, .ach__one-number, .ach__two-number, .dont-worry, .portfolio, .clients, .footer, .footer-black {
    padding-bottom: 60rem;
    padding-top: 60rem; } }

@media screen and (max-width: 768px) {
  .description__content, .sis__description, .works, .ach__description-content, .dont-worry__content, .map__content, .ach__one-number, .ach__two-number, .dont-worry, .portfolio, .clients, .footer, .footer-black {
    padding-bottom: 42rem;
    padding-top: 42rem; } }

@media screen and (min-width: 1901px) {
  .ach__description-content, .dont-worry__content, .map__content, .description__rs {
    padding-left: 120rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .ach__description-content, .dont-worry__content, .map__content, .description__rs {
    padding-left: 96rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .ach__description-content, .dont-worry__content, .map__content, .description__rs {
    padding-left: 60rem; } }

@media screen and (max-width: 768px) {
  .ach__description-content, .dont-worry__content, .map__content, .description__rs {
    padding-left: 42rem; } }

@media screen and (min-width: 1901px) {
  .description__content, .sis__description, .works, .ach__description-content {
    padding-right: 32rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .description__content, .sis__description, .works, .ach__description-content {
    padding-right: 24rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .description__content, .sis__description, .works, .ach__description-content {
    padding-right: 24rem; } }

@media screen and (max-width: 768px) {
  .description__content, .sis__description, .works, .ach__description-content {
    padding-right: 24rem; } }

@media screen and (min-width: 1901px) {
  .dont-worry__content, .map__content {
    padding-right: 120rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .dont-worry__content, .map__content {
    padding-right: 96rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .dont-worry__content, .map__content {
    padding-right: 60rem; } }

@media screen and (max-width: 768px) {
  .dont-worry__content, .map__content {
    padding-right: 42rem; } }

@media screen and (max-width: 768px) {
  .description__content, .sis__description, .works {
    padding-right: 0; } }

@media screen and (max-width: 768px) {
  .ach__description-content {
    padding-right: 0;
    padding-left: 0; } }

/** Page layout 
 */
html, body {
  background: #ffffff;
  height: 100%;
  font-size: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  box-sizing: border-box;
  color: #2E3346;
  font-family: 'Roboto', sans-serif;
  margin: 0; }

/** Grid layout
 */
.wrap {
  position: relative;
  width: 100%; }
  .wrap:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 0; }
  .wrap:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 0; }
  .wrap > * {
    position: relative;
    z-index: 1; }

.block {
  margin: 0 auto; }

.row {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 1fr;
  margin: 0 auto; }

/** Layout grid params */
/** Returns grid params 
 */
/** Grid params iteration */
@media screen and (min-width: 1901px) {
  .block {
    box-sizing: border-box;
    padding: 0 auto;
    width: 1520rem; }
  .row {
    box-sizing: border-box;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    column-gap: 0rem;
    padding: 0 auto;
    width: 1520rem; }
  .col {
    grid-column: span 12; }
  .col-xl-1 {
    grid-column: span 1; }
  .col-xl-x1 {
    width: 126.66667rem; }
  .col-xl-2 {
    grid-column: span 2; }
  .col-xl-x2 {
    width: 253.33333rem; }
  .col-xl-3 {
    grid-column: span 3; }
  .col-xl-x3 {
    width: 380rem; }
  .col-xl-4 {
    grid-column: span 4; }
  .col-xl-x4 {
    width: 506.66667rem; }
  .col-xl-5 {
    grid-column: span 5; }
  .col-xl-x5 {
    width: 633.33333rem; }
  .col-xl-6 {
    grid-column: span 6; }
  .col-xl-x6 {
    width: 760rem; }
  .col-xl-7 {
    grid-column: span 7; }
  .col-xl-x7 {
    width: 886.66667rem; }
  .col-xl-8 {
    grid-column: span 8; }
  .col-xl-x8 {
    width: 1013.33333rem; }
  .col-xl-9 {
    grid-column: span 9; }
  .col-xl-x9 {
    width: 1140rem; }
  .col-xl-10 {
    grid-column: span 10; }
  .col-xl-x10 {
    width: 1266.66667rem; }
  .col-xl-11 {
    grid-column: span 11; }
  .col-xl-x11 {
    width: 1393.33333rem; }
  .col-xl-12 {
    grid-column: span 12; }
  .col-xl-x12 {
    width: 1520rem; }
  .col-xl-0 {
    display: none; }
  .col-xl-13 {
    grid-column: span 12; }
  .col-xl-x13 {
    width: 1520rem; }
  .col-xl-12 {
    grid-column: span 12; }
  .col-xl-x12 {
    width: 1520rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .block {
    box-sizing: border-box;
    padding: 0 auto;
    width: 1140rem; }
  .row {
    box-sizing: border-box;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    column-gap: 0rem;
    padding: 0 auto;
    width: 1140rem; }
  .col {
    grid-column: span 12; }
  .col-l-1 {
    grid-column: span 1; }
  .col-l-x1 {
    width: 95rem; }
  .col-l-2 {
    grid-column: span 2; }
  .col-l-x2 {
    width: 190rem; }
  .col-l-3 {
    grid-column: span 3; }
  .col-l-x3 {
    width: 285rem; }
  .col-l-4 {
    grid-column: span 4; }
  .col-l-x4 {
    width: 380rem; }
  .col-l-5 {
    grid-column: span 5; }
  .col-l-x5 {
    width: 475rem; }
  .col-l-6 {
    grid-column: span 6; }
  .col-l-x6 {
    width: 570rem; }
  .col-l-7 {
    grid-column: span 7; }
  .col-l-x7 {
    width: 665rem; }
  .col-l-8 {
    grid-column: span 8; }
  .col-l-x8 {
    width: 760rem; }
  .col-l-9 {
    grid-column: span 9; }
  .col-l-x9 {
    width: 855rem; }
  .col-l-10 {
    grid-column: span 10; }
  .col-l-x10 {
    width: 950rem; }
  .col-l-11 {
    grid-column: span 11; }
  .col-l-x11 {
    width: 1045rem; }
  .col-l-12 {
    grid-column: span 12; }
  .col-l-x12 {
    width: 1140rem; }
  .col-l-0 {
    display: none; }
  .col-l-13 {
    grid-column: span 12; }
  .col-l-x13 {
    width: 1140rem; }
  .col-l-12 {
    grid-column: span 12; }
  .col-l-x12 {
    width: 1140rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .block {
    box-sizing: border-box;
    padding: 0 51rem;
    width: 100%; }
  .row {
    box-sizing: border-box;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    column-gap: 0rem;
    padding: 0 51rem;
    width: 100%; }
  .col {
    grid-column: span 12; }
  .col-m-1 {
    grid-column: span 1; }
  .col-m-x1 {
    width: 8.33333%; }
  .col-m-2 {
    grid-column: span 2; }
  .col-m-x2 {
    width: 16.66667%; }
  .col-m-3 {
    grid-column: span 3; }
  .col-m-x3 {
    width: 25%; }
  .col-m-4 {
    grid-column: span 4; }
  .col-m-x4 {
    width: 33.33333%; }
  .col-m-5 {
    grid-column: span 5; }
  .col-m-x5 {
    width: 41.66667%; }
  .col-m-6 {
    grid-column: span 6; }
  .col-m-x6 {
    width: 50%; }
  .col-m-7 {
    grid-column: span 7; }
  .col-m-x7 {
    width: 58.33333%; }
  .col-m-8 {
    grid-column: span 8; }
  .col-m-x8 {
    width: 66.66667%; }
  .col-m-9 {
    grid-column: span 9; }
  .col-m-x9 {
    width: 75%; }
  .col-m-10 {
    grid-column: span 10; }
  .col-m-x10 {
    width: 83.33333%; }
  .col-m-11 {
    grid-column: span 11; }
  .col-m-x11 {
    width: 91.66667%; }
  .col-m-12 {
    grid-column: span 12; }
  .col-m-x12 {
    width: 100%; }
  .col-m-0 {
    display: none; }
  .col-m-13 {
    grid-column: span 12; }
  .col-m-x13 {
    width: 100%; }
  .col-m-12 {
    grid-column: span 12; }
  .col-m-x12 {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .block {
    box-sizing: border-box;
    padding: 0 24rem;
    width: 100vw; }
  .row {
    box-sizing: border-box;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    column-gap: 0rem;
    padding: 0 24rem;
    width: 100vw; }
  .col {
    grid-column: span 12; }
  .col-s-1 {
    grid-column: span 1; }
  .col-s-x1 {
    width: 8.33333vw; }
  .col-s-2 {
    grid-column: span 2; }
  .col-s-x2 {
    width: 16.66667vw; }
  .col-s-3 {
    grid-column: span 3; }
  .col-s-x3 {
    width: 25vw; }
  .col-s-4 {
    grid-column: span 4; }
  .col-s-x4 {
    width: 33.33333vw; }
  .col-s-5 {
    grid-column: span 5; }
  .col-s-x5 {
    width: 41.66667vw; }
  .col-s-6 {
    grid-column: span 6; }
  .col-s-x6 {
    width: 50vw; }
  .col-s-7 {
    grid-column: span 7; }
  .col-s-x7 {
    width: 58.33333vw; }
  .col-s-8 {
    grid-column: span 8; }
  .col-s-x8 {
    width: 66.66667vw; }
  .col-s-9 {
    grid-column: span 9; }
  .col-s-x9 {
    width: 75vw; }
  .col-s-10 {
    grid-column: span 10; }
  .col-s-x10 {
    width: 83.33333vw; }
  .col-s-11 {
    grid-column: span 11; }
  .col-s-x11 {
    width: 91.66667vw; }
  .col-s-12 {
    grid-column: span 12; }
  .col-s-x12 {
    width: 100vw; }
  .col-s-0 {
    display: none; }
  .col-s-13 {
    grid-column: span 12; }
  .col-s-x13 {
    width: 100vw; }
  .col-s-12 {
    grid-column: span 12; }
  .col-s-x12 {
    width: 100vw; } }

.main {
  overflow: hidden; }
  .main:before {
    background-image: url(./img/pattern_w.png);
    background-repeat: repeat;
    background-size: auto 100%; }
    @media screen and (max-width: 768px) {
      .main:before {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .main:after {
      display: none; } }

@media screen and (min-width: 1901px) {
  .main__header {
    height: 186rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .main__header {
    height: 186rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main__header {
    height: 112rem;
    position: relative; } }

@media screen and (max-width: 768px) {
  .main__header {
    height: 80rem;
    position: relative;
    z-index: 10; } }

.main__header-logo {
  align-items: center;
  display: flex; }
  @media screen and (min-width: 1901px) {
    .main__header-logo img {
      height: 37rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .main__header-logo img {
      height: 27rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .main__header-logo img {
      height: 15rem; } }
  @media screen and (max-width: 768px) {
    .main__header-logo img {
      height: 15rem; } }

.main__header-menu {
  outline: none; }
  @media screen and (max-width: 768px), screen and (max-width: 768px) {
    .main__header-menu {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: flex-end;
      z-index: 10; }
      .main__header-menu:active .main__header-menu-items, .main__header-menu:focus .main__header-menu-items {
        transform: translate(0, 0); } }

.main__header-menu-icon {
  display: none; }
  @media screen and (max-width: 768px), screen and (max-width: 768px) {
    .main__header-menu-icon {
      background: url(./img/menu.svg) no-repeat 50% 50%;
      background-size: contain;
      display: block;
      height: 24rem;
      position: relative;
      width: 24rem;
      z-index: 2; } }

.main__header-menu-items {
  align-items: center;
  justify-content: space-around;
  display: flex;
  font-weight: normal;
  height: 100%;
  list-style-type: none;
  outline: none;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 768px), screen and (max-width: 768px) {
    .main__header-menu-items {
      background-color: #e6eff1;
      display: flex;
      flex-direction: column;
      height: auto;
      position: absolute;
      right: 0;
      transform: translate(0, -100vh);
      transition: all .5s;
      width: 100vw; } }
  @media screen and (max-width: 768px) {
    .main__header-menu-items {
      padding: 112rem 0;
      top: 0; } }
  @media screen and (max-width: 768px) {
    .main__header-menu-items {
      padding: 80rem 0;
      top: 0; } }

.main__header-menu-item {
  transition: all .15s; }
  .main__header-menu-item a {
    text-decoration: none; }
  .main__header-menu-item:hover a {
    border-bottom: 5px solid #0C857C; }
  @media screen and (max-width: 768px), screen and (max-width: 768px) {
    .main__header-menu-item {
      padding: 1em 0; } }

.main__header-menu-item_active {
  font-weight: bold; }
  .main__header-menu-item_active:hover a {
    border-bottom-color: transparent; }

@media screen and (min-width: 1901px) {
  .main__tag {
    height: 648rem; } }

@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .main__tag {
    min-height: 600rem; } }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main__tag {
    min-height: 348rem; } }

@media screen and (max-width: 768px) {
  .main__tag {
    height: auto; } }

.main__tag-rs {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .main__tag-rs {
      justify-content: flex-start;
      margin-top: 0rem;
      margin-bottom: 54rem; } }
  .main__tag-rs img {
    position: relative; }
    @media screen and (min-width: 1901px) {
      .main__tag-rs img {
        height: 100%;
        right: -25.0%; } }
    @media screen and (min-width: 1401px) and (max-width: 1900px), screen and (min-width: 769px) and (max-width: 1400px) {
      .main__tag-rs img {
        right: -25.5%;
        width: 110%; } }
    @media screen and (max-width: 768px) {
      .main__tag-rs img {
        height: 226rem;
        right: 0;
        width: auto; } }

.main__tag-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start; }
  @media screen and (min-width: 1901px) {
    .main__tag-content {
      padding-left: 253.33333rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .main__tag-content {
      padding-left: 190rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .main__tag-content {
      padding-left: 16.66vw; } }
  @media screen and (max-width: 768px) {
    .main__tag-content {
      background: none;
      margin-bottom: 34rem;
      margin-top: 0rem; } }

.main__tag-title {
  text-transform: uppercase; }

.description {
  /*@include media(device-xl){
  }
  @include media(device-l){
  }
  @include media(device-m){
  }
  @include media(device-s){
  }*/ }
  .description:before {
    background-color: #e6eff1; }
    @media screen and (max-width: 768px) {
      .description:before {
        background-color: #00DDCB; } }
  @media screen and (max-width: 768px) {
    .description:after {
      background-color: #00DDCB; } }

.description__rs {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .description__rs {
      display: none; } }
  .description__rs img {
    max-width: 80%;
    position: relative;
    max-height: 80%; }

.description__content {
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .ach {
    padding-top: 42rem; }
    .ach:before {
      background-color: #e6eff1; }
    .ach:after {
      background-color: #e6eff1; } }

.ach__one-number, .ach__two-number {
  line-height: 50%; }
  @media screen and (min-width: 1901px) {
    .ach__one-number, .ach__two-number {
      font-size: 620rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .ach__one-number, .ach__two-number {
      font-size: 494rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .ach__one-number, .ach__two-number {
      font-size: 288rem; } }
  @media screen and (max-width: 768px) {
    .ach__one-number, .ach__two-number {
      font-size: 230rem; } }

.ach__one {
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .ach__one {
      padding: 32rem 0; } }

.ach__one-number {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 0; }
  @media screen and (min-width: 1901px) {
    .ach__one-number {
      letter-spacing: -114rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .ach__one-number {
      letter-spacing: -90rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .ach__one-number {
      letter-spacing: -53rem; } }
  @media screen and (max-width: 768px) {
    .ach__one-number {
      letter-spacing: -42rem; } }

.ach__two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .ach__two {
      padding: 32rem 0; } }

.ach__two-sign {
  font-weight: normal;
  line-height: 1em;
  position: relative; }
  @media screen and (min-width: 1901px) {
    .ach__two-sign {
      margin-top: -64rem;
      left: 180rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .ach__two-sign {
      margin-top: -52rem;
      left: 140rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .ach__two-sign {
      margin-top: -36rem;
      left: 80rem; } }
  @media screen and (max-width: 768px) {
    .ach__two-sign {
      margin-top: -1em;
      left: 65rem; } }

@media screen and (max-width: 768px) {
  .ach__description-content {
    padding-left: 0; } }

@media screen and (max-width: 768px) {
  .sis__description {
    order: 2; } }

.sis__img {
  align-items: center;
  display: flex;
  justify-content: center; }
  .sis__img img {
    max-height: 90%;
    max-width: 90%; }
  @media screen and (max-width: 768px) {
    .sis__img {
      order: 1; } }

.works {
  box-sizing: border-box; }

.works__items {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%; }

.works__container {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  width: auto; }
  @media screen and (max-width: 768px) {
    .works__container {
      overflow-x: scroll;
      width: 100%; } }

.works__item {
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 158.33333rem;
  margin: 15.83333rem;
  width: 253.33333rem; }

.works__items {
  scrollbar-color: rebeccapurple;
  scrollbar-width: thin;
  /*scrollbar-width:  thin; 
        scrollbar-color: rgba(64, 64, 64, .0) rgba(128, 128, 128, 0.0); */ }
  .works__items::-webkit-scrollbar {
    width: 2px;
    /* ширина scrollbar */ }
  .works__items::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0);
    /* цвет дорожки */ }
  .works__items::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0);
    /* цвет плашки */
    border-radius: 1px;
    /* закругления плашки */
    border: 1px solid rgba(128, 128, 128, 0);
    /* padding вокруг плашки */ }

.dont-worry {
  background: url(./img/pattern_gr.png) 50% 50%;
  background-size: auto 100%; }

.dont-worry__text {
  columns: 2;
  column-gap: 31.66667rem; }
  @media screen and (max-width: 768px) {
    .dont-worry__text {
      columns: 1; } }

.map {
  position: relative; }

.map__background {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: -1px; }
  @media screen and (max-width: 768px) {
    .map__background {
      position: relative;
      height: 50vh; } }
  .map__background *[class$="map-copyrights-promo"] {
    display: none; }
  .map__background [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%); }

.map__row {
  position: static; }
  @media screen and (max-width: 768px) {
    .map__row {
      background: #9FDADBE5; } }

.map__content {
  background: #9FDADBE5;
  grid-column-start: 7;
  grid-column-end: 13;
  display: block;
  position: relative;
  z-index: 20; }
  @media screen and (max-width: 768px), screen and (max-width: 768px) {
    .map__content {
      background: none;
      grid-column-start: 1;
      grid-column-end: 13; } }

@media screen and (max-width: 768px), screen and (max-width: 768px) {
  .portfolio {
    padding-top: 0; } }

.portfolio__row {
  column-gap: 30rem;
  row-gap: 60rem; }
  @media screen and (max-width: 768px), screen and (max-width: 768px) {
    .portfolio__row {
      column-gap: 0; } }

.portfolio__item {
  cursor: pointer; }

.portfolio__item-image {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 1.5em;
  padding: 0;
  padding-top: 70%;
  width: 100%; }

/** Portrolio modal page
 */
.portfolio-modal {
  position: relative; }

.portfolio-modal__item {
  display: flex; }

/** Swiper 
 */
.portfolio-modal .swiper {
  margin: 0 !important; }

.portfolio-modal .swiper-button-prev {
  background: url(./img/arrow_left.svg) no-repeat 0% 50%;
  height: 0;
  padding-top: 700%;
  margin-right: -95rem;
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 95rem; }
  @media screen and (min-width: 1901px) {
    .portfolio-modal .swiper-button-prev {
      width: 126.66667rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .portfolio-modal .swiper-button-prev {
      width: 95rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .portfolio-modal .swiper-button-prev {
      width: 8.33vw; } }
  @media screen and (max-width: 768px) {
    .portfolio-modal .swiper-button-prev {
      display: none; } }
  .portfolio-modal .swiper-button-prev:after {
    display: none; }

.portfolio-modal .swiper-button-next {
  background: url(./img/arrow_right.svg) no-repeat 100% 50%;
  height: 0;
  padding-top: 700%;
  margin-right: -95rem;
  margin-top: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 95rem; }
  .portfolio-modal .swiper-button-next:after {
    display: none; }
  @media screen and (min-width: 1901px) {
    .portfolio-modal .swiper-button-next {
      width: 126.66667rem; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .portfolio-modal .swiper-button-next {
      width: 95rem; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .portfolio-modal .swiper-button-next {
      width: 8.33vw; } }
  @media screen and (max-width: 768px) {
    .portfolio-modal .swiper-button-next {
      display: none; } }

.portfolio-modal .swiper-pagination {
  bottom: 0px !important; }

.portfolio-modal .swiper-pagination-bullet {
  background-color: #2E3346;
  border-radius: 0;
  transition: all 0.25s; }

.portfolio-modal .swiper-pagination-bullet-active {
  background-color: #0C857C; }

/** Portfolio item
 */
.portfolio-modal__item {
  display: block;
  padding-bottom: 20px; }

.portfolio-modal__item-image {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 1.5em;
  padding: 35% 0;
  width: 100%; }
  .portfolio-modal__item-image img {
    width: 100%; }

.clients__items {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .clients__items {
      flex-wrap: wrap; } }

.clients__item {
  align-items: center;
  display: flex;
  justify-content: center; }
  .clients__item img {
    display: block;
    max-height: 65rem;
    max-width: 90%; }
  @media screen and (min-width: 1901px), screen and (min-width: 1401px) and (max-width: 1900px) {
    .clients__item:first-child {
      justify-content: flex-start; }
    .clients__item:last-child {
      justify-content: flex-end; } }
  @media screen and (min-width: 1901px) {
    .clients__item {
      max-height: 100px;
      max-width: 80%; } }
  @media screen and (min-width: 1401px) and (max-width: 1900px) {
    .clients__item {
      max-height: 80px;
      max-width: 80%; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .clients__item {
      max-height: 80px;
      max-width: 80%; } }
  @media screen and (max-width: 768px) {
    .clients__item {
      padding: 20rem 0;
      width: 50%; }
      .clients__item img {
        max-height: 50rem;
        max-width: 70%; } }

.footer p {
  margin-top: 2em;
  margin-bottom: 2em; }

.footer__logos img {
  cursor: pointer;
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .footer__logos img {
      max-width: 160rem;
      width: 50%; } }

.footer__info-icons {
  display: flex; }

.footer__info-item {
  margin-right: 32rem; }
  .footer__info-item img {
    max-height: 32rem;
    max-width: 32rem; }

body.modal-visible {
  overflow: hidden; }
  @media screen and (hover: hover) and (pointer: fine) {
    body.modal-visible {
      border-right: 12px solid transparent; } }
  body.modal-visible .modal {
    visibility: visible;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0); }

.modal {
  box-sizing: border-box;
  height: 100%;
  left: 0%;
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 0%;
  width: 100vw;
  transition: all .35s;
  visibility: hidden;
  z-index: 1000; }
  @media screen and (hover: hover) and (pointer: fine) {
    .modal {
      padding-right: 12px; } }

@media screen and (max-width: 768px) {
  .modal__wrap {
    padding-left: 0;
    padding-right: 0; } }

.modal__heading {
  display: flex;
  opacity: 0.95;
  position: sticky;
  padding: 48rem 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .modal__heading {
      padding: 24rem; } }

.modal__title {
  font-size: 24rem;
  flex-grow: 1;
  padding-right: 32rem; }

.modal__close {
  align-items: center;
  align-self: flex-start;
  background: url(./img/close.svg) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
  display: flex;
  height: 32rem;
  justify-content: center;
  padding-right: 12rem;
  width: 32rem;
  /*&:before{
          content: '✕';
          font-size: 32*$rem;
          font-weight: normal;
          width: 32*$rem;
        }*/ }

.webform__item,
.form__item {
  font-size: 14rem;
  margin: 3em 0; }
  .webform__item p,
  .form__item p {
    font-size: 14rem; }
    .webform__item p:first-child,
    .form__item p:first-child {
      margin-top: 1.5em; }
    .webform__item p u,
    .form__item p u {
      cursor: pointer; }

.webform__item_error input[type="text"], .webform__item_error input[type="submit"],
.form__item_error input[type="text"],
.form__item_error input[type="submit"] {
  outline: 2px solid red; }

input[type="text"], input[type="submit"] {
  background: #fff;
  border: 0px solid #818181;
  box-sizing: border-box;
  color: #2E3346;
  font-size: 18rem;
  outline: none;
  padding: 12rem 25rem;
  -webkit-appearance: none;
  width: 100%; }

input[type="submit"] {
  background-color: #04C0B2;
  border: 0;
  color: #fff;
  margin: 0;
  width: auto; }
  input[type="submit"]:hover {
    background-color: #0C857C;
    cursor: pointer; }

/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

