html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 16px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  color: #000;
  margin: 0;
  background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(/img/fon.png) left 0px top 0px / auto auto repeat !important;
}

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

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,li {
}

img {
  max-width: 100%;
}

svg {
  overflow: hidden;
}

main {
  flex: auto;
}

footer {
  width: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #C61E2A; 
}

::-webkit-scrollbar-thumb:hover {
  background: #77191F; 
}

/* #HEADER */
.header-logo {
    width: 250px !important;
    height: 68px !important;
    display: block;
}

@media (min-width: 320px) and (max-width: 959.98px) {
    .flex-center-xl {
        justify-content: center;
    }
}

.header-map {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.header-map__default {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.header-map__red {
    color: #C61E2A;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.header-map__addres {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
}

.svgheadermap {
    margin-top: 15px;
}

.header-mini-text {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #666666;
}

.header-phone {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    transition: .3s ease;
}

.header-phone:hover {
    text-decoration: none;
    color: #C61E2A;
}

.header-social-icon {
    margin-top: 22px;
}

.header-zvonok {
    position: relative;
    display: none;
}

.header-zvonok a {
    position: absolute;
    width: 85px;
    height: 10px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-decoration-line: underline;
    color: #C61E2A;
}
/* #HEADER */
.menu-header {
    background: #C61E2A;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    transition: .3s ease;
}

.menu-header:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.menu-link{
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    color: #000;
    line-height: 17px;
    letter-spacing: 0.1em;
    transition: .3s ease;
}

.menu-link:hover {
    color: #C61E2A;
    text-decoration: none;
}

.menu-nolink {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #000000;
}

.menu-nolink:hover {
    text-decoration: none;
    color: #000000;
}

.fonSlider {
    background-image: url(img/slider.png)
}

@media (min-width: 768px) and (max-width: 920px) { 
    .flex-center-768 {
        justify-content: center !important;
    }

    .menu-link {
        margin-left: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .section-menu {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 575.98px) {
    .section-menu {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .section-menu {
        display: none;
    }
}

.yslygi-link {
    padding: 10px;
    border-radius: 10px;
}

.yslygi-link:hover {
    text-decoration: none;
    background-color: rgba(240, 242, 244, 0.35);
}

/* #SLIDER */

.slider-header {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 34px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.slider-headerx2 {
    font-weight: bold;
}

.slider-headerx3 {
    font-weight: bold;
    color: #C61E2A;
}

.slider-red {
    color: #C61E2A;
    font-weight: bold;
}

.slider-text {
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.slider-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    width: 450px;
    height: 55px;

    background: linear-gradient(180deg, #C61E2A 0%, #FF6E26 100%);
    box-shadow: 0px 10px 30px rgba(119, 25, 31, 0.69);
    box-shadow: 0 4px rgba(119, 25, 31, 0.8);

    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    position: relative;
    text-decoration:  none !important;
}

.slider-line:after {
    position: absolute;
    content:url('img/slider-text.png');
    right: -200px;
    top: 10px;
}

@media (min-width: 481px) and (max-width: 575.98px) {
    .slider-button:after {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .slider-button:after {
        display: none;
    }
}

.slider-line {
    margin: 0 auto;
    margin-top: 40px;
    background-color: #C61E2A;

    background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.0) 30%,rgba(255,255,255,.8),rgba(255,255,255,.0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
    animation: line 3s ease reverse infinite;
}

.slider-button:hover {
    background: rgba(119, 25, 31);
}

.slider-prize {
    display: flex;
    flex-direction: row;
    width: 250px !important;
    margin: 10px;
}

.slider-prize p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-prize-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

@keyframes line {
    100% {
      background-position: 500% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
    }
  
    20% {
      background-position: 200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
    }
  
    0% {
      background-position: -200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
    }
}

.slier-button-otp {
    position: absolute;
    right: 20px;
}

.slier-button-gaz {
    position: absolute;
    left: -20px;
    bottom: -6px;
}

.shake-little{display:inline-block;transform-origin:center center}.shake-freeze,.shake-constant.shake-constant--hover:hover,.shake-trigger:hover .shake-constant.shake-constant--hover{animation-play-state:paused}.shake-freeze:hover,.shake-trigger:hover .shake-freeze,.shake-little:hover,.shake-trigger:hover .shake-little{animation-play-state:running}@keyframes shake-little{2%{transform:translate(1px, 0px) rotate(0.5deg)}4%{transform:translate(0px, 0px) rotate(0.5deg)}6%{transform:translate(0px, 1px) rotate(0.5deg)}8%{transform:translate(1px, 0px) rotate(0.5deg)}10%{transform:translate(0px, 1px) rotate(0.5deg)}12%{transform:translate(0px, 0px) rotate(0.5deg)}14%{transform:translate(0px, 1px) rotate(0.5deg)}16%{transform:translate(0px, 0px) rotate(0.5deg)}18%{transform:translate(0px, 1px) rotate(0.5deg)}20%{transform:translate(0px, 1px) rotate(0.5deg)}22%{transform:translate(0px, 1px) rotate(0.5deg)}24%{transform:translate(0px, 0px) rotate(0.5deg)}26%{transform:translate(1px, 0px) rotate(0.5deg)}28%{transform:translate(0px, 1px) rotate(0.5deg)}30%{transform:translate(1px, 0px) rotate(0.5deg)}32%{transform:translate(1px, 0px) rotate(0.5deg)}34%{transform:translate(1px, 1px) rotate(0.5deg)}36%{transform:translate(0px, 0px) rotate(0.5deg)}38%{transform:translate(1px, 1px) rotate(0.5deg)}40%{transform:translate(1px, 1px) rotate(0.5deg)}42%{transform:translate(0px, 0px) rotate(0.5deg)}44%{transform:translate(1px, 1px) rotate(0.5deg)}46%{transform:translate(1px, 1px) rotate(0.5deg)}48%{transform:translate(1px, 0px) rotate(0.5deg)}50%{transform:translate(1px, 0px) rotate(0.5deg)}52%{transform:translate(0px, 0px) rotate(0.5deg)}54%{transform:translate(1px, 0px) rotate(0.5deg)}56%{transform:translate(1px, 0px) rotate(0.5deg)}58%{transform:translate(1px, 1px) rotate(0.5deg)}60%{transform:translate(1px, 1px) rotate(0.5deg)}62%{transform:translate(0px, 1px) rotate(0.5deg)}64%{transform:translate(1px, 0px) rotate(0.5deg)}66%{transform:translate(0px, 1px) rotate(0.5deg)}68%{transform:translate(0px, 1px) rotate(0.5deg)}70%{transform:translate(1px, 1px) rotate(0.5deg)}72%{transform:translate(1px, 0px) rotate(0.5deg)}74%{transform:translate(1px, 0px) rotate(0.5deg)}76%{transform:translate(1px, 1px) rotate(0.5deg)}78%{transform:translate(1px, 1px) rotate(0.5deg)}80%{transform:translate(1px, 1px) rotate(0.5deg)}82%{transform:translate(0px, 0px) rotate(0.5deg)}84%{transform:translate(0px, 0px) rotate(0.5deg)}86%{transform:translate(1px, 1px) rotate(0.5deg)}88%{transform:translate(1px, 1px) rotate(0.5deg)}90%{transform:translate(0px, 0px) rotate(0.5deg)}92%{transform:translate(1px, 0px) rotate(0.5deg)}94%{transform:translate(0px, 1px) rotate(0.5deg)}96%{transform:translate(1px, 0px) rotate(0.5deg)}98%{transform:translate(1px, 1px) rotate(0.5deg)}0%,100%{transform:translate(0, 0) rotate(0)}}.shake-little:hover,.shake-trigger:hover .shake-little,.shake-little.shake-freeze,.shake-little.shake-constant{animation:shake-little 100ms ease-in-out infinite}

.slider-button-des {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 0px;
}

.zamok-img {
    margin-top: -4px;
}
/* #SLIDER */

/* ITEMS */


.title-page {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000 !important;
    position: relative;
}

.titlePets {
    margin-bottom: 10px;
}

.title-page_red {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #C61E2A;
}

.item-description {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}

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

.swiper-wrapper {

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    min-width: 338px;
    min-height: 283px;

    position: relative;
}

.swiper-slide img {
    width: 320px; 
    height: 250px;
    position: relative;
}

.swiper-slide__content {
    position: absolute;
    width: 273px;
}

.swiper-slide__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.swiper-slide__b1 {
    width: 160px;
    height: 45px;
    background: #C61E2A;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.swiper-slide__b1:hover {
    background: #000;
    color: #fff;
}

.swiper-slide__b1:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.buttontext {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;

    margin-top: 20px;
    background: #C61E2A;
    border-radius: 10px;
    padding: 12px 20px;
    color: #fff;
    width: 265px;
    height: 48px;
    transition: .3s ease;
    box-shadow: 0 3px rgba(119, 25, 31, 0.8);
    margin-left: 10px;
}

.buttontext:hover {
    text-decoration: none;
    color: #fff;
    background: #77191F;
}

.buttontext2 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;

    margin-top: 20px;
    background: #C61E2A;
    border-radius: 10px;
    padding: 12px 20px;
    color: #fff;
    width: 265px;
    height: 48px;
    transition: .3s ease;
    box-shadow: 0 3px rgba(119, 25, 31, 0.8);
    margin-left: 10px;
}

.buttontext2:hover {
    text-decoration: none;
    color: #fff;
    background: #77191F;
}

.btext {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;
}

.gtext {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;
    height: 55px;
}

.yslygiButton {
    width: 200px;
    padding: 10px 10px;
    background: #C61E2A;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 auto;
    transition: .3s ease;
}

.yslygiButton:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.yslygiImg {
    margin: 0 auto;
    width: 313px;
    height: 120px;
}

.yslygiTxt {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
}

.swiper-slide__b2 {
    width: 130px;
    height: 35px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide__b2:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* ITEMS */
.flex-none {
    display: block !important;
}

.workHeader {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    width: 520px;
}

.workDescription {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    width: 520px;
}

.workText {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    padding: 40px;
    border: 2px dashed #FFFFFF;
    border-radius: 20px;
    width: 520px;
}

.workButton {
    padding: 15px 15px;
    background: #C61E2A;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: .3s ease;
    margin-top: 40px;
}

.workButton:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.workImg {
    width: 290px;
}

@media (min-width: 768px) and (max-width: 959px) { 
    .workHeader {
        text-align: center;
        margin: 0 auto;
    }

    .workDescription {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .workText {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .workButton {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 380px !important;
    }

    .workImg {
        margin: 0 auto;
        margin-top: 40px;
        width: 300px !important;
        flex: none !important;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) { 
    .workHeader {
        text-align: center;
        margin: 0 auto;
    }

    .workDescription {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .workText {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .workButton {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 380px !important;
    }

    .workImg {
        margin: 0 auto;
        margin-top: 40px;
        width: 300px !important;
        flex: none !important;
    }
}

@media (min-width: 481px) and (max-width: 575.98px) {
    .workHeader {
        text-align: center;
        margin: 0 auto;
        width: 400px;
    }

    .workDescription {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 400px;
    }

    .workText {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 400px;
    }

    .workButton {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 380px !important;
    }

    .workImg {
        margin: 0 auto;
        margin-top: 40px;
        width: 300px !important;
        flex: none !important;
    }
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .workHeader {
        text-align: center;
        margin: 0 auto;
        width: 360px;
    }

    .workDescription {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 360px;
    }

    .workText {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 360px;
    }

    .workButton {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 320px !important;
    }

    .workImg {
        margin: 0 auto;
        margin-top: 40px;
        width: 0px !important;
        flex: none !important;
    }
}

/* otziv */
.otzivImg {
    width: 450px;
    height: auto;
    margin: 0 auto;
}

.otziv-slider-width {
    width: 210px;
}

.text-phone {
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #000;
}

/* MAP */
.map-form {
    border: 4px solid #C61E2A;
    box-sizing: border-box;
}

.form-header {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
}

.map-policy {
    font-style: normal;
    font-weight: 300;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
}

.map-policy__link {
    font-style: normal;
    font-weight: 300;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #C61E2A;
}

.map-button {
    background-color: #C61E2A;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: center !important;
    letter-spacing: 0.1em !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 45px;
    border-radius: 10px !important;
}
/* MAP */

/* FOOTER */

@media (min-width: 481px) and (max-width: 575.98px) {
    .slider-button:after {
        display: none;
    }

    header .uk-grid-margin.uk-first-column {
        margin-top: 0px !important;
    }

    header .uk-grid-margin.uk-first-column:nth-child(2) {
        margin-top: 20px !important;
    }

    .slider-button {
        width: 367px;
        height: 55px;
        margin-top: 40px;
        margin-left: 30px;
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .slider-button:after {
        display: none;
    }

    header .uk-grid-margin.uk-first-column {
        margin-top: 0px !important;
    }

    header .uk-grid-margin.uk-first-column:nth-child(2) {
        margin-top: 20px !important;
    }

    .slider-button {
        width: 280px;
        height: 55px;
        margin-top: 40px;
        margin-left: 30px;
        font-size: 13px;
    }

    .slier-button-otp {
        position: absolute;
        right: 5px;
    }
    
    .slier-button-gaz {
        position: absolute;
        left: -50px;
        bottom: -8px;
    }

    .slider-button__text {
        margin-left: -10px;
    }

    footer .uk-flex.uk-flex-column {
        text-align: center!important;
    }

    .footer-contact-button {
        margin: 0 auto !important;
    }

    .header-logo {
        margin: 0 auto !important;
    }

    .footer-logo__text {
        margin: 0 auto !important;
    }
}


/* SLIDER */
.o-mySlides {display: none}

/* Slideshow container */
.o-slideshow-container {
  width: 100px;
  position: relative;
  margin: auto;
}

.o-slider-img {
    display: block;
    margin: 0 auto;
    width: 230px;
}

/* Next & previous buttons */
.o-prev, .o-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  color: white;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
  color: #000;

  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07), 0px 4px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Position the "next button" to the right */
.o-next {
  right: 0;
}

.o-prev:hover, .o-next:hover {
    color: #000;
    text-decoration: none;
}

/* Fading animation */
.o-fade {
  -webkit-animation-name: o-fade;
  -webkit-animation-duration: 1.5s;
  animation-name: o-fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes o-fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes o-fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (width: 169px) {
  .o-prev, .o-next,.o-text {font-size: 11px}
}

/*call  */
.call-button {
    width: 84px;
    height: 84px;
    background-color: #C61E2A;
    box-shadow:0 8px 10px rgba(56, 147, 94,0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    position: fixed;
    right: 8%;
    bottom: 15%;
    z-index:999;
    cursor:pointer;
    animation:hoverWave linear 1s infinite;
    padding: 6px;
}

.call-button::after {
  top: 12px;
  left: 12px;
  position: absolute;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDMwIDMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTMwLDE2LjAxMWMwLTQuMTc2LTQuMzkxLTcuNTYyLTkuODA3LTcuNTYyYy0wLjA5OCwwLTAuMTkzLDAuMDAxLTAuMjg5LDAuMDA0YzIuMTAyLDEuNjY4LDMuMzk2LDMuOTQ0LDMuMzk2LDYuNDU0ICAgIGMwLDMuNTY5LTIuNjE4LDYuNjY3LTYuNDU0LDguMjE0YzEuMDQ1LDAuMjkxLDIuMTcyLDAuNDUxLDMuMzQ4LDAuNDUxYzIuMjA3LDAsNC4yNDQtMC41NjIsNS44ODUtMS41MTJsMy41NTcsMS41MTJsLTEuMzg2LTMuMjQ4ICAgIEMyOS4zNTQsMTkuMTAyLDMwLDE3LjYxNSwzMCwxNi4wMTF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIiBmaWxsPSIjZmZmZmZmIi8+CgkJPHBhdGggZD0iTTE4LjgwMSw4Ljk5Yy0xLjk4OC0xLjU4MS00Ljc3My0yLjU2Mi03Ljg1NC0yLjU2MkM0LjkwMSw2LjQyOCwwLDEwLjIwNywwLDE0Ljg2OWMwLDEuNzksMC43MjQsMy40NSwxLjk1Nyw0LjgxNSAgICBMMC40MSwyMy4zMWwzLjk3LTEuNjg4YzEuODMsMS4wNjEsNC4xMDQsMS42ODgsNi41NjcsMS42ODhjMS44MjksMCwzLjU1Mi0wLjM0Niw1LjA2Ny0wLjk1N2MzLjQ5NS0xLjQwOSw1Ljg4MS00LjIzMSw1Ljg4MS03LjQ4MyAgICBDMjEuODk2LDEyLjU4MywyMC43MTYsMTAuNTA5LDE4LjgwMSw4Ljk5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiIgZmlsbD0iI2ZmZmZmZiIvPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4K);
}

.call-button2 {
    width: 84px;
    height: 84px;
    background-color: #C61E2A;
    box-shadow:0 8px 10px rgba(56, 147, 94,0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    position: fixed;
    right: 8%;
    bottom: 15%;
    z-index:999;
    cursor:pointer;
    animation:hoverWave linear 1s infinite;
    padding: 6px;
}

.call-button2::after {
  top: 12px;
  left: 12px;
  position: absolute;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDMwIDMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTMwLDE2LjAxMWMwLTQuMTc2LTQuMzkxLTcuNTYyLTkuODA3LTcuNTYyYy0wLjA5OCwwLTAuMTkzLDAuMDAxLTAuMjg5LDAuMDA0YzIuMTAyLDEuNjY4LDMuMzk2LDMuOTQ0LDMuMzk2LDYuNDU0ICAgIGMwLDMuNTY5LTIuNjE4LDYuNjY3LTYuNDU0LDguMjE0YzEuMDQ1LDAuMjkxLDIuMTcyLDAuNDUxLDMuMzQ4LDAuNDUxYzIuMjA3LDAsNC4yNDQtMC41NjIsNS44ODUtMS41MTJsMy41NTcsMS41MTJsLTEuMzg2LTMuMjQ4ICAgIEMyOS4zNTQsMTkuMTAyLDMwLDE3LjYxNSwzMCwxNi4wMTF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIiBmaWxsPSIjZmZmZmZmIi8+CgkJPHBhdGggZD0iTTE4LjgwMSw4Ljk5Yy0xLjk4OC0xLjU4MS00Ljc3My0yLjU2Mi03Ljg1NC0yLjU2MkM0LjkwMSw2LjQyOCwwLDEwLjIwNywwLDE0Ljg2OWMwLDEuNzksMC43MjQsMy40NSwxLjk1Nyw0LjgxNSAgICBMMC40MSwyMy4zMWwzLjk3LTEuNjg4YzEuODMsMS4wNjEsNC4xMDQsMS42ODgsNi41NjcsMS42ODhjMS44MjksMCwzLjU1Mi0wLjM0Niw1LjA2Ny0wLjk1N2MzLjQ5NS0xLjQwOSw1Ljg4MS00LjIzMSw1Ljg4MS03LjQ4MyAgICBDMjEuODk2LDEyLjU4MywyMC43MTYsMTAuNTA5LDE4LjgwMSw4Ljk5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiIgZmlsbD0iI2ZmZmZmZiIvPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4K);
}

@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(198,30,42,0.3),0 0 0 0 rgba(198,30,42,0.2),0 0 0 0 rgba(198,30,42,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(198,30,42,0.3),0 0 0 15px rgba(198,30,42,0.2),0 0 0 0 rgba(198,30,42,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(198,30,42,0.3),0 0 0 30px rgba(198,30,42,0),0 0 0 26.7px rgba(198,30,42,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(198,30,42,0.3),0 0 0 30px rgba(198,30,42,0),0 0 0 40px rgba(198,30,42,0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .call-button {
        bottom: 5%;
    }
}

/* sale */
#salemodal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

#salemodal .modal-content-close {
  display: flex;
  justify-content: flex-end;
  position: relative;
  //padding: 15px 0 15px 0;
}

#salemodal .close {
  color: #fff;
  top: 0;
  float: right;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  z-index: 101;
  right: 0;
}

#salemodal .close:hover,
#salemodal .close:focus {
  color: #81EA59;
  text-decoration: none;
  cursor: pointer;
}

#salemodal .sale-content {
  background-color: #fff;
    padding: 0 20px 0px 20px;
    width: 900px;
    min-height: 540px;
    position: relative;
    margin: auto;
  
    background-image: url("/img/s.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;

}

#salemodal .sale-img-background {
   position: absolute;
    background-color: rgba(black, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    //background-image: url("/img/s.png");               
    width: 100%;
    height: 100%;
    //background-repeat: no-repeat;
    //background-size: cover;
    //position: absolute;
    //margin: 70px 0 0 0;
    border-radius: 8px;
}

#salemodal .sale-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

#salemodal .sale-left {
  display: flex;
  flex-direction: column;
  width: 660px;
  z-index: 100;
  padding-top: 0px;
}

#salemodal .sale-text {
  width: 560px;
  margin-left: 20px;
  margin-top: 130px;
}

#salemodal .sale-text p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(0,0,0,.5);
  padding: 0 5px;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
}

#salemodal .sale-right {
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 240px;
}

#salemodal .sale-title {
  color: #F5E600;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}

#salemodal .sale-timer-title {
  color: #fff;
  margin: 0;
  font-size: 13px;
  padding: 0 5px;
  margin-top: 5px;
  text-align: center;
}

#salemodal .sale-timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5px;
}

#salemodal .sale-timer-box {
  width: 60px;
  height: 70px;
}

.sale-timer-fon {
  width: 60px;
  height: 50px;
  border-radius: 5px;
  background-color: #232933;
}

.slider-yellow {
    color: #F5E600;
}

#salemodal .sale-timer-fon p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  padding-top: 8px;
  margin: 0;
}

#salemodal .sale-timer-text {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin: 0;
}

#salemodal .sale-razdel span {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 0px;
  padding: 0 2px;
}

#salemodal {
  margin: 0 auto;
}

#salemodal input.contact-form__name {
  width: 230px;
  height: 35px;
  color: #848a90;
  font-size: 14px;
  border-style: none;
  background-color: #f5f6f6;
  border-radius: 5px;
  padding-left: 15px;
}

#salemodal  input.contact-form__call {
  width: 230px;
  height: 35px;
  color: #848a90;
  font-size: 13px;
  border-style: none;
  background-color: #f5f6f6;
  border-radius: 5px;
  padding-left: 15px;
}

#salemodal .form-box {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

#salemodal  .form-box input {
  margin: 5px;
}

