

/* Start:/local/templates/zaezd/css/reset.css?1770553548651*/
body *,*::before,*::after{box-sizing:border-box;line-height:inherit}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{list-style-type:none; margin: 0; padding: 0;}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a{text-decoration-skip-ink:auto;color:inherit}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
/* End */


/* Start:/local/templates/zaezd/css/fonts.css?17705535482812*/
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/zaezd/css/../fonts/montserrat/regular.eot');
  src: url('/local/templates/zaezd/css/../fonts/montserrat/regular.eot?#iefix') format('embedded-opentype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/regular.woff2') format('woff2'),
      url('/local/templates/zaezd/css/../fonts/montserrat/regular.woff') format('woff'),
      url('/local/templates/zaezd/css/../fonts/montserrat/regular.ttf') format('truetype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/regular.svg#regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/zaezd/css/../fonts/montserrat/medium.eot');
  src: url('/local/templates/zaezd/css/../fonts/montserrat/medium.eot?#iefix') format('embedded-opentype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/medium.woff2') format('woff2'),
      url('/local/templates/zaezd/css/../fonts/montserrat/medium.woff') format('woff'),
      url('/local/templates/zaezd/css/../fonts/montserrat/medium.ttf') format('truetype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/medium.svg#medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/zaezd/css/../fonts/montserrat/semi_bold.eot');
  src: url('/local/templates/zaezd/css/../fonts/montserrat/semi_bold.eot?#iefix') format('embedded-opentype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/semi_bold.woff2') format('woff2'),
      url('/local/templates/zaezd/css/../fonts/montserrat/semi_bold.woff') format('woff'),
      url('/local/templates/zaezd/css/../fonts/montserrat/semi_bold.ttf') format('truetype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/semi_bold.svg#semi_bold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/zaezd/css/../fonts/montserrat/bold.eot');
  src: url('/local/templates/zaezd/css/../fonts/montserrat/bold.eot?#iefix') format('embedded-opentype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/bold.woff2') format('woff2'),
      url('/local/templates/zaezd/css/../fonts/montserrat/bold.woff') format('woff'),
      url('/local/templates/zaezd/css/../fonts/montserrat/bold.ttf') format('truetype'),
      url('/local/templates/zaezd/css/../fonts/montserrat/bold.svg#bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/local/templates/zaezd/css/../fonts/awesome/fa-regular-400.woff2") format("woff2"), 
      url("/local/templates/zaezd/css/../fonts/awesome/fa-regular-400.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Font Awesome Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/local/templates/zaezd/css/../fonts/awesome/fa-solid-900.woff2") format("woff2"), 
      url("/local/templates/zaezd/css/../fonts/awesome/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Font Awesome Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/local/templates/zaezd/css/../fonts/awesome/fa-brands-400.woff2") format("woff2"), 
      url("/local/templates/zaezd/css/../fonts/awesome/fa-brands-400.ttf") format("truetype"); 
}
/* End */


