.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0!important;
  padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list {
  display: block
}

.splide__track--fade>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  z-index: 1
}

.spli de__arrow svg {
  fill: #000;
  height: 35px;
  width: 35px
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: -3.7em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: -3.7em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: -1.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #b288d1;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #64BF7A;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset: -3px) {
  .splide__slide:focus-visible {
      outline:3px solid #0bf;
      outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
      border: 3px solid #0bf
  }
}

@supports(outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
      outline:3px solid #0bf;
      outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
      border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
      border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

@font-face {
  font-family: 'Lobster';
  src: url('fonts/Lobster.eot');
  src: local('Lobster Regular'),local('Lobster'),url('fonts/Lobster.eot#iefix') format('embedded-opentype'),url('fonts/Lobster.woff') format('woff'),url('fonts/Lobster.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('fonts/Comfortaa.eot');
  src: local('Comfortaa'),url('fonts/Comfortaa.eot#iefix') format('embedded-opentype'),url('fonts/Comfortaa.woff') format('woff'),url('fonts/Comfortaa.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('fonts/Comfortaa-Bold.eot');
  src: local('Comfortaa Bold'),local('Comfortaa-Bold'),url('fonts/Comfortaa-Bold.eot#iefix') format('embedded-opentype'),url('fonts/Comfortaa-Bold.woff') format('woff'),url('fonts/Comfortaa-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf') format('truetype'),url('fonts/icomoon.woff') format('woff'),url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-agent:before {
  content: "\e900";
}

.icon-bag:before {
  content: "\e901";
}

.icon-cash:before {
  content: "\e902";
}

.icon-clock:before {
  content: "\e903";
}

.icon-rose:before {
  content: "\e904";
}

.icon-snow:before {
  content: "\e905";
}

.icon-logo:before {
  content: "\e906";
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
}

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

[hidden],template {
  display: none
}

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

a:active,a:hover {
  outline: 0
}

b,strong {
  font-weight: 700
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg {
  overflow: hidden
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-top: 1px solid #333;
  border-bottom: 0;
  margin: 20px 0;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,select {
  text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

textarea {
  overflow: auto
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

img {
  vertical-align: middle
}

body {
  font-family: 'Comfortaa';
  background-color: #fff;
  font-size: 15px;
  color: #555454;
}

a:not(.underscore) {
  color: #000;
  border-bottom: 1px dashed #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #333;
  border-bottom-color: transparent;
  text-decoration: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000
}

.btn {
  height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 3px solid #f6525d;
  border-radius: 12px;
  font-size: 22px;
  background-color: #f6525d;
  width: 100%;
  max-width: 220px;
  padding: 0 35px;
  transform: translateX(0);
  transition: all .2s;
}

.btn i {
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: all .2s;
}

.btn:hover {
  transform: translateX(-4px);
  color: #fff;
}

.btn:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px);
}

.form-input {
  display: block;
  width: 100%;
  border: 1px solid #F6F6F6;
  height: 55px;
  background: #F6F6F6;
  border-radius: 12px;
  padding: 8px 15px;
  transition: all .2s;
}

.form-input:focus,.form-input:active {
  background: #fff;
  border-color: #f6525d;
}

h1,h2,h3,h4,h5,.title {
  font-family: 'Lobster';
  position: relative;
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 25px 0
}

@media (max-width: 575px) {
  h1,h2,h3,h4,h5,.title {
      font-size: 28px;
  }
}

p {
  margin: 0 0 20px 0
}

textarea:focus,input:focus {
  outline: none;
}

/* Сетка адаптив от bootstrap,основные @media max-width 1399/1199/991/767/575 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
  .container {
      max-width:1140px
  }
}

@media (min-width: 1400px) {
  .container {
      max-width: 1320px;
  }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 32px;
  z-index: 99;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.topbar.fixed-top {
  box-shadow: rgba(0,0,0,0.15) 0px 15px 25px,rgba(0,0,0,0.05) 0px 5px 10px;
  transition: all 0.2s ease-in-out;
}

.topbar-tel {
  font-weight: 700;
  position: absolute;
  top: -50px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.topbar-tel a {
  color: #fff;
}

.topbar-menu {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.topbar-menu li {
  padding: 7px 0;
}

.topbar-menu li:first-child {
  padding-left: 0;
}

.topbar-menu li:last-child {
  padding-right: 0;
}

.topbar-menu a {
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-transform: uppercase;
}

.topbar-menu a:hover {
  border-bottom-color: transparent;
}

.topbar-menu .active a {
  color: #e3004f;
  border-bottom-color: #e3004f;
}

.header-top {
  margin-top: 32px;
  padding: 5px 0;
  background-color: #e3004f;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.header-top p {
  margin: 0;
}

.header-top a {
  color: #fff;
}

.header-main {
  padding: 50px 0;
}

.header-main .container {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 33%;
}

.header-logo__name p {
  font-family: 'Lobster';
  color: #F6525D;
  font-size: 40px;
  margin-bottom: 2px;
}

.header-logo__name h1 {
  font-family: 'Comfortaa';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #555454;
}

.header-delivery {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 33%;
}

.header-delivery i {
  font-size: 60px;
}

.header-delivery__info p {
  font-size: 20px;
  color: #F6525D;
  font-weight: 700;
  margin-bottom: 0;
  width: 90%;
}

.header-delivery__info p small {
  font-size: 13px;
  color: #555454;
  font-weight: 400;
}

.header-phone {
  width: 33%;
}

.header-phone p {
  font-weight: 700;
  font-size: 20px;
  color: #F6525D;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.header-phone a {
  display: block;
  margin-bottom: 3px;
  font-size: 23px;
  font-weight: 600;
  color: #555454;
}

.header-phone span {
  font-size: 12px;
}

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

.header-bottom h2 {
  font-size: 38px;
  font-weight: 400;
}

.header-bottom p {
  font-size: 23px;
}

.header-bottom b {
  color: #F6525D;
  font-weight: 400;
}

.header-bottom p b {
  font-weight: 400;
}

@media (max-width: 1199px) {
  .header-logo__name h1 {
      font-size: 14px;
  }

  .topbar-menu {
      font-size: 12px;
  }

  .header-main {
      padding: 35px 0;
  }

  .header-main .container {
      gap: 25px;
  }

  .header-logo__name p {
      font-size: 32px;
  }

  .header-bottom h2 {
      font-size: 26px;
  }

  .header-delivery__info p small {
      font-size: 11px;
  }

  .header-phone p {
      font-size: 18px;
  }

  .header-phone a {
      font-size: 22px;
  }

  .header-phone span {
      font-size: 11px;
  }
}

@media (max-width: 991px) {
  .topbar {
      height: 36px;
      background-color: #e3004f;
  }

  .topbar.fixed-top .topbar-tel {
      opacity: 1;
      visibility: visible;
      top: 9px;
  }

  .topbar.fixed-top .topbar-tel.active {
      z-index: 1002;
      color: #000;
      top: 12px;
  }

  .topbar.fixed-top .topbar-tel.active a {
      color: #000;
  }

  .header-top p {
      display: none;
  }

  .header-main {
      padding: 25px 0;
  }

  .header-main .container {
      flex-wrap: wrap;
  }

  .header-logo,.header-delivery {
      width: 45%;
  }

  .header-phone {
      width: 100%;
      text-align: center;
  }

  .header-bottom p {
      font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header-bottom h2 {
      font-size: 22px;
  }
}

@media (max-width: 575px) {
  .header-main {
      padding: 15px 0;
  }

  .header-main .container {
      flex-direction: column;
      gap: 15px;
  }

  .header-logo,.header-delivery {
      width: 100%;
  }

  .header-logo__name h1 {
      font-size: 14px;
  }

  .header-bottom h2 {
      font-size: 16px;
      margin-bottom: 15px;
  }

  .header-bottom p {
      font-size: 16px;
  }

  .header-delivery i {
      font-size: 56px;
  }
}

.slider {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 678px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.slider-btn {
  margin-top: 180px;
  max-width: 520px;
  font-size: 20px;
  box-shadow: rgba(0,0,0,0.25) 0px 54px 55px,rgba(0,0,0,0.12) 0px -12px 30px,rgba(0,0,0,0.12) 0px 4px 6px,rgba(0,0,0,0.17) 0px 12px 13px,rgba(0,0,0,0.09) 0px -3px 5px;
}

@media (max-width: 1199px) {
  .slider {
      min-height: 500px;
  }

  .slider-btn {
      margin-top: 110px;
  }
}

@media (max-width: 767px) {
  .slider img {
      width: 90%;
      height: auto;
      margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .slider {
      min-height: 420px;
  }

  .slider img {
      width: 100%;
  }

  .slider-btn {
      margin-top: 80px;
      font-size: 16px;
  }
}

.benefits {
  padding: 50px 0;
  background-color: #f2f1ef;
}

.benefits-inner {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 30px;
  background-color: #fff;
  padding: 35px 15px;
  border-radius: 24px;
  border: 3px solid #f6525d;
  font-size: 17px;
}

.benefits-inner i {
  font-size: 70px;
  color: #f6525d;
  margin: 0 auto 20px auto;
  display: block;
}

.benefits-inner p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .benefits-inner {
      grid-gap: 20px;
      font-size: 16px;
      padding: 25px 15px;
  }
}

@media (max-width: 991px) {
  .benefits-inner {
      grid-template-columns: repeat(3,1fr);
  }

  .benefits-inner p:nth-child(4),.benefits-inner p:nth-child(5) {
      position: relative;
      left: 50%;
  }
}

@media (max-width: 575px) {
  .benefits-inner {
      grid-template-columns: repeat(2,1fr);
      grid-gap: 15px;
      font-size: 15px;
  }

  .benefits-inner i {
      margin-bottom: 15px;
  }

  .benefits-inner p:nth-child(4),.benefits-inner p:nth-child(5) {
      position: static;
  }

  .benefits-inner p:nth-child(5) {
      width: 200%;
  }
}

.feedback {
  padding: 60px 0;
}

.feedback .title {
  color: #f6525d;
  text-align: center;
}

.feedback form {
  display: flex;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .feedback form {
      width: 100%;
  }
}

@media (max-width: 767px) {
  .feedback {
      padding: 30px 0;
  }

  .feedback form {
      flex-wrap: wrap;
  }

  .feedback form .btn {
      max-width: 100%;
  }

  .feedback .title {
      font-size: 24px;
  }
}

.content {
  padding: 50px 0;
  background: #f2f1ef;
  line-height: 1.6;
}

.content-title {
  text-align: center;
  position: relative;
  color: #f6525d;
  margin-bottom: 45px;
}

.content-title span {
  padding: 0 15px;
  background: #f2f1ef;
  position: relative;
}

.content-title:before {
  content: '';
  position: absolute;
  border-top: 1px solid #f6525d;
  left: 0;
  top: 50%;
  width: 100%;
}

.item-desc {
  border: 1px solid #d9d9d9;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  margin-top: 50px;
  line-height: 1.5;
}

.items {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 50px;
}

.item-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 50px;
}

.item-inner {
  position: relative;
  background: url(../img/product-border.png) no-repeat 50% 0;
  height: 436px;
  padding-top: 13px;
  text-align: center;
}

.item-inner img {
  display: block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 0 auto 35px auto;
}

.item-inner del {
  font-size: 17px;
}

.item-price {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 20px 0;
}

.item-inner del:after,.item-price:after {
  font-size: 17px;
  font-weight: 400;
  content: ' \20BD';
}

.item-inner .btn {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .items {
      grid-gap: 20px;
  }

  .item-title {
      font-size: 19px;
      margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .items {
      grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 767px) {
  .items {
      grid-template-columns: repeat(1,1fr);
      grid-gap: 30px;
  }

  .item-title {
      font-size: 20px;
      margin-bottom: 15px;
  }

  .item-inner {
      height: 460px;
      border-bottom: 2px dashed #f6525d;
  }
}

.gallery {
  padding: 50px 0;
  text-align: center;
}

#gallery {
  width: 80%;
  margin: 0 auto;
}

.gallery .splide__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #f6525d;
  background: #f6525d;
  border-radius: 50%;
  transition: all 0.2s;
}

.gallery .splide__arrow:hover {
  background: transparent;
}

.gallery .splide__arrow svg {
  ; width: 22px;
  height: 22px;
  fill: #fff;
  transition: all 0.2s;
}

.gallery .splide__arrow:hover svg {
  fill: #f6525d;
}

.gallery .splide__arrow--prev {
  left: auto;
  right: 52px;
}

.gallery .splide__arrow--next {
  right: 0;
}

.gallery .splide__arrow {
  top: 105%;
}

.gallery .splide__slide {
  transform: scale(1);
  transition: all .2s;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

.gallery .splide__slide.is-visible.is-active {
  z-index: 99;
  transform: scale(1.1);
  filter: none;
  -webkit-filter: none;
}

.gallery .splide__track {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  #gallery {
      width: 100%;
  }

  .gallery {
      padding: 30px 0;
  }

  .gallery .splide__slide {
      padding: 15px;
      filter: blur(0);
      -webkit-filter: blur(0);
  }

  .gallery .splide__slide.is-visible.is-active {
      transform: scale(1);
  }

  .gallery .splide__track {
      padding-top: 0;
      padding-bottom: 10px;
  }

  .gallery .splide__arrow--prev {
      right: calc(50% + 21px);
  }

  .gallery .splide__arrow--next {
      right: calc(50% - 42px);
  }
}

#nav-icon {
  display: none;
  width: 30px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 102;
}

#nav-icon span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 9px;
}

#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -49px;
}

#nav-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 991px) {
  #nav-icon {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-left: auto;
      margin-right: 0;
      display: block;
  }
}

@media (max-width: 991px) {
  .mainMenu {
      background-color: #fff;
      padding: 50px 15px 25px 16px;
      z-index: 100;
      min-width: 21rem;
      width: 21rem;
      margin-left: -21rem;
      height: 75vh;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      box-shadow: 3px 3px 10px rgba(0,0,0,.1);
      transition: all .4s;
  }

  .mainMenu .topbar-menu a {
      color: #555454;
      margin-bottom: 8px;
      font-weight: 700;
      border-bottom: 1px dashed #555454;
      font-size: 16px;
      text-transform: capitalize;
  }

  .mainMenu.act {
      margin-left: 0;
      opacity: 1;
      visibility: visible;
  }

  .mainMenu ul {
      flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mainMenu {
      height: 100vh;
  }
}

@media (max-width: 575px) {
  #nav-icon.open span {
      background: #e3004f;
  }

  .mainMenu {
      width: 100%;
  }

  .feedback .title {
      font-size: 20px;
  }
}

/* yandex карта */
#yamap {
  height: 400px;
}

.yandex-map {
  margin-top: 40px;
  height: 400px;
  position: relative;
}

.contacts {
  position: absolute;
  top: 30px;
  left: 15%;
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 20px 30px;
  max-width: 440px;
}

.contacts-name {
  margin-bottom: 15px;
  color: #000;
}

.contacts-name small {
  font-size: 12px;
  color: #646A71;
  display: block;
  margin-bottom: 5px;
}

.contacts-name:last-child {
  margin-bottom: 0;
}

.contacts-name img {
  width: 250px;
  height: auto;
}

@media (max-width: 991px) {
  .contacts {
      max-width: 310px;
  }
}

@media (max-width: 767px) {
  #map {
      height: 300px;
  }

  .yandex-map {
      height: auto;
      margin-top: 20px;
  }

  .yandex-map iframe {
      height: 260px;
  }

  .contacts {
      position: static;
      max-width: 400px;
  }
}

.footer {
  padding: 20px 0;
  color: #fff;
  background: #666;
}

.footer a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.footer .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.footer-about {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-about img {
  width: 34px;
  height: 34px;
}

.footer-info ul {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

@media (max-width: 767px) {
  .footer .container {
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }

  .footer-info ul {
      font-size: 12px;
  }
}

/* модальное окно */
.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 0vh;
  background-color: transparent;
  transition: background-color .25s ease;
  align-items: center;
  justify-content: center;
}

.modal.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  transition: background-color .25s;
}

.modal.open > .content-wrapper {
  background: #4a62c5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal .content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #4a62c5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 2.5rem rgba(0,0,0,.5);
  box-shadow: 0 0 2.5rem rgba(0,0,0,.5);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal-wrap {
  background: #fff;
  border-radius: 10px;
}

.modal .content-wrapper .close {
  position: absolute;
  z-index: 99;
  top: .5rem;
  right: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .content-wrapper .close:before,.modal .content-wrapper .close:after {
  position: absolute;
  width: 1.25rem;
  height: .125rem;
  content: '';
  cursor: pointer;
  background-color: #000;
}

.modal .content-wrapper .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .content-wrapper .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .content-wrapper .close:hover:before,.modal .content-wrapper .close:hover:after {
  background-color: #3E3E3E;
}

.modal .content-wrapper .content {
  max-width: 600px;
  display: block;
  padding: 40px;
}

@media (max-width: 575px) {
  .modal .content-wrapper .content {
      padding: 40px 20px;
  }
}

/* это для старых iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
  .modal .content-wrapper .close {
      top: 0.4rem;
      background: #fff;
      border-radius: 50%;
      right: 0.6rem;
  }
}

.blur > div:not(.modal),.blur footer {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.form-send {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  display: block;
  color: #3cb200;
  font-weight: 700;
}

.breadcrumb ol {
  margin: 0;
  padding: 0 0 35px 0;
  font-size: 13px;
  list-style: none;
  display: -webkit-box;
  display: flex;
  color: #555454;
}

.breadcrumb ol a {
  color: #2c2c2c;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #2c2c2c;
  content: "/";
}

@media (max-width: 575px) {
  .content {
      padding: 30px 0;
  }

  .breadcrumb ol {
      padding-bottom: 18px;
      font-size: 11px;
  }
}

:root {
  --wm-toolbar-height: 65px;
}
#wm-ipp-base {
  height:65px;/* initial height just in case js code fails */
  padding:0;
  margin:0;
  border:none;
  background:none transparent;
}
#wm-ipp {
  z-index: 2147483647;
}
#wm-ipp, #wm-ipp * {
  font-family:Lucida Grande, Helvetica, Arial, sans-serif;
  font-size:12px;
  line-height:1.2;
  letter-spacing:0;
  width:auto;
  height:auto;
  max-width:none;
  max-height:none;
  min-width:0 !important;
  min-height:0;
  outline:none;
  float:none;
  text-align:left;
  border:none;
  color: #000;
  text-indent: 0;
  position: initial;
  background: none;
}
#wm-ipp div, #wm-ipp canvas {
  display: block;
}
#wm-ipp div, #wm-ipp tr, #wm-ipp td, #wm-ipp a, #wm-ipp form {
  padding:0;
  margin:0;
  border:none;
  border-radius:0;
  background-color:transparent;
  background-image:none;
  /*z-index:2147483640;*/
  height:auto;
}
#wm-ipp table {
  border:none;
  border-collapse:collapse;
  margin:0;
  padding:0;
  width:auto;
  font-size:inherit;
}
#wm-ipp form input {
  padding:1px !important;
  height:auto;
  display:inline;
  margin:0;
  color: #000;
  background: none #fff;
  border: 1px solid #666;
}
#wm-ipp form input[type=submit] {
  padding:0 8px !important;
  margin:1px 0 1px 5px !important;
  width:auto !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}
