@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic");
.slick-slide, .slick-slide a {
  outline: none;
}

.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

button.mfp-close {
  right: 0 !important;
  top: 0 !important;
}

.mfp-bottom-bar {
  display: none !important;
}

a, button {
  transition: all  0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

input, textarea {
  outline: none;
  box-shadow: none !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

b, strong {
  font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

body {
  min-width: 320px;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background: #fff;
}

.header {
  color: #fff;
  background: #000;
}

.header__town {
  margin: 0 0 0 38px;
  font-size: 14px;
  font-weight: 300;
}

.header__title {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.header__contacts {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.header__contacts > * {
  font-size: 1.3em;
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.s1 {
  position: relative;
  padding: 74px 0 129px;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
  background-size: cover !important;
}

.s1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, black 100%);
}

.s1 > * {
  position: relative;
}

.s1__main {
  margin: 0 auto;
  max-width: 800px;
}

.s1__text-1 {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.s1__text-2 {
  margin: 0 0 49px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.s1__btn {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #fff !important;
  background: rgba(255, 0, 0, 0.5);
}

.s1__btn:hover {
  background: #e60000;
}

.s1__btn_success {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #fff !important;
  background: rgb(40, 167, 69);
}

.s1__btn_success:hover {
  background: #e60000;
}

.s1__items {
  margin: 106px auto 0;
}

.s1-item {
  margin: 0 auto;
  max-width: 320px;
}

.s1-item__icon {
  margin: 0 auto 10px;
  width: 50px;
}

.s1-item__text {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.s2 {
  padding: 80px 0;
  background: #F4F4F4;
  max-height: 300px;
}

.s2-slider {
  margin: 0 auto;
  max-width: 782px;
}

.owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}

.owl-dot {
    margin: 0 8px 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
}

.owl-dots .owl-dot.active {
  background: #ccc;
}


.s2-slide__text {
  margin: 0;
  min-height: 2.4em;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #464646;
}
/*
*
* Owl Carousel
*/
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: 400 46px/50px 'FontAwesome';
    color: #aeb1be;
    border: none;
    background: rgba(0,0,0,0);
}

.owl-prev:hover,
.owl-next:hover {
    color: #109DF7;
}

.owl-prev {
    left: 0;
}

.owl-prev::before {
    content: '\f104';
}

.owl-next {
    right: 0;
}

.owl-next::before {
    content: '\f105';
}

/*
 * Owl Pagination
 */
.owl-dots {
    margin-top: 10px;
}

.owl-dots.disabled {
    display: none !important;
}

@media (min-width: 576px) {
    .owl-dots {
        margin-top: 25px;
    }
}

button.owl-dot {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

button.owl-dot::-moz-focus-inner {
    border: none;
    padding: 0;
}

.owl-dot {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 14px;
    margin-right: 14px;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.owl-dot::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transform: scale3d(0.56, 0.56, 0.56);
    background: #e8e9ee;
    border-radius: inherit;
    transition: .2s;
}

.owl-dot:only-child {
    display: none;
}

* + .owl-carousel {
    margin-top: 30px;
}

.owl-carousel-1 {
    text-align: center;
}

.owl-carousel-1 .owl-stage {
    position: relative;
    display: flex;
    align-items: center;
}

.owl-carousel-centered-pagination .owl-dots {
    text-align: center;
}

.owl-carousel-indigo {
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

.owl-carousel-indigo, .owl-carousel-indigo * {
    backface-visibility: hidden;
}

.owl-carousel-indigo .owl-stage-outer {
    padding: 23px;
    margin: -23px;
}

.owl-carousel-indigo .owl-item.active {
    pointer-events: auto;
}

.owl-carousel-indigo .owl-dots {
    pointer-events: auto;
}

.owl-carousel-indigo * + .owl-dots {
    margin-top: 25px;
}

@media (max-width: 575.98px) {
    .owl-carousel-indigo .owl-dot {
        width: 11px;
        height: 11px;
        margin: 0 6px;
    }
}

@media (min-width: 768px) {
    .owl-carousel-indigo {
        padding: 0 0;
    }
    .owl-carousel-indigo * + .owl-dots {
        margin-top: 60px;
    }
}

.owl-carousel-dots-space .owl-dots {
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .owl-style-1 .owl-dots {
        margin-top: 65px;
    }
}


.s3 {
  position: relative;
  padding: 105px 0 133px;
  background-size: cover !important;
}

.s3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
}

.s3 > * {
  position: relative;
}

.s3-tabs {
  margin: 0 auto;
  max-width: 1005px;
}

.s3-tabs-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.6);
}

.s3-tabs-links li {
  margin: 0 9px 0 0;
}

.s3-tabs-links li:last-child {
  margin: 0;
}

.s3-tabs-links li.active a {
  color: #000;
}

.s3-tabs-links li.active a:before {
  background: #fff;
  height: 100%;
}

.s3-tabs-links li.active a > * {
  position: relative;
}

.s3-tabs-links a {
  position: relative;
  display: inline-block;
  padding: 5.5px 18px;
  font-size: 18px;
  font-weight: 700;
}

.s3-tabs-links a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(128, 128, 128, 0.3);
  transition: all 0.3s;
}

.s3-tabs-links a:hover {
  color: #fff;
}

.s3-tabs-links a:hover:before {
  background: #fff;
}

.s3-services {
  padding: 0 5px;
}

.s3-services__top {
  position: relative;
  width: 125px;
}

.s3-services__num {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
}

.s3-services__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.s3-services__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  opacity: 0.8;
  cursor: pointer;
}

.s3-services__arrow:hover {
  opacity: 1;
}

.s3-slider {
  margin: 19px 0 0 16px;
  max-width: 860px;
}

.s3-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.s3-slide > *:nth-child(1) {
  padding: 36px 0 0 0;
  width: 488px;
}

.s3-slide > *:nth-child(2) {
  text-align: right;
  width: calc(100% - 488px);
}
#s3_tab_1 .owl-prev {
    left: -65px;
}

#s3_tab_1 .owl-next {
    right: -65px;
}

