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;
}

*, *: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%;
}

/* #HEADER */
.header-logo {
    width: 176px;
    height: 53px;
}

@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: #E8522F;
    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: #EB6849;
}

.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: #E8522F;
}
/* #HEADER */
.menu-header {
    background: #EB6849;
    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: #EB6849;
    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;
}

@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;
    }
}

/* #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: #E8522F;
}

.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, #E8522F 0%, #FF6E26 100%);
    box-shadow: 0px 10px 30px rgba(232, 82, 47, 0.69);
    box-shadow: 0 4px rgba(232, 83, 48, 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 {
    margin: 0 auto;
    margin-top: 40px;
    background-color: #e8522f;

    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;
}

@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: -40px;
    bottom: 0px;
}

.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: #666666;
    position: relative;
}

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

.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: #E8522F;
    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;
}

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

.yslygiButton {
    width: 200px;
    padding: 10px 10px;
    background: #E8522F;
    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: #E8522F;
    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 #E8522F;
    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: #E8522F;
}

.map-button {
    background-color: #E8522F;
    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: 40px;
}
/* MAP */

/* FOOTER */
.footer-logo__text {
    width: 185px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    line-height: 140%;
}

.footer-doc {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-policy {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.footer-contact__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.footer-phone {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.footer-contact-button {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;

    width: 175px;
    height: 35px;
    border: 2px solid #E8522F;
    box-sizing: border-box;
    border-radius: 20px;

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

/* 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: 60px;
    }

    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}
}