#wm-ipp form input[type=submit]:hover {
  background: #eee !important;
  cursor: pointer !important;
}
#wm-ipp form input[type=submit]:active {
  transform: translateY(1px);
}
#wm-ipp a {
  display: inline;
}    
#wm-ipp a:hover{
  text-decoration:underline;
}
#wm-ipp a.wm-btn:hover {
  text-decoration:none;
  color:#ff0 !important;
}
#wm-ipp a.wm-btn:hover span {
  color:#ff0 !important;
}
#wm-ipp #wm-ipp-inside {
  margin: 0 6px;
  border:5px solid #000;
  border-top:none;
  background-color:rgba(255,255,255,0.9);
  -moz-box-shadow:1px 1px 4px #333;
  -webkit-box-shadow:1px 1px 4px #333;
  box-shadow:1px 1px 4px #333;
  border-radius:0 0 8px 8px;
}
/* selectors are intentionally verbose to ensure priority */
#wm-ipp #wm-logo {
  padding:0 10px;
  vertical-align:middle;
  min-width:100px;
  flex: 0 0 100px;
}
#wm-ipp .c {
  padding-left: 4px;
}
#wm-ipp .c .u {
    margin-top: 4px !important;
}
#wm-ipp .n {
  padding:0 0 0 5px !important;
  vertical-align: bottom;
}
#wm-ipp .n a {
  text-decoration:none;
  color:#33f;
  font-weight:bold;
}
#wm-ipp .n .b {
  padding:0 6px 0 0 !important;
  text-align:right !important;
  overflow:visible;
  white-space:nowrap;
  color:#99a;
  vertical-align:middle;
}
#wm-ipp .n .y .b {
  padding:0 6px 2px 0 !important;
}
#wm-ipp .n .c {
  background:#000;
  color:#ff0;
  font-weight:bold;
  padding:0 !important;
  text-align:center;
}
#wm-ipp.hi .n td.c {
  color:#ec008c;
}
#wm-ipp .n td.f {
  padding:0 0 0 6px !important;
  text-align:left !important;
  overflow:visible;
  white-space:nowrap;
  color:#99a;
  vertical-align:middle;
}
#wm-ipp .n tr.m td {
  text-transform:uppercase;
  white-space:nowrap;
  padding:2px 0;
}
#wm-ipp .c .s {
  padding:0 5px 0 0 !important;
  vertical-align:bottom;
}
#wm-ipp #wm-nav-captures {
  white-space: nowrap;
}
#wm-ipp .c .s a.t {
  color:#33f;
  font-weight:bold;
  line-height: 1.8;
}
#wm-ipp .c .s div.r {
  color: #666;
  font-size:9px;
  white-space:nowrap;
}
#wm-ipp .c .k {
  padding-bottom:1px;
}
#wm-ipp .c .s {
  padding:0 5px 2px 0 !important;
}
#wm-ipp td#displayMonthEl {
  padding: 2px 0 !important;
}
#wm-ipp td#displayYearEl {
  padding: 0 0 2px 0 !important;
}