.s3-slide__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.s3-slide__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.s3-slide__img {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.s3-slide__img img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.s3-examples {
  margin-top: 55px;
}

.s3-example {
  margin: 0 auto 29px;
  text-align: center;
  color: #fff;
}


.s3-example__img {
  display: block;
  margin: 0 auto 8px;
  width: 150px;
  height: 150px;
  border-radius: 9%;
}

.s3-example__img img {
    display: block;
    margin: 0 auto 8px;
    height: 150px;
    border-radius: 9%;
}

.s3-example__text {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 300;
}

.s3-example__more {
  display: inline-block;
  padding: 5px;
  font-size: 10px;
  font-weight: 300;
  opacity: 0.8;
}

.s3-example__more > * {
  margin: 0 4px 0 0;
  font-size: 1.3em;
  vertical-align: middle;
}

.s3-example__more:hover {
  opacity: 1;
}

.s3-pricetext {
  margin: 0 auto;
  max-width: 600px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.s4 {
  padding: 100px 0 65px;
  background: #F2F2F2;
}

.s4-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 28px;
}

.s4-top > *:nth-child(1) {
  width: 481px;
}

.s4-top > *:nth-child(2) {
  width: calc(100% - 481px);
}

.s4__img {
  width: 431px;
  max-width: 100%;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 11px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
  text-align: center;
}

.s4__img img {
  width: 100%;
}

.s4-tabs {
  padding: 46px 0 0 0;
}

.s4-tabs-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.s4-tabs-links li {
  margin: 0 9px 0 0;
}

.s4-tabs-links li:last-child {
  margin: 0;
}

.s4-tabs-links li.active a:before {
  height: 100%;
  background: #e6e6e6;
}

.s4-tabs-links a {
  position: relative;
  display: block;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #626262;
}

.s4-tabs-links a > * {
  position: relative;
}

.s4-tabs-links a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgba(128, 128, 128, 0.3);
  transition: all 0.3s;
}

.s4-tab__text {
  font-size: 18px;
  font-weight: 300;
}

.s4-tab__text > * {
  margin: 0 0 10px;
}

.s4-slider {
  margin: 152px auto 0;
  max-width: 1020px;
}
.s4-slider > div{
    margin-bottom: 15px;
}
.s4-slide{
    margin-right: 20px;
}

