

/* Start:/local/templates/az/styles/normalize.css?16856756416824*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden], .hidden {
    display: none;
  }

/* End */


/* Start:/local/templates/az/scripts/OwlCarousel/dist/assets/owl.carousel.min.css?16848013583351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/az/scripts/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/az/scripts/OwlCarousel/dist/assets/owl.theme.default.min.css?16848013591013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/az/styles/header.css?16941812597708*/
/* HEADER */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    z-index: 4;
    height: 120px;
    transition: height .5s ease;
}
.header.--small {
    height: 80px;
    transition: height .5s ease;
}
.header.--small .header-logo {
    width: 100px;
}
.header.--small .header__btns a {
    display: none;
}
.header.--small .header__nav nav {
     display:  none;
}
.header.--small .header__nav {
    justify-content: center;
}
.header__inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header__btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    gap: 1em;
}
.header__btns a {
    display: flex;
    flex-direction: row;
    gap: .6em;
    align-items: center;
    justify-content: center;
}
.header__btns a img {
    width: 1.5em;
    height: auto;
}
@media (max-width: 930px) {
    .header__btns a {
        font-size: .8em;
    }
    .header__btns a img {
        width: 1em;
        height: auto;
    }
}
.header__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1em;
}
.header__nav--menu {
    display: flex;
    flex-direction: row;
    gap: 2em;
    color: var(--gray-1);
}
.header__nav--menu li {
    position: relative;
    padding: 2px;
}
.header__nav--menu li:hover::after {
   position: absolute;
   content: '';
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 1px;
   background-color: var(--gray-1);
}
li.menu-active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--orange);
}
.header-logo {
    width: 200px;
    height: auto;
    transition: width .5s ease;
}
.header__icons {
    width: 30%;
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
}
.header__icons img {
    width: 1.5em;
    height: auto;
    cursor: pointer;
}
.btn-black {
    padding: 12px 1.5em;
    background-color: var(--gray-1);
    color: var(--white);
}

.header__menu {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    background-color: var(--gray-1);
    z-index: 999;
    transition: left .3s ease-out;
}
.header__menu.--open {
    left: 0;
    transition: left .3s ease-out;
}
.header__menu-inner {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.header__menu-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
    margin-top: 1em;
}
.header__menu-logo>img {
    cursor: pointer;
    width: 20px;
    height: auto;
}
.header__menu-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
    padding: 1em;
}
.header__menu-nav-categories {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.header__menu-nav-categories h2,
.header__menu-nav-categories .header__menu-nav-cat-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--white);
}
.header__categories-list {
    color: var(--gray-3);
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 14px;
}
.header__menu-footer {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em 1em 2em;
    flex: 1 0 auto;
    justify-content: flex-end;
}
.header__search {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 50vw;
    min-width: 500px;
    max-width: 900px;
    height: 100vh;
    background-color: var(--white);
    padding: 2em;
    transition: right .5s ease-out;
}
.header__search.--open {
    right: 0;
    z-index: 1001;
}
.header__search.--open~.header__search-backdrop {
    position: absolute;
    width: 200vw;
    height: 100vh;
    content: "";
    background-color: var(--black-2);
    top: 100%;
    left: 0;
    z-index: 1000;
}
.header__search-input {
    font-size: 3em;
    width: 80%;
    margin-bottom: 1em;
    color: var(--gray-1);
}
.header__search-results {
    display: flex;
    flex-direction: column;
    gap: .8em;
    font-size: 1.1em;
}
.header__search-results-link a {
    position: relative;
}
.header__search-results-link a:hover::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-1);
}
.header__mobile {
    display: none;
}