/* Start:/local/templates/zaezd/css/slick.css?17705535483387*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: stretch;

    /* display: block;
    margin-left: auto;
    margin-right: auto; */
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    /* float: left; */

    /* height: 100%; */
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Custom */
.works .slider .prev, .works .slider .next{cursor: pointer; font-size: 30px; color: #fff; border: 0; background-color: transparent; background-size: 100% auto; position: absolute; top: calc(50% - 20px); z-index: 10; overflow: hidden; opacity: 0.7; transition: opacity 0.2s ease;}
.works .slider .prev:hover, .works .slider .next:hover{opacity: 1;}

.works .slider .prev{left: 20px;}
.works .slider .next{right: 20px;}


.slick-dots{padding: 0; width: 100%; display: flex; align-items: center; justify-content: center; position: absolute;}
.slick-dots li{font-size: 0; line-height: 100%; padding: 2px; border: 1px solid transparent; margin: 0; list-style-type: none;}
.slick-dots li:not(:last-child){margin-right: 10px;}

.slick-dots li.slick-active{border-radius: 50%;}
.slick-dots li:not(.slick-active) button{opacity: 0.6;}
.slick-dots li button{cursor: pointer; margin: 0; padding: 0; width: 8px; height: 8px; border: 0; border-radius: 50%; text-indent: -999px; overflow: hidden;}

.works .slick-dots{bottom: 15px;}
.works .slick-dots li.slick-active{border: 1px solid #fff;}
.works .slick-dots li button{background-color: #fff;}

.reviews .slick-dots{bottom: -55px;}
.reviews .slick-dots li.slick-active{border: 1px solid #ff9c64;}
.reviews .slick-dots li.slick-active button{background-color: #ff9c64;}
.reviews .slick-dots li:not(.slick-active) button{background-color: var(--colorSecondary);}



@media (max-width: 1440px) {

}


@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}


@media (max-width: 576px) {

}
/* End */


/* Start:/local/templates/zaezd/css/magnific-popup.css?17705535488320*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* padding: 0 8px; */
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
  

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

/* .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; } */

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 15px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: Times, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

  @media (max-width: 576px){
    .mfp-close-btn-in .mfp-close {
      color: #000; }
  }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  /* right: -6px; */
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  /* .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }*/ } 

/* Отдаление */

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }
/* End */


/* Start:/local/templates/zaezd/css/main.css?177055354815619*/
/* Vars */
:root{
  --colorPrimary: #2c3440;
  --colorSecondary: #35455c;
  --colorIcons: #ff9c64;

  --backgroundPrimary: #ffc23c;
  --backgroundSecondary: #e2a826;
  --backgroundPrimaryHover: #ffcb59;
  --backgroundSection: #f2f6fc;
  --backgroundLight: #fafafa;

}

/* Animations */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(168,32,24,1)
  }
  70% {
    box-shadow: 0 0 0 20px rgba(168,32,24,0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(168,32,24,0)
  }
}

@keyframes slideme {
  0% {
      left: -30px;
      margin-left: 0
  }
  30% {
      left: 110%;
      margin-left: 80px
  }
  100% {
      left: 110%;
      margin-left: 80px
  }
}

/* General */
body{font-family: 'Montserrat', sans-serif; font-size: 16px; color: var(--colorPrimary); min-width: 375px; display: flex; flex-direction: column; overflow-x: hidden;}
.container{max-width: 1280px; padding: 0 40px; margin: 0 auto;}
.sctn-mrg{margin-top: 80px;}
a:hover{text-decoration: none;}
img{max-width: 100%; max-height: 100%;}
h1,h2,h3{font-weight: 700;}
b,strong{font-weight: 700;}
section h2{font-size: 40px; color: var(--colorSecondary); line-height: 120%;}
section:not(.about) h2{text-align: center;}

.btn{cursor: pointer; font-size: 14px; color: var(--colorPrimary); text-decoration: none; text-transform: uppercase; text-align: center; line-height: 300%; font-weight: 700; padding: 0 35px; background-color: var(--backgroundPrimary); border: 0; border-radius: 20px; transition: all .2s; user-select: none; display: inline-block; position: relative; overflow: hidden;}
.btn:hover{color: #000; background-color: var(--backgroundPrimaryHover);}
.btn::after{content: ""; margin-left: -30px; width: 30px; height: 300px; background: #fff; opacity: 0.2; animation-delay: 50ms; position: absolute; left: -40px; top: -100px; transition: all .1s; animation-name: slideme; animation-duration: 5s; animation-iteration-count: infinite; transform: rotate(45deg)}


/* Header */
.header .top-line{padding: 25px 0; display: flex; align-items: center;}
.header .icon-menu{display: none;}

.header .logo{color: var(--colorSecondary); text-decoration: none; line-height: 100%; display: flex; align-items: center;}
.header .logo::before{content: '\f018'; font-family: 'Font Awesome Solid'; font-size: 40px; color: var(--backgroundPrimary); line-height: 0;}
.header .logo .sitename{font-size: 19px; font-weight: 700; margin-top: -2px; margin-left: 15px;}

.header .slogan{font-size: 13px; line-height: 130%; padding-left: 30px; margin-left: 30px; border-left: 1px solid #ccc;}

.header .phone{color: var(--colorSecondary); line-height: 100%; margin-left: 90px; position: relative; overflow: hidden; flex-shrink: 0;}
.header .phone .num{font-weight: 700; font-size: 21px;}
.header .phone .row{font-size: 13px; line-height: 100%; margin-top: 7px; display: flex; align-items: center;}
.header .phone .row .status{font-size: 11px; font-weight: 500; color: #fff; padding: 1px 7px 4px; margin-right: 7px; background-color: #55cd6c; border-radius: 3px;}
.header .phone .row .timetable{line-height: 0;}
.header .phone .row .timetable span::before{content: '\f111'; font-family: 'Font Awesome Solid'; font-size: 7px; color: rgba(0,0,0,0.4); line-height: 0; margin: 0 5px; display: inline-block; vertical-align: 1px;}

.header .btn-container{display: flex; flex-grow: 1; justify-content: flex-end; flex-shrink: 0;}


/* Menu */
.nav{background-color: var(--backgroundSection);}

.menu{font-size: 15px; font-weight: 600; line-height: 100%; display: flex;}
.menu li{position: relative;}
.menu li .fake-link{width: 210px; background-color: rgba(0,0,0,0.07);}
.menu li a, .menu li .fake-link{cursor: pointer; color: var(--colorSecondary); text-decoration: none; padding: 20px 40px; display: block; transition: all .2s;}

.menu li .fake-link{line-height: 100%; white-space: nowrap; display: flex; align-items: center; justify-content: center;}
.menu li .fake-link::before{content: '\f0c9'; font-family: 'Font Awesome Solid'; line-height: 100%; margin: -1px 7px -1px 0;}

.menu .drop-menu{display: none; opacity: 0; width: 100%; padding: 0; background-color: #fff; list-style-type: none; position: absolute; top: 100%; left: 0; z-index: 20;}
.menu .drop-menu a{line-height: 100%; padding: 13px 40px 15px;}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .menu > li:hover > a, .menu > li:hover .fake-link{background-color: var(--backgroundPrimary);}
  .menu .drop-menu li:hover{background-color: rgba(0,0,0,0.07);}
  .menu > li:hover .drop-menu{display: block; opacity: 1;}
}


/* Cover */
.cover{padding: 60px 0 90px; background: url('/local/templates/zaezd/css/../img/header.jpg') bottom/cover no-repeat; position: relative;}
.cover::after{content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); position: absolute; top: 0; left: 0;}
.cover .cover-container{color: #fff; max-width: 600px; position: relative; z-index: 10;}

.cover h1{font-size: 60px; line-height: 120%;}

.cover ul{margin: 60px 0 50px 33px;}
.cover ul li{font-size: 19px; margin-top: 5px; position: relative;}
.cover ul li::after{content: ''; width: 15px; height: 1px; background-color: rgba(255,255,255,0.5); position: absolute; top: 14px; left: -28px;}

.cover .btn{line-height: 350%; border-bottom: 5px solid var(--backgroundSecondary);}

/* Main */
.main{flex-grow: 1;}

/* Text */
.text-block h2{margin-bottom: 40px;}
.text-block p, .text-block h3, .text-block ol, .text-block ul{margin-top: 20px;}
.text-block h3{font-size: inherit;}

.text-block ol, .text-block ul{margin-left: 30px;}
.text-block ul li{list-style-type: disc;}
.text-block ol{list-style-type: decimal;}
.text-block li:not(:last-child){margin-bottom: 5px;}

/* Contacts */
.contacts{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.contacts .items{display: flex; justify-content: space-between;}

.contacts .item .name{font-size: 16px; font-weight: 700; color: var(--colorSecondary); margin-bottom: 5px;}
.contacts .item .name::before{font-family: 'Font Awesome Solid'; font-size: 13px; line-height: 100%; margin-right: 7px; display: inline-block; vertical-align: 1px;}
.contacts .item .tel{font-weight: 700; margin-bottom: 5px;}

.contacts .item .name.phone::before{content: '\f095';}
.contacts .item .name.work-time::before{content: '\f017';}
.contacts .item .name.mail::before{content: '\f0e0';}
.contacts .item .name.addr::before{content: '\f3c5';}

/* Error */
.page-error{margin-top: 80px;}
.page-error .notice{text-align: center; padding: 70px 0 60px; border: 1px solid var(--backgroundSection); border-radius: 15px;}
.page-error .notice::before{content: '\f071'; font-family: 'Font Awesome Solid'; font-size: 60px; color: #cb3c3c; line-height: 100%; display: inline-block;}
.page-error .notice p, .page-error .notice h1{margin-top: 10px;}

/* Footer */
.footer{padding: 40px 0; margin-top: 80px; background-color: var(--backgroundSection);}
.footer .f-row{display: flex; justify-content: space-between;}
.footer .f-row .col:first-child{margin-right: 10%; max-width: 350px;}

.footer .logo{color: var(--colorSecondary); text-decoration: none; line-height: 100%; display: flex; align-items: center;}
.footer .logo::before{content: '\f018'; font-family: 'Font Awesome Solid'; font-size: 30px; color: var(--backgroundPrimary);}
.footer .logo .sitename{font-weight: 700; margin-left: 15px;}

.footer .slogan{font-size: 13px; line-height: 130%; margin-top: 15px;}

.footer .btn{font-size: 13px; line-height: 260%; font-weight: 600; text-transform: none; padding: 0 25px 2px; margin-top: 15px;}

.footer .copyright{font-size: 13px;  color: rgba(0,0,0,0.6); margin-top: 30px;}
.footer .copyright p:first-child{margin-bottom: 10px;}
.footer .copyright a{margin-left: 5px;}

.footer .title{font-size: 14px; font-weight: 700; text-transform: uppercase; margin-top: 7px;}

.footer .f-nav{font-size: 15px; margin-top: 10px;}
.footer .f-nav li:not(:last-child){margin-bottom: 5px;}

/* Modal */
.popup{display: none;}
.mfp-content .popup{max-width: 930px; margin: 0 auto; display: block;}

.popup{width: 100%; background: #fff url('/local/templates/zaezd/css/../img/modal.jpg') right bottom/contain no-repeat; border-radius: 20px;}
.popup-container{text-align: center; width: 524px; padding: 90px 60px;}

.popup .title, .qwiz-form .form-response .title{font-size: 36px; font-weight: 700; color: var(--colorSecondary); line-height: 100%;}
.popup .subtitle{margin-top: 20px;}

.popup form{margin: 30px 0; display: flex; flex-direction: column;}
.popup form input[type="text"]{padding: 15px; width: 100%; border: 1px solid #adadad; border-radius: 10px; outline: none;}
.popup form input[type="text"].error{border-color: #cb3c3c; box-shadow: 0px 0px 5px 0px rgba(203,60,60,1);}
.popup form .btn{line-height: 400%; margin-top: 20px; border-radius: 10px;}

.popup .note{font-size: 13px;}

.popup.success .form-container{display: none;}
.popup.success .form-response{display: block;}
.popup .form-response{margin: 80px 0; display: none;}
.popup .form-response .icon{flex-shrink: 0; margin-bottom: 25px;}
.popup .form-response .icon::after{font: 400 75px 'Font Awesome Solid';}

.popup.success .form-response .icon::after{content: '\f058';  color: #2aa45b;}
.popup.error .form-response .icon::after{content: '\f071';  color: #cb3c3c;}

.popup .form-response .title{margin-bottom: 15px;}


/* Privacy */
.privacy.popup{padding: 40px; margin-top: 40px; margin-bottom: 40px; background: #fff;}
.privacy h1{font-size: 28px; margin: 0 0 20px;}
.privacy h2{font-size: 21px; margin: 20px 0;}
.privacy p{margin: 20px 0;}
.btn-privacy{cursor: pointer; text-decoration: underline;}
.btn-privacy:hover{text-decoration: none;}

@media (max-width: 1200px){
  /* General */
  .container{padding: 0 30px;}
  .btn::after{width: 10px;}
  .sctn-mrg{margin-top: 60px;}
  section h2{font-size: 38px;}

  /* Header */
  .header .logo::before{font-size: 35px;}
  .header .logo .sitename{font-size: 17px;}
  .header .phone .num{font-size: 19px;}
  .header .btn{padding: 0; width: 40px; height: 40px; background-color: var(--colorSecondary); border-radius: 50%;}
  .header .btn span{display: none;}
  .header .btn::before{content: '\f0e0'; font-family: 'Font Awesome Solid'; font-size: 17px; color: var(--backgroundPrimary);}

  /* Menu */
  .menu{font-size: 15px;}
  .menu li a, .menu li .fake-link{padding: 15px 25px;}
  .menu li .fake-link{min-width: 210px;}

  /* Cover */
  .cover h1{font-size: 50px;}

  /* Error */
  .error .notice{padding: 40px 0 30px; border: 0;}
}


@media (max-width: 992px){
  /* General */
  body.active{overflow: hidden;}
  .container{padding: 0 20px;}
  section h2{font-size: 35px;}
  .btn{border-radius: 15px;}

  /* Header */
  .header .icon-menu{margin: 0 20px 0 0; display: block; position: relative;}
  .header .icon-menu.active{z-index: 110;}
  .header .icon-menu .bar1, .icon-menu .bar2, .icon-menu .bar3{width: 22px; height: 2px; background-color: var(--colorSecondary); margin: 5px 0; transition: 0.4s;}
  .header .icon-menu.active .bar1{transform: rotate(-45deg) translate(-4px, 5px);}
  .header .icon-menu.active .bar2 {opacity: 0;}
  .header .icon-menu.active .bar3{transform: rotate(45deg) translate(-5px, -6px);}

  .header .btn-container{flex-grow: initial;}

  .header .phone{margin: 0 30px 0; display: flex; flex-grow: 1; justify-content: flex-end;}
  .header .phone .num{width: 40px; height: 40px; background-color: var(--backgroundPrimary); border-radius: 50%; display: flex; justify-content: center; align-items: center;}
  .header .phone .num::before{content: '\f095'; font-family: 'Font Awesome Solid'; font-size: 22px; color: var(--colorSecondary); line-height: 0;}
  .header .phone .num::after{content: ""; margin-left: -30px; width: 30px; height: 300px; background: #fff; opacity: 0.2; animation-delay: 50ms; position: absolute; left: -40px; top: -100px; transition: all .1s; animation-name: slideme; animation-duration: 5s; animation-iteration-count: infinite; transform: rotate(45deg)}
  .header .phone .num span{display: none;}
  .header .phone .row{display: none;}

  /* Menu */
  .nav:not(.active){display: none; opacity: 0;}
  .nav.active{opacity: 1; transition: opacity .5s ease; display: block; overflow: auto;}
  .nav{width: 100%; height: calc(100% - 90px); padding-top: 10px; background-color: #fff; border-top: 1px solid rgba(0,0,0,0.1); position: fixed; top: 90px; left: 0; z-index: 20;}
  .menu{padding-bottom: 20px; flex-direction: column;}
  .menu li a, .menu li .fake-link{padding: 10px 0;}
  .menu li .fake-link{font-weight: 700; width: auto; background-color: transparent; display: block;}
  .menu li .fake-link::before{display: none;}
  .menu > li:first-child{margin: -20px -20px 20px -20px; padding: 20px 0 20px 20px; background-color: var(--backgroundSection);}

  .menu .drop-menu{padding-left: 10px; background-color: transparent; display: block; opacity: 1; position: initial;}
  .menu .drop-menu a{padding: 10px 0; position: relative;}
  .menu .drop-menu a::before{content: '\203a'; font-size: 16px; padding-right: 10px;}
  
  /* Cover */
  .cover{padding: 40px 0 60px;}
  .cover h1{font-size: 45px;}
  .cover ul li{font-size: 17px;}
  .cover .btn{line-height: 310%; border-width: 3px;}

  /* Text */
  .text-block ol, .text-block ul{margin-left: 20px;}

  /* Contacts */
  .contacts .items{flex-wrap: wrap;}
  .contacts .item{margin: 10px 0; width: 50%;}

  /* Footer */
  .footer .f-row .col:nth-child(1), .footer .f-row .col:nth-child(2), .footer .f-row .col:nth-child(3){display: block;}
  .footer .f-row .col{display: none;}

  /* Modal */
  .mfp-content .popup{max-width: 524px;}
  .popup{background: #fff;}
}


@media (max-width: 768px){
  /* Header */
  .header .slogan{display: none;}

  /* Text */
  .text-block h2 br{display: none;}

  /* Footer */
  .footer .f-row{justify-content: initial;}
  .footer .f-row .col:nth-child(3){display: none;}
}


@media (max-width: 576px){
  /* General */
  .sctn-mrg{margin-top: 40px;}
  section h2{font-size: 32px;}

  /* Header */
  .header .top-line{padding: 15px 0;}
  .header .logo .fa{font-size: 32px;}
  .header .logo .sitename{font-size: 16px; margin-left: 10px;}

  .header .phone{margin-right: 15px;}
  .header .phone .num{width: 32px; height: 32px;}
  .header .phone .num::before{font-size: 16px;}
  .header .btn{width: 32px; height: 32px; line-height: 220%;}
  .header .btn::before{font-size: 14px;}

  /* Menu */
  .nav{height: calc(100% - 62px); top: 62px;}

  /* Cover */
  .cover{padding: 40px 0 50px;}
  .cover h1{font-size: 35px;}
  .cover ul{margin-top: 50px;}
  .cover .btn-container{display: flex; justify-content: center;}

  /* Contacts */
  .contacts .item{width: 100%;}

  /* Footer */
  .footer .f-row .col:nth-child(2){display: none;}
  .footer .f-row .col:first-child{margin-right: 0; width: 100%; max-width: 100%;}
  .footer .slogan br{display: none;}
  .footer .btn{margin-top: 25px;}

  /* Modal */
  .mfp-content .popup{border-radius: 0;}
  .mfp-content .popup:not(.privacy){display: flex; align-items: center; justify-content: center;}
  .mfp-content .popup.privacy{margin: 0; padding: 40px 20px;}
  .popup-container{width: 90%; padding: 60px 0;}
  .mfp-content .popup{max-width: 100%; width: 100%; min-height: 100vh; overflow: auto;}
  .popup .title{font-size: 34px;}
}


@media (max-width: 375px){
  /* Modal */
  .popup .title{font-size: 30px;}
}
/* End */
/* /local/templates/zaezd/css/reset.css?1770553548651 */
/* /local/templates/zaezd/css/fonts.css?17705535482812 */
/* /local/templates/zaezd/css/slick.css?17705535483387 */
/* /local/templates/zaezd/css/magnific-popup.css?17705535488320 */
/* /local/templates/zaezd/css/main.css?177055354815619 */
