@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,kbd,pre,samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,h1 {
  font-size: 2.5rem
}

.h2,h2 {
  font-size: 2rem
}

.h3,h3 {
  font-size: 1.75rem
}

.h4,h4 {
  font-size: 1.5rem
}

.h5,h5 {
  font-size: 1.25rem
}

.h6,h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
  font-size: 80%;
  font-weight: 400
}

.mark,mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.row-cols-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}


@media (min-width: 576px) {
  .col-sm {
      -ms-flex-preferred-size:0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-sm-1>* {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-sm-2>* {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-sm-3>* {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .row-cols-sm-4>* {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-sm-5>* {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-sm-6>* {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

}

@media (min-width: 768px) {
  .col-md {
      -ms-flex-preferred-size:0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-md-1>* {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-md-2>* {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-md-3>* {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .row-cols-md-4>* {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-md-5>* {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-md-6>* {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
}

@media (min-width: 992px) {
  .col-lg {
      -ms-flex-preferred-size:0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-lg-1>* {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-lg-2>* {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-lg-3>* {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .row-cols-lg-4>* {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-lg-5>* {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-lg-6>* {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important
}

.h-100 {
  height: 100%!important
}

/**
 * Swiper 7.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 26, 2021
 */

 @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;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}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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-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-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev: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}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.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:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{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:.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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{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}






/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Open Sans", Sans-serif;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: "Philosopher";
  font-display: swap;
  src: url("fonts/Philosopher-BoldItalic.woff") format("woff"), url("fonts/Philosopher-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Philosopher";
  font-display: swap;
  src: url("fonts/Philosopher-Italic.woff") format("woff"), url("fonts/Philosopher-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* -------- ТЕЗНИЧЕСКИЕ КЛАССЫ ----------- */
._container {
  padding: 0 30px;
  max-width: 1170px;
  margin: 0 auto;
}

._title {
  color: #292f6d;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

._body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* -------- НАЧАЛО ----------- */
.advantages {
  margin-top: 75px;
}

@media (max-width: 1170px) {
  .advantages {
    margin-top: calc(40px + 35 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 520px) {
  .advantages__container {
    padding: 0 5px;
  }
}

.container {
  padding: 0;
}

@media (max-width: 520px) {
  .iq-features {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #292f6d;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #292f6d;
  bottom: -31px;
  left: -14px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  top: -15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 6px solid #cb3266;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #cb3266;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
  background: #292f6d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#292f6d), to(#cb3266));
  background: -o-linear-gradient(left, #292f6d 0%, #cb3266 100%);
  background: linear-gradient(to right, #292f6d 0%, #cb3266 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292f6d', endColorstr='#cb3266', GradientType=1);
  /* IE6-9 */
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 320px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  /* bottom: 0; */
  /* left: 0; */
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  width: 100%;
  height: 100%;
  top: 0;
  /* right: 0; */
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 240px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -120px;
  color: #292f6d;
  opacity: 0.1;
}

.contentCircle .CirItem i.fa-award{
  margin-left: -90px;
}

.contentCircle .CirItem i.fa-lock{
  margin-left: -105px;
}

.contentCircle .CirItem i.fa-hand-holding-usd{
  margin-left: -127px;
}



.title-box .title {
  font-weight: 600;
  /*letter-spacing: 2px;*/
  text-transform: uppercase;
  position: relative;
  z-index: -1;
  line-height: 3rem;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: #292f6d;
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
}

.wrapper._free .page__pagination {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(50px, -50%);
      -ms-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  opacity: 0;
}

.page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.page__screen {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
}

.page__pagination {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
}

.page__bullet {
  padding: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}

.page__bullet:hover::before {
  width: 10px;
  height: 10px;
}

.page__bullet::before {
  position: fixed;
  border-radius: 50%;
  content: "";
  background-color: #292f6d;
  width: 4px;
  height: 4px;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.page__bullet_active::before {
  background-color: #cb3266;
  width: 10px;
  height: 10px;
}

.page__phone {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 87px;
  bottom: 20px;
  color: #fff;
  background-color: #292f6d;
  border-radius: 50%;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: 1.5s radial-pulse infinite;
          animation: 1.5s radial-pulse infinite;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.page__phone span::before {
  position: relative;
  top: 2px;
}

.page__phone:hover {
  -webkit-animation: none;
          animation: none;
  background-color: #cb3266;
}

.page__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media (max-width: 1170px) {
  .page__language {
    left: calc(10px + 7 * ((100vw - 320px) / 850));
  }
}

.page__language_btn {
  border-radius: 50%;
  color: #fff;
  width: 28px;
  height: 28px;
  padding: 5px;
  background-color: #292f6b;
  margin-bottom: 12px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__language_btn:hover {
  background-color: #cb3266;
  color:#ffffff;
}

.page__language .current {
  background-color: #cb3266;
  font-weight: 600;
}

.page__scroll {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.page__drag-scroll {
  padding: auto;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  border-radius: 5px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup._active {
  visibility: visible;
  opacity: 1;
}

.popup__body {
  position: relative;
  padding: 35px;
  padding-top: 35px;
  padding-top: 50px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #fff;
  border-radius: 6px;
}

@media (max-width: 1170px) {
  .popup__body {
    padding: calc(25px + 10 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 1170px) {
  .popup__body {
    padding-top: calc(30px + 5 * ((100vw - 320px) / 850));
  }
}

.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__input {
  font-size: 15px;
  padding: 12px;
  width: 100%;
  border-bottom: 1px solid #292f6d;
  margin-bottom: 30px;
}

.popup__input:focus {
  border-bottom: 2px solid #cb3266;
}

.popup__input::-moz-placeholder {
  color: #b9b9b9;
}

.popup__input::-webkit-input-placeholder {
  color: #b9b9b9;
}

.popup__close {
  padding: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 25px;
  right: 15px;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .popup__close {
    right: calc(10px + 5 * ((100vw - 320px) / 850));
  }
}

.popup__close:hover::before, .popup__close:hover:after {
  background-color: #292f6d;
}

.popup__close::before, .popup__close:after {
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 5px;
  background-color: #cb3266;
  border-radius: 1px;
}

.popup__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__title {
  margin-top: 10px;
  color: #292f6d;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.popup__subtitle {
  color: #cb3266;
  font-size: 15px;
  max-width: 355px;
  margin: 0 auto;
  text-align: center;
  line-height: 150%;
  margin-bottom: 25px;
}

.popup__btn {
  display: block;
  background-color: #292f6d;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  padding: 12px 0;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.popup__btn:hover {
  background-color: #cb3266;
}

.header {
  /* background: url("img/header/bg.jpg") no-repeat; */
  /* background: url("img/header/bg.jpg") no-repeat; */
  /* https://milieu.company/wp-content/uploads/2024/04/milieu_head_img_full-scaled.webp */
  background-size: cover;
  background-position: center center;
  position: relative;
}

.header__container {
  padding: 40px 30px 0 15px;
}

.header__title {
  font-family: "Philosopher";
  bottom: 10px;
  left: 145px;
  position: absolute;
  font-size: 39px;
  font-weight: 400;
  /* font-style: italic; */
  color: #cb3266;
}

@media (max-width: 1170px) {
  .header__title {
    left: calc(70px + 75 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 1170px) {
  .header__title {
    font-size: calc(20px + 19 * ((100vw - 320px) / 850));
  }
}

.menu__icon {
  z-index: 8;
  display: block;
  position: fixed;
  width: 32px;
  background-color: transparent;
  height: 22px;
  right: 27px;
  top: 30px;
}

@media (max-width: 1170px) {
  .menu__icon {
    right: calc(15px + 12 * ((100vw - 320px) / 850));
  }
}

.menu__icon::before, .menu__icon::after,
.menu__icon span {
  position: absolute;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #292f6d;
}

.menu__icon::before, .menu__icon::after {
  left: 0;
  content: "";
}

.menu__logo {
  -webkit-transition: display 0.3s ease 0s;
  -o-transition: display 0.3s ease 0s;
  transition: display 0.3s ease 0s;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 200px;
  height: 60px;
}

@media (max-width: 1170px) {
  .menu__logo {
    left: calc(15px + 0 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 1170px) {
  .menu__logo {
    top: calc(10px + 5 * ((100vw - 320px) / 850));
  }
}

.menu__logo span {
  font-size: 200px;
  color: #fff;
}

.menu__body {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #292f6d;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu__body._active {
  visibility: visible;
  opacity: 1;
}

.menu__list {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media (max-width: 640px) {
  .menu__list {
    margin-top: 5%;
  }
}

.menu__link {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

@media (max-width: 1170px) {
  .menu__link {
    font-size: calc(28px + 8 * ((100vw - 320px) / 850));
  }
}

.menu__link:hover {
  color: #cb3266;
}

.menu__networks {
  margin-top: 10px;
  font-size: 50px;
}

@media (max-width: 1170px) {
  .menu__networks {
    font-size: calc(30px + 20 * ((100vw - 320px) / 850));
  }
}

.menu__networks a {
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  color: #fff;
  margin-right: 15px;
}

.menu__networks a:hover {
  color: #cb3266;
}

.menu__plate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 85px;
}

.menu__plate._active {
  z-index: 8;
  background-color: #0000;
}

.menu__plate._active .menu__logo {
  display: none;
}

@media (max-width: 991px) {
  .menu__plate {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 85px;
  }
  .menu__plate._active {
    z-index: 8;
    background-color: transparent;
  }
  .menu__plate._active .menu__logo {
    display: none;
  }
}

@media (max-height: 500px) {
  .menu__link {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 150%;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
  }
  .menu__link:hover {
    color: #cb3266;
  }
  .menu__list {
    overflow: auto;
    overflow-y: hidden;
    margin-top: 5%;
    margin-left: 50px;
  }
}

@media (max-height: 360px) {
  .menu__link {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
  }
  .menu__link:hover {
    color: #cb3266;
  }
  .menu__list {
    margin-top: 0%;
    margin-left: 100px;
  }
}

.menu__icon::before {
  top: 0;
}

.menu__icon::after {
  bottom: 0;
}

.menu__icon span {
  width: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: scale(1) translate(0, -50%);
      -ms-transform: scale(1) translate(0, -50%);
          transform: scale(1) translate(0, -50%);
}

.menu__icon._active span {
  -webkit-transform: scale(0) translate(0, -50%);
      -ms-transform: scale(0) translate(0, -50%);
          transform: scale(0) translate(0, -50%);
}

.menu__icon._active::before {
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}

.menu__icon._active::after {
  bottom: 50%;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(0, 50%);
      -ms-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
}

.about-us__flex,
.blog__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center{
  align-items: center;
  justify-content: center;
}

.about-us__item:last-child,
.blog__item:last-child  {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

@media (max-width: 1170px) {
  .about-us__item:last-child,
  .blog__item:last-child {
    padding: calc(0px + 15 * ((100vw - 320px) / 850));
  }
}

.about-us__img,
.blog__img {
  width: 265px;
  margin-right: 15px;
}

.about-us__img img,.blog__img img {
  width: 100%;
}

.about-us__title, .blog__title {
  margin-bottom: 5px;
  color: #292f6d;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}

@media (max-width: 1170px) {
  .about-us__title, .blog__title {
    margin-bottom: calc(15px + 10 * ((100vw - 320px) / 850));
  }
}
.about-us__item,
.about-us__item p,
.blog__item,
.blog__item p{
  font-size: 15px;
  line-height: 150%;
  color: #292f6d;
}

.blog__item p{
  text-align: justify;
}
.about-us__item p,
.blog__item p{
  margin-bottom: 15px;
}

.blog__item .postdate{
  color: #cb3266;
}

.services .about-us__item.services_description{
  text-align: justify;
  flex: 0 0 70%;
}

.services h1 {
  text-align: left;
  margin-bottom: 15px;
}

.services h2{
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px;
}

.services .about-us__item.services_info p{
  font-size: 18px;
  font-weight: 400;
  /* text-transform: lowercase;   */
}

.services .about-us__item.services_info strong{
  color: #cb3266;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
}


.services .about-us__item.services_info{
  text-align: center;
}

.services .about-us__item p,
.employee .about-us__item p{
  margin-bottom: 5px;
}

.about-us__soc-url{
  font-size: 40px!important;
  line-height: 100%!important;
}

.about-us__soc-url a.facebook{
  color: #3b5998;
}

.about-us__soc-url a.linkedin{
  color: #0077b5;
}

.about-us__soc-url a:hover{
  color: #cb3266;
}

@media (max-width: 1170px) {
  .about-us__text,
  .blog__text {
    font-size: calc(13px + 2 * ((100vw - 320px) / 850));
  }
}

.about-us__item h3, .blog__item h3 {
  color: #292f6d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1170px) {
  .about-us__subtitle, .blog__subtitle{
    font-size: calc(15px + 2 * ((100vw - 320px) / 850));
  }
}

.about-us__item ul, .blog__item ul {
  margin-bottom: 15px;
}

.about-us__item li, .about-us__item li {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  color: #292f6d;
  line-height: 150%;
}

@media (max-width: 1170px) {
  .about-us__item li, .about-us__item li {
    font-size: calc(13px + 2 * ((100vw - 320px) / 850));
  }
}

.about-us__item li::before, .about-us__item li::before {
  content: "";
  left: 0;
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #292f6d;
}

@media (max-width: 991px) {
  .about-us, .blog {
    margin-top: 40px;
  }
  .about-us__img, .blog__img {
    display: none;
  }
  .about-us__flex, .blog__flex {
    display: block;
  }
  .about-us__item:last-child, .blog__item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 60px;
  }
}

@media (max-width: 991px) and (max-width: 1170px) {
  .about-us__item:last-child, .blog__item:last-child {
    padding: calc(10px + 50 * ((100vw - 320px) / 850));
  }
}


/* TEAM SECTION */
.team {
  margin-bottom: 75px;
}

.team__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 900px;
}

.team__title {
  margin-bottom: 85px;
}

.team__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.team__img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 350ms ease;
}

.team__img img:hover{
  -webkit-filter: drop-shadow(0 1px 7px #292f6d);
  filter: drop-shadow(0px 1px 3px #292F6D);
}

.team__link {
  margin-top: 20px;
  color: #292f6d;
  display: block;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}

.team__sublink {
  color: #292f6d;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}


.team__body {
  position: relative;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.teamSlider{
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teamSlider-pagination{
  text-align: center;
}
.teamSlider-pagination .swiper-pagination-bullet{
  background:#292f6d;
  opacity: 1;
}
.teamSlider-pagination .swiper-pagination-bullet-active{
  background:#cb3266;
}

.teamSlider .swiper-button-next, .teamSlider  .swiper-button-prev {
  color:#292f6d;
  bottom: 0;
  top:unset;
}


@media (max-width: 1170px) {
  .team {
    margin-bottom: calc(40px + 35 * ((100vw - 320px) / 850));
  }

  .team__container {
    max-width: 900px;
  }

  .team__title {
    margin-bottom: calc(20px + 65 * ((100vw - 320px) / 850));
  }
  
  .team__link {
    margin-top: calc(10px + 10 * ((100vw - 320px) / 850));
    font-size: calc(20px + 5 * ((100vw - 320px) / 850));
  }
  
  .team__sublink {
    font-size: calc(12px + 3 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 768px) {

  .team__container {
    max-width: 100%;
  }

  .team__flex {
    display: block;
    text-align: center;
  }
  .team__img {
    max-width: 300px;
    margin: 0 auto;
  }
  .team__item:first-child {
    margin-bottom: 30px;
  }
}



/* SERVICES SECTION */
.services__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__title {
  padding-bottom: 75px;
}

.services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__img {
  color: #292f6d;
  font-size: 90px;
}

.services__content {
  padding-bottom: 40px;
  padding-left: 20px;
  width: 100%;
}

.services__link {
  display: block;
  color: #292f6d;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 20px;
}

.services__list li {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292f6d;
  line-height: 150%;
  font-size: 15px;
}

.services__list li::before {
  content: "";
  left: 0;
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #292f6d;
}

@media (max-width: 1170px) {
  .services__title {
    padding-bottom: calc(50px + 25 * ((100vw - 320px) / 850));
  }

  .services__content {
    padding-left: calc(10px + 10 * ((100vw - 320px) / 850));
  }

  .services__img {
    font-size: 60px;
    max-width: 60px;
  }

}

@media (max-width: 991px) {
  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services__img{
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .services__flex {
    display: block;
  }
  .services__link {
    text-align: center;
  }
  
  .services__img {
    color: #292f6d;
    font-size: 90px;
    max-width: 90px;
  }
  .services__img img {
    width: 100%;
  }
}


/* BLOG SECTION */
.blog {
  margin-bottom: 75px;
}

.blog__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 1170px;
}

.blog__title {
  margin-bottom: 85px;
}

.blog__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.blog__slide{
  background: #ffffff;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .05);
}

.blog__img img {
  width: 100%;
  height: 100%;
}

.blog__link {
  margin-top: 0;
  color: #292f6d;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
  padding: 4px 10px;
}

.blog__text{
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0;
  color: #585858;
  padding: 4px 10px;
  font-weight: 100;
}

.blog__postdate {
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 1rem;
}


.blog__body {
  position: relative;
  height: 100%;
}

.blogSlider  {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.blogSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}

.blogSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogSlider-pagination{
  text-align: center;
}
.blogSlider-pagination .swiper-pagination-bullet{
  background:#292f6d;
  opacity: 1;
}
.blogSlider-pagination .swiper-pagination-bullet-active{
  background:#cb3266;
}

.blogSlider .swiper-button-next, .blogSlider  .swiper-button-prev {
  color:#292f6d;
  bottom: 0;
  top:unset;
}


@media (max-width: 1170px) {
  .blog {
    margin-bottom: calc(40px + 35 * ((100vw - 320px) / 850));
  }

  .blog__container {
    max-width: 900px;
  }

  .blog__title {
    margin-bottom: calc(20px + 65 * ((100vw - 320px) / 850));
  }
  
  .blog__link {
    /* margin-top: calc(10px + 10 * ((100vw - 320px) / 850)); */
    /* font-size: calc(20px + 5 * ((100vw - 320px) / 850)); */
  }
  
  .blog__postdate {
    /* font-size: calc(12px + 3 * ((100vw - 320px) / 850)); */
  }
}

@media (max-width: 768px) {

  .blog__container {
    max-width: 100%;
  }

  .blog__flex {
    display: block;
    text-align: center;
  }
  .blog__img {
    max-width: 300px;
    margin: 0 auto;
  }
  .blog__item:first-child {
    margin-bottom: 30px;
  }
}






/* FOOTER SECTION */
.footer__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer__question {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 25px;
  max-width: 550px;
}

.footer__title {
   margin-bottom: 75px;
}

.footer__form{
  position:relative;
}

@media (max-width: 1170px) {
  .footer__title {
     margin-bottom: calc(40px + 35 * ((100vw - 320px) / 850));
  }
}

.footer__form input,
.footer__form textarea {
  font-size: 15px;
  padding: 12px;
  width: 100%;
  border-bottom: 1px solid #292f6d;
  resize: none;
   margin-bottom: 60px;
}

@media (max-width: 1170px) {
  .footer__form input,
  .footer__form textarea {
     margin-bottom: calc(30px + 30 * ((100vw - 320px) / 850));
  }
}

.footer__form input:focus,
.footer__form textarea:focus {
  border-bottom: 2px solid #cb3266;
}

.footer__form input::-moz-placeholder {
  color: #b9b9b9;
}

.footer__form input::-webkit-input-placeholder {
  color: #b9b9b9;
}

.footer__form textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}

.footer__form textarea::-moz-placeholder {
  color: #b9b9b9;
}

.footer__form textarea:-ms-input-placeholder {
  color: #b9b9b9;
}

.footer__form textarea::-ms-input-placeholder {
  color: #b9b9b9;
}

.footer__form textarea::placeholder {
  color: #b9b9b9;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.footer__email {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.footer__recaptcha {
  max-width: 100%;
   margin-bottom: 60px;
}

@media (max-width: 1170px) {
  .footer__recaptcha {
     margin-bottom: calc(30px + 30 * ((100vw - 320px) / 850));
  }
}

.footer__btn {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #292f6d;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  color: #fff;
  padding: 12.5px 0;
  margin-bottom: 50px;
}

.footer__btn:hover {
  background-color: #cb3266;
}

.footer__text {
  color: #292f6d;
  font-size: 15px;
}

.footer__contacts {
  width: 100%;
}

.footer__map {
  width: 100%;
  height: 400px;
}

@media (max-width: 1170px) {
  .footer__map {
    height: calc(300px + 100 * ((100vw - 320px) / 850));
  }
}

.footer__address {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  color: #292f6d;
  font-size: 15px;
  line-height: 150%;
}

.footer__address_space {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .footer__flex {
    display: block;
  }
  .footer__question {
    margin-right: 0px;
    margin-bottom: 55px;
    max-width: 100%;
  }
  .footer__text {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__container {
    padding: 0 10px;
  }
  .footer__address {
    margin-bottom: 40px;
  }
}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(41, 47, 109, 0.5);
            box-shadow: 0 0 0 0px rgba(41, 47, 109, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(41, 47, 109, 0);
            box-shadow: 0 0 0 40px rgba(41, 47, 109, 0);
  }
}

@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(41, 47, 109, 0.5);
            box-shadow: 0 0 0 0px rgba(41, 47, 109, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(41, 47, 109, 0);
            box-shadow: 0 0 0 40px rgba(41, 47, 109, 0);
  }
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .holderCircle {
    width: 320px; height: 320px;
    margin: 110px auto;
  }
  .holderCircle::after {
    width: 100%;
    height: 100%;
  }
  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .dotCircle .itemDot {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 34px;
    border: 1px solid #e6e6e6;
  }
  .contentCircle {
    top: 140px;
    width: 200px;
  }
  .contentCircle .CirItem i {
    font-size: 160px;
    top: -60px;
    left: 50%;
    margin-left: -75px;
    opacity: 0.08;
  }

  .contentCircle .CirItem i.fa-award{
    margin-left: -60px;
  }
  
  .contentCircle .CirItem i.fa-lock{
    margin-left: -70px;
  }
  
  .contentCircle .CirItem i.fa-hand-holding-usd{
    margin-left: -85px;
  }

  .round {
    left: 30px;
    top: 30px;
    width: 260px;
    height: 260px;
  }

  .dotCircle .itemDot .forActive::after {
    bottom: -12px;
    left: -16px;
  }
  
  .dotCircle .itemDot .forActive::before {
    top: -15px;
    right: -12px;
  }

  .title-box .title {
    line-height: 2rem;
  }
  .contentCircle .CirItem {
    font-size:18px;
  }
}
.back-btn{
  font-size: 15px;
  fill: #cb3266;
  color: #cb3266;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
  padding: 7px 15px;
  display: inline-block;
  
}

.message-btn{
  font-size: 15px;
  color: #ffffff;
  background-color: #cb3266;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
  padding: 7px 15px;
  display: inline-block;
  text-transform: uppercase;
}

.back-btn:hover, .back-btn:focus {
  color: #ffffff;
  background-color: #cb3266;
  border-color: #cb3266;
}

.back-btn i{
  padding: 0 5px;
}

.validation-error{
  border-bottom: 2px solid #cb3266 !important;
  background: #fde9f0!important;
}

#lm_form_sent_ok{
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d2ffd5c4;
  color: #2ebd00;
  display:none;
  opacity:0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

#lm_form_sent_ok h3{
  position: absolute;
  top: 50%;
  width: 100%;
}



#cb_sent_ok{
  display:none;
  opacity:0;
  color: #cb3266;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}



/** SWIPER SLIDER */
.team__body {
  position: relative;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teamSlider-pagination{
  text-align: center;
}
.teamSlider-pagination .swiper-pagination-bullet{
  background:#292f6d;
  opacity: 1;
}
.teamSlider-pagination .swiper-pagination-bullet-active{
  background:#cb3266;
}