#salemodal  input.contact-form__name::placeholder {
  color: #848a90;
  font-size: 13px;
}

#salemodal input.contact-form__call::placeholder {
  color: #848a90;
  font-size: 13px;
}

#call-form p.contact-form__policy {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

#salemodal p.contact-form__policy a {
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}

#salemodal .contact-form__button {
  background: linear-gradient(263deg, #eece13 1.28%, #b210ff 98.28%);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 230px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  border-style: none;
  border-radius: 5px;
  margin: 0 auto;
  margin: 10px 5px 0 5px;
  cursor: pointer;
}

#salemodal .sale-close {
  background-color: #232933;
  color: #fff;
  width: 230px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  border-style: none;
  margin-top: 5px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto;
  margin: 10px 5px 0 5px;
  cursor: pointer;
}

#salemodal .contact-form__button:hover {
  background: linear-gradient(263deg, #fdeb71 1.28%, #f8d800 98.28%);
  color: #000;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#salemodal .sale-close:hover  {
  background: linear-gradient(263deg, #fdeb71 1.28%, #f8d800 98.28%);
  color: #000;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/*==========  Media ==========*/
@media (min-width: 768px) and (max-width: 991.98px) { 
  #salemodal .sale-content {
    background-color: #fff;
    padding: 0 20px 0px 20px;
    border-radius: 5px;
    width: 768px;
    height: 500px;
    position: relative;
    margin: auto;
  }

  #salemodal .sale-left {
    display: flex;
    flex-direction: column;
    width: 528px;
    z-index: 100;
    padding-top: 0px;
  }

  #salemodal .sale-img-background {
    position: absolute;
    background-color: rgba(black, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;              
    width: 100%;
    height: 100%;
  }

  #salemodal .sale-text {
    width: 440px;
    margin-left: 20px;
  }

  #salemodal .sale-right {
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: 240px;
  }
}