.s4-slider .owl-prev {
    left: -30px;
}

.s4-slider .owl-next{
    right: -30px;
}

.s4-slide__img {
    height: 150px;
    display: block;
}
.s4-slide__img img {
    border-radius: 9%;
    max-width: none;
    min-width: auto;
    min-height: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s4-tabs2 {
  margin: 157px auto 0;
}

.s4-tabs2-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s4-tabs2-links li {
  margin: 0 9px 0 0;
}

.s4-tabs2-links li.active a {
  color: #ee1d24;
}

.s4-tabs2-links li.active a:before {
  height: 100%;
  background: #e6e6e6;
}

.s4-tabs2-links li:last-child {
  margin: 0;
}

.s4-tabs2-links a {
  position: relative;
  display: block;
  padding: 3.5px 14px;
  font-size: 18px;
  font-weight: 700;
  color: #626262;
}

.s4-tabs2-links a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgba(128, 128, 128, 0.3);
}

.s4-tabs2-links a > * {
  position: relative;
}

.s4-items {
  margin: 50px auto 0;
  max-width: 456px;
}

.s4-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
}

.s4-item > *:nth-child(1) {
  width: 85px;
}

.s4-item > *:nth-child(2) {
  width: calc(100% - 85px);
}

.s4-item__icon img {
  fill: red;
}

.s4-item__text {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.s4-faq {
  max-width: 681px;
  margin: 40px auto 0;
  text-align: left;
}

.s4-faq-item {
  margin: 0 0 19px;
  border-radius: 5px;
  background: #fff;
}

.s4-faq-item:last-child {
  margin: 0;
}

.s4-faq-item-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 25px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.s4-faq-item-head > *:nth-child(1) {
  width: calc(100% - 20px);
}

.s4-faq-item-head > *:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 20px;
}

.s4-faq-item-body {
  display: none;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #333333;
}

.s4-faq-item-body > * {
  margin: 0 0 10px;
}

.s4-faq-item-body > *:last-child {
  margin: 0;
}

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

.s4-faq__btn {
  display: inline-block;
  margin: 30px auto 0;
  padding: 8px 24px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #000 !important;
  background: #e8e8e8;
}

.s4-faq__btn:hover {
  background: #d1d1d1;
}

.s5 {
  position: relative;
  padding: 123px 0 103px;
  color: #fff;
  background-attachment: fixed;
  background-size: cover !important;
}

.s5 > * {
  position: relative;
}

.s5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.4) 100%);
}

.s5-items {
  max-width: 1070px;
  margin: 0 auto;
}

.s5-item {
  position: relative;
  margin: 0 -15px;
  padding: 0 0 0 53px;
}

.s5-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 53px;
  background-size: 100% 100%;
}

.s5-item_1:before {
  background: url(../images/s5-row_1.png) no-repeat center center;
}
.s5-item_2:before {
  background: url(../images/s5-row_2.png) no-repeat center center;
}
.s5-item_3:before {
  background: url(../images/s5-row_3.png) no-repeat center center;
}

.s5-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #d7d7d7;
}

.s5-item__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.s5-main {
  margin: 169px auto 0;
  max-width: 770px;
  text-align: center;
}

.s5-main__icon {
  margin: 0 auto 15px;
  width: 120px;
}

.s5-main__title {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 28px;
  font-weight: 700;
}

.s5-main__text {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}

.s5-main__btn {
  display: inline-block;
  margin: 59px auto 0;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  background: rgba(255, 0, 0, 0.5);
}

.s5-main__btn:hover {
  background: #e60000;
}

.footer {
  background: #030303;
}

.footer__wrap {
  max-width: 1638px;
  margin: 0 auto;
}

.footer__top {
  padding: 69px 0 21px;
  border-bottom: 2px solid #262626;
}

.footer__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  color: #d7d7d7;
}

.footer__call {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #979797;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #979797;
}

.footer__call:hover {
  border-color: #fff;
  color: #fff;
}

.footer__bottom {
  padding: 33px 51px 20px 0;
}

.footer__copyright {
  margin: 0;
  font-size: 14px;
  text-align: right;
  color: #353535;
}

