

/* 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/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/components/bitrix/search.suggest.input/header/style.css?1686708717501 */
/* /local/templates/az/styles.css?17509274669781 */
/* /local/templates/az/template_styles.css?17509274661490 */