.socialTextС {
    font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
letter-spacing: 0.05em;
color: #63666B;
margin:  0 auto;
}


.socialText {
    font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
letter-spacing: 0.05em;
text-decoration-line: underline;
color: #000000;
margin:  0 auto;
margin-top: 10px;
}

.socialImg {
    margin:  0 auto;
}

.socialLinkA:hover { 
    text-decoration: none;
}

/* CARD */
.uk-card-headerX {
    border-bottom: none !important;
}

.uk-card-footerX {
    border-top: none !important;
}

.uk-card-bodyX {
    padding: 0 40px !important;
}

.uk-card-bodyText {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #000000;
    height: 340px;
}

.uk-card-bodyTime {
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    /* identical to box height */
    letter-spacing: 0.05em !important;
    color: #000000 !important;
    padding-top: 5px;
}

.uk-card-bodyTitle {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 17px !important;
    /* identical to box height */
    letter-spacing: 0.05em !important;
    color: #000000 !important;
    padding-top: 20px;
}

.uk-card-defaultX {
    border-radius: 10px;
    cursor: pointer;
}

.uk-button-textX {
   font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    /* identical to box height */
    letter-spacing: 0.05em !important;
    color: #000000 !important; 
    border-bottom: 2px solid #C61E2A !important;
    margin-bottom: 10px !important;
}