.footer__copyright a:hover {
  color: #fff;
}

.top-btn {
  position: fixed;
  z-index: 9999;
  left: 6%;
  bottom: 15px;
  display: none;
  width: 35px;
  height: 34px;
  border-radius: 50%;
  color: white;
  background: red;
  opacity: .5;
}

.top-btn:hover {
  opacity: 1;
}

.top-btn > * {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translate(-50%) scaleY(1.7);
  transform: translate(-50%) scaleY(1.7);
  line-height: 0;
}

.top-btn > *:before {
  line-height: 0;
}

/* popup */

.popups {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 598px;
  padding: 0 0 40px 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.popup-title {
  margin: 0;
  padding: 13px 30px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
}

.popup form {
  margin: 63px auto 10px;
  max-width: 498px;
  text-align: center;
}

.popup form > * {
  margin: 0 0 16px;
}

.popup form > *:nth-child(1) {
  margin: 0 0 29px;
}

.popup form > *:last-child {
  margin: 0;
}

.popup form input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  border: 0;
  text-align: left;
  color: #333333;
  border-bottom: 2px solid rgba(224, 224, 224, 0.5);
  font-size: 14px;
}

.popup form input:focus {
  border-color: red;
}

.popup form button[type="submit"] {
  margin: 0 auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  color: white !important;
  background: red;
}

.popup form button[type="submit"]:hover {
  background: #e60000;
}

.popup .popup_info {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  text-align: center;
}

.popup .popup_info a {
  border-bottom: 1px dashed #000;
}

.popup .popup_info a:hover {
  border-bottom-color: transparent;
}


/* END popup */

/* popup-1  */

.popup-1 {
    max-width: 250px;
    text-align: center;
}
.popup-1__list {
    margin-bottom: 40px;
    padding: 28px 0 0 0;
    list-style: none;
    font-size: 18px;
    font-weight: 300;
}
.popup-1__list > li{
    margin: 0 0 16px;
}
.popup-1_btn {

}
/* END popup */

.popup-4 {
  padding: 1px 10px 18px;
  text-align: center;
  width: 600px;
}

.popup-4__mark {
  position: relative;
  margin: 36px auto 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #f27474;
}

.popup-4__mark:before, .popup-4__mark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45px;
  height: 4px;
  background: #f27474;
}

.popup-4__mark:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-4__mark:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-4__title {
  margin: 25px 0 26px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: #575757;
}

.popup-4__text {
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
}

.popup-4__btn {
  display: inline-block;
  margin: 0 auto 0;
  padding: 10px 32px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #fff !important;
  background: #aedef4;
}

.popup-4__btn:hover {
  background: lightblue;
}

.popup-5 {
  padding: 1px 10px 18px;
  text-align: center;
  width: 600px;
}

.popup-5__mark {
  margin: 30px auto 0;
}

.popup-5__title {
  margin: 18px 0 55px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.333;
  color: #575757;
}

.popup-6 {
  padding: 0 0 0;
  width: 398px;
}

.popup-6__form {
  padding: 18px 20px 14px;
}

.popup-6__form > * {
  margin: 0 0 10px;
}

.popup-6__form input, .popup-6__form textarea, .popup-6__form button[type="submit"] {
  display: block;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}

.popup-6__form input {
  height: 34px;
}

.popup-6__form textarea {
  min-height: 60px;
}

.popup-6__form button[type="submit"] {
  padding: 8px 0;
  border: 1px solid #bababa;
  border-radius: 5px;
  font-size: 18px;
  background: #dddddd;
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
}