div#wm-ipp-sparkline {
  position:relative;/* for positioning markers */
  white-space:nowrap;
  background-color:#fff;
  cursor:pointer;
  line-height:0.9;
}
#sparklineImgId, #wm-sparkline-canvas {
  position:relative;
  z-index:9012;
  max-width:none;
}
#wm-ipp-sparkline div.yt {
  position:absolute;
  z-index:9010 !important;
  background-color:#ff0 !important;
  top: 0;
}
#wm-ipp-sparkline div.mt {
  position:absolute;
  z-index:9013 !important;
  background-color:#ec008c !important;
  top: 0;
}  
#wm-ipp .r {
    margin-left: 4px;
}
#wm-ipp .r a {
  color:#33f;
  border:none;
  position:relative;
  background-color:transparent;
  background-repeat:no-repeat !important;
  background-position:100% 100% !important;
  text-decoration: none;
}
#wm-ipp #wm-capinfo {
  /* prevents notice div background from sticking into round corners of
     #wm-ipp-inside */
  border-radius: 0 0 4px 4px;
}
#wm-ipp #wm-capinfo .c-logo {
  display:block;
  float:left;
  margin-right:3px;
  width:90px;
  min-height:90px;
  max-height: 290px;
  border-radius:45px;
  overflow:hidden;
  background-position:50%;
  background-size:auto 90px;
  box-shadow: 0 0 2px 2px rgba(208,208,208,128) inset;
}
#wm-ipp #wm-capinfo .c-logo span {
  display:inline-block;
}
#wm-ipp #wm-capinfo .c-logo img {
  height:90px;
  position:relative;
  left:-50%;
}
#wm-ipp #wm-capinfo .wm-title {
  font-size:130%;
}
#wm-ipp #wm-capinfo a.wm-selector {
  display:inline-block;
  color: #aaa;
  text-decoration:none !important;
  padding: 2px 8px;
}
#wm-ipp #wm-capinfo a.wm-selector.selected {
  background-color:#666;
}
#wm-ipp #wm-capinfo a.wm-selector:hover {
  color: #fff;
}
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-collected-by,
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-timestamps {
    display: none;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content {
    background-color:#ff0;
    padding:5px;
    font-size:14px;
    text-align:center;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content * {
    font-size:14px;
    text-align:center;
}
#wm-ipp #wm-expand {
  right: 1px;
  bottom: -1px;
  color: #ffffff;
  background-color: #666 !important;
  padding:0 5px 0 3px !important;
  border-radius: 3px 3px 0 0 !important;
}
#wm-ipp #wm-expand span {
  color: #ffffff;
}
#wm-ipp #wm-expand #wm-expand-icon {
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 45%;
}
#wm-ipp #wm-expand.wm-open #wm-expand-icon {
  transform: rotate(180deg);
}
#wm-ipp #wmtb {
  text-align:right;
}
#wm-ipp #wmtb #wmtbURL {
  width: calc(100% - 45px);
}
#wm-ipp #wm-graph-anchor {
  border-right:1px solid #ccc;
}
/* time coherence */
html.wb-highlight {
  box-shadow: inset 0 0 0 3px #a50e3a !important;
}    
.wb-highlight {
  outline: 3px solid #a50e3a !important;
}
#wm-ipp-print {
  display:none !important;
}
@media print {
#wm-ipp-base {
  display:none !important;
}
#wm-ipp-print {
  display:block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