.starX {
    color: #ffda44 !important;
}

.uk-card-bodyStar {
    padding: 0px 40px 20px 40px !important;
}

.main-map,.map-contact{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.main-map{
    width:100%;
    height:450px;
    margin:0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}

.footer-container,.map-contact{
    max-width:1200px;
    min-width:320px
}

.map-contact{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.map-contact img{
    position:absolute;
    z-index:1;
    width:358px;
    height:214px;
    right:0
}

@media (min-width:481px) and (max-width:767px){
    .map-contact img{position:absolute;
        z-index:1;
        width:179px;
        height:107px;
        right:0
    }
}

@media (min-width:320px) and (max-width:480px){
    .map-contact img{
        position:absolute;
        z-index:1;
        width:179px;
        height:107px;
        right:0
    }

    .uk-card-bodyText {
        height: 500px;
    }
}

@media (min-width:0px) and (max-width:319px){
    .map-contact img{
        position:absolute;
        z-index:1;
        width:179px;
        height:107px;
        right:0
    }
}

.insta {
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    position: relative;
}

.insta:hover {
    text-decoration: none;
    color: #000;
}

.instaImg {
    border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .fonSlider {
        background-image: url(img/slider2.png)
    }

    .map-button {
        height: 60px;
    }

    .small-top-mobile {
        margin-top: 10px;
    }
}

.uk-modal-page {
    overflow: visible !important;
}

.uk-lightbox-page {
    overflow: visible !important;
}

/* BUTTONS */
.sliderButton {
    display: block;
}

.sliderButton2 {
    display: none;
}

.call-button {
    display: block;
}

.call-button2 {
    display: none;
}

.buttontext {
    display: block;
}

.buttontext2 {
    display: none;
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .sliderButton {
        display: none;
    }

    .sliderButton2 {
        display: block;
    }

    .call-button {
        display: none;
    }

    .call-button2 {
        display: block;
    }

    .buttontext {
        display: none;
    }

    .buttontext2 {
        display: block;
    }
}

/* items */
.ItemsCard {
    border-radius: 10px;
    padding: 0px !important;
}

.ItemsCardLi {
    width: 310px !important;
    height: 220px !important;
    margin: 20px !important;
    position: relative;
    cursor: pointer;
}

.ItemsImg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ItemsCardTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #000000;
}

.ItemsCardText {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #000000;
    height: 90px;
    margin-top: 20px;
}

.ItemsCardButton {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #0086FF;
    border-radius: 5px;
    padding: 5px 10px;
    transition: .3s ease;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.ItemsCardButton:hover {
    background: #33334F !important;
    color: #fff !important;
}

.ItemsCardTitle {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}


.ItemsCardButton:hover {
    text-decoration: none;
    color: #fff;
}

.ItemsButtonL {
    background-color: #fff !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
    border-radius: 50% !important;
    color: #000 !important;
    position: absolute !important;
    left: -65px !important;
}

.ItemsButtonR {
    background-color: #fff !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
    border-radius: 50% !important;
    color: #000 !important;
    position: absolute !important;
    right: -65px !important;
}

@media (min-width: 320px) and (max-width: 960px) {
    .ItemsButtonL {
        background-color: #fff !important;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
        border-radius: 50% !important;
        color: #000 !important;
        position: absolute !important;
        left: -20px !important;
    }
    
    .ItemsButtonR {
        background-color: #fff !important;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
        border-radius: 50% !important;
        color: #000 !important;
        position: absolute !important;
        right: -20px !important;
    }
}

.ItemsCardLi {
    width: 360px !important;
    height: 220px !important;
    margin: 20px !important;
    position: relative;
    cursor: pointer;
}

@media (min-width: 320px) and (max-width: 480.98px) {
    .ItemsCardLi {
        width: 310px !important;
        height: 220px !important;
        margin: 10px !important;
        position: relative;
        cursor: pointer;
    }
}



