@charset "UTF-8";
a,
button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

body {
  background: #171f31;
  -webkit-font-smoothing: antialiased;
  font-family: "Jost", serif;
  color: #fff;
  overflow-x: hidden;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

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

.xxx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

.section-title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.section-title.small {
  font-family: Jost;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  text-align: left;
}
@media (max-width: 1200px) {
  .section-title.small {
    font-size: 24px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .section-title.small {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .section-title {
    font-family: Jost;
    font-size: 36px;
    font-weight: 800;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-family: Jost;
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 40px;
  }
  .section-title br {
    display: none;
  }
}
.section-title.center {
  text-align: center;
}
.section-title span {
  color: var(--wave, #68bad0);
}
.section-title.mb-20 {
  margin-bottom: 20px;
}

.section-disc {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
}
.section-disc.center {
  text-align: center;
}
.section-disc.upper {
  text-transform: uppercase;
}
.section-disc.mb-40 {
  margin-bottom: 40px;
}
.section-disc.mb-50 {
  margin-bottom: 50px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  background: white;
  width: 100%;
  border: 3px #fff solid;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 60px;
  height: 50px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bg, #171f31);
  padding: 0 10px 0 24px;
}
.form-control:focus {
  border: 3px solid var(--wave, #68bad0);
}

form.wpcf7-form.invalid .form-control.wpcf7-validates-as-required {
  border: 3px solid red;
}

.container {
  max-width: 1248px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.flex > [class*=col-] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-10 [class^=col-],
.row.row-10 [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

.btn-default {
  border: 0;
  outline: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
  background: #68bad0;
  color: white;
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 60px;
}
.btn-default:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border: 0;
  outline: none;
}
.btn-default:active, .btn-default:focus {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border: 0;
  outline: none;
}
@media (max-width: 576px) {
  .btn-default {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 375px) {
  .btn-default {
    font-size: 14px;
  }
}

.btn-default-rev {
  border: 0;
  outline: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
  color: white;
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.19);
}
.btn-default-rev:hover {
  background: #68bad0;
  color: #fff;
  border: 0;
  outline: none;
}
.btn-default-rev:active, .btn-default-rev:focus {
  background: #68bad0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #fff;
  border: 0;
  outline: none;
}
@media (max-width: 576px) {
  .btn-default-rev {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 375px) {
  .btn-default-rev {
    font-size: 14px;
  }
}

.btn-gray {
  border: 0;
  outline: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
  color: white;
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.19);
}
.btn-gray:hover {
  background: #68bad0;
  color: #fff;
  border: 0;
  outline: none;
}
.btn-gray:active, .btn-gray:focus {
  background: #68bad0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #fff;
  border: 0;
  outline: none;
}
.btn-gray svg {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .btn-gray {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 375px) {
  .btn-gray {
    font-size: 14px;
  }
}

.btn-block {
  width: 100%;
}

.text-center {
  text-align: center;
}

.table-scroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

.box {
  -webkit-animation: pulse_top 1s infinite ease-out;
          animation: pulse_top 1s infinite ease-out;
}

@-webkit-keyframes pulse_top {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
  }
}

@keyframes pulse_top {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.search-screen.js-search-screen,
button.scrolltop.js-scrolltop,
.card-slider-container,
.slider-thumbnails {
  display: none !important;
}

.ticker-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  z-index: 44;
}

.ticker {
  background: #68bad0;
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-1deg);
          transform: translateX(-50%) rotate(-1deg);
  -webkit-transform-origin: 50% 70%;
          transform-origin: 50% 70%;
  width: 100vw;
  max-width: 2600px;
  font-family: "Jost";
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ticker {
    -webkit-transform: translateX(-50%) rotate(-2deg);
            transform: translateX(-50%) rotate(-2deg);
    font-family: Jost;
    font-size: 17px;
    font-weight: 600;
    line-height: 21.25px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

.ticker__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: ticker 30s linear infinite;
          animation: ticker 30s linear infinite;
  -webkit-transform-style: preserve-3d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticker__item {
  padding: 0.5em 0.75em;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  /* Фикс возможного глюка с морганием в Сафари */
}

.header {
  background: url(../i/header.jpeg) top center/cover no-repeat;
  height: 828px;
  position: relative;
}
@media (max-width: 1200px) {
  .header {
    height: 880px;
  }
}
@media (max-width: 768px) {
  .header {
    height: auto;
    background: url(../i/header-xs.png) top center/cover no-repeat;
  }
}
.header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
.header .img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.header .img > img {
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .header .img img {
    max-width: 672px;
  }
}
@media (max-width: 768px) {
  .header .img {
    position: relative;
    left: -10px;
    margin-top: 30px;
  }
}
.header .gif {
  position: absolute;
  z-index: 1;
  max-width: 237px;
  right: 77px;
  top: 18px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .header .gif {
    position: absolute;
    z-index: 1;
    max-width: 190px;
    right: 61px;
    top: 15px;
    border-radius: 30px;
    overflow: hidden;
  }
  .header .gif img {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .header .gif {
    position: absolute;
    z-index: 1;
    max-width: 192px;
    left: 91px;
    top: 12px;
    border-radius: 30px;
    overflow: hidden;
  }
}

.mockup-xs {
  display: none;
}

@media (max-width: 768px) {
  .mockup-lg {
    display: none;
  }

  .mockup-xs {
    display: block;
  }
}
.header-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-level-2 {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 4;
}
@media (max-width: 1200px) {
  .header-level-2 {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .header-level-2 {
    margin-top: -50px;
  }
}
.header-level-2 .sub-title {
  color: white;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .header-level-2 .sub-title {
    font-family: Jost;
    font-size: 17px;
    font-weight: 400;
    line-height: 21.25px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
.header-level-2 .title {
  color: white;
  font-family: Jost;
  font-size: 56px;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .header-level-2 .title {
    font-family: Jost;
    font-size: 50px;
    font-weight: 800;
    line-height: 62.5px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .header-level-2 .title {
    font-family: Jost;
    font-size: 27px;
    font-weight: 800;
    line-height: 33.75px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
}
.header-level-2 .text {
  color: white;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 95px;
}
.header-level-2 .text b {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .header-level-2 .text {
    font-family: Jost;
    font-size: 19px;
    line-height: 23.75px;
    text-align: left;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .header-level-2 .text {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
.header-level-2 .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 20px;
}
@media (max-width: 991px) {
  .header-level-2 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    width: 100%;
  }
  .header-level-2 .buttons-wrap a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-level-2 .buttons-wrap {
    margin-bottom: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

section {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  section {
    margin-bottom: 100px;
  }
}

.section-plus {
  margin-top: 30px;
}

.plus-item {
  color: #fff;
  border-bottom: 1px #3d4c65 solid;
  padding-bottom: 30px;
  border-left: 1px #3d4c65 solid;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .plus-item {
    border-bottom: 0;
    border-left: 0;
  }
}
@media (max-width: 576px) {
  .plus-item {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.plus-item:nth-child(1) {
  border-left: 0;
}
.plus-item .title {
  font-family: Jost;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-bottom: 1px #3d4c65 solid;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.plus-item .text {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.programm-list {
  margin-bottom: -30px;
}

.programm-item {
  margin-bottom: 30px;
}
.programm-item .item {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.programm-item img {
  width: 100%;
}
.programm-item .title {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-family: Jost;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 30px 10px 30px 30px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .programm-item .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.programm-item .title span {
  color: var(--wave, #68bad0);
}
.programm-item .title:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 45, 77, 0)), to(#1F2D4D));
  background: linear-gradient(180deg, rgba(31, 45, 77, 0) 0%, #1F2D4D 100%);
  height: 193px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.programm-item .bottom {
  -webkit-transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F96A9), to(#68BAD0));
  background: linear-gradient(180deg, #4F96A9 0%, #68BAD0 100%);
  background: url(../i/programm-item.svg) 50% 50%/cover no-repeat;
}
.programm-item .bottom .content {
  padding: 30px 10px 30px 30px;
  color: #fff;
}
.programm-item .bottom .content .sub-title {
  text-transform: uppercase;
  font-family: Jost;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 15px;
}
.programm-item .bottom .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.programm-item .bottom .content ul li {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  padding-left: 20px;
}
.programm-item .bottom .content ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  display: block;
  background: #fff;
}
.programm-item:hover .bottom {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.panel-one {
  padding-top: 22px;
}
.panel-one .img {
  display: none;
  margin-top: 15px;
}
.panel-one .img video,
.panel-one .img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .panel-one .img {
    display: block;
  }
}
.panel-one .panel-heading {
  margin-top: 5px;
}
.panel-one .panel-heading a {
  font-family: Jost;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #3d4c65;
  padding-bottom: 22px;
}
.panel-one .panel-heading a::after {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../i/panel.svg) 50% 50% no-repeat;
  width: 28px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel-one .panel-heading.in a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.panel-one .panel-collapse {
  display: none;
  padding-top: 25px;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.one-row .content {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .one-row .content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .one-row .content .btn-default {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .one-row .content .btn-default {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .one-img {
    display: none;
  }
}
.one-img img {
  margin-left: auto;
  display: block;
}
@media (max-width: 768px) {
  .one-img img {
    margin-left: auto;
    margin-right: auto;
  }
}
.one-img video {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .one-img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .one-row {
    gap: 30px 0;
  }
}
.one-row .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.one-row .buttons {
  margin-top: auto;
  padding-top: 30px;
}

.start-row .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .start-row .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.start-row .left .grav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.start-row .section-title {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .version-1 {
    display: none;
  }
}

.version-2 {
  display: none;
}
@media (max-width: 768px) {
  .version-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.img-start-1 {
  display: none;
}
@media (max-width: 576px) {
  .img-start-1 {
    display: block;
  }
}

.img-start-2 {
  display: block;
}
@media (max-width: 576px) {
  .img-start-2 {
    display: none;
  }
}

.number-list {
  max-width: 678px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .number-list {
    max-width: 100%;
    margin-left: 0;
  }
}
.number-list .col-12 {
  margin-bottom: 15px;
}
.number-list .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (max-width: 768px) {
  .number-list .number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.number-list .number .title {
  color: #68bad0;
  font-family: Jost;
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
  border-bottom: 1px solid #3d4c65;
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .number-list .number .title {
    width: 100%;
    padding-bottom: 10px;
  }
}
.number-list .number .title span {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .number-list .number .title {
    border-bottom: 1px solid #3d4c65 !important;
  }
}
.number-list .number .text {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3d4c65;
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
}
@media (max-width: 768px) {
  .number-list .number .text {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.number-list .number .line {
  background: #3D4C65;
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 40px;
}
@media (max-width: 1200px) {
  .number-list .number .line {
    margin: 0 10px;
  }
}
.number-list .number:last-child .text,
.number-list .number:last-child .title {
  border-bottom: 0;
  padding-bottom: 0;
}
.number-list .number:first-child .text,
.number-list .number:first-child .title span {
  padding-top: 10px;
}

.app-bb-one {
  background: white;
  position: relative;
  border-radius: 30px;
  color: #171f31;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.app-bb-one:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.app-bb-one:after {
  content: "";
  background: url(../i/app-bg.svg) bottom right no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 515px;
  height: 504px;
  display: block;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 991px) {
  .app-bb-one:after {
    width: 50%;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .app-bb-one:after {
    opacity: 0.2;
  }
}
@media (max-width: 768px) {
  .app-bb-one .app-img {
    opacity: 0.2;
  }
}
.app-bb-one .content {
  max-width: 573px;
  padding: 50px 0px 55px 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .app-bb-one .content {
    max-width: calc(50% - 15px);
  }
  .app-bb-one .content br {
    display: none;
  }
}
@media (max-width: 768px) {
  .app-bb-one .content {
    max-width: 100%;
    padding-bottom: 40%;
    padding: 30px;
  }
}
.app-bb-one .sub-title {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 12px;
}
.app-bb-one .title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .app-bb-one .title {
    font-family: Jost;
    font-size: 29px;
    font-weight: 800;
    line-height: 36.25px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
.app-bb-one .title span {
  color: var(--wave, #68bad0);
}
.app-bb-one .text {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.info-bottom {
  border-top: 1px solid #3d4c65;
  border-bottom: 1px solid #3d4c65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .info-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
@media (max-width: 576px) {
  .info-bottom {
    margin-top: 12px;
  }
}
.info-bottom .title {
  font-family: Jost;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.info-bottom .title span {
  color: var(--wave, #68bad0);
}
.info-bottom .text {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.app-img {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .app-img {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .app-img {
    right: 0%;
  }
}

.app-item {
  margin-bottom: 30px;
}
.app-item .item {
  background: #dcf2ed;
  height: 400px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.app-item .item:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.app-item .item .content {
  padding: 40px 10px 0 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .app-item .item .content {
    padding-left: 30px;
  }
}
.app-item .item .content .title {
  color: var(--bg, #171f31);
  font-family: Jost;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .app-item .item .content .title {
    font-size: 20px;
  }
}
.app-item .item .content .text {
  color: var(--bg, #171f31);
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.app-item .item .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.info-block {
  background: url(../i/info.png) 50% 50%/cover no-repeat;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 35px 0;
}
@media (max-width: 768px) {
  .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    padding: 0;
  }
}
.info-block .left {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .info-block .left {
    background: url(../i/info-xs.png) 50% 50% no-repeat;
    max-width: 320px;
    margin: 0 auto 20px auto;
    width: 100%;
    padding: 30px 20px;
  }
  .info-block .left .section-title {
    margin-bottom: 20px;
  }
}
.info-block .message img {
  display: block;
  margin-bottom: 16px;
}
.info-block .message img:last-child {
  margin-bottom: 0;
}
.info-block .right {
  background: url(../i/admin.png) 50% 50% no-repeat;
  width: 559px;
  height: 363px;
  padding: 30px 30px 30px 35px;
  margin-left: auto;
  margin-right: 35px;
}
@media (max-width: 1200px) {
  .info-block .right {
    width: 440px;
    height: 363px;
    background: url(../i/admin-lg.png) 50% 50% no-repeat;
    padding: 30px 0 0 30px;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .info-block .right {
    background: url(../i/admin-xs.png) 50% 50% no-repeat;
    width: 320px;
    height: 363px;
    margin: 0 auto;
  }
  .info-block .right .section-title {
    margin-bottom: 10px;
  }
}
.info-block .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 200px;
}
.info-block .right ul li {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: url(../i/check.svg) left top 3px no-repeat;
  padding-left: 22px;
  margin-bottom: 15px;
}
.info-block .right ul li:last-child {
  margin-bottom: 0;
}

.tg-img {
  margin-bottom: 25px;
}
.tg-img img {
  display: block;
  margin: 0 auto;
}

.message-tg {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
.message-tg .item {
  position: relative;
}
.message-tg .item img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .message-tg .item {
    display: none;
  }
}
.message-tg .item:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 49, 0)), to(#171F31)), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 49, 0)), to(#171F31)), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 49, 0)), to(#171F31));
  background: linear-gradient(180deg, rgba(23, 31, 49, 0) 0%, #171F31 100%), linear-gradient(180deg, rgba(23, 31, 49, 0) 0%, #171F31 100%), linear-gradient(180deg, rgba(23, 31, 49, 0) 0%, #171F31 100%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.message-tg .item:hover:after {
  opacity: 0;
}
.message-tg .items {
  display: none;
}
.message-tg .items {
  position: relative;
  width: 100%;
}
.message-tg .items img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .message-tg .items {
    display: block;
  }
}
.message-tg .items:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 49, 0)), to(#171F31)), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 49, 0)), to(#171F31)), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 49, 0)), to(#171F31));
  background: linear-gradient(180deg, rgba(23, 31, 49, 0) 0%, #171F31 100%), linear-gradient(180deg, rgba(23, 31, 49, 0) 0%, #171F31 100%), linear-gradient(180deg, rgba(23, 31, 49, 0) 0%, #171F31 100%);
}

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.faq-container .right {
  max-width: 736px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-container .right {
    max-width: 100%;
  }
}

.panel-two {
  background: white;
  margin-bottom: 10px;
  border-radius: 20px;
}
.panel-two .panel-heading a {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: block;
  position: relative;
  color: #171f31;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 60px 15px 30px;
}
.panel-two .panel-heading a::after {
  content: "";
  position: absolute;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../i/open.svg) 50% 50% no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel-two .panel-heading.in a::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.panel-two .panel-collapse {
  color: #171f31;
  display: none;
  padding-top: 25px;
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  padding: 15px 30px;
}

@media (min-width: 1024px) {
  .news-list .slick-list {
    overflow: visible !important;
  }
  .news-list .slick-list .slick-slide {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    visibility: visible;
    width: 386px;
  }
  .news-list .slick-list .slick-slide:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .news-list .slick-list .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@media (max-width: 1200px) {
  section.section-news {
    overflow: hidden;
  }
}
.news-list .slick-list {
  margin: 0 -15px;
}

.news-item {
  padding: 0 15px;
}
.news-item .item {
  position: relative;
}
.news-item .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 184px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 45, 77, 0)), to(#1F2D4D));
  background: linear-gradient(180deg, rgba(31, 45, 77, 0) 0%, #1F2D4D 100%);
  display: block;
  left: 0;
  bottom: 0;
}
.news-item .next {
  background: url(../i/next.svg) 50% 50% no-repeat;
  width: 87px;
  height: 16px;
  z-index: 3;
  margin-bottom: 30px;
  position: absolute;
  bottom: 0px;
  left: 30px;
}
.news-item .img {
  position: relative;
  height: 290px;
}
.news-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-item .title {
  bottom: 60px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 130%;
}
.news-item .title:after {
  display: none;
}

.news-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 35px;
}

.section-contact {
  background: url(../i/contact.jpeg) 50% 50%/cover no-repeat;
  padding: 100px 0;
  margin-bottom: 0;
}
.section-contact .form-pop {
  margin: 30px auto 0 auto;
}

.footer-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .footer-level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .footer-level-1 .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer-text {
  text-align: center;
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: center;
}
@media (max-width: 576px) {
  .footer-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.footer {
  padding: 40px 0;
}

@media (max-width: 576px) {
  .footer-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu ul li {
  text-align: right;
  margin-bottom: 10px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}

@media (max-width: 374px) {
  .wpcf7-form .wpcf7-radio label {
    font-size: 12px;
  }
}
.pop-bg {
  background: var(--bg, #171f31);
  width: 100%;
  padding: 40px 40px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pop-bg .pop-top {
  padding-top: 30px;
}
.pop-bg .auto {
  margin: auto;
}
@media (max-width: 576px) {
  .pop-bg {
    padding: 40px 15px;
  }
}
@media (min-width: 1240px) {
  .pop-bg#order {
    background: var(--bg, #171f31) url(../i/bg-pop.jpeg) left center no-repeat;
    background-size: 45% 100%;
  }
}
.pop-bg .photo {
  margin-bottom: 15px;
}
.pop-bg .name {
  font-family: Jost;
  font-size: 30px;
  font-weight: 800;
  line-height: 37.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.pop-bg .position {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 15px;
}
.pop-bg .telegram {
  margin-bottom: 30px;
}
.pop-bg .telegram a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--wave, #68bad0);
}
.pop-bg .telegram svg {
  margin-right: 5px;
}

.politic {
  font-family: Jost;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #fff;
}
.politic a {
  color: var(--wave, #68bad0);
  text-decoration: underline;
}

.btn-back {
  height: 48px;
  margin-bottom: 55px;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .btn-back {
    display: none;
  }
}
.btn-back a {
  background: url(../i/back.svg) 50% 50% no-repeat;
  width: 35px;
  height: 35px;
  display: block;
}

.pop-logo {
  margin-bottom: 55px;
}
@media (max-width: 576px) {
  .pop-logo {
    display: none;
  }
}
.pop-logo img {
  margin-left: auto;
  display: block;
}

.form-pop {
  max-width: 366px;
}
@media (max-width: 576px) {
  .form-pop {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .row-pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px 0;
  }
  .row-pop .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .row-pop .section-disc {
    margin-bottom: 15px !important;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .card {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .card .section-disc {
    text-align: left;
  }
}

.center-block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ov {
  overflow: hidden;
}

.menu-mob-wrap {
  background: var(--wave, #68bad0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-left: auto;
  display: none;
}

.menu_mob {
  margin: auto;
  position: relative;
  z-index: 99;
  height: 16px;
  width: 22px;
  cursor: pointer;
}

.menu_mob span {
  background: #fff;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_mob.active_drop_men span {
  background: #fff;
}

.menu_mob span:nth-child(2) {
  top: 7px;
}

.menu_mob span:nth-child(3) {
  top: 14px;
}

.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 8px;
}

.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.header-menu {
  margin-left: auto;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 0 80px;
}
.header-menu ul li a {
  color: white;
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.header-menu ul li a:hover {
  color: #68bad0;
}

@media (max-width: 1200px) {
  .header-menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #171f31;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .header-menu ul > li > a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
  }
  .header-menu .sub-menu {
    display: none;
  }
  .header-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial;
  }

  .menu-mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Slider */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  position: relative;
  height: 35px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
  background: var(--wave, #2f4e60);
  border-radius: 100%;
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: #68bad0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928931C7.68054 0.538407 7.04738 0.538407 6.65685 0.928931L0.292893 7.29289ZM17 7L1 7L1 9L17 9L17 7Z' fill='white'/%3E%3C/svg%3E%0A");
}

.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289L10.3431 0.928932C9.95262 0.538408 9.31946 0.538408 8.92893 0.928932C8.53841 1.31946 8.53841 1.95262 8.92893 2.34315L14.5858 8L8.92893 13.6569C8.53841 14.0474 8.53841 14.6805 8.92893 15.0711C9.31946 15.4616 9.95262 15.4616 10.3431 15.0711L16.7071 8.70711ZM0 9H16V7H0V9Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 0 0.25rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.slick-dots li.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: grey;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #FF3333;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 12px;
  white-space: nowrap;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.radio-title {
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0;
  background: url(../i/checkbox.svg) 50% 50% no-repeat;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 10px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  background: url(../i/checkbox-active.svg) 50% 50% no-repeat;
  visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  background: var(--wave, #68bad0);
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}

.script-checkbox label.label-selected {
  background: red;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--bg, #171f31);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: none;
}
@media (max-width: 576px) {
  button.mfp-close,
button.mfp-arrow {
    display: block;
  }
}

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

button.mfp-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  background-position: top right;
  cursor: pointer !important;
  background-repeat: no-repeat;
  font-size: 0;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3181 0.12522L0.114258 18.3299L1.87687 20.0936L20.0807 1.88892L18.3181 0.12522Z' fill='white'/%3E%3Cpath d='M1.88 0.124023L0.117385 1.88772L18.3212 20.0924L20.0838 18.3287L1.88 0.124023Z' fill='white'/%3E%3C/svg%3E%0A");
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #FFF;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 1;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*# sourceMappingURL=global.css.map */