.modal-form .modal-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 1em;
    margin-bottom: 0;
    color: var(--gray-1);
}
.modal-loader {
    position: relative;
    display: none;
}
.modal-loader.active {
    display: block;
}
.modal-loader-image {
    display: block;
    background-image: url('/local/templates/az/styles/../images/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.modal-input .modal-input-messages,
.feedback-input .feedback-input-messages {
    color: #e00;
    font-size: 12px;
    margin: 0;
}
.modal-input.has-error input,
.feedback-input.has-error input {
    border-bottom-color: #e00;
}
.modal-input.has-error label,
.feedback-input.has-error label {
    color: #e00;
}
.modal-input.has-error .modal-input-messages,
.feedback-input.has-error .feedback-input-messages {
    margin: 4px 0;
}

@media (max-width: 799px) {
    .header__menu-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.4em;
    }
    .header__menu {
        overflow-y: auto;
    }
    .header__menu-footer a:last-child{
        margin-bottom: 60px;
    }
    .header__menu-logo {
        flex-direction: row-reverse;
        margin-top: 0;
    }
    .header__search {
       display: flex;
       flex-direction: column;
       width: 100vw;
       height: 100vh;
       min-width: 0;
       max-width: auto;
    }

    .header__inner {
        display: none;
    }
    .header {
        height: 120px;
        align-items: flex-start;
    }
    .header.--small {
        height: 85px;
    }
    .header__mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }
    .header__mobile-phone {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1em;
        font-size: 14px;
        font-weight: 500;
    }
    .header__mobile-phone img {
        width: 16px;
    }
    .header__icons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header__icons img {
        width: 1.5em;
    }
    .header-logo {
        width: 100% !important;
        max-width: 150px;
    }
    .btn-find-service {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: .5em;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1em;
        font-size: 14px;
        background-color: var(--gray-1);
        color: var(--white);
    }
    .btn-find-service img {
        width: 14px;
        height: auto;
        
    }
}

/* End */