@media (max-width:414px) {
    #wm-ipp .xxs {
	display:none !important;
    }
}
@media (min-width:1055px) {
#wm-ipp #wm-graph-anchor {
  display:block !important;
}
}
@media (max-width:1054px) {
#wm-ipp #wm-graph-anchor {
  display:none !important;
}
}
@media (max-width:1163px) {
#wm-logo {
    display:none !important;
}
}

#wm-btns {
    white-space: nowrap;
    margin-top: -2px;
}

#wm-btns #wm-save-snapshot-open {
  margin-right: 7px;
  top: -6px;
}

#wm-btns #wm-sign-in {
  box-sizing: content-box;
  display: none;
  margin-right: 7px;
  top: -8px;

  /*
  round border around sign in button
  */
  border: 2px #000 solid;
  border-radius: 14px;
  padding-right: 2px;
  padding-bottom: 2px;
  width: 11px;
  height: 11px;
}

#wm-btns #wm-sign-in>.iconochive-person {
  font-size: 12.5px;
}

#wm-save-snapshot-open > .iconochive-web {
  color:#000;
  font-size:160%;
}

#wm-ipp #wm-share {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#wm-share > #wm-screenshot {
  display: inline-block;
  margin-right: 3px;
  visibility: hidden;
}

#wm-screenshot > .iconochive-image {
  color:#000;
  font-size:160%;
}

