@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }
  *:focus {
    outline: none; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }
  html * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    outline: none; }

blockquote, q {
  quotes: none; }

input, textarea, select, option, button, label {
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  resize: none; }

a {
  text-decoration: none;
  color: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li, nav, ol, menu {
  list-style: none; }

table {
  width: 100%;
  border-collapse: collapse; }

label, button, [type="submit"] {
  cursor: pointer;
  background: none; }

fieldset {
  border: none; }

[class^='icon-'] {
  display: inline-block;
  position: relative;
  fill: currentColor; }

img {
  display: block;
  max-width: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px; }

.body-fixed {
  overflow: hidden; }
  .body-fixed.mob-device {
    position: fixed;
    width: 100%;
    height: 100%; }

#app {
  height: 100%; }

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .main-content__inner {
    padding-top: 180px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media screen and (max-width: 1205px) {
      .main-content__inner {
        padding-top: 147px; } }
    @media screen and (max-width: 1024px) {
      .main-content__inner {
        padding-top: 114px; } }

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

.container {
  position: relative;
  max-width: 1232px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }

.carousel-counter {
  display: none;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .carousel-counter {
      display: block; } }

.title {
  font-weight: 700; }
  .title_lg {
    font-size: 42px;
    line-height: 42px; }
    @media screen and (max-width: 1024px) {
      .title_lg {
        font-size: 31px;
        line-height: 1.6; } }
    @media screen and (max-width: 768px) {
      .title_lg {
        font-size: 20px; } }
  .title_md {
    font-size: 24px;
    line-height: 1.458333; }
    @media screen and (max-width: 1024px) {
      .title_md {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .title_md {
        font-size: 20px; } }
  .title_s {
    font-size: 21px;
    line-height: 21px;
    line-height: 1.6666; }
  .title_blue {
    color: #4292e6; }

.plus {
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px; }

.text-blue {
  color: #4292e6; }

.more {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .more:hover {
    opacity: 0.8; }

.text {
  line-height: 1.78; }
  .text-lg {
    font-size: 33px;
    line-height: 33px;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .text-lg {
        font-size: 28px;
        line-height: 28px; } }
    @media screen and (max-width: 768px) {
      .text-lg {
        font-size: 24px;
        line-height: 24px; } }
  .text-xs {
    font-size: 14px; }
  .text-s {
    font-size: 15px;
    line-height: 1.46666;
    font-family: "Open Sans", sans-serif, sans-serif; }
    @media screen and (max-width: 768px) {
      .text-s {
        font-size: 14px; } }
  .text-md {
    font-size: 17px; }
    @media screen and (max-width: 768px) {
      .text-md {
        font-size: 14px; } }

.subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: .7em; }

.lead {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 1em; }

.text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 1em; }
  .text_left {
    text-align: left; }
  .text_center {
    text-align: center; }
  .text_right {
    text-align: right; }

.desc {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 1em; }

.icon-basket {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(/static/img/basket.svg) center/cover no-repeat; }

.icon-search {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/static/img/search.svg) center/cover no-repeat; }

.icon-close-white {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/static/img/close-white.svg) center no-repeat; }

.icon-basket-black {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/static/img/basket-black.svg) center no-repeat; }

.icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/static/img/close.svg) center no-repeat; }

.icon-people {
  display: inline-block;
  width: 16px;
  height: 21px;
  background: url(/static/img/people.svg) center/cover no-repeat; }

.icon-arrow-right {
  display: inline-block;
  background: url(/static/img/triangle-right.svg) center/cover no-repeat;
  width: 20px;
  height: 30px; }
  @media screen and (max-width: 768px) {
    .icon-arrow-right {
      width: 20px;
      height: 14px;
      background: url(/static/img/right-arrow-long.png) center/cover no-repeat; } }

.icon-arrow-left {
  display: inline-block;
  background: url(/static/img/triangle-left.svg) center/cover no-repeat;
  width: 20px;
  height: 30px; }
  @media screen and (max-width: 768px) {
    .icon-arrow-left {
      width: 20px;
      height: 14px;
      background: url(/static/img/left-arrow-long.png) center/cover no-repeat; } }

.icon-list {
  display: inline-block;
  background: url(/static/img/list.png) center no-repeat;
  width: 18px;
  height: 23px; }

.icon-phone-yellow, .icon-clock-yellow, .icon-location-yellow {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain; }

.icon-clock-yellow {
  background: url(/static/img/clock-yellow.png) center no-repeat; }

.icon-location-yellow {
  background: url(/static/img/location-yellow.png) center no-repeat; }

.icon-phone-yellow {
  background: url(/static/img/phone-yellow.png) center no-repeat; }