/* Start:/local/templates/az/styles/footer.css?16848013612948*/
/* FOOTER */
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background-color: var(--gray-1);
    padding-bottom: 0;
  
}
.footer__inner {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__white {
    display: flex;
    flex-direction: row;
    background-color: var(--white);
    width: 100%;
    padding: 1em;
}
.footer__white__inner {
    max-width: 1200px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer__white-links {
    display: flex;
    flex-direction: row;
    gap: .5em;
    align-items: center;
}
.footer__white-links img {
    width: 18px;
    height: auto;
}
.footer__cw img{
    width: 100px;
    height: auto;
}
.footer__copyright {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__black {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin: 0 auto;
    padding: 1.5em 1em;
    align-items: center;
}
.footer__black-menu {
    /* display: flex;
    flex-direction: column; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: start;
    color: var(--white);
    /* justify-self: center; */
    gap: .3em;
}
.footer__black-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__black-logo img {
    width: 200px;
    height: auto;
    
}
.footer__black-info {
    justify-self: end;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer__black-info--white {
    color: var(--white);
    font-size: 14px;
}

.footer__black-info--orange {
    color: var(--orange);
    font-size: 14px;
}
.footer__black-info--wa {
    color: var(--white);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
}

@media (max-width: 799px) {
    .footer__black {
        display: grid;
        grid-template-areas: "logo logo"
                             "menu info";
        grid-template-columns: 1fr 1fr;
    }
    .footer__black-menu {
        grid-area: menu;
        text-align: start;
        display: flex;
        flex-direction: column;
    }
    .footer__black-logo {
        grid-area: logo;
        display: flex;
    }
    .footer__black-info {
        grid-area: info;
        text-align: end;
    }
    .footer__black-info--wa {
        justify-content: flex-end;
        gap: .5em;
    }
    .footer__black-logo img {
        margin: 0 auto;
        width: 150px;
    }
    .footer__copyright {
        position: relative;
    }
    .footer__white__inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1em;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/az/assets/main/styles/style.css?170194825214412*/
:root { --white: #fff; --orange: #EB6502; --orange-2: #EB650260; --gray-1: #202020; --gray-2: #F6F6F6; --gray-3: #C0C0C0; --gray-4: #434343; --black-1: #00000040; --black-2: #00000060; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Montserrat', sans-serif; font-size: 16px; } h1 { font-weight: 600; text-transform: uppercase; font-size: 64px; } a { text-decoration: none; color: inherit; cursor: pointer; } ul { list-style-type: none; } button { cursor: pointer; border: 0; } input { border: 0; outline: none; } [type="checkbox"]:checked, [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; } [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: var(--white); } [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1em; height: 1em; border: 1px solid var(--gray-3); background: #ffff0000; } [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after { content: ''; width: 1em; height: 1em; background: url('/local/templates/az/assets/main/styles/../../check.svg'); background-size: 1em 1em; position: absolute; top: 50%; left: 1px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; transform: translateY(-50%); } [type="checkbox"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } [type="checkbox"]:checked + label:after { opacity: 1; /* -webkit-transform: scale(1); transform: scale(1); */ } [class*="ymaps-2"][class*="-ground-pane"] { filter: grayscale(100%); } .select { position: relative; width: 100%; } .select__header { display: flex; background-color: var(--gray-2); cursor: pointer; width: 100%; align-items: center; justify-content: space-between; padding: .5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .select__current { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .select__icon { position: relative; width: 15px; height: 15px; } .select__icon::before { position: absolute; top: 50%; left: 50%; width: 7px; height: 1px; background-color: var(--gray-1); content: ""; transform: translate(-30%, -50%) rotate(45deg); } .select__icon::after { position: absolute; top: 50%; left: 50%; width: 7px; height: 1px; background-color: var(--gray-1); content: ""; transform: translate(30%, -50%) rotate(-45deg); } .select__body { position: absolute; left: 0; right: 0; top: 100%; background-color: var(--gray-2); display: none; z-index: 2; } .select.--active .select__body { display: block; } .select__item { padding: .5em; cursor: pointer; } .select__item:hover { background-color: #edecec; } body.lock { overflow: hidden; } /* MAIN PAGE */ .content { margin-top: 120px; } /* MAIN BANNER */ .main-banner { /* background: url('/local/templates/az/assets/main/styles/../../banner-main.jpeg') no-repeat; background-size: cover; background-position: 50%; */ /*height: 80vh;*/ height: 60vh; display: flex; align-items: center; justify-content: center; position: relative; } .main-banner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .main-banner::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; background-color: var(--black-2); } .main-banner__inner { width: 100%; max-width: 1200px; color: var(--white); padding: 1em; z-index: 2; } .main-banner__inner p { font-size: 2em; } .page-404 .main-banner__inner {text-align: center;} /* CATEGORIES */ .categories { width: 100%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); padding: 1em; gap: 1.5em; } .categories__item { display: flex; justify-content: center; align-items: center; color: var(--white); background-color: var(--black-2); text-transform: uppercase; font-size: 1.5em; position: relative; /* width: 300px; */ height: 200px; overflow: hidden; transition: transform 2s ease; } .categories__item:hover::after { transform: scale(1.5); transition: transform 2s ease; } .categories__item.audio::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url('/local/templates/az/assets/main/styles/../../cat-audio.jpg') no-repeat; background-size: cover; z-index: -1; transition: transform 2s ease; } .categories__item.def::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url('/local/templates/az/assets/main/styles/../../cat-def.jpg') no-repeat; background-size: cover; z-index: -1; transition: transform 2s ease; } .categories__item.safe::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url('/local/templates/az/assets/main/styles/../../cat-safe.jpg') no-repeat; background-size: cover; z-index: -1; transition: transform 2s ease; } .categories__item.repair::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url('/local/templates/az/assets/main/styles/../../cat-repair.jpg') no-repeat; background-size: cover; z-index: -1; transition: transform 2s ease; } @media (max-width: 800px) { .categories__item { height: 150px; font-size: 1em; } } /* PROS */.pros { display: flex; flex-direction: column; justify-content: center; align-items: center; } .pros__inner { padding: 1em; width: 100%; max-width: 1200px; } .pros__search { width: 100%; display: flex; flex-direction: row; gap: 2em; margin-bottom: 3em; } .pros__search-btn { background-color: var(--gray-1); color: var(--white); padding: 6px 1.5em; max-width: 200px; width: 100%; } .pros__search-input { width: 100%; border-bottom: 2px solid var(--gray-3); display: flex; flex-direction: row; align-items: center; gap: 1em; } .pros__search-input img { width: 1em; height: auto; filter: contrast(0); } .pros__search-input input { width: 100%; border: 0; color: var(--gray-1); outline: none; } .pros__search-input input::placeholder { color: var(--gray-3); } .pros__list { width: 100%; display: flex; flex-direction: column; margin-bottom: 3em; } .pros__list h2, .pros__list .pros__list-head { margin-top: 2em; margin-bottom: 2em; font-weight: bold; font-size: 1.5em; } .pros__list-items { width: 100%; display: flex; flex-direction: row; gap: 2em; } .pros__list-items--item { display: flex; flex-direction: column; padding-left: 1.5em; border-left: 1px solid var(--gray-1); gap: 1em; justify-content: space-between; } .pros-item__header h3 { font-weight: 600; color: var(--orange); font-size: 2em; } .pros__list-items--item p { flex: 1 0 auto; } .pros__feedback { width: 100%; display: flex; flex-direction: row; /* background-color: var(--gray-1); */ } .pros__feedback .select__current { max-width: 200px; } @media (max-width: 1000px) { .pros__feedback { flex-direction: column; } } .pros__feedback-form { width: 100%; display: flex; flex-direction: column; background-color: var(--gray-1); align-items: center; gap: 2em; padding: 3em 1em; } .pros__feedback-form span { font-size: 20px; color: var(--white); } .pros__feedback-map { width: 100%; min-height: 400px; } .feedback-form__inputs { display: grid; grid-template-areas: "select1 select2" "input1 input2"; grid-template-columns: 1fr 1fr; gap: 2em 1em; } .feedback-input input { background-color: inherit; border-bottom: 2px solid var(--gray-3); color: var(--white); font-size: 1em; padding: .5em .2em; width: 100%; } .feedback-input { position: relative; } .feedback-input label { position: absolute; top: -.5em; left: .3em; font-size: 12px; color: var(--gray-3); } .feedback-form--btn { color: var(--white); background-color: var(--orange); padding: 6px 1em; max-width: 200px; width: 100%; } .feedback-form--checkbox label { font-size: 12px; user-select: none; } /* STOCKS */ .stocks { width: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--gray-2); padding: 1.5em 0; } .stocks__inner { width: 100%; max-width: 1200px; padding: 1em; } .stocks__header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 3em; } .stocks__header--btn { background-color: var(--gray-1); color: var(--white); width: 150px; height: 30px; display: flex; justify-content: center; align-items: center; transition: all 0.3s; } .stocks__header--btn:hover { background-color: var(--orange); color: var(--white); } .stocks__header h2, .stocks__header .stocks__header-head { font-weight: bold; font-size: 1.5em; } .stocks__item { position: relative; background-color: var(--black-1); z-index: 2; } .stocks__item img { width: 100%; height: auto; position: relative; z-index: 1; } .stocks__item-body { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; background-color: var(--black-2); display: flex; flex-direction: column; gap: 1em; justify-content: space-evenly; align-items: center; padding: 2em; cursor: pointer; } .stocks__item--header { display: flex; flex-direction: column; align-items: center; gap: 1em; color: var(--white); } .stocks__item--header h2 { text-transform: uppercase; font-weight: normal; display: block; font-size: 20px; width: 90%; min-width: 260px; text-align: center; line-height: 28px; } .stocks__item--header p { font-size: 12px; text-align: center; } .stocks__item--period { font-size: 14px; text-align: center; color: var(--white); } .stocks__item--btn { background-color: var(--white); color: var(--gray-1); font-weight: normal; font-size: .8rem; padding: 8px 2rem; } .owl-theme .owl-dots .owl-dot.active span { background-color: var(--orange); }  /* BLOG */ .blog { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--white); position: relative; } .blog::after { position: absolute; top: 0; left: 0; right: 0; /* height: 250px; */ height: 25vw; max-height: 250px; background-color: var(--gray-1); content: ""; z-index: 1; } .blog__inner { width: 100%; max-width: 1200px; padding: 1em; } .blog__header { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 1em; color: var(--white); font-weight: bold; font-size: 1.5em; z-index: 2; position: relative; margin-bottom: 50px; margin-top: 40px; } .blog__header-btn { background-color: var(--white); color: var(--gray-1); font-weight: normal; font-size: 1rem; padding: 10px 2rem; transition: all 0.3s; } .blog__header-btn:hover { background-color: var(--orange); color: var(--white); } .blog__content { width: 100%; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2em; margin-bottom: 40px; } .blog__item { width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 1.5em; } .blog__item img { width: 100%; height: auto; } .blog__item h2, .blog__item .blog__item-title { font-size: 1.5em; font-weight: normal; flex: 1 0 auto; } .blog__item p { line-height: 1.3em; } .blog__item-btn { background-color: var(--gray-1); color: var(--white); padding: 6px 1.5em; max-width: 200px; text-align: center; transition: all 0.3s; } .blog__item-btn:hover { background-color: var(--orange); color: var(--white); } /* OUR PLACES */ .our-places { width: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--gray-2); padding: 1.5em 0; position: relative; } .our-places-map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .our-places__inner { width: 100%; max-width: 1200px; padding: 1em; } .our-places__info { width: 100%; max-width: 600px; background-color: var(--white); box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3); position: relative; z-index: 2; } @media (max-width: 1000px) { .our-places__info { width: 450px; } } .our-places__info-header { display: flex; flex-direction: row; justify-content: space-between; padding: 1.5em 1em; gap: 2em; align-items: center; } .our-places__info-header h2 { font-weight: normal; font-size: 18px; display: block; width: 100%; } .our-places__info-list { height: 450px; overflow-y: auto; } .places-info__item { display: flex; flex-direction: column; gap: 1em; padding: 1em; border-top: 1px solid var(--gray-3); cursor: pointer; } .places-info__item.--active { border-right: 5px solid var(--orange); } .places-info__item-header--name { font-weight: 500; margin-bottom: .5em; } .places-info__item-data { display: flex; flex-direction: row; gap: 1em; } .places-info__item-data--work-time, .places-info__item-data--phones { display: flex; flex-direction: row; gap: 1em; align-items: center; } .work-time__icon img, .phones__icon img { width: 20px; height: auto; } .work-time__times, .phones__numbers { display: flex; flex-direction: column; gap: .5em; font-size: 12px; }

/*** modal ***/
.modal {
    position: fixed;
    top: -150vh;
    left: 50%;
    width: 600px;
    min-height: 200px;

    z-index: 1001;
    background-color: var(--gray-2);
    transform: translate(-50%, -50%);
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
	outline: 6px dashed #ff5500;
}
.modal>h3,
.modal .modal-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 1em;
    margin-bottom: 0;
    color: var(--gray-1);
}
.modal .modal-subtitle {

}
.modal>img,
.modal .modal-image {
    max-width: 300px;
    width: 70%;
    height: auto;
}
.modal-close {
    position: absolute;
    right: .5em;
    top: 1em;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.modal-close::after {
    position: absolute;
    top: .5em;
    left: -.5em;
    width: 100%;
    height: 2px;
    background-color: var(--gray-1);
    content: "";
    transform: rotate(45deg);
}
.modal-close::before {
    position: absolute;
    top: .5em;
    left: -.5em;
    width: 100%;
    height: 2px;
    background-color: var(--gray-1);
    content: "";
    transform: rotate(-45deg);
}
.modal-backdrop {
    position: fixed;
    top: -150vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black-1);
    z-index: 1000;
    cursor: pointer;
}
.modal-success,
.modal-error {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    text-align: center;
}
.modal-success.--hide,
.modal-error.--hide {
    display: none;
}
.modal-success h3,
.modal-error h3 {
    color: var(--orange);
}
.modal.--open {
    top: 50%;
}
.modal-backdrop.--open {
    top: 0;
}
@media (width: 800px) and (height: 600px) {
    .modal {
        height: 80vh;
        overflow: auto;
    }
}
/* End */


/* Start:/local/templates/az/assets/main/styles/mobile.css?16841239872006*/
@media (max-width: 799px) {
   
    .content {
        margin-top: 120px;
    }
    .main-banner {
        width: 100vw;
        height: 200px;
    }
    .main-banner__inner h1 {
        font-size: 20px;
    }
    .main-banner__inner p {
        font-size: 18px;
    }
    .categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
    .categories__item {
        font-size: .9em;
    }
    .stocks__inner>h2 {
        margin-bottom: 1.5em;
    }
    .stocks__item--header {
        gap: .6em;
    }
    .stocks__item--header h2 {
        font-size: 16px;
    }
    .pros__list-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .7em;
    }
    .pros__list-items--item {
        padding-left: .5em;
    }
    .feedback-form__inputs {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .pros__feedback {
        width: 100vw;
        transform: translateX(-1em);
    }
    .blog__content {
       display: flex;
       flex-direction: column;
    }
    .blog__item-btn {
        align-self: flex-end;
    }
    .blog::after {
        height: 35vh;
    }
    .our-places {
        display: flex;
        flex-direction: column-reverse;
    }
    .our-places__inner {
        padding: 0;
    }
    .our-places-map {
        position: relative;
        width: 100%;
        height: 500px;
    }
  
    .our-places__info {
        width: 100%;
    }

   
    
}

@media (max-width: 374px) {
    .stocks__item--header {
        gap: .3em;
    }
    .stocks__item--header h2 {
        font-size: 14px;
        line-height: 16px;
    }
    .stocks__item--header p {
        font-size: 12px;
    }
    .stocks__item--period {
        font-size: 12px;
    }
    .work-time__icon img, .phones__icon img {
        width: 14px;
        height: auto;
    }
    
    .work-time__times, .phones__numbers {
        display: flex;
        flex-direction: column;
        gap: .5em;
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/az/components/bitrix/search.suggest.input/header/style.css?1686708717501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/az/styles.css?17509274669781*/
.content__header { max-width: 1200px;}
.span {font-size: 14px;}
.content__header::before { background-color: transparent;}
.accordion__item section{ padding: 1em 1.5em;}
.accordion__item h2 { padding: 0.5em 1em; }
.span { font-size: 12px}
.breadcrumbs { font-weight: 600;}
.accordion__item h2, .accordion__item .accordion__item-head { background-color: #d3d3d3; }
.accordion__menu { border-radius: 10px; }
.stages .accordion h2, .stages .accordion .accordion__item-head { color: black; }
.content__header-text h1 { font-size: 2em; }
        .pageMarket2 {
            display: grid;
            grid-template-columns: repeat(3, auto);
            grid-gap: 10px;
            justify-content: center;
        }
        @media (max-width: 1100px) {
            .pageMarket2 {
            display: grid;
            grid-template-columns: repeat(3, auto);
        }
     }

     @media (max-width: 850px) {
        .pageMarket2 {
            display: grid;
            grid-template-columns: repeat(2, auto);
        }
    }

    @media (max-width: 560px) {
        .pageMarket2 {
            display: grid;
            grid-template-columns: repeat(1, auto);
            justify-content: center;
        }
      .content__header-text h1 {
      font-size: 1.8em;
}
    }
.video__wrapper iframe {
        width: 100%;
        min-height: 500px;
    }
    .block__market {
        margin-top: 20px;
        justify-content: center;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(5, auto);
    }
    .block__market a img {
        border-radius: 4px;
    }
    .block__market a img:hover {
        border-radius: 4px;
        scale: 1.1;
        transition: ease-in-out;
    } 
.block__market-icon img {
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }
.blog__img-free {
    width: 100%;
}
.breadcrumbs {
      padding-left: 20px;
}
.stock__img::before {
  height: max-content;
  background-color: none;
}

.pros__feedback-form text {
     font-size: 20px;
    color: var(--white);
}
.categories__item  {
 border-radius: 14px;
}
.stocks__item--btn {
 font-weight: bold;
    font-size: 1rem;
    padding: 14px 3rem;
    border-radius: 10px;
}
a:hover {
    color: #ff7800;
}
nav li a {
    font-size: 18px;
    font-weight: 600;
}
.service-img a {
    font-weight: 600;
}
.service__info--btn {
    padding: 0.9em 3em;
    border-radius: 0.4em;
    font-size: 16px;
    font-weight: 600;
}
.service__info--btn:hover {
    background-color: #ff7800;
}
.accordion__item h2:hover, .accordion__item .accordion__item-head:hover {
    transition: 0.5s;
    background-color: #ff7800;
    color: #fff;
}
.accordion__item h2:hover, .accordion__item .accordion__item-head:active {
    transition: 0.5s;
    background-color: #ee7205;
    color: #fff;
}
.services {
 margin-top: 1em;
}
.services__inner .services__inner-head {
 margin-bottom: 1em;
}

.modal-new-desing {
    background: #D9D9D9;
    border-radius: 6px;
    outline: none;
}

.modal-new-desing .modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 46.5px;
    height: 46.5px;
    cursor: pointer;
}

.modal-new-desing .modal-close::before,
.modal-new-desing .modal-close::after {
    top: 20px;
    left: 0;
    height: 3px;
    background-color: #FFA500;
}

.modal-new-desing label {
    font-size: 12px;
    color: #000;
    line-height: 14.52px;
    font-weight: 600;
    position: initial;
}

.modal-new-desing .modal-input input {
    border-bottom: 2px solid #000;
}

.modal-new-desing .modal-textarea {
    width: 100%;
}

.modal-new-desing textarea {
    background-color: #FBFAFA;
    border-radius: 4px;
    margin-top: 7px;
}

.modal-new-desing .select__header {
    margin-top: 7px;
    border-bottom: 2px solid #000;
    background-color: initial;
}

.modal-new-desing .select__icon {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 8px;
}

.modal-new-desing .select__icon::before,
.modal-new-desing .select__icon::after {
    top: 8px;
    left: 6px;
    width: 5px;
}

.modal-new-desing .modal-form--footer {
    border-top: 2px solid #000;
    width: 100%;
}

.modal-new-desing .modal-phone-confirm,
.feedback-new-desing .modal-phone-confirm {
    margin-top: 10px;
}

.modal-new-desing .modal-phone-confirm input,
.feedback-new-desing .modal-phone-confirm input {
    background-color: #FBFAFA;
    border-radius: 6px;
    width: 192px;
    height: 30px;
    border: 0;
    padding: 7px;
    resize: none;
    color: var(--gray-1);
    font-size: 14px;
    outline: none;
    margin-right: 15px;
}

.modal-new-desing .modal-phone-confirm__btn,
.feedback-new-desing .modal-phone-confirm__btn {
    background-color: #4CA7F8;
    border-radius: 8px;
    width: 120px;
    height: 30px;
    border: 0;
    padding: 7px;
    resize: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    margin-right: 15px;
    line-height: 15px;
}

.modal-new-desing .modal-phone-confirm__btn:disabled,
.feedback-new-desing .modal-phone-confirm__btn:disabled {
    background: #65DD71;
    cursor: default;
}

.modal-new-desing .modal-phone-confirm--row,
.feedback-new-desing .modal-phone-confirm--row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 7px;
    margin-bottom: 10px;
    justify-content: center;
}

.modal-new-desing .modal-phone-confirm__resend,
.feedback-new-desing .modal-phone-confirm__resend {
    font-size: 12px;
    color: #EE880F;
    font-weight: 600;
    background-color: initial;
    text-align: left;
}

.modal-new-desing .modal-phone-confirm__info,
.feedback-new-desing .modal-phone-confirm__info {
    font-size: 10px;
    color: #8F8E8E;
    font-weight: 600;
}

.modal-new-desing .modal-phone-confirm__right,
.feedback-new-desing .modal-phone-confirm__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-new-desing .modal-phone-confirm__resend:disabled,
.feedback-new-desing .modal-phone-confirm__resend:disabled {
    color: #B8B8B8;
    cursor: default;
}

.modal-new-desing .modal-submit {
    width: 212px;
    max-width: 212px;
    height: 38px;
    border-radius: 8px;
    background-color: #EE880F;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 6px 1em;
}

.modal-new-desing .modal-submit:disabled {
    background: #9A9A9A;
    cursor: default;
}

.modal-new-desing .modal-call,
.feedback-new-desing .modal-call {
    width: 212px;
    max-width: 212px;
    height: 38px;
    border-radius: 8px;
    background-color: #65DD71;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 6px 1em;
}

.modal-new-desing .modal-submit svg,
.modal-new-desing .modal-call svg,
.feedback-new-desing .feedback-form--btn svg {
    margin-right: 10px;
}

.modal-new-desing .modal-btn-group,
.feedback-new-desing .modal-btn-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.modal-new-desing .modal-form--time-title,
.feedback-new-desing .modal-form--time-title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.modal-new-desing .modal-form--time-desc,
.feedback-new-desing .modal-form--time-desc {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.d-none {
    display: none !important;
}

.feedback-new-desing .modal-form--footer {
    border-top: 2px solid var(--gray-3);
    width: 100%;
}

.feedback-new-desing .modal-phone-confirm label {
    color: #FFF;
    padding: 0 4%;
}

.feedback-new-desing .feedback-form--btn {
    width: 212px;
    max-width: 212px;
    height: 38px;
    border-radius: 8px;
    background-color: #EE880F;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 6px 1em;
}

.feedback-new-desing .feedback-form--btn:disabled {
    background: #9A9A9A;
    cursor: default;
}

@media (max-width: 560px) {
    .modal-new-desing .modal-btn-group,
    .feedback-new-desing .modal-btn-group {
        display: flex;
        flex-direction: column-reverse;
        align-content: center;
        flex-wrap: wrap;
    }

    .modal-new-desing .modal-submit {
        margin-bottom: 10px;
    }

    .modal-new-desing .modal-call {
        margin-bottom: 20px;   
    }
}

.select__header {
 border-radius: 5px;
 padding: .6em .5em;
}

.select__current {
 font-weight: 500;
}
.select__item {
    padding: .7em .5em;
    cursor: pointer;
    font-weight: 500;
}

.calculator {
    background-color: #ff5500;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-option {
    margin-bottom: 15px;
    padding: 15px 10px;
    background-color: white;
    border-radius: 5px;
}

.service-option h3 {
    margin-top: 0;
    color: #2c3e50;
}

.service-option label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
   padding: 5px 2px;
}

.options-container {
    margin-left: 20px;
}

.option-row {
    display: flex;
    margin-bottom: 10px;
}

.quantity {
    width: 60px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 5px;
}

.total {
    margin-top: 30px;
    padding: 20px;
    background-color: #ff5500;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.total-price {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.checkbox {
    margin-right: 10px;
}

.price {
    color: #ff5500;
    font-weight: bold;
}
/* End */


/* Start:/local/templates/az/template_styles.css?17509274661490*/
.date {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }
        
        .location {
            font-size: 18px;
            color: #666;
            margin-bottom: 20px;
        }
        
        .highlight {
            background-color: #fffde7;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            font-weight: bold;
            text-align: center;
            border-left: 4px solid #ffc107;
        }
        
        ul {
            padding-left: 20px;
        }
        
        li {
            margin-bottom: 10px;
            line-height: 1.5;
        }
        
        .link {
            display: block;
            margin-top: 20px;
            text-align: center;
            background-color: #ff5000;
            color: white;
            padding: 10px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            padding: 20px 40px;
           max-width: 230px;
        }
        
        .link:hover {
            background-color: #000;
        }
        
        .image-overlay {
            position: absolute;
            top: -50px;
            right: 20px;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #ff5722;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }
        

/* End */
/* /local/templates/az/styles/normalize.css?16856756416824 */
/* /local/templates/az/scripts/OwlCarousel/dist/assets/owl.carousel.min.css?16848013583351 */
/* /local/templates/az/scripts/OwlCarousel/dist/assets/owl.theme.default.min.css?16848013591013 */
/* /local/templates/az/styles/header.css?16941812597708 */
/* /local/templates/az/styles/footer.css?16848013612948 */
/* /local/templates/az/assets/main/styles/style.css?170194825214412 */
/* /local/templates/az/assets/main/styles/mobile.css?16841239872006 */
/* /local/templates/az/components/bitrix/search.suggest.input/header/style.css?1686708717501 */
/* /local/templates/az/styles.css?17509274669781 */
/* /local/templates/az/template_styles.css?17509274661490 */