.popup-6__form button[type="submit"]:hover {
  background: #d1d1d1;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

@media (max-width: 1220px) {
  .header__title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .s3-slide > *:nth-child(1) {
    width: 100%;
  }
  .s3-slide > *:nth-child(2) {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    text-align: center;
  }
  .s3-slide__title {
    text-align: center;
  }
  .s4-top > *:nth-child(1) {
    text-align: center;
    width: 100%;
  }
  .s4-top > *:nth-child(2) {
    width: 100%;
  }
  .s4__img {
    margin: 0 auto;
  }
  .header__town {
    margin: 0;
  }
  .header__title {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header__title {
    padding: 10px 0;
  }
  .s1__text-1 {
    font-size: 24px;
  }
  .s1-item {
    margin: 0 -10px;
  }
  .s1-item__text {
    font-size: 18px;
    letter-spacing: normal;
  }
  .s2-slide__text {
    font-size: 20px;
  }
  .s4-slide__img {
    margin-bottom: 30px;
  }
  .s5-item {
    margin: 0 0 30px;
  }
  .s5-main {
    margin: 60px auto 0;
  }
  .footer__top {
    padding: 30px 0 20px;
  }
  .footer__title {
    margin: 0 0 20px;
  }
  .s2 {
    padding: 40px 0 40px;
  }
}

@media (max-width: 575px) {
  .header_block_1 {
    order: 2;
  }
  .header_block_2 {
    order: 1;
    max-width: 100%;
    text-align: center;
    flex: none;
  }
  .header_block_3 {
    order: 3;
    max-width: 100%;
    text-align: center;
    flex: none;
    justify-content: center !important;
  }

  .s1 {
    padding: 40px 0 50px;
  }
  .s1__text-1 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .s1__text-2 {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .s1__items {
    margin: 40px auto 0;
  }
  .s1-item {
    margin: 0 auto 20px;
  }
  .s1-item__text {
    font-size: 16px;
  }
  .s2-slider .slick-dots {
    margin: 0;
  }
  .s2-slide__text {
    font-size: 18px;
  }
  .s3 {
    padding: 40px 0 40px;
  }
  .s3-tabs-links a {
    padding: 5px 10px;
    font-size: 16px;
  }
  .s3-services__top {
    margin: 0 auto;
  }
  .s3-tabs-links {
    margin: 0 0 25px;
  }
  .s3-slide > *:nth-child(1) {
    padding: 10px 0 0 0;
  }
  .s3-slide__title {
    font-size: 22px;
  }
  .s3-slide__text {
    font-size: 16px;
    text-align: center;
  }
  .s3-example__img {
    width: 130px;
    height: 130px;
  }
  .s3-pricetext {
    font-size: 16px;
  }
  .s3-slide__img {
    width: 200px;
    height: 200px;
  }
  .s4 {
    padding: 40px 0 40px;
  }
  .s4-tabs {
    padding: 30px 0 0 0;
  }
  .s4-tab__text {
    font-size: 16px;
  }
  .s4-slider {
    margin: 50px auto 0;
  }
  .s4-slide__img {
    width: 130px;
    height: 130px;
  }
  .s4-tabs2 {
    margin: 40px auto 0;
  }
  .s4-tabs2-links a {
    padding: 5px;
    font-size: 16px;
  }
  .s4-tabs2-links {
    margin: 0 -15px;
  }
  .s4-item__text {
    padding: 0;
    font-size: 16px;
  }
  .s4-item {
    margin: 0 0 20px;
  }
  .s4-faq-item-head {
    padding: 10px;
  }
  .s4-faq-item-body {
    padding: 10px;
    font-size: 14px;
  }
  .s5 {
    padding: 40px 0 40px;
  }
  .s5-item__title {
    font-size: 16px;
  }
  .s5-item__text {
    font-size: 14px;
  }
  .s5-main {
    margin: 20px auto 0;
  }
  .s5-main__title {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .s5-main__text {
    font-size: 16px;
  }
  .s5-main__btn {
    margin: 20px auto 0;
  }
  .popup-2__form, .popup-2__text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .popup-2__form {
    margin-top: 30px;
  }
  .popup-2 {
    padding: 0 0 20px 0;
  }
  .popup-title {
    padding: 10px;
    font-size: 16px;
  }
  .popup-4__mark, .popup-5__mark {
    margin: 20px auto 0;
  }
  .popup-4__title, .popup-5__title {
    margin: 20px 0 20px;
    font-size: 20px;
  }

    .owl-nav {
        display: none;
    }
}

.admin_show {
  color: red;
  margin-top: 15px;
  display: block;
  cursor: pointer;
}

.footer_first_login {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 10px;
  padding: 5px 20px;
  z-index: 11111;
}
.mfp-wrap {
    height: 100% !important;
}
/*# sourceMappingURL=styles.css.map */