.icon-checkbox {
  width: 25px;
  height: 25px;
  border: 2px solid #4292e6;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .icon-checkbox::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/static/img/check.svg) center no-repeat;
    background-size: 18px 14px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked ~ .checkbox__icon .icon-checkbox::before {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .checkbox__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .checkbox_has_error .icon-checkbox {
    border: 2px solid #E71E28; }

.radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .radiobox__input {
    display: none; }
    .radiobox__input:checked + .radiobox__icon::before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }

.icon-radiobox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .icon-radiobox:before {
    width: 70%;
    height: 70%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background-color: #4292e6;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 28px;
  -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .btn:hover, .btn:focus {
    -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
    background-color: #599fe9; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
            transform: translate(0, 1px);
    background-color: #2b85e3; }
  .btn_md {
    height: 50px;
    line-height: 50px; }
  .btn_lg {
    height: 60px;
    line-height: 60px; }
  .btn_op {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .btn_op {
        background-color: #ffffff;
        color: #4292e6; } }
    .btn_op:hover, .btn_op:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #fff;
      color: #4292e6; }
    .btn_op:active {
      background-color: #f2f2f2; }

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }
  .btn-group .btn:not(:last-child) {
    margin-right: 10px; }

.gallery-photo .swiper-button-prev, .gallery-photo .swiper-button-next,
.gallery-video .swiper-button-prev,
.gallery-video .swiper-button-next {
  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;
  top: auto;
  bottom: 0;
  right: auto;
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  z-index: 1;
  background: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .gallery-photo .swiper-button-prev i, .gallery-photo .swiper-button-next i,
  .gallery-video .swiper-button-prev i,
  .gallery-video .swiper-button-next i {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 14px;
    height: 22px;
    opacity: 0.3; }
  .gallery-photo .swiper-button-prev:hover i, .gallery-photo .swiper-button-next:hover i,
  .gallery-video .swiper-button-prev:hover i,
  .gallery-video .swiper-button-next:hover i {
    opacity: 0.5; }
  @media screen and (max-width: 768px) {
    .gallery-photo .swiper-button-prev, .gallery-photo .swiper-button-next,
    .gallery-video .swiper-button-prev,
    .gallery-video .swiper-button-next {
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      background-color: #fefefe;
      bottom: auto;
      top: 10px;
      border: 1px solid transparent;
      width: 42px;
      height: 42px; }
      .gallery-photo .swiper-button-prev i, .gallery-photo .swiper-button-next i,
      .gallery-video .swiper-button-prev i,
      .gallery-video .swiper-button-next i {
        opacity: 1;
        width: 20px;
        height: 14px; } }

.gallery-photo .swiper-button:hover,
.gallery-video .swiper-button:hover {
  opacity: 0.8; }

.gallery-photo .swiper-button-prev,
.gallery-video .swiper-button-prev {
  left: 0; }

.gallery-photo .swiper-button-next,
.gallery-video .swiper-button-next {
  left: 44px; }
  @media screen and (max-width: 768px) {
    .gallery-photo .swiper-button-next,
    .gallery-video .swiper-button-next {
      right: 0;
      left: auto; } }

.gallery-photo .swiper-button-prev.swiper-button-disabled, .gallery-photo .swiper-button-next.swiper-button-disabled,
.gallery-video .swiper-button-prev.swiper-button-disabled,
.gallery-video .swiper-button-next.swiper-button-disabled {
  opacity: 1; }
  .gallery-photo .swiper-button-prev.swiper-button-disabled i, .gallery-photo .swiper-button-next.swiper-button-disabled i,
  .gallery-video .swiper-button-prev.swiper-button-disabled i,
  .gallery-video .swiper-button-next.swiper-button-disabled i {
    opacity: 0.1; }
  @media screen and (max-width: 768px) {
    .gallery-photo .swiper-button-prev.swiper-button-disabled i, .gallery-photo .swiper-button-next.swiper-button-disabled i,
    .gallery-video .swiper-button-prev.swiper-button-disabled i,
    .gallery-video .swiper-button-next.swiper-button-disabled i {
      opacity: 0.5; } }

.input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #a1a1a1;
  padding: 0 20px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .input_notempty, .input:focus, .input:hover {
    background-color: #fff; }
  .input_m {
    height: 50px;
    line-height: 50px; }
  .input_has_error {
    border: 1px solid #E71E28; }

.v--modal {
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .v--modal-box {
      max-width: 90%; } }
  @media screen and (max-width: 767px) {
    .v--modal-box {
      max-width: 90%;
      margin: 0 auto;
      left: 0 !important; } }
  .v--modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw !important; }

.modal-thanks {
  margin: 0 auto;
  max-width: 350px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .modal-thanks {
      max-width: 100%;
      padding: 0 10px; } }
  .modal-thanks__title {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 58px; }
    @media screen and (max-width: 1024px) {
      .modal-thanks__title {
        margin-bottom: 48px;
        font-size: 29px; } }
    @media screen and (max-width: 768px) {
      .modal-thanks__title {
        margin-bottom: 38px;
        font-size: 24px; } }
  .modal-thanks__btn {
    font-size: 21px;
    padding: 0 103px; }
    @media screen and (max-width: 1024px) {
      .modal-thanks__btn {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .modal-thanks__btn {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .modal-thanks__btn {
        height: 50px;
        line-height: 50px;
        width: 100%; } }
  .modal-thanks__img {
    margin: 0 auto;
    width: 300px;
    height: 200px;
    margin-bottom: 58px; }
    @media screen and (max-width: 1024px) {
      .modal-thanks__img {
        width: 200px;
        height: 150px;
        margin-bottom: 48px; } }
    @media screen and (max-width: 768px) {
      .modal-thanks__img {
        width: 150px;
        height: 100px;
        margin-bottom: 38px; } }

.modal {
  position: relative; }
  .modal__form {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .modal__label {
    font-size: 17px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .modal__label {
        font-size: 14px; } }
  .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .modal__close .icon-close-white {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .modal__close:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .modal__close:active {
      background-color: rgba(0, 0, 0, 0.35); }
    @media screen and (max-width: 1024px) {
      .modal__close {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 768px) {
      .modal__close {
        width: 40px;
        height: 40px; }
        .modal__close .icon-close-white {
          width: 12px;
          height: 12px; } }
  .modal__btn {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0 48px; }
    @media screen and (max-width: 767px) {
      .modal__btn {
        aligh-self: stretch;
        width: 100%; } }
  .modal__inner {
    height: 100%;
    padding: 60px; }
    @media screen and (max-width: 768px) {
      .modal__inner {
        padding: 36px 10px 30px; } }
  .modal__title {
    margin-bottom: 56px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .modal__title {
        font-size: 20px;
        margin-bottom: 36px; } }
    @media screen and (max-width: 768px) {
      .modal__title {
        font-size: 16px;
        margin-bottom: 26px; } }
  .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .modal__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .modal__field {
    width: 100%; }
    .modal__field:not(:last-child) {
      margin-right: 80px; }
    @media screen and (max-width: 768px) {
      .modal__field:not(:last-child) {
        margin-right: 0;
        margin-bottom: 26px; } }
  .modal__checkbox {
    margin-bottom: 55px; }
    @media screen and (max-width: 1024px) {
      .modal__checkbox {
        margin-bottom: 36px; } }
    @media screen and (max-width: 768px) {
      .modal__checkbox {
        margin-bottom: 26px; } }
    .modal__checkbox .checkbox__icon {
      margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .modal__checkbox .checkbox__text {
        font-size: 12px;
        line-height: 18px; } }

.callback {
  position: relative;
  padding: 55px 0; }
  @media screen and (max-width: 768px) {
    .callback {
      padding: 40px 0 50px; } }
  .callback__title {
    text-align: center;
    margin-bottom: 35px; }
  .callback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .callback__wrap {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto; }
  .callback__checkbox .checkbox__icon {
    margin-right: 10px; }
  .callback__checkbox .checkbox__text {
    font-size: 12px;
    line-height: 12px; }
  .callback__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .callback__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-bottom: 28px; } }
  .callback__btn {
    margin-top: 29px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .callback__btn {
        margin-top: 0; } }
  .callback__label {
    display: block;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .callback__label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px; } }
  .callback__field {
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 768px) {
      .callback__field {
        margin-right: 0;
        margin-bottom: 28px; } }
  .callback_lg .callback__wrap {
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto; }
  .callback_lg .callback__field {
    margin-right: 35px; }
    @media screen and (max-width: 768px) {
      .callback_lg .callback__field {
        margin-right: 0; } }
  .callback_lg .callback__label {
    font-size: 17px;
    line-height: 17px; }
    @media screen and (max-width: 768px) {
      .callback_lg .callback__label {
        font-size: 14px;
        line-height: 14px; } }
  .callback_blue {
    background-color: rgba(66, 146, 230, 0.1);
    padding: 35px 0; }

.tabs-content {
  position: relative; }
  .tabs-content__item {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px); }
    .tabs-content__item.is-active {
      opacity: 1;
      overflow: visible;
      pointer-events: auto;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .tabs-menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 17px;
      line-height: 17px; } }
  @media screen and (max-width: 768px) {
    .tabs-menu {
      font-size: 14px;
      line-height: 14px; } }
  .tabs-menu__wrap {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .tabs-menu__wrap {
        margin-bottom: 20px; } }
  .tabs-menu__link {
    color: rgba(50, 50, 50, 0.6);
    position: relative;
    white-space: nowrap;
    padding-bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .tabs-menu__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #4292e6;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      -o-transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
              transform-origin: bottom right; }
    .tabs-menu__link:hover:after {
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .tabs-menu__item {
    position: relative; }
    .tabs-menu__item:not(:last-child) {
      margin-right: 80px; }
    @media screen and (max-width: 1024px) {
      .tabs-menu__item:not(:last-child) {
        margin-right: 48px; } }
    @media screen and (max-width: 768px) {
      .tabs-menu__item:not(:last-child) {
        margin-right: 40px; } }
    .tabs-menu__item.active .tabs-menu__link {
      color: #323232; }
      .tabs-menu__item.active .tabs-menu__link:after {
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.reviews {
  background-color: rgba(66, 146, 230, 0.05);
  padding: 55px 0; }
  @media screen and (max-width: 1024px) {
    .reviews {
      padding: 43px 0; } }
  @media screen and (max-width: 768px) {
    .reviews {
      padding: 30px 0; } }
  .reviews__container {
    max-width: 1342px;
    padding: 0 50px; }
  .reviews__title {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .reviews__title {
        text-align: center;
        margin-bottom: 40px; } }
  .reviews__carousel {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  .reviews .swiper-button-prev, .reviews .swiper-button-next {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    position: absolute;
    width: 50px;
    height: 100%;
    background: none;
    opacity: 0.3;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .reviews .swiper-button-prev:hover, .reviews .swiper-button-next:hover {
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      .reviews .swiper-button-prev, .reviews .swiper-button-next {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 1;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        background-color: #fefefe;
        bottom: auto;
        top: -10px;
        width: 42px;
        height: 42px; }
        .reviews .swiper-button-prev i, .reviews .swiper-button-next i {
          opacity: 1;
          width: 20px;
          height: 14px; } }
  .reviews .swiper-button-prev {
    left: 0; }
    @media screen and (max-width: 768px) {
      .reviews .swiper-button-prev {
        left: 16px; } }
  .reviews .swiper-button-next {
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .reviews .swiper-button-next {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        right: 16px; } }

@media screen and (max-width: 768px) {
  .review__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; } }

.review__name {
  margin-bottom: 16px;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .review__name {
      font-size: 16px; } }

.review__img-wrap {
  margin-bottom: 10px;
  width: 90px;
  height: 90px; }

.review__img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }

.swiper-slide {
  height: auto; }

.swiper-slide {
  height: auto !important; }

.gallery {
  position: relative;
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .gallery {
      padding-top: 45px; } }
  .gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1205px) {
      .gallery__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gallery__title {
    margin-bottom: 36px; }
    @media screen and (max-width: 768px) {
      .gallery__title {
        margin-bottom: 30px;
        text-align: center; } }
  .gallery__left {
    max-width: 570px;
    width: 100%; }
    @media screen and (max-width: 1205px) {
      .gallery__left {
        max-width: 100%;
        margin-bottom: 36px; } }
  .gallery__right {
    max-width: 550px;
    width: 100%; }
    @media screen and (max-width: 1205px) {
      .gallery__right {
        max-width: 100%; } }

.gallery-video {
  position: relative;
  padding-bottom: 54px; }
  @media screen and (max-width: 768px) {
    .gallery-video {
      padding-bottom: 0; } }
  .gallery-video__item {
    min-height: 308px; }
    @media screen and (max-width: 767px) {
      .gallery-video__item {
        min-height: 220px; } }
    @media screen and (max-width: 576px) {
      .gallery-video__item {
        min-height: 180px; } }
    .gallery-video__item iframe {
      height: 100%;
      width: 100%;
      border: none; }

.gallery-photo {
  position: relative;
  padding-bottom: 54px; }
  @media screen and (max-width: 768px) {
    .gallery-photo {
      padding-bottom: 0; } }
  .gallery-photo__item {
    display: block;
    height: 147px !important;
    width: 100%;
    height: auto;
    cursor: pointer; }
    @media screen and (max-width: 1205px) {
      .gallery-photo__item {
        height: 200px !important; } }
  .gallery-photo__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover"; }

.add-services {
  padding: 50px 0 65px; }
  @media screen and (max-width: 768px) {
    .add-services {
      padding: 46px 0; } }
  .add-services__title {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .add-services__title {
        text-align: center; } }
  .add-services__counter {
    margin-bottom: 10px; }
  .add-services__container {
    max-width: 1272px; }
  @media screen and (max-width: 768px) {
    .add-services__inner {
      text-align: center; } }
  .add-services__carousel.swiper-container {
    padding: 20px; }
  .add-services .swiper-button-prev, .add-services .swiper-button-next {
    display: none; }
    @media screen and (max-width: 768px) {
      .add-services .swiper-button-prev, .add-services .swiper-button-next {
        top: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0;
        background: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 1;
        z-index: 1;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        background-color: #fefefe;
        top: -10px;
        width: 42px;
        height: 42px;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .add-services .swiper-button-prev i, .add-services .swiper-button-next i {
          opacity: 1;
          width: 20px;
          height: 14px; }
        .add-services .swiper-button-prev-prev, .add-services .swiper-button-next-prev {
          left: 0; }
        .add-services .swiper-button-prev-next, .add-services .swiper-button-next-next {
          right: 0;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }

.add-services-item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
  transition: all 0.35s ease-in-out !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .add-services-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.22); }
  .add-services-item__inner {
    padding: 25px 28px; }
  .add-services-item__img {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 200px;
    max-height: 72px;
    height: auto;
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .add-services-item__img {
        margin: 0 auto 24px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(50, 50, 50, 0.016);
          box-shadow: 0 5px 25px rgba(50, 50, 50, 0.016);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (max-width: 1205px) {
    .header {
      -webkit-box-shadow: 0 5px 25px rgba(50, 50, 50, 0.1);
              box-shadow: 0 5px 25px rgba(50, 50, 50, 0.1); } }
  @media (min-width: 1206px) {
    .header_fixed {
      -webkit-transform: translateY(-46px);
          -ms-transform: translateY(-46px);
              transform: translateY(-46px); }
      .header_fixed .logo {
        -webkit-transform: scale(0.8) translateY(23px);
            -ms-transform: scale(0.8) translateY(23px);
                transform: scale(0.8) translateY(23px); } }
  .header__menu {
    margin-right: 50px; }
    @media screen and (max-width: 1205px) {
      .header__menu {
        display: none; } }
  .header__top {
    background-color: #29282e;
    color: #ffffff;
    padding: 5px 0; }
    @media screen and (max-width: 1205px) {
      .header__top {
        display: none; } }
    .header__top-in {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .header__bot {
    background-color: #ffffff; }
    @media screen and (max-width: 1205px) {
      .header__bot {
        padding: 7px 0; } }
    .header__bot-in {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Open Sans", sans-serif;
    margin-right: 30px;
    padding: 7px 10px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    border: 1px solid #fff; }
    .header__basket .icon-basket {
      margin-right: 8px; }
  .header__count {
    position: relative; }
    .header__count:after {
      content: '\2014';
      padding: 0 4px; }
  .header__total {
    margin-right: 5px; }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 1205px) {
      .header__left {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .header__left {
    position: relative; }
  @media screen and (max-width: 1205px) {
    .header__center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .header__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 1205px) {
      .header__right {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .header__basket-mob {
    display: none;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .header__basket-mob:hover {
      opacity: 0.6; }
    @media screen and (max-width: 1205px) {
      .header__basket-mob {
        display: block; } }

.menu-icon {
  display: none;
  position: relative;
  padding: 15px;
  cursor: pointer; }
  @media screen and (max-width: 1205px) {
    .menu-icon {
      display: block;
      padding: 10px; } }
  .menu-icon__box {
    width: 25px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer; }
  .menu-icon__item {
    width: 25px;
    height: 2px;
    position: absolute;
    background-color: #242424;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    left: 0; }
    .menu-icon__item:nth-child(1) {
      top: 0; }
    .menu-icon__item:nth-child(2) {
      top: 8px; }
    .menu-icon__item:nth-child(3) {
      top: 16px; }

.menu-opened .mob-menu {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }

.menu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }

.menu-opened .menu-icon__item:nth-child(2) {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0; }

.menu-opened .menu-icon__item:nth-child(3) {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg); }

.mob-menu {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .mob-menu__nav {
    margin-bottom: 26px; }
  .mob-menu__inner {
    overflow-y: auto;
    padding: 55px 30px 90px;
    height: 100%; }
  .mob-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .mob-menu__link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0; }
  .mob-menu__item_submenu .mob-menu__link {
    padding-right: 20px; }
    .mob-menu__item_submenu .mob-menu__link:after {
      content: '';
      position: absolute;
      right: 0;
      -webkit-transform-origin: 50% 8%;
          -ms-transform-origin: 50% 8%;
              transform-origin: 50% 8%;
      top: 50%;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
      border: 6px solid transparent;
      border-top: 6px solid rgba(36, 36, 36, 0.8); }
  .mob-menu__item_submenu.is-active .mob-menu__link:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .mob-menu__item_submenu.is-active .mob-submenu {
    height: 100%; }

.mob-submenu {
  display: block;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .mob-submenu.is-active {
    max-height: 1000px;
    overflow: visible;
    pointer-events: auto; }
  .mob-submenu__link {
    display: inline-block;
    padding: 10px 0; }

.lang {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  z-index: 2;
  cursor: pointer; }
  @media screen and (max-width: 1205px) {
    .lang {
      margin-bottom: 14px; } }
  .lang__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    padding-right: 5px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .lang__img {
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 8px; }
  .lang__item {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .lang__item:hover {
      opacity: 0.8; }
    .lang__item:not(:last-child) {
      margin-bottom: 5px; }
    .lang__item_head {
      position: relative;
      padding-right: 20px; }
      .lang__item_head:after {
        content: '';
        position: absolute;
        right: 0;
        -webkit-transform-origin: 50% 15%;
            -ms-transform-origin: 50% 15%;
                transform-origin: 50% 15%;
        top: 50%;
        -webkit-transform: translateY(-15%);
            -ms-transform: translateY(-15%);
                transform: translateY(-15%);
        border: 6px solid transparent;
        border-top: 6px solid rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 1205px) {
          .lang__item_head:after {
            border: 6px solid transparent;
            border-top: 6px solid rgba(36, 36, 36, 0.8); } }
      .lang__item_head:not(:last-child) {
        margin-bottom: 0; }
      .lang__item_head .lang__inner {
        padding-right: 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 1205px) {
          .lang__item_head .lang__inner {
            border-right: 1px solid rgba(36, 36, 36, 0.8); } }
  .lang__list {
    background-color: #29282e;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
    top: 37px;
    left: -3px;
    padding: 5px 9.5px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .lang__list:after {
      content: '';
      position: absolute;
      top: -7px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 4px solid transparent;
      border-bottom: 4px solid #29282e;
      -webkit-transition: all 0.35s ease-in-out 0s;
      -o-transition: all 0.35s ease-in-out 0s;
      transition: all 0.35s ease-in-out 0s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    @media screen and (max-width: 1205px) {
      .lang__list {
        position: relative;
        background-color: #fff;
        top: auto;
        left: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        left: 12px;
        height: 0; }
        .lang__list:after {
          display: none; } }
  .lang.is-active .lang__list {
    opacity: 1;
    overflow: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto; }
    @media screen and (max-width: 1205px) {
      .lang.is-active .lang__list {
        height: 100%;
        padding: 5px 9.5px; } }
  .lang.is-active .lang__item_head:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.search-form {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 17px; }
  @media screen and (max-width: 1205px) {
    .search-form {
      display: none; } }
  .search-form__button, .search-form__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  .search-form__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .search-form__close {
    position: absolute;
    top: 0;
    right: 0; }
  .search-form__field {
    display: none;
    width: 100%; }
  .search-form__input {
    padding: 0 15px;
    width: 100%;
    font-size: 13px; }
    .search-form__input::-webkit-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.26px;
      font-weight: 600; }
    .search-form__input:-ms-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.26px;
      font-weight: 600; }
    .search-form__input::-ms-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.26px;
      font-weight: 600; }
    .search-form__input::placeholder {
      text-transform: uppercase;
      letter-spacing: 0.26px;
      font-weight: 600; }
  .search-form.is-active {
    max-width: 460px; }
    .search-form.is-active .search-form__field {
      display: block; }
    .search-form.is-active .search-form__inner {
      padding-bottom: 8px;
      border-bottom: 1px solid #323232; }
  .search-form_mob {
    display: block;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    max-width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #323232; }
    .search-form_mob .search-form__field {
      display: block; }

.menu.hidden {
  opacity: 0;
  overflow: hidden;
  pointer-events: none; }

.menu__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.menu__item {
  position: relative; }
  .menu__item:not(:last-child) {
    margin-right: 30px; }
  .menu__item_submenu .menu__link {
    padding-right: 20px; }
    .menu__item_submenu .menu__link:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
              transform: translateY(-20%);
      right: 0;
      border: 5px solid transparent;
      border-top: 5px solid #323232; }
  .menu__item.is-active .menu__link:after {
    -webkit-transform-origin: 50% 15%;
        -ms-transform-origin: 50% 15%;
            transform-origin: 50% 15%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.menu__link {
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 32.5px 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .menu__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: #4292e6;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .menu__link:hover {
    color: #323232; }
    .menu__link:hover:before {
      width: 100%; }

.submenu {
  position: absolute;
  top: 86px;
  left: -96px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .submenu.is-active {
    opacity: 1;
    overflow: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto; }
  .submenu:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1; }
  .submenu__item {
    white-space: nowrap;
    width: 100%; }
  .submenu__link {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .submenu__link:hover {
      background-color: #4292e6;
      color: #fff; }

.logo {
  position: absolute;
  overflow: hidden;
  top: -46px;
  left: 0;
  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;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (max-width: 1205px) {
    .logo {
      width: 116px;
      height: 116px;
      top: -7px;
      left: -58px; } }
  @media screen and (max-width: 768px) {
    .logo {
      width: 82px;
      height: 82px;
      left: -41px; } }
  .logo__img {
    width: 130px;
    height: auto; }
    @media screen and (max-width: 1205px) {
      .logo__img {
        width: 100px; } }
    @media screen and (max-width: 768px) {
      .logo__img {
        width: 70px; } }

.footer {
  background-color: #29282e;
  color: #ffffff;
  padding: 8px 0 18px; }
  @media screen and (max-width: 1024px) {
    .footer {
      padding: 28px 0; } }
  .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
    .footer__col:not(:last-child) {
      margin-right: 44px; }
    .footer__col:nth-child(2) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer__col:nth-child(3) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media screen and (max-width: 1024px) {
      .footer__col {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .footer__col:not(:last-child) {
          margin-bottom: 40px;
          margin-right: 0; }
        .footer__col:nth-child(2) {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .footer__col:nth-child(3) {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px; }
    @media screen and (max-width: 1024px) {
      .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-bottom: 40px; } }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px; }
    @media screen and (max-width: 1024px) {
      .footer__menu {
        display: none; } }
    .footer__menu .menu__link:hover {
      color: rgba(255, 255, 255, 0.6); }
      .footer__menu .menu__link:hover:before {
        display: none; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 370px;
    padding: 0 20px;
    padding-right: 10px;
    font-size: 13px; }
  .footer__descr {
    padding: 12px 0; }
  .footer__text {
    font-weight: 300;
    line-height: 1.28230; }
    .footer__text a {
      display: block;
      -webkit-transition: all 0.35s ease-in-out 0s;
      -o-transition: all 0.35s ease-in-out 0s;
      transition: all 0.35s ease-in-out 0s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .footer__text a:hover {
        color: #f3ac3b; }
  .footer__icon {
    position: relative;
    margin-right: 16px;
    padding: 12px 0; }
    .footer__icon:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      bottom: -5px;
      left: 0;
      background-color: #f3ac3b; }
  .footer__title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px; }
  .footer__copy {
    padding-left: 30px;
    font-size: 13px; }
    @media screen and (max-width: 1024px) {
      .footer__copy {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .footer__copy {
        text-align: left; } }

.prices__title {
  text-align: center;
  margin-bottom: 55px; }
  @media screen and (max-width: 1024px) {
    .prices__title {
      margin-bottom: 46px; } }
  @media screen and (max-width: 768px) {
    .prices__title {
      margin-bottom: 38px; } }

.prices__descr {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px; }
  .prices__descr p:not(:last-child) {
    padding-bottom: 12px; }

.prices__meta {
  padding-top: 25px; }

.price-table__place p {
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .price-table__place p {
      margin-bottom: 0; } }

.price-table__place a {
  padding-bottom: 2px;
  -webkit-box-shadow: inset 0 -1px 0 white;
          box-shadow: inset 0 -1px 0 white;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .price-table__place a:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black; }
  .price-table__place a:hover {
    opacity: 0.8; }

.price-table__head {
  padding: 30px 0 14px;
  color: #323232;
  text-align: center; }

.price-table__descr {
  padding: 26px 0 40px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .price-table__descr {
      padding: 22px 0 25px; } }
  @media screen and (max-width: 768px) {
    .price-table__descr {
      padding: 18px 0 10px; } }

.price-table__inner {
  position: relative;
  max-width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .price-table__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      max-height: 23px;
      overflow: hidden; }
      .price-table__inner:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        top: 4px;
        right: 0;
        background: url(/static/img/arrow-down.svg) center/cover no-repeat; } }

.price-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0; }
  .price-table__row:not(:last-child) {
    border-bottom: 1px solid #d7d7d7; }
  @media screen and (max-width: 768px) {
    .price-table__row {
      padding: 18px 0;
      cursor: pointer; } }
  .price-table__row.is-active .price-table__inner {
    max-height: 1000px; }
    .price-table__row.is-active .price-table__inner:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .price-table__row_three .price-table__cell {
    max-width: 33.33%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%; }
    @media screen and (max-width: 768px) {
      .price-table__row_three .price-table__cell {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .price-table__row_three .price-table__cell:nth-child(2) {
          max-width: 66.66%;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 66.66%;
                  flex: 0 1 66.66%; }
        .price-table__row_three .price-table__cell:nth-child(3) {
          margin-top: 12px;
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
  .price-table__row_three .price-table__inner {
    max-width: 830px; }

.price-table__cell {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 0 20px;
  color: #ffffff; }
  @media screen and (max-width: 1024px) {
    .price-table__cell {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .price-table__cell {
      min-height: 24px;
      max-width: 30.33%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30.33%;
              flex: 0 1 30.33%; }
      .price-table__cell:nth-child(4) {
        margin-top: 12px;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
      .price-table__cell:nth-child(3) {
        max-width: 33.33%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.33%;
                flex: 0 1 33.33%; } }

.price-table__time {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px; }
  .price-table__time span {
    font-size: 24px; }
  @media screen and (max-width: 768px) {
    .price-table__time {
      font-size: 16px;
      line-height: 16px; }
      .price-table__time span {
        font-size: 20px; } }

.price-table__btn {
  width: 100%; }

.price-table__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .price-table__people .icon-people {
    margin-right: 10px; }
  .price-table__people span {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .price-table__people span {
        font-size: 14px; } }

.price-table__total {
  font-size: 17px;
  font-weight: 600; }
  .price-table__total span {
    font-size: 24px; }
  @media screen and (max-width: 768px) {
    .price-table__total {
      font-size: 20px; }
      .price-table__total span {
        font-size: 20px; } }

.price-table__content {
  background-color: rgba(66, 146, 230, 0.6);
  color: #ffffff; }
  .price-table__content_offset {
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      .price-table__content_offset {
        padding: 0; } }
    .price-table__content_offset_top {
      padding: 30px 0 0 0; }
      @media screen and (max-width: 768px) {
        .price-table__content_offset_top {
          padding: 0; } }
  .price-table__content_lease .price-table__inner {
    max-width: 1000px; }

@media screen and (max-width: 768px) {
  .price-table__content_lease .price-table__cell {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .price-table__content_lease .price-table__cell:nth-child(1) {
      margin-bottom: 18px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .price-table__content_lease .price-table__cell:nth-child(2) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .price-table__content_lease .price-table__cell:nth-child(3) {
      margin-top: 0;
      margin-bottom: 18px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .price-table__content_lease .price-table__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100%; }
    .price-table__content_lease .price-table__inner:after {
      display: none; } }

@media screen and (max-width: 767px) {
  .price-table__row_instructor .price-table__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .price-table__row_instructor .price-table__cell {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%; }
    .price-table__row_instructor .price-table__cell:nth-child(1) {
      margin-bottom: 20px; }
    .price-table__row_instructor .price-table__cell:nth-child(3) {
      display: none; } }

.prices-rules {
  background-color: #ffffff;
  margin-bottom: 62px; }
  @media screen and (max-width: 768px) {
    .prices-rules {
      margin: 0 -16px 52px; } }
  .prices-rules__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 12px 52px;
    color: #ffffff;
    background-color: rgba(66, 146, 230, 0.6);
    cursor: pointer; }
    .prices-rules__head:hover {
      background-color: rgba(66, 146, 230, 0.5); }
    .prices-rules__head:before {
      content: '';
      position: absolute;
      left: 20px;
      top: calc(50% - 3px);
      -webkit-transform-origin: 30% 30%;
          -ms-transform-origin: 30% 30%;
              transform-origin: 30% 30%;
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      border-left: 0.1rem solid #fff;
      border-top: 0.1rem solid #fff;
      border-bottom: 0;
      border-right: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .prices-rules__head .icon-list {
      margin-right: 14px; }
  .prices-rules.is-active .prices-rules__head:before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg); }
  .prices-rules__inner {
    padding: 20px 90px 28px 82px;
    line-height: 1.5;
    border: 1px solid rgba(66, 146, 230, 0.6); }
    @media screen and (max-width: 768px) {
      .prices-rules__inner {
        padding: 20px 45px 28px 40px; } }
    @media screen and (max-width: 767px) {
      .prices-rules__inner {
        padding: 20px 20px 28px; } }
    .prices-rules__inner a {
      color: #4292e6;
      -webkit-transition: all 0.35s ease-in-out 0s;
      -o-transition: all 0.35s ease-in-out 0s;
      transition: all 0.35s ease-in-out 0s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .prices-rules__inner a:hover {
        color: rgba(66, 146, 230, 0.6); }
    .prices-rules__inner p:not(:last-child) {
      margin-bottom: 25px; }
    .prices-rules__inner ol {
      margin-bottom: 25px; }
    .prices-rules__inner li:not(:last-child) {
      margin-bottom: 25px; }

.gift {
  background: url(/static/img/gift-bg.png) center/cover no-repeat;
  margin-bottom: 55px;
  min-height: 354px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1024px) {
    .gift {
      margin-bottom: 47px; } }
  @media screen and (max-width: 576px) {
    .gift {
      margin-bottom: 40px;
      min-height: 540px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media screen and (max-width: 576px) {
    .gift {
      background: url(/static/img/gift-bg-mob.jpg) center/cover no-repeat;
      background-position: top center; } }
  .gift__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 576px) {
      .gift__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .gift__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 680px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .gift__content {
        max-width: 480px; } }
  .gift__descr {
    text-align: center;
    max-width: 360px;
    width: 100%; }
    @media screen and (max-width: 576px) {
      .gift__descr {
        max-width: 330px; } }
  .gift__title {
    margin-bottom: 48px;
    line-height: 1.75; }
    @media screen and (max-width: 576px) {
      .gift__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 38px; } }
  .gift__btn {
    padding: 0 58px;
    font-size: 17px; }

.prices-info {
  position: relative;
  padding: 40px 0;
  background: url(/static/img/prices-info-bg.jpg) center/cover no-repeat; }
  @media screen and (max-width: 1024px) {
    .prices-info {
      padding: 35px 0 0;
      background-image: -webkit-gradient(linear, left top, right top, from(#2f72d2), color-stop(69%, #4292e6), to(#4292e6));
      background-image: -webkit-linear-gradient(left, #2f72d2 0%, #4292e6 69%, #4292e6 100%);
      background-image: -o-linear-gradient(left, #2f72d2 0%, #4292e6 69%, #4292e6 100%);
      background-image: linear-gradient(to right, #2f72d2 0%, #4292e6 69%, #4292e6 100%); } }
  @media screen and (max-width: 768px) {
    .prices-info {
      padding: 30px 0 0; } }
  .prices-info__more {
    display: none; }
  .prices-info__bg {
    display: none; }
    @media screen and (max-width: 1024px) {
      .prices-info__bg {
        display: block;
        background: url(/static/img/prices-info-img.png) center/cover no-repeat;
        min-height: 200px; } }
  .prices-info__descr {
    margin-bottom: 30px; }
  .prices-info__title {
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .prices-info__title {
        text-align: center; } }
  .prices-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .prices-info__content {
    position: relative;
    z-index: 1;
    max-width: 740px;
    width: 100%;
    color: #ffffff;
    line-height: 1.4666; }
    @media screen and (max-width: 1024px) {
      .prices-info__content {
        max-width: 650px;
        padding-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .prices-info__content {
        padding-bottom: 30px; } }
    .prices-info__content p:not(:last-child) {
      padding-bottom: 24px; }

.events-menu__item:not(:last-child) {
  margin-right: 95px; }

@media screen and (max-width: 1024px) {
  .events-menu__item:not(:last-child) {
    margin-right: 56px; } }

@media screen and (max-width: 768px) {
  .events-menu__item:not(:last-child) {
    margin-right: 20px; } }

.events {
  margin-bottom: 40px; }

.event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1205px) {
    .event__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.event__info {
  position: relative; }
  .event__info:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 20px; }
    .event__info:not(:last-child):after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 130px;
      background-color: #e1e1e1;
      height: 1px; }
  @media screen and (max-width: 768px) {
    .event__info.is-active .event__list {
      height: auto;
      opacity: 1;
      overflow: visible;
      pointer-events: auto; } }
  .event__info.is-active .event__lead_toggle:after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg); }

.event__count {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1205px) {
    .event__count {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      .event__count-first {
        margin-bottom: 10px; }
      .event__count .plus {
        padding-left: 0; } }

.event__lead {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .event__lead {
      margin-bottom: 24px; } }
  @media screen and (max-width: 768px) {
    .event__lead_toggle {
      padding-right: 20px;
      cursor: pointer;
      margin-bottom: 10px; }
      .event__lead_toggle:after {
        content: '';
        position: absolute;
        top: 3px;
        right: 0;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border-right: 0.1rem solid #323232;
        border-bottom: 0.1rem solid #323232;
        border-top: 0;
        border-left: 0;
        -webkit-transform-origin: 70% 70%;
            -ms-transform-origin: 70% 70%;
                transform-origin: 70% 70%;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; } }

.event__desc {
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .event__desc {
      font-size: 12px; } }

.event__content {
  max-width: 550px;
  width: 100%;
  margin-right: 85px; }
  @media screen and (max-width: 1205px) {
    .event__content {
      margin-right: 0;
      margin-bottom: 35px;
      max-width: 650px; } }
  @media screen and (max-width: 768px) {
    .event__content {
      margin-bottom: 15px; } }

.event__img-wrap {
  position: relative;
  max-width: 565px;
  height: 304px;
  width: 100%; }
  @media screen and (max-width: 1205px) {
    .event__img-wrap {
      max-width: 650px;
      height: 350px; } }
  @media screen and (max-width: 768px) {
    .event__img-wrap {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    .event__img-wrap {
      width: calc(100% + 32px); } }

.event__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }

@media screen and (max-width: 768px) {
  .event__list {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.35s ease-in-out 0s;
    backface-visibility: hidden; } }

.event__list-item {
  position: relative;
  padding-left: 8px; }
  .event__list-item:not(:last-child) {
    padding-bottom: 6px; }
  .event__list-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '*'; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }

@-webkit-keyframes animation {
  0% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes animation {
  0% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

.page-enter-active, .page-leave-active {
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out; }

.page-enter, .page-leave-to {
  opacity: 0; }

.slide-toggle-enter-active, .slide-toggle-leave-active {
  overflow: hidden;
  will-change: height, opacity;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-toggle-enter, .slide-toggle-leave-to {
  height: 0 !important;
  opacity: 0; }

.slide-right-enter, .slide-right-leave-to {
  opacity: 0; }

.slide-right-enter {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); }

.slide-right-leave-to {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.slide-right-enter-active, .slide-right-leave-active {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden; }

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

@media screen and (min-width: 1025px) {
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px); } }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/static/img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/static/img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/static/img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

























































