#wm-share > #wm-video {
  display: inline-block;
  margin-right: 3px;
  visibility: hidden;
}

#wm-video > .iconochive-movies {
  color: #000;
  display: inline-block;
  font-size: 150%;
  margin-bottom: 2px;
}

#wm-btns #wm-save-snapshot-in-progress {
  display: none;
  font-size:160%;
  opacity: 0.5;
  position: relative;
  margin-right: 7px;
  top: -5px;
}

#wm-btns #wm-save-snapshot-success {
  display: none;
  color: green;
  position: relative;
  top: -7px;
}

#wm-btns #wm-save-snapshot-fail {
  display: none;
  color: red;
  position: relative;
  top: -7px;
}

.wm-icon-screen-shot {
  background: url("../images/web-screenshot.svg") no-repeat !important;
  background-size: contain !important;
  width: 22px !important;
  height: 19px !important;

  display: inline-block;
}
#donato {
    /* transition effect is disable so as to simplify height adjustment */
    /*transition: height 0.5s;*/
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999 !important;
}
body.wm-modal {
    height: auto !important;
    overflow: hidden !important;
}
#donato #donato-base {
    width: 100%;
    height: 100%;
    /*bottom: 0;*/
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2147483639;
}
body.wm-modal #donato #donato-base {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483640;
}

.wb-autocomplete-suggestions {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 2147483647;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.wb-autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}
.wb-autocomplete-suggestion b {
    font-weight: bold;
}
.wb-autocomplete-suggestion.selected {
    background: #f0f0f0;
}
