

/* Start:/local/templates/dg/css/normalize.min.css?17384856212098*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,:after,:before{box-sizing:border-box;}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;height:auto;display:block}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{font-family:sans-serif}.hidden,[hidden]{display:none!important}
/* End */


/* Start:/local/templates/dg/css/vars.css?1738485621765*/
:root {
  --color-turquoise: #2FB2AB;
  --color-white: #FFFFFF;
  --color-white-op: #fff3;
  --color-white-op1: #fff1;
  --color-dark: #161616;
  --color-dark-op: #1616164d;
  --color-dark-op1: #1616161a;
  --color-dark-footer: #0E0E0E;
  --color-grey: #999999;
  --color-light_grey: #F7F7F7;
  --color-dark-shadow: #D9D9D9;
  --color-light-shadow: #D9D9D9;
  --color-error: red;
  --value-dark-shadow: 4px 5px 20px rgba(0, 0, 0, 0.5);
  --value-light-shadow: 3px 6px 20px rgba(0, 0, 0, 0.15);
  --value-white-shadow: 0 0 20px rgba(255, 255, 255, 0.35);
  --size-xl: 1500px;
  --size-lg: 1240px;
  --size-md: 990px;
  --size-sm: 740px;
  --size-xs: 480px;
  --width: 100%;
  --time: 0.7s;
}

* {
  margin: 0;
  box-sizing: border-box;
}
/* End */


/* Start:/local/templates/dg/css/grids.css?17384856214302*/
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    table .container {
        display: block
    }
}

.opera-only :-o-prefocus,
.container {
    word-spacing: -.43em
}

.container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* 35.5em = 568px */
@media (min-width: 35.5em) {
    .container {
        max-width: var(--size-xs);
    }
}
/* Больше на 1px что бы небыло лага где встретятся hide и show */
@media (min-width: 569px) {
    .col-hide-sm {
        display: none!important;
    }
}

/* 48em = 768px */
@media (min-width: 48em) {
    .container {
        max-width: var(--size-sm);
    }
}
@media (min-width: 769px) {
    .col-hide-md {
        display: none!important;
    }
}

/* 64em = 1024px */
@media (min-width: 64em) {
    .container {
        max-width: var(--size-md);
    }
}
@media (min-width: 1025px) {
    .col-hide-lg {
        display: none!important;
    }
}

/* 80em = 1280px */
@media (min-width: 80em) {
    .container {
        max-width: var(--size-lg);
    }
}
@media (min-width: 1281px) {
    .col-hide-xl {
        display: none!important;
    }
}

/* 120em = 1920px */
@media (min-width: 120em) {
    .container {
        max-width: var(--size-xl);
    }
}
@media (min-width: 1921px) {
    .col-show-xxl {
        display: none!important;
    }
}

@media (max-width: 35.5em) {
    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-show-sm {
        display: none!important;
    }
}

@media (max-width: 48em) {
    .col-show-md {
        display: none!important;
    }
}

@media (max-width: 64em) {
    .col-show-lg {
        display: none!important;
    }
}

@media (max-width: 80em) {
    .col-show-xl {
        display: none!important;
    }
}

@media (max-width: 120em) {
    .col-show-xxl {
        display: none!important;
    }
}

.container [class*=col] {
}

.col,
.col-1,
.col-1-1,
.col-1-12,
.col-1-2,
.col-1-24,
.col-1-3,
.col-1-4,
.col-1-5,
.col-1-6,
.col-1-8,
.col-10-24,
.col-11-12,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-2-24,
.col-2-3,
.col-2-5,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24,
.col-3-24,
.col-3-4,
.col-3-5,
.col-3-8,
.col-4-24,
.col-4-5,
.col-5-12,
.col-5-24,
.col-5-5,
.col-5-6,
.col-5-8,
.col-6-24,
.col-7-12,
.col-7-24,
.col-7-8,
.col-8-24,
.col-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.col-1-24 {
    width: 4.1667%
}

.col-1-12,
.col-2-24 {
    width: 8.3333%
}

.col-1-8,
.col-3-24 {
    width: 12.5%
}

.col-1-6,
.col-4-24 {
    width: 16.6667%
}

.col-1-5 {
    width: 20%
}

.col-5-24 {
    width: 20.8333%
}

.col-1-4,
.col-6-24 {
    width: 25%
}

.col-7-24 {
    width: 29.1667%
}

.col-1-3,
.col-8-24 {
    width: 33.3333%
}

.col-3-8,
.col-9-24 {
    width: 37.5%
}

.col-2-5 {
    width: 40%
}

.col-10-24,
.col-5-12 {
    width: 41.6667%
}

.col-11-24 {
    width: 45.8333%
}

.col-1-2,
.col-12-24 {
    width: 50%
}

.col-13-24 {
    width: 54.1667%
}

.col-14-24,
.col-7-12 {
    width: 58.3333%
}

.col-3-5 {
    width: 60%
}

.col-15-24,
.col-5-8 {
    width: 62.5%
}

.col-16-24,
.col-2-3 {
    width: 66.6667%
}

.col-17-24 {
    width: 70.8333%
}

.col-18-24,
.col-3-4 {
    width: 75%
}

.col-19-24 {
    width: 79.1667%
}

.col-4-5 {
    width: 80%
}

.col-20-24,
.col-5-6 {
    width: 83.3333%
}

.col-21-24,
.col-7-8 {
    width: 87.5%
}

.col-11-12,
.col-22-24 {
    width: 91.6667%
}

.col-23-24 {
    width: 95.8333%
}

.col-1,
.col-1-1,
.col-24-24,
.col-5-5 {
    width: 100%
}
/* End */


/* Start:/local/templates/dg/css/grids-responsive.css?173848562111150*/
@media screen and (min-width:35.5em) {
    .col-sm-1,
    .col-sm-1-1,
    .col-sm-1-12,
    .col-sm-1-2,
    .col-sm-1-24,
    .col-sm-1-3,
    .col-sm-1-4,
    .col-sm-1-5,
    .col-sm-1-6,
    .col-sm-1-8,
    .col-sm-10-24,
    .col-sm-11-12,
    .col-sm-11-24,
    .col-sm-12-24,
    .col-sm-13-24,
    .col-sm-14-24,
    .col-sm-15-24,
    .col-sm-16-24,
    .col-sm-17-24,
    .col-sm-18-24,
    .col-sm-19-24,
    .col-sm-2-24,
    .col-sm-2-3,
    .col-sm-2-5,
    .col-sm-20-24,
    .col-sm-21-24,
    .col-sm-22-24,
    .col-sm-23-24,
    .col-sm-24-24,
    .col-sm-3-24,
    .col-sm-3-4,
    .col-sm-3-5,
    .col-sm-3-8,
    .col-sm-4-24,
    .col-sm-4-5,
    .col-sm-5-12,
    .col-sm-5-24,
    .col-sm-5-5,
    .col-sm-5-6,
    .col-sm-5-8,
    .col-sm-6-24,
    .col-sm-7-12,
    .col-sm-7-24,
    .col-sm-7-8,
    .col-sm-8-24,
    .col-sm-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
    }
    .col-sm-1-24 {
        width: 4.1667%
    }
    .col-sm-1-12,
    .col-sm-2-24 {
        width: 8.3333%
    }
    .col-sm-1-8,
    .col-sm-3-24 {
        width: 12.5%
    }
    .col-sm-1-6,
    .col-sm-4-24 {
        width: 16.6667%
    }
    .col-sm-1-5 {
        width: 20%
    }
    .col-sm-5-24 {
        width: 20.8333%
    }
    .col-sm-1-4,
    .col-sm-6-24 {
        width: 25%
    }
    .col-sm-7-24 {
        width: 29.1667%
    }
    .col-sm-1-3,
    .col-sm-8-24 {
        width: 33.3333%
    }
    .col-sm-3-8,
    .col-sm-9-24 {
        width: 37.5%
    }
    .col-sm-2-5 {
        width: 40%
    }
    .col-sm-10-24,
    .col-sm-5-12 {
        width: 41.6667%
    }
    .col-sm-11-24 {
        width: 45.8333%
    }
    .col-sm-1-2,
    .col-sm-12-24 {
        width: 50%
    }
    .col-sm-13-24 {
        width: 54.1667%
    }
    .col-sm-14-24,
    .col-sm-7-12 {
        width: 58.3333%
    }
    .col-sm-3-5 {
        width: 60%
    }
    .col-sm-15-24,
    .col-sm-5-8 {
        width: 62.5%
    }
    .col-sm-16-24,
    .col-sm-2-3 {
        width: 66.6667%
    }
    .col-sm-17-24 {
        width: 70.8333%
    }
    .col-sm-18-24,
    .col-sm-3-4 {
        width: 75%
    }
    .col-sm-19-24 {
        width: 79.1667%
    }
    .col-sm-4-5 {
        width: 80%
    }
    .col-sm-20-24,
    .col-sm-5-6 {
        width: 83.3333%
    }
    .col-sm-21-24,
    .col-sm-7-8 {
        width: 87.5%
    }
    .col-sm-11-12,
    .col-sm-22-24 {
        width: 91.6667%
    }
    .col-sm-23-24 {
        width: 95.8333%
    }
    .col-sm-1,
    .col-sm-1-1,
    .col-sm-24-24,
    .col-sm-5-5 {
        width: 100%
    }
}

@media screen and (min-width:48em) {
    .col-md-1,
    .col-md-1-1,
    .col-md-1-12,
    .col-md-1-2,
    .col-md-1-24,
    .col-md-1-3,
    .col-md-1-4,
    .col-md-1-5,
    .col-md-1-6,
    .col-md-1-8,
    .col-md-10-24,
    .col-md-11-12,
    .col-md-11-24,
    .col-md-12-24,
    .col-md-13-24,
    .col-md-14-24,
    .col-md-15-24,
    .col-md-16-24,
    .col-md-17-24,
    .col-md-18-24,
    .col-md-19-24,
    .col-md-2-24,
    .col-md-2-3,
    .col-md-2-5,
    .col-md-20-24,
    .col-md-21-24,
    .col-md-22-24,
    .col-md-23-24,
    .col-md-24-24,
    .col-md-3-24,
    .col-md-3-4,
    .col-md-3-5,
    .col-md-3-8,
    .col-md-4-24,
    .col-md-4-5,
    .col-md-5-12,
    .col-md-5-24,
    .col-md-5-5,
    .col-md-5-6,
    .col-md-5-8,
    .col-md-6-24,
    .col-md-7-12,
    .col-md-7-24,
    .col-md-7-8,
    .col-md-8-24,
    .col-md-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
    }
    .col-md-1-24 {
        width: 4.1667%
    }
    .col-md-1-12,
    .col-md-2-24 {
        width: 8.3333%
    }
    .col-md-1-8,
    .col-md-3-24 {
        width: 12.5%
    }
    .col-md-1-6,
    .col-md-4-24 {
        width: 16.6667%
    }
    .col-md-1-5 {
        width: 20%
    }
    .col-md-5-24 {
        width: 20.8333%
    }
    .col-md-1-4,
    .col-md-6-24 {
        width: 25%
    }
    .col-md-7-24 {
        width: 29.1667%
    }
    .col-md-1-3,
    .col-md-8-24 {
        width: 33.3333%
    }
    .col-md-3-8,
    .col-md-9-24 {
        width: 37.5%
    }
    .col-md-2-5 {
        width: 40%
    }
    .col-md-10-24,
    .col-md-5-12 {
        width: 41.6667%
    }
    .col-md-11-24 {
        width: 45.8333%
    }
    .col-md-1-2,
    .col-md-12-24 {
        width: 50%
    }
    .col-md-13-24 {
        width: 54.1667%
    }
    .col-md-14-24,
    .col-md-7-12 {
        width: 58.3333%
    }
    .col-md-3-5 {
        width: 60%
    }
    .col-md-15-24,
    .col-md-5-8 {
        width: 62.5%
    }
    .col-md-16-24,
    .col-md-2-3 {
        width: 66.6667%
    }
    .col-md-17-24 {
        width: 70.8333%
    }
    .col-md-18-24,
    .col-md-3-4 {
        width: 75%
    }
    .col-md-19-24 {
        width: 79.1667%
    }
    .col-md-4-5 {
        width: 80%
    }
    .col-md-20-24,
    .col-md-5-6 {
        width: 83.3333%
    }
    .col-md-21-24,
    .col-md-7-8 {
        width: 87.5%
    }
    .col-md-11-12,
    .col-md-22-24 {
        width: 91.6667%
    }
    .col-md-23-24 {
        width: 95.8333%
    }
    .col-md-1,
    .col-md-1-1,
    .col-md-24-24,
    .col-md-5-5 {
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .col-lg-1,
    .col-lg-1-1,
    .col-lg-1-12,
    .col-lg-1-2,
    .col-lg-1-24,
    .col-lg-1-3,
    .col-lg-1-4,
    .col-lg-1-5,
    .col-lg-1-6,
    .col-lg-1-8,
    .col-lg-10-24,
    .col-lg-11-12,
    .col-lg-11-24,
    .col-lg-12-24,
    .col-lg-13-24,
    .col-lg-14-24,
    .col-lg-15-24,
    .col-lg-16-24,
    .col-lg-17-24,
    .col-lg-18-24,
    .col-lg-19-24,
    .col-lg-2-24,
    .col-lg-2-3,
    .col-lg-2-5,
    .col-lg-20-24,
    .col-lg-21-24,
    .col-lg-22-24,
    .col-lg-23-24,
    .col-lg-24-24,
    .col-lg-3-24,
    .col-lg-3-4,
    .col-lg-3-5,
    .col-lg-3-8,
    .col-lg-4-24,
    .col-lg-4-5,
    .col-lg-5-12,
    .col-lg-5-24,
    .col-lg-5-5,
    .col-lg-5-6,
    .col-lg-5-8,
    .col-lg-6-24,
    .col-lg-7-12,
    .col-lg-7-24,
    .col-lg-7-8,
    .col-lg-8-24,
    .col-lg-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
    }
    .col-lg-1-24 {
        width: 4.1667%
    }
    .col-lg-1-12,
    .col-lg-2-24 {
        width: 8.3333%
    }
    .col-lg-1-8,
    .col-lg-3-24 {
        width: 12.5%
    }
    .col-lg-1-6,
    .col-lg-4-24 {
        width: 16.6667%
    }
    .col-lg-1-5 {
        width: 20%
    }
    .col-lg-5-24 {
        width: 20.8333%
    }
    .col-lg-1-4,
    .col-lg-6-24 {
        width: 25%
    }
    .col-lg-7-24 {
        width: 29.1667%
    }
    .col-lg-1-3,
    .col-lg-8-24 {
        width: 33.3333%
    }
    .col-lg-3-8,
    .col-lg-9-24 {
        width: 37.5%
    }
    .col-lg-2-5 {
        width: 40%
    }
    .col-lg-10-24,
    .col-lg-5-12 {
        width: 41.6667%
    }
    .col-lg-11-24 {
        width: 45.8333%
    }
    .col-lg-1-2,
    .col-lg-12-24 {
        width: 50%
    }
    .col-lg-13-24 {
        width: 54.1667%
    }
    .col-lg-14-24,
    .col-lg-7-12 {
        width: 58.3333%
    }
    .col-lg-3-5 {
        width: 60%
    }
    .col-lg-15-24,
    .col-lg-5-8 {
        width: 62.5%
    }
    .col-lg-16-24,
    .col-lg-2-3 {
        width: 66.6667%
    }
    .col-lg-17-24 {
        width: 70.8333%
    }
    .col-lg-18-24,
    .col-lg-3-4 {
        width: 75%
    }
    .col-lg-19-24 {
        width: 79.1667%
    }
    .col-lg-4-5 {
        width: 80%
    }
    .col-lg-20-24,
    .col-lg-5-6 {
        width: 83.3333%
    }
    .col-lg-21-24,
    .col-lg-7-8 {
        width: 87.5%
    }
    .col-lg-11-12,
    .col-lg-22-24 {
        width: 91.6667%
    }
    .col-lg-23-24 {
        width: 95.8333%
    }
    .col-lg-1,
    .col-lg-1-1,
    .col-lg-24-24,
    .col-lg-5-5 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .col-xl-1,
    .col-xl-1-1,
    .col-xl-1-12,
    .col-xl-1-2,
    .col-xl-1-24,
    .col-xl-1-3,
    .col-xl-1-4,
    .col-xl-1-5,
    .col-xl-1-6,
    .col-xl-1-8,
    .col-xl-10-24,
    .col-xl-11-12,
    .col-xl-11-24,
    .col-xl-12-24,
    .col-xl-13-24,
    .col-xl-14-24,
    .col-xl-15-24,
    .col-xl-16-24,
    .col-xl-17-24,
    .col-xl-18-24,
    .col-xl-19-24,
    .col-xl-2-24,
    .col-xl-2-3,
    .col-xl-2-5,
    .col-xl-20-24,
    .col-xl-21-24,
    .col-xl-22-24,
    .col-xl-23-24,
    .col-xl-24-24,
    .col-xl-3-24,
    .col-xl-3-4,
    .col-xl-3-5,
    .col-xl-3-8,
    .col-xl-4-24,
    .col-xl-4-5,
    .col-xl-5-12,
    .col-xl-5-24,
    .col-xl-5-5,
    .col-xl-5-6,
    .col-xl-5-8,
    .col-xl-6-24,
    .col-xl-7-12,
    .col-xl-7-24,
    .col-xl-7-8,
    .col-xl-8-24,
    .col-xl-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
    }
    .col-xl-1-24 {
        width: 4.1667%
    }
    .col-xl-1-12,
    .col-xl-2-24 {
        width: 8.3333%
    }
    .col-xl-1-8,
    .col-xl-3-24 {
        width: 12.5%
    }
    .col-xl-1-6,
    .col-xl-4-24 {
        width: 16.6667%
    }
    .col-xl-1-5 {
        width: 20%
    }
    .col-xl-5-24 {
        width: 20.8333%
    }
    .col-xl-1-4,
    .col-xl-6-24 {
        width: 25%
    }
    .col-xl-7-24 {
        width: 29.1667%
    }
    .col-xl-1-3,
    .col-xl-8-24 {
        width: 33.3333%
    }
    .col-xl-3-8,
    .col-xl-9-24 {
        width: 37.5%
    }
    .col-xl-2-5 {
        width: 40%
    }
    .col-xl-10-24,
    .col-xl-5-12 {
        width: 41.6667%
    }
    .col-xl-11-24 {
        width: 45.8333%
    }
    .col-xl-1-2,
    .col-xl-12-24 {
        width: 50%
    }
    .col-xl-13-24 {
        width: 54.1667%
    }
    .col-xl-14-24,
    .col-xl-7-12 {
        width: 58.3333%
    }
    .col-xl-3-5 {
        width: 60%
    }
    .col-xl-15-24,
    .col-xl-5-8 {
        width: 62.5%
    }
    .col-xl-16-24,
    .col-xl-2-3 {
        width: 66.6667%
    }
    .col-xl-17-24 {
        width: 70.8333%
    }
    .col-xl-18-24,
    .col-xl-3-4 {
        width: 75%
    }
    .col-xl-19-24 {
        width: 79.1667%
    }
    .col-xl-4-5 {
        width: 80%
    }
    .col-xl-20-24,
    .col-xl-5-6 {
        width: 83.3333%
    }
    .col-xl-21-24,
    .col-xl-7-8 {
        width: 87.5%
    }
    .col-xl-11-12,
    .col-xl-22-24 {
        width: 91.6667%
    }
    .col-xl-23-24 {
        width: 95.8333%
    }
    .col-xl-1,
    .col-xl-1-1,
    .col-xl-24-24,
    .col-xl-5-5 {
        width: 100%
    }
}
/* End */


/* Start:/local/templates/dg/libs/fancybox/fancybox.min.css?173848562115598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/dg/css/style.css?175439569933877*/
@font-face {
    font-family: 'Catallina';
    src: url('/local/templates/dg/css/fonts/catallina-webfont.eot');
    src: url('/local/templates/dg/css/fonts/catallina-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dg/css/fonts/catallina-webfont.woff2') format('woff2'),
         url('/local/templates/dg/css/fonts/catallina-webfont.woff') format('woff'),
         url('/local/templates/dg/css/fonts/catallina-webfont.ttf') format('truetype'),
         url('/local/templates/dg/css/fonts/catallina-webfont.svg#catallinaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/local/templates/dg/css/fonts/inter-webfont.eot');
    src: url('/local/templates/dg/css/fonts/inter-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dg/css/fonts/inter-webfont.woff2') format('woff2'),
         url('/local/templates/dg/css/fonts/inter-webfont.woff') format('woff'),
         url('/local/templates/dg/css/fonts/inter-webfont.ttf') format('truetype'),
         url('/local/templates/dg/css/fonts/inter-webfont.svg#interregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	scroll-behavior: smooth;
}

html, body, .body {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: var(--color-dark);
	background-color: var(--color-white);
}

h1, h2, h3 {
	font-family: 'Catallina';
	color: var(--color-dark);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 140%;
}

h1 {
	font-size: 36px;
	line-height: 50px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	line-height: 130%;
	font-weight: 600;
	text-transform: uppercase;
}

p {
	line-height: 140%;
	margin-bottom: 15px;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4 {
    color: var(--color-white);
}

a {
	color: var(--color-turquoise);
}

a, nav a, .nav a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	margin-bottom: 15px
}

nav ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

ol li {
	position: relative;	
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.link-underline {
	position: relative;
}

.link-underline:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    bottom: -4px;
    left: 0;
    width: 0;
    background-color: var(--color-turquoise);
    transition: all 0.3s ease;
}

.link-underline:hover::before {
    width: 100%;
}

.turquoise {
	color: var(--color-turquoise);
}

.relative {
	position: relative;
}
.dark-bg {
	background: var(--color-dark);
}
.border-bottom {
	border-bottom: 1px solid var(--color-light_grey);
}
.small-text {
	font-size: 14px;
}
.bold-text {
	font-size: 18px;
	font-weight: 700;
}
/* SVG иконки */
.icon {
    --color-defult: var(--color-turquoise);
    --color-svg-white: var(--color-white);
    --color-svg-dark: var(--color-dark);
    --color-svg-bg: none;
}

.pulse-icon {
	position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.pulse-icon::after,
.pulse-icon::before {
	  content: '';
	  position: absolute;
	  border: 0;
	  left: -10px;
	  opacity: 0;
	  right: -10px;
	  top: -10px;
	  bottom: -10px;
	  border-radius: 50%;
	  animation: none;
}

.pulse-icon:hover::after,
.pulse-icon:hover::before {
	  border: 2px solid var(--color-turquoise);
	  animation: pulse 2s linear infinite;
}

.pulse-icon::after {
  	animation-delay: 1s;
}

@keyframes pulse {
	0% {
		transform: scale(0.5);
	    opacity: 0;
	}
	50% {
	    opacity: 1;
	}
	100% {
	    transform: scale(1.2);
	    opacity: 0;
	}
}

.button-to-top {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 555;
	display: inline-block;
	padding: 14px 20px;
	color: var(--color-white);
	background-color: var(--color-dark);
	border: 1px solid var(--color-white);
	border-radius: 0;
	cursor: pointer;
	opacity: .25;
	transition: all 0.8s ease;
}
.button-to-top:hover {
	opacity: .5;
}
.button-to-top.button-to-top_hide {
	opacity: 0;
}

/* TOP section */

.wrapper-dropdown{
  align-items: center;
  display: flex;
  flex-flow: row;
}

.top {
	margin: 0;
	padding: 0;
	height: 76px;
	background-color: var(--color-dark);
}

.top-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: right;
	align-items: center;
	gap: 50px;
}

.top a:hover {
	text-decoration: none;
}

.logo {
	width: 100%;
}

.logo a {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    margin: 0;
    transition: all .6s ease 0s;
}

.logo a:hover {
	background-color: var(--color-turquoise);
	transition: all .6s ease 0s;
}

.logo .icon {
    width: 177px;
    height: 62px;
    margin-top: 8px;
}
.logo a:hover .icon {
	--color-defult: var(--color-white);
}

.top-social {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.top-social .icon {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 3;
}

.top-social .icon:hover {
    --color-svg-white: var(--color-turquoise);
    --color-svg-dark: var(--color-white);
}

.wrapper-phone{
  display: flex;
  flex-flow: column;
}

.wrapper-phone > .top-phone:first-child{
  margin-bottom: 6px;
}
.top-phone, .top-phone a {
	color: var(--color-turquoise);
	white-space: nowrap;
	font-weight: 800;
}

.dropdown{
  position: relative;
}

.dropdown-element{
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 18px;
}

.wrapper-search-icon{
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 17px;
}

.search-icon{
    width: 100%;
    height: 100%;
}

.dropdown-list{
    position: absolute;
    right: 0;
    top: 50px;
    background-color: var(--color-dark);
    padding: 18px 28px 27px 22px;
    z-index: 999;
}

.dropdown-list--item{
  margin-bottom: 23px;
}

.dropdown-list--item:first-child{
  margin-bottom: 26px;
}

.dropdown-list--item:last-child{
  margin-bottom: 0;
}

.dropdown-list--title{
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    opacity: 50%;
    color: var(--color-white);
    height: fit-content;
    width: fit-content;
    margin-bottom: 11px;
}

.dropdown-list--description{
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--color-white);
    height: fit-content;
    width: fit-content;
    min-width: 220px;
}


.dropdown-list-mobile{
    background-color: var(--color-dark);
    padding-top: 43px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.dropdown-list-mobile--item{
    margin-bottom: 23px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.dropdown-list-mobile--item:first-child{
  margin-bottom: 26px;
}

.dropdown-list-mobile--item:last-child{
  margin-bottom: 0;
}

.dropdown-list-mobile--title{
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    opacity: 50%;
    color: var(--color-white);
    height: fit-content;
    width: fit-content;
    margin-bottom: 11px;
}

.dropdown-list-mobile--description{
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--color-white);
    height: fit-content;
    width: fit-content;
    min-width: 220px;
}

.dropdown-list{
  display: none;
}

.open-dropdown-list{
  display: block;
}

.open-dropdown-list2{
  display: block;
}

.dropdown-list-mobile{
   display: none;
}

@media (max-width: 1024px) {
   .wrapper-phone{
     padding: 26px 0 18px 0;
     }

	.wrapper-phone > .top-phone > a{
       padding: 0;
    }

    .wrapper-phone > .top-phone:first-child{
       margin-bottom: 17px;
    }

	.dropdown-list--item{
      display: flex;
      flex-flow: column;
      align-items: center;
    }

	.dropdown-list-mobile{
      display: flex;
    }

	.mobile-nav--elements{
      position: relative;
    }

	.wrapper-dropdown-menu{
      display: flex;
      align-items: center;
    }

	.wrapper-search-icon{
		margin: 0;
		margin-right: 22px;
        cursor: pointer;
     }

}

/* HEADER section */

.header {
	background-color: var(--color-dark);
	border-top: 1px solid var(--color-white-op);
  	border-bottom: 1px solid var(--color-white-op);
	position: sticky;
	top: 0;
	z-index: 100;
}

.dropdown-icon{
    width: 100%;
    height: 100%;
}

/* FOOTER section */

.footer {
	padding-top: 80px;
	background-color: var(--color-dark-footer);
	color: var(--color-white);
}
.info-title {
    padding-bottom: 20px;
    margin: 0 0 50px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white-op);
}
.footer-info {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
}
.footer-info-text p {
	margin-bottom: 10px;
	color: var(--color-white);
	opacity: .5;
}

/*
.footer-info-text a {
	display: block;
    margin-bottom: 20px;
	color: var(--color-white);
}
*/

.bottom {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 75px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid var(--color-white-op);
    opacity: .5;
}
.bottom-item {
	margin: 20px 0;
}

.dropdown-list-phone{
	margin-bottom: 9px;
	display: block;
	color: var(--color-white);
}

.top-social-footer{
	margin: 13px 0 12px 0;
}

.dropdown-list-footer{
	margin: 22px 0 22px 0;
}

.dropdown-list-footer--first-elemet{
		margin: 0;
	}

.dropdown-list-footer:last-child {
	margin: 0;
    margin-bottom: 42px;
}

@media (max-width: 1024px) {

	.dropdown-list-footer--first-elemet{
		align-items: flex-start;
	}

	.dropdown-list-footer{
		align-items: flex-start;
	}

}

/* MAIN section */

.main {
	margin-bottom: 140px;
}

.h1-title {
	margin: 0 0 50px;
	padding: 0;
}

/***************************************** Главная страница *******************************/
/* Секция О компании */
.about {
	padding: 100px 0;
	background-color: var(--color-turquoise);
	font-family: 'Catallina';
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}
.about__text {
	margin-bottom: 50px;
    padding: 0 10px;
    font-size: 36px;
    line-height: 50px;
}
.about a.btn.btn-ripplechange.btn-inverse {
	border-color: transparent;
}
.about a.btn.btn-ripplechange.btn-inverse:hover {
	border-color: var(--color-white);
}
@media (min-width: 768px) {
    .about__text {
        padding: 0 20px;
    }
}
@media (min-width: 1024px) {
    .about__text {
        padding: 0 100px;
    }
}
@media (min-width: 1281px) {
    .about__text {
        padding: 0 120px;
    }
}
@media (min-width: 1920px) {
    .about__text {
        padding: 0 260px;
    }
}

/* Секция Видео */
.main-video {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main-video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-video__effects {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
}
.main-video__content {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    gap: 25px;
    z-index: 2;
    background-color: var(--color-white-op);
    padding: 14px 35px;
    border: 0;
    border-radius: 70px;
    transition: all 0.3s ease;
}
.main-video__content .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 20px;
	border-color: transparent transparent transparent var(--color-white);
}
.main-video__text, #main-video__btn-pause, #main-video__btn-play {
    font-family: 'Catallina';
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	color: var(--color-white);
	text-transform: uppercase;
}
#main-video__btn-full:hover {
	text-decoration: none;
}
.main-video__content:hover {
	background-color: var(--color-white-op1);
}
#main-video__btn-pause, #main-video__btn-play {
	position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    width: 144px;
    padding: 12px 33px 12px 55px;
    cursor: pointer;
    border: 1px solid var(--color-white);
    border-radius: 70px;
    opacity: .5;
    background-color: var(--color-white-op1);
    transition: all 0.3s ease;
}
#main-video__btn-play::before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 20px;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent var(--color-white);
}
#main-video__btn-pause::before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 20px;
	width: 11px;
	height: 20px;
	border: 3px solid var(--color-white);
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}
#main-video__btn-pause:hover, #main-video__btn-play:hover {
	opacity: .9;
	background-color: var(--color-white-op);
}
.hide {
	display: none;
}

/* Секция Good */
.good {
	margin: 0;
	padding-top: 100px;
}
.good__wrap {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
}
.good-section__item {
	width: 100%;
	position: relative;
	padding: 30px 0 20px;
    border-top: 1px solid var(--color-white-op);
    border-bottom: 1px solid var(--color-white-op);
    cursor: pointer;
    margin-right: 40px;
    transition: all 0.3s ease;
}
.good-section__item:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: -20px;
	height: calc(100% - 40px);
	width: 2px;
	background-color: var(--color-white-op);
}
.good-section__item .icon {
    width: 40px;
    height: 40px;
}
.good-section__title {
	margin-top: 20px;
    font-family: 'Catallina';
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	color: var(--color-turquoise);
	text-transform: uppercase;
}
.good-section__text {
	margin-top: 20px;
	line-height: 140%;
	color: var(--color-white);
	opacity: .5;
}
.good-section__item:hover {
	padding: 30px 20px 20px;
    margin-left: -22px;
    margin-right: 30px;
	background-color: var(--color-turquoise);
	border-radius: 15px;
}
.good-section__item:hover::after {
	display: none;
}
.good-section__item:hover .good-section__title,
.good-section__item:hover .good-section__text {
	color: var(--color-white);
	opacity: 1;
}
.good-section__item:hover .icon {
	--color-defult: var(--color-white);
	--color-svg-dark: var(--color-turquoise);
}
@media (max-width: 1025px) {
    .good__wrap {
    	flex-wrap: wrap;
	}
	.good-section__item {
	    margin-right: 0;
	}
	.good-section__item:not(:last-child)::after {
		display: none;
	}
	.good-section__item:hover {
/*		padding: 30px 20px 20px;*/
	    margin-left: 0;
	    margin-right: 0;
	}
}
/* Секции Продукция и Услуги */
.products, .services {
	margin-top: 150px;
	color: var(--color-white);
}
.section-head {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin-bottom: 50px;
}
.section-title h2 {
	font-size: 36px;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 767px) {
	.section-head {
		flex-direction: column;
		margin-bottom: 0;
	}
	.section-head > div {
		margin-bottom: 20px;
	}
}
/* Секция Интерактивная карта */
.map {
	margin-top: 150px;
	padding-bottom: 150px;
}
.map__wrap {
	position: relative;
}
.map__more-text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.map__more-text .text {
	font-family: 'Catallina';
	font-size: 100px;
    line-height: 100%;
	color: var(--color-turquoise);
}
.dariano-map {
	--color-svg-defult: var(--color-turquoise);
	--color-svg-white: var(--color-white);
	--opacity05: .05;
	--opacity3: .3;
	display: block;
	width: 1359px;
	height: auto;
	max-width: 100%;
}
.dariano-map a:hover, .dariano-map a:focus {
	cursor: pointer;
}
.dariano-map a path {
	opacity: .3;
	transition: all .6s ease 0s;
}
.dariano-map a:hover path,
.dariano-map a:focus path {
	opacity: 1;
}
.dariano-min-map {
	display: none;
	--color-svg-defult: var(--color-turquoise);
	--color-svg-white: var(--color-white);
}
.map__list {
	display: none;
	margin-top: 50px;
	overflow: hidden;
}
.map__list ul {
	float: left;
	width: 50%;
	color: var(--color-white);
	list-style-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='3' fill='white'/%3E%3Ccircle cx='5' cy='5' r='4.87109' stroke='white' stroke-width='0.257826'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
	.map__more-text {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		text-align: center;
	}
	.dariano-map {
		display: none;
	}
	.dariano-min-map {
		display: block;
		width: 1008px;
		height: auto;
		max-width: 100%;
	}
	.map__list {
		display: block;
	}
}

/* Секция Контактная информация */
.contact-info-sec {
	background-color: var(--color-white);
	padding-bottom: 150px;
}
.dark-bg .contact-info-sec h2, .dark-bg .contact-info-sec h3 {
    color: var(--color-dark);
}

/***************************************** Раздел Контакты *******************************/
.contact-info {
	margin-top: 150px;
	line-height: 140%;
}
.contact-info__title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}
.contact-info__desc {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	gap: 60px;	
}
.contact-info__desc > div {
	width: 100%;
}
.contact-info__desc a {
    color: var(--color-dark);
}
.grey-text {
	color: var(--color-grey);
}
.contact-info__boss {
	position: relative;
	text-align: right;
}
.info__desc__title {
	margin-bottom: 20px;
}
.contact-info__boss .grey-text {
	margin-bottom: 10px;
}
.contact-info__boss .text {
	margin-bottom: 20px;
}
.contact-info__boss .contact-info__btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.contact-info__photo {
	text-align: center;
}
.contact-info__img {
	display: inline-block;
    height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: cover;
}
.contact-info__org {
	text-align: left;
}
.contact-info__org .grey-text {
	margin-bottom: 8px;
}
.contact-info__org .text {
	margin-bottom: 15px;
}
.contact-form {
	position: relative;
    margin-top: 180px;
}
.contact-form::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: -30px;
    left: 0;
    background-color: var(--color-dark);
    opacity: .1;
}
.contact-form__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.contact-form__img  {
	position: relative;
}
.contact-form__img  {
	height: 100%;
}
.contact-form__img::after {
	content: '';
	display: block;
	overflow: hidden;
	width: 129px;
	height: 87px;
	position: absolute;
    bottom: -43px;
    right: -30px;
	background-image: url('/upload/images/b24.png');
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 1279px) {
	.contact-info__desc {
		gap: 20px;	
	}
	.contact-form__img {
		width: 310px;
	}
	.contact-form__img img {
		height: 500px;
		object-fit: cover;
	}
	.contact-form__img::after {
		display: none;
	}
}
@media (max-width: 1024px) {
	.contact-info__desc {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px;	
	}
	.contact-info__boss .contact-info__btn {
		left: 0;
		right: auto;
	}
	.contact-info__desc > .contact-info__boss, .contact-info__desc > .contact-info__photo {
		width: calc(50% - 25px);
		text-align: left;
	}
	.contact-form__img {
		width: 210px;
	}
}
@media (max-width: 767px) {
	.contact-info__desc > .contact-info__boss, .contact-info__desc > .contact-info__photo {
		width: 100%;
	}
	.contact-info__boss .contact-info__btn {
		position: relative;
	}
	.contact-info__desc {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 30px;	
	}
	.contact-info__photo {
		order: 1;
	}
	.contact-info__boss {
		order: 2;
	}
	.contact-info__org {
		order: 3;
	}
	.contact-form__wrap {
	    flex-direction: column;
	}
	.contact-form__form, .contact-form__body {
		max-width: 100%;
	}
	.contact-form__img {
		width: 100%;
	}
	.contact-form__img img {
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	.contact-form__img::after {
		display: block;
		top: 40px;
		right: 40px;
		bottom: auto;
	}
}

/***************************************** Раздел О компании *******************************/
.about-top {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 200px;
	align-items: center;
	margin-bottom: 80px;
}
.about-top::before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: -35px;
	height: 10px;
	background-color: var(--color-white);

}
.about-top__text, .about-top__blocks {
	width: 100%;
}
.about-top__blocks {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 20px;
	gap: 20px;
}
.about-top__block {
	padding: 50px;
	text-align: center;
	border: 1px solid var(--color-light_grey);
	cursor: pointer;
	transition: all 0.3s ease;
}
.about-top__block-title {
	color: var(--color-turquoise);
	font-family: Catallina;
	font-size: 100px;
	font-weight: 400;
	line-height: 100px;
	letter-spacing: 0em;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}
.about-top__block:hover {
	background-color: var(--color-turquoise);
	border-color: var(--color-turquoise);
	border-radius: 15px;
}
.about-top__block:hover .about-top__block-title,
.about-top__block:hover .about-top__block-desc {
	color: var(--color-white);
}

/* razdel-step */
.dark-bg .razdel-step {
	margin: 150px 0;
}
.about-step-top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.about-step-top__btn {
}
a.btn.about-step-bottom__btn {
	display: none;
	margin-top: 30px;
	width: 100%;
}
.razdel-step__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 50px;
	align-items: center;
}
.razdel-step__wrap > div {
	width: 50%;
}
.razdel-step h2 {
	max-width: 50%;
}
.razdel-step__item {
	position: relative;
	padding-bottom: 40px;
}
.dark-bg .razdel-step__item {
	padding-bottom: 150px;
}
.razdel-step__item:not(:first-child) {
	padding-left: 20px;
}
.razdel-step__item:not(:last-child) {
	padding-right: 20px;
}
.big-bg-num {
	font-family: Catallina;
	font-size: 300px;
	font-weight: 400;
	line-height: 300px;
	opacity: .05;
}
.dark-bg .big-bg-num {
	color: var(--color-white);
}
.step-item__info {
	position: absolute;
	bottom: 0;
	background-color: var(--color-white);
	padding: 24px 20px;
	border: 1px solid var(--color-dark-op);
	border-radius: 10px;
	min-height: 164px;
}
.dark-bg .step-item__info {
	min-height: 240px;
	padding: 40px 20px 20px;
	background-color: var(--color-dark);
	border-color: var(--color-white-op1);
}
.step-item__title {
	margin-bottom: 10px;
	color: var(--color-turquoise);
	font-family: Catallina;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	text-transform: uppercase;
}
.dark-bg .step-item__text {
	color: var(--color-white);
	opacity: .5;
}
.info-block {
	display: inline-block;
	width: 70%;
	margin-bottom: 20px;
    padding: 20px 30px 30px 20px;
	border: 1px solid var(--color-white-op1);
}
.info-block img {
	margin-bottom: 20px;
}
.info-tiles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
.info-tiles > div {
	width: calc(50% - 20px);
	border: 1px solid var(--color-white-op1);
	padding: 30px 20px;
	transition: all 0.5s ease;
}
.info-tiles > div:hover {
	background-color: var(--color-turquoise);
	color: var(--color-white);
	border-radius: 15px;
}
.info-tiles > div:hover .info-tiles__title span {
	color: var(--color-white);
}
.info-tiles__title span {
	font-size: 44px;
	color: var(--color-turquoise);
}
.minmap-2019 {
	position: relative;
	top: -70px;
	left: -50px;
	max-width: 95%;
}
@media (max-width: 1900px) {
	.about-top {
		gap: 120px;
	}
	.about-top__block {
		padding: 40px;
	}
	.razdel-step h2 {
		max-width: 70%;
	}
}
@media (max-width: 1280px) {
	.about-top {
		gap: 20px;
	}
	.about-top__block {
		padding: 20px;
	}
	.razdel-step__wrap {
		flex-wrap: wrap;
	}
	.razdel-step__wrap > div {
		margin-top: 30px;
	}
	.razdel-step h2 {
		max-width: 90%;
	}
	.razdel-step__item {
		padding-bottom: 30px;
	}
	.step-item__info {
		min-height: 140px;
		min-width: calc(100% - 20px);
	}
}
@media (max-width: 1023px) {
	.about-top {
		flex-wrap: wrap;
	}
	.about-top__blocks {
		grid-gap: 10px;
		gap: 10px;
	}
}
@media (max-width: 767px) {
	.about-top__blocks {
		display: flex;
		flex-direction: column;
	}
	.razdel-step__wrap > div {
		width: 100%;
		margin-top: 10px;
	}
	a.btn.about-step-top__btn {
		display: none;
	}
	.about-step-bottom__btn {
		display: block;
	}
	.razdel-step__item:not(:first-child) {
		padding-left: 0;
	}
	.info-block, .info-tiles > div {
		width: 100%;
	}
	.minmap-2019 {
		top: 0;
		left: 0;
		max-width: 100%;
	}
}

/***************************************** Раздел для партнеров *******************************/
.become-partner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 120px;
	margin-top: 150px;
}
.become-partner__block {
	width: 100%;
}
.become-partner__block img {
	height: 530px;
	object-fit: cover;
}
.become-partner__block h2 {
	margin-bottom: 30px;
	max-width: 480px;
}
.become-partner__li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	margin-bottom: 14px;
}
.become-partner__block .become-partner__li:not(:last-of-type) {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--color-light_grey);
}
.become-partner__icon .icon {
	width: 40px;
	height: 35px;
	margin-right: 30px;
	--color-svg-defult: var(--color-turquoise);
}
.become-partner__text {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
}
@media (max-width: 1280px) {
	.become-partner {
		gap: 70px;
	}
}
@media (max-width: 1024px) {
	.become-partner {
		flex-wrap: wrap;
		gap: 50px;
		margin-top: 100px;
	}
}
@media (max-width: 767px) {
	.become-partner {
		gap: 30px;
		margin-top: 80px;
	}
}

/***************************************** Раздел Продукция *******************************/
.razdel-contacts {
	margin-top: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.razdel-contacts__item {
	text-align: center;
	min-width: 200px;
}
.razdel-contacts__item .icon {
	display: inline-block;
	width: 50px;
	height: 60px;
}
.razdel-contacts__name {
	font-weight: 700;
}
.razdel-contacts__name a {
	color: var(--color-dark);
}
.razdel-contacts__desc {
	font-size: 14px;
	color: var(--color-grey);
}
@media (max-width: 1024px) {
	.razdel-contacts {
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.razdel-contacts__item {
		min-width: 220px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.razdel-contacts {
		flex-direction: column;
	}
}

/***************************************** Раздел Услуги **********************************/
.services-video {
	margin-top: 150px;
}
.services-video__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 200px;
}
.services-video__desc {
	width: 40%;
}
.services-video__video {
	position: relative;
	width: 60%;
}
.services-video__desc h3 {
	padding-right: 10px;
}
.services-video__desc h3 span {
	display: block;
}
.services-video__desc h3:not(:last-child) {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid var(--color-white-op);
}
.services-video__video img {
	object-fit: cover;	
}
.services-video__video:hover .play-video-icon {
	opacity: 1;
}
.play-video-icon {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 110px;
	height: 110px;
	border: 0;
	border-radius: 50%;
	background-color: var(--color-white-op);
	opacity: .6;
}
.play-video-icon::before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 35px;
	transform: translateX(20%);
	border-color: transparent transparent transparent var(--color-white);
}
.services-contact {
	margin-top: 150px;
	background: var(--color-turquoise);
	background: linear-gradient(90deg, var(--color-turquoise) 0%, var(--color-turquoise) 40%, var(--color-dark) 40%);
}
.services-contact, .services-contact a {
	color: var(--color-white);
}
.services-contact .small-text {
	color: var(--color-grey);
	margin-bottom: 5px;
}
.services-contact__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 150px;
}
.services-contact__desc {
	background-color: var(--color-turquoise);
	display: flex;
	align-items: center;
	max-width: 64%;
}
.services-contact__desc p {
	margin-bottom: 50px;
	font-family: Catallina;
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
}
.services-contact__info {
	display: flex;
	align-items: center;
}
.services-contact__info img {
	margin-bottom: 20px;
}
.services-contact__desc > div {
	margin: 120px 140px 120px 0;
}
.class-list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
    padding: 0;	font-weight: 700;
}
.class-list .class-list__li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.class-list .class-list__li .class-list__title {
	width: 90px;
	min-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	background-color: var(--color-turquoise);
	text-align: center;
	color: var(--color-white);
	font-weight: 400;
}

@media (max-width: 1900px) {
	.services-video__wrap {
		gap: 150px;
	}
	.services-video__desc {
		width: 30%;
	}
	.services-video__video {
		width: 70%;
	}
	.services-contact__desc {
		max-width: 60%;
	}
}
@media (max-width: 1279px) {
	.services-video__wrap {
		gap: 35px;
	}
	.services-video__desc {
		width: 40%;
	}
	.services-video__video {
		width: 60%;
	}
	.services-video__video img {
		height: 600px;
		width: auto;
	}
	.services-contact__wrap {
		gap: 35px;
	}
	.services-contact__desc {
		max-width: 64%;
	}
	.services-contact__desc > div {
		margin: 100px 30px 100px 0;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 767px) {
	.services-video__wrap {
		flex-direction: column;
	}
	.services-video__desc, .services-video__video {
		width: 100%;
	}
	.services-video__desc h3 span {
		display: inline;
	}
	.services-contact {
		margin-top: 100px;
		background: var(--color-dark);
	}
	.services-contact__wrap {
		flex-direction: column;
		gap: 100px;
	}
	.services-contact__desc {
		max-width: 100%;
		overflow: hidden;
	}
	.services-contact__desc > div {
		margin: 60px 10px;
	}
	.services-contact__desc p {
		font-size: 24px;
		line-height: 140%;
	}
	.services-contact a.btn {
		max-width: 100%;
		white-space: normal;
	}
}

/***************************************** Раздел Поддержка **********************************/
.support {
	margin-left: 20px;
}
.support-wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
	margin: 0 -60px;
}
.support-wrap .support-item {
	width: calc(1/3*100% - 120px);
	margin: 0 60px 30px;
	padding: 20px;
	border: 1px solid var(--color-dark-op);
	border-radius: 15px;
	height: 200px;
	position: relative;
}
.support-wrap .support-item a {
	font-weight: 600;
}
.support-wrap .support-item .support-item__link {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
@media (max-width: 1900px) {
	.support-wrap {
		margin: 0 -30px;
	}
	.support-wrap .support-item {
		width: calc(1/3*100% - 60px);
		margin: 0 30px 30px;
	}
}
@media (max-width: 1279px) {
	.support-wrap {
		margin: 0 -10px;
	}
	.support-wrap .support-item {
		width: calc(1/3*100% - 20px);
		margin: 0 10px 30px;
	}
}

@media (max-width: 1023px) {
	ul.left-menu {
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 50px;
	}
	.left-menu li {
		width: calc(50% - 10px);
	}
	.support {
		margin-left: 0;
	}
	.support-wrap {
		margin: 0;
		gap: 20px;
		margin-bottom: 50px;
	}
	.support-wrap .support-item {
		width: calc(50% - 10px);
		margin: 0;
	}
}
@media (max-width: 767px) {
	ul.left-menu {
		gap: 0;
	}
	.left-menu li {
		width: 100%;
	}
	.support-wrap .support-item {
		width: 100%;
		height: 160px;
		margin: 0;
	}	

}
/*
@media (max-width: 1900px) {
}
@media (max-width: 1279px) {
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {
}
******************************************** Адаптив ************************************/

/* Адаптив для планшетов */
@media (max-width: 64em) {
	.header {
		position: relative;
		top: auto;
		z-index: 100;
	}	
}
/* Адаптив для телефонов */
@media (max-width: 767px) {
	.main {
		margin-bottom: 80px;
	}
	.footer {
		padding-top: 40px;
	}
	.footer .footer-info, .footer .menu-list {
		flex-direction: column;
		margin: 0 0 30px;
		gap: 0;
	}
	.footer .menu-list li {
		width: 100%;
	}
	.info-title, .footer .menu-info {
		margin-bottom: 20px;
	}
	.bottom-item {
		margin: 5px 0;
	}
	.dropdown-list-footer{
		align-items: flex-start;
	}
	.dropdown-list-footer:last-child {
    	margin-bottom: 1px;
	}
	.dropdown-list-footer{
		align-items: flex-start;
	}
	.top-social-footer{
		margin: 16px 0 28px 0;
	}
	.dropdown-list-footer{
		margin-bottom: 31px;
	}
	.dropdown-list--description--fottel-mobile{
		display: flex;
	}
}
.razdel-step.razdel-step--main {
		margin-top: 100px;
		margin-bottom: 0;
}
.razdel-step--main .razdel-step__item { 
		padding-bottom: 40px;
}
.razdel-step--main .step-item__info {
		padding: 24px 20px;
		min-height: 164px;
		background-color: #ffffff00;
		border: none;
}
.razdel-step--main .step-item__text {
		opacity: 1;
}
.contact-form__wrap--main .contact-form__img::after {
		display: none;
}
.contact-form__wrap--main .contact-form::before {
    	display: none;
}

/* End */


/* Start:/local/templates/dg/css/btns.css?17384856213975*/
a.btn, .btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 208px;
    font-size: 100%;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity ease-in 0.5s;
    background: transparent;
    color: var(--color-dark);
    padding: 9px 18px;
    border: 1px solid var(--color-dark);
    border-radius: 0;
    transition: all .6s ease 0s;
}

.btn:hover {
	box-shadow: var(--value-light-shadow);
    transition: all .6s ease 0s;
}

.btn-recolor:hover {
    background: var(--color-dark);
    color: var(--color-white);
}

/* Кнопки с выезжающей стрелкой */
.btn-arrow:hover {
    padding-right: 34px;
    padding-right: 10px;
    transition: all .6s ease 0s;
}

.btn-arrow::before {
	content: '';
	width: 46px;
	height: 46px;
	border: 8px solid var(--color-turquoise);
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: transparent;
	transform: translateX(-55px) rotate(45deg);
	transition: all .6s ease 0s;
}

.btn-arrow:hover::before {
	transform: translateX(-33px) rotate(45deg);
	transition: all .6s ease 0s;
}

/* Кнопки с волной при наведении */
.btn-ripple {  
  position: relative;
  overflow: hidden;
  transition: all 1.5s ease;
}
.btn.btn-ripple.btn-inverse {
  background: var(--color-dark);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.btn-ripple:hover {
  background: var(--color-turquoise);
  color: var(--color-white);
}
.btn.btn-ripple.btn-inverse:hover {
  background: var(--color-turquoise);
}
.ripple-ink {
  display: block !important;
  position: absolute;
  background: var(--color-turquoise);
  border-radius: 100%;
  transform: scale(0);
}

.ripple-animate {
  animation: ripple 1.2s linear;
}

@keyframes ripple {
  100% {
    opacity: 0; 
    transform: scale(2.5);
  }
}

/* Кнопки с волной при наведении и сменой цвета */
.btn.btn-ripplechange {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-dark);
  border: 1px solid var(--color-white);
  overflow: hidden;
}

.btn.btn-ripplechange.btn-inverse {
  color: var(--color-dark);
  background: var(--color-white);
  border: 1px solid var(--color-dark);
}

.btn-ripplechange i {
  position: relative;
  font-style: normal;
  z-index: 5;
  transition: color var(--time);
}

.btn-ripplechange:hover {
  border-color: transparent;
}

.btn-ripplechange:hover i {
/*  color: var(--color-dark); */
}

.btn.btn-ripplechange.btn-inverse:hover i {
  color: var(--color-white);
}

.btn-ripplechange span {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: var(--color-turquoise);
  transform: translate(-50%, -50%);
  transition: width var(--time), padding-top var(--time);
}

.btn.btn-ripplechange.btn-inverse span {
  background: var(--color-turquoise);
}

.btn-ripplechange:hover span {
  width: calc(var(--width) * 2.25);
  padding-top: calc(var(--width) * 2.25);
}

/* Не работающая кнопка */
.btn.isDisabled {
  color: var(--color-grey);
  border: 1px solid var(--color-grey);
  cursor: default;
}
.btn.isDisabled:hover {
  box-shadow: none;
  color: var(--color-grey);
  border: 1px solid var(--color-grey);
}

/* Кнопка в верхней панели */
.btn.top-btn {
  color: var(--color-white);
  border-color: var(--color-white);
}
/* End */


/* Start:/local/templates/dg/css/forms.css?17384856216883*/
.popup-form {
  display: none;
  color: var(--color-dark);
}
.popup-form.fancybox__content {
  background: none;
}
.popup-form.fancybox__content .carousel__button.is-close {
    top: 40px;
    right: 40px;
    color: var(--color-dark);
}
.popup-form__wrap {
  display: flex;
  max-width: 900px;
  margin: -36px;
  align-items: center;
  background-color: white;
  border: 0;
  border-radius: 35px;
  overflow: hidden;
}
.popup-form__bg {
  max-width: 265px;
}
.popup-form__bg img {
  height: 600px;
  width: auto;
  object-fit: cover;
}
.popup-form__form {
  padding: 50px 80px 50px 50px;
}
.form__body, .form__body form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.form__body input, .form__body select {
  width: 100%;
  background: transparent;
}
.popup-form__name, .popup-form__email, .popup-form__phone, .popup-form__required {
  width: 100%;
}
.popup-form__city {
  width: 40%;
}
.popup-form__prof {
  width: 55%;
}
.popup-form .popup-form__title {
  color: var(--color-dark);
}
.popup-form__title {
  margin-bottom: 45px;
  font-size: 36px;
  color: var(--color-dark);
}
.popup-form__name input, .popup-form__phone input, .popup-form__email input {
  margin-bottom: 35px;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid var(--color-dark);
  outline: 0;
}
.popup-form__city input, .popup-form__prof select {
  padding: 14px 10px;
  border: 1px solid var(--color-dark);
  line-height: 140%;
}
.popup-form__prof option:hover {
  background-color: var(--color-error);
}
.disabled-option {
  color: var(--color-grey);
}
.error-msg {
  display: block; /* Скрываем блок для общего показа всех ошибок */
}
.price-form__form .error-msg {
    display: block;
}
.error-msg, .error-field {
  color: var(--color-error);
  font-size: 14px;
}
.sucsess-msg, .error-field {
  display: none;
}
.show-error {
  position: relative;
}
.error-field {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.popup-form__city .error-field, .popup-form__prof .error-field {
  top: 60px;
  line-height: 1rem;
}
.show-error input, .show-error input::placeholder, .show-error .selectNative, .show-error .selectCustom-trigger {
  border-color: var(--color-error)!important;
  color: var(--color-error);
}
.show-error .error-field {
  display: block;
}
.sucsess-msg-title {
  margin-top: 24px;
  font-size: 36px;
}
.sucsess-msg .icon {
  width: 80px;
  height: 80px;
}
.sucsess-msg-more {
  margin-top: 30px;
}
.sucsess-msg-more ul li span {
  font-weight: 600;
    text-decoration: underline;
}
.sucsess-msg-more ul li span a {
  color: var(--color-dark);
}
.popup-form__required {
  margin: 25px 0 40px;
  font-size: 14px;
  color: var(--color-dark);
  opacity: .5;
}

@media (max-width: 767px) {
  .price-form__wrap, .popup-form__wrap {
    border-radius: 24px;
  }
  #price-form.fancybox__content .carousel__button.is-close, .popup-form.fancybox__content .carousel__button.is-close {
    top: 5px;
    right: 5px;
  }
  .price-form__form, .popup-form__form {
    padding: 20px 28px;
  }
  .price-form__bg, .popup-form__bg {
    display: none;
  }
  .form__body {
    flex-direction: column;
  }
  .form__title, .popup-form__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .form__desc {
    margin-bottom: 24px;
  }
  .popup-form__prof, .popup-form__city {
    width: 100%;
    margin-bottom: 24px;
  }
  .popup-form__name input, .popup-form__phone input, .popup-form__email input {
    margin-bottom: 24px;
  }
  .popup-form__city input, .popup-form__prof select {
    padding: 5px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .popup-form__required {
    margin: 0 0 24px;
  }
  .price-form__form .error-msg {
    display: block;
    line-height: 1rem;
    top: 32px;
  }
  .error-field {
    bottom: auto;
    top: 28px;
  }
  .popup-form__city .error-field, .popup-form__prof .error-field {
    top: 34px;
    line-height: 1rem;
  }
}

/* Стилизация SELECT */
.selectNative,
.selectCustom {
  position: relative;
  width: 100%;
  height: auto;
}
.selectCustom {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (hover: hover) {
  .selectCustom {
    display: block;
  }
  .selectNative:focus + .selectCustom {
    display: none;
  }
}
/* Добавляем состояние фокуса. */
.selectNative:focus,
.selectCustom.isActive .selectCustom-trigger {
  outline: none;
  box-shadow: var(--color-dark) 0 0 0 2px;
  border-radius: 2px;
}
.select {
  position: relative;
}
.selectWrapper {
  position: relative;
}
.selectNative,
.selectCustom-trigger {
  background-color: var(--color-white);
  border: 1px solid var(--color-dark);
  color: var(--color-grey);
}
.selectNative {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0.8rem;
  padding: 0rem 0.8rem;
}
.selectCustom-trigger {
  position: relative;
  background-color: var(--color-white);
  padding: 14px 20px;
  cursor: pointer;
}
.selectCustom-trigger::after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease 0s;
}
.isActive .selectCustom-trigger::after {
	transform: translateY(0%) rotate(-135deg);
}
.selectCustom-trigger:hover {
  border-color: var(--color-dark);
}
.selectCustom-options {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--color-dark);
    background-color: var(--color-light_grey);
    box-shadow: none;
    z-index: 1;
    padding: 0;
    display: none;
}
.selectCustom.isActive .selectCustom-options {
  display: block;
}
.selectCustom-option {
  position: relative;
  padding: 12px;
  padding-left: 34px;
}
.selectCustom-option.isHover,
.selectCustom-option:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
  cursor: default;
}
.selectCustom-option:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--color-dark);
}
.selectCustom-option.isActive::before {
  content: "✓";
  position: absolute;
  left: 0.8rem;
}
/* End */


/* Start:/local/templates/dg/css/print.css?1738485621396*/
@media print {
	.top {
		display: none!important;
	}
	.menu-overlay {
		display: none!important;
	}
	.catalog-menu {
		display: none!important;
	}
	.header {
		display: none!important;
	}
	.breadcrumbs__wrapper {
		display: none!important;
	}
	.footer {
		display: none!important;
	}
	.no-print {
		display: none!important;
	}
	#bx-panel {
		display: none!important;
	}
}
/* End */


/* Start:/local/templates/dg/components/bitrix/menu/top/style.css?175889357415962*/
ul li a.selected:link,
ul li a.selected:visited,
ul li a.selected:active,
ul li a.selected:hover
{
  color: var(--color-turquoise);
}
nav ul {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
nav ul:before, nav ul:after {
  display:none;
}
nav li {
  width:100%;
  text-align: center;
}
nav ul > li.top-li {
  border-left: 1px solid var(--color-white-op);
}
nav ul > li.top-li:first-child {
  border-left: none;
}
nav ul > li.top-li.selected {
  background-color: var(--color-dark-footer);
}
nav ul > li.top-li.selected {
  background-color: var(--color-dark-footer);
}
nav a {
  position: relative;
  z-index: 599;
  color: var(--color-white);
  text-decoration: none;
  display: block;
  padding: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav a:hover {
  color: var(--color-turquoise);
  text-decoration: none;
}
nav a i.caret {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(135deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
nav li.top-li:hover i.caret {
  margin-bottom: -3px;
  transform: rotate(-45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
nav a:hover + .submenu {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
nav .eiob .submenu {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s linear;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s linear;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s linear;
}
nav .submenu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 499;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 0px;
  border-top: 1px solid var(--color-white-op1);
  background:  var(--color-dark);
  box-shadow: 0 2px 5px rgba(68, 68, 68, 0.3);
  transform-origin: center center;
  transform: translateX(-40px) skewX(-7deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s linear;
}
nav .submenu:hover {
  opacity: 1;
  transform: skewX(0deg);
  visibility: visible;
}
nav .submenu li {
  float: none;
  display: block;
  width: 48%;
}
nav li:hover + .submenu {
  transform: translateX(0px) skewX(0deg);
}
nav .submenu li:nth-child(4n-1) {
    background: var(--color-white-op1);
   }
nav .submenu li:nth-child(4n) {
    background: var(--color-white-op1);
   }
nav .submenu a {
  width: 100%;
  display: block;
  font-weight: 400;
  padding: 14px 20px;
}
nav .submenu a:hover {
  color: var(--color-white);
  background: var(--color-turquoise);
}

/* Стили для трехуровневого меню Зеркала */
nav .submenu-item {
  position: relative;
}

nav .submenu-item .parent {
  position: relative;
}

nav .submenu-item .sub-caret {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

nav .submenu-item:hover .sub-caret {
  transform: rotate(-135deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

nav .sub-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  background: var(--color-dark);
  border: 1px solid var(--color-white-op1);
  box-shadow: 2px 2px 8px rgba(68, 68, 68, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 600;
  padding: 10px 0;
}

nav .submenu-item:hover .sub-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

nav .sub-submenu li {
  width: 100%;
  display: block;
  background: none;
}

nav .sub-submenu li:nth-child(4n-1),
nav .sub-submenu li:nth-child(4n) {
  background: none;
}

nav .sub-submenu a {
  padding: 10px 15px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.5px;
  border-bottom: 1px solid var(--color-white-op1);
}

nav .sub-submenu a:hover {
  color: var(--color-white);
  background: var(--color-turquoise);
  padding-left: 20px;
}

nav .sub-submenu li:last-child a {
  border-bottom: none;
}

/* Стили для трехуровневого меню */
nav .submenu-item {
  position: relative;
}

nav .submenu-item .parent {
  position: relative;
}

nav .submenu-item .sub-caret {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

nav .submenu-item:hover .sub-caret {
  transform: rotate(-135deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

nav .sub-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  background: var(--color-dark);
  border: 1px solid var(--color-white-op1);
  box-shadow: 2px 2px 8px rgba(68, 68, 68, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 600;
  padding: 10px 0;
}

nav .submenu-item:hover .sub-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

nav .sub-submenu li {
  width: 100%;
  display: block;
  background: none;
}

nav .sub-submenu li:nth-child(4n-1),
nav .sub-submenu li:nth-child(4n) {
  background: none;
}

nav .sub-submenu a {
  padding: 10px 15px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.5px;
  border-bottom: 1px solid var(--color-white-op1);
}

nav .sub-submenu a:hover {
  color: var(--color-white);
  background: var(--color-turquoise);
  padding-left: 20px;
}

nav .sub-submenu li:last-child a {
  border-bottom: none;
}

@media (max-width: 80em) {
  nav a {
    padding: 1.5em .2em;
    font-weight: 400;
  }
  nav a i.caret {
    margin-left: 6px;
  }
}
	/* Стили для адаптивной ширины меню первого уровня */
	.top-nav ul li {
		min-width: fit-content !important;
	}

	.top-nav .main-menu-item ul {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: space-around !important;
		align-items: stretch !important;
	}

	.top-nav .main-menu-item ul li {
		flex: 0 1 auto !important;
		text-align: center !important;
		width: auto !important;
		min-width: fit-content !important;
	}

	.top-nav ul li a {
		white-space: nowrap !important;
		padding: 14px 12px !important;
		display: block !important;
		width: auto !important;
		min-width: fit-content !important;
		font-size: 15px !important;
		padding-left: 25px !important;
	}

	/* Общие стили для всех пунктов меню с подразделами */
	.top-nav .main-menu-item .top-li {
		position: relative !important;
	}

	/* Позиционирование для первых 4 пунктов меню */
	.top-nav ul li:first-child,
	.top-nav ul li:nth-child(2),
	.top-nav ul li:nth-child(4) {
		position: relative !important;
	}


	/* Стили для подменю второго уровня - ОБЩИЕ ДЛЯ ВСЕХ */
	.top-nav .main-menu-item .submenu {
		display: flex !important;
		flex-wrap: wrap !important;
		row-gap: 0% !important;
		opacity: 0 !important;
		position: absolute !important;
		visibility: hidden !important;
		z-index: 499 !important;
		width: 300px !important;
		max-width: 300px !important;
		top: 100% !important;
		left: 0 !important;
		right: auto !important;
		padding-top: 0px !important;
		border-top: 1px solid var(--color-white-op1) !important;
		background: var(--color-dark) !important;
		box-shadow: 0 2px 5px rgba(68, 68, 68, 0.3) !important;
		transform-origin: center center !important;
		transform: translateX(-40px) skewX(-7deg) !important;
		transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s linear !important;
	}

	/* Hover эффект для подменю */
	.top-nav .main-menu-item:hover .submenu {
		opacity: 1 !important;
		visibility: visible !important;
		transform: translateX(0px) skewX(0deg) !important;
	}


	.top-nav .main-menu-item .submenu .submenu-item {
		width: auto !important;
		display: block !important;
		margin-bottom: 5px;
		vertical-align: top;
		clear: both !important;
		float: none !important;
		position: relative !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item a {
		width: auto !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 12px 20px !important;
		border-bottom: 1px solid var(--color-white-op1);
		background: var(--color-dark);
		transition: all 0.3s ease;
		min-width: 200px !important;
		flex-direction: row !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item a:hover {
		background: var(--color-turquoise) !important;
		color: var(--color-white) !important;
		padding-left: 30px !important;
	}

	/* Стили для ПЕРВЫХ 4 ПУНКТОВ МЕНЮ (специальный класс) */
	.top-nav .main-menu-item .submenu {
	
		display: block !important;
		width: 300px !important;
		max-width: 300px !important;
		position: absolute !important;
		top: 100% !important;
		right: 0 !important;
		left: auto !important;
		z-index: 1000 !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item {
		width: auto !important;
		display: block !important;
		margin-bottom: 5px;
		vertical-align: top;
		clear: both !important;
		float: none !important;
		position: relative !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item a {
		width: auto !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 12px 20px !important;
		border-bottom: 1px solid var(--color-white-op1);
		background: var(--color-dark);
		transition: all 0.3s ease;
		min-width: 200px !important;
		flex-direction: row !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item a:hover {
		background: var(--color-turquoise) !important;
		color: var(--color-white) !important;
		padding-left: 30px !important;
	}

	/* Стили для подменю третьего уровня - ТОЛЬКО ДЛЯ ПЕРВЫХ 4 ПУНКТОВ */
	.top-nav .main-menu-item .sub-submenu {
		position: absolute;
		top: 0;
		width: auto;
		max-width: 550px;
		min-width: 350px;
		background: var(--color-dark);
		border: 1px solid var(--color-white-op1);
		box-shadow: 2px 2px 8px rgba(68, 68, 68, 0.3);
		opacity: 0;
		visibility: hidden;
		transform: translateX(10px);
		transition: all 0.3s ease;
		z-index: 600;
		padding: 0px 0;
		display: block !important;
	}

	.top-nav .main-menu-item .submenu-item:hover .sub-submenu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	/* Стили для элементов третьего уровня первых 4 пунктов */
	.top-nav .main-menu-item .sub-submenu li {
		width: 100% !important;
		display: block !important;
		background: none !important;
		margin: 0 !important;
		float: none !important;
	}

	.top-nav .main-menu-item .sub-submenu a {
		padding: 10px 15px !important;
		text-transform: uppercase !important;
		letter-spacing: 0.5px !important;
		border-bottom: 1px solid var(--color-white-op1) !important;
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: none !important;
		float: none !important;
		clear: both !important;
		text-align: center !important;
	}

	.top-nav .main-menu-item .sub-submenu a:hover {
		background: var(--color-turquoise) !important;
		color: var(--color-white) !important;
		padding-left: 30px !important;
		text-align: center !important;
		justify-content: center !important;
	}

	/* Чередующийся фон для элементов первых 4 пунктов */
	.top-nav .main-menu-item .sub-submenu li:nth-child(odd) a {
		background: #161616 !important;
		background-color: #161616 !important;

	}

	.top-nav .main-menu-item .sub-submenu li:nth-child(even) a {
		background: var(--color-white-op1) !important;

	}

	/* Hover переопределяет чередующиеся фоны для первых 4 пунктов */
	.top-nav .main-menu-item .sub-submenu li:nth-child(odd) a:hover,
	.top-nav .main-menu-item .sub-submenu li:nth-child(even) a:hover {
		background: var(--color-turquoise) !important;
		background-color: var(--color-turquoise) !important;
		color: var(--color-white) !important;
		padding-left: 30px !important;
	}

	.top-nav .main-menu-item .sub-submenu li:last-child a {
		border-bottom: none !important;
	}

	/* Принудительное центрирование для элементов первых 4 пунктов */
	.top-nav .main-menu-item .sub-submenu a,
	.top-nav .main-menu-item .sub-submenu li a {
		text-align: center !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item .sub-submenu li a {
		text-align: center !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 auto !important;
	}

	.top-nav .main-menu-item .submenu .submenu-item .sub-submenu a {
		text-align: center !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 auto !important;
	}

	/* Стили для остальных пунктов меню (не первых 4) - базовые */
	.top-nav .main-menu-item ul li:not(.main-menu-item) .submenu {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		background: var(--color-dark);
		min-width: 200px;
		z-index: 1000;
	}

	.top-nav ul li:not(.main-menu-item) .submenu .submenu-item a {
		padding: 10px 15px;
		border-bottom: 1px solid var(--color-white-op1);
	}

	.top-nav ul li:not(.main-menu-item) .submenu .submenu-item a:hover {
		background: var(--color-turquoise);
		color: var(--color-white);
	}


	@media (max-width: 1450px) {
		.top-nav .main-menu-item .sub-submenu {
			min-width: 220px;
		}
	}

	/* Медиа-запросы для адаптивности */
	@media (max-width: 1399px) {
		.top-nav ul li a {
			padding: 12px 8px !important;
			font-size: 14px !important;
		}

		.top-nav .main-menu-item .sub-submenu {
			min-width: 150px;
			max-width: 450px;

		}
	}

	@media (max-width: 1280px) {
		.top-nav ul li a {
			padding: 12px 8px !important;
			font-size: 13px !important;
		}

		.top-nav .main-menu-item .submenu {
			width: 250px !important;
		}

		.top-nav .main-menu-item .submenu .submenu-item a {
			padding: 8px 10px !important;
		}
	}

	@media (max-width: 1105px) {
		.top-nav ul li a {
			padding: 12px 8px !important;
			font-size: 12.5px !important;
		}

		.top-nav .main-menu-item .submenu .submenu-item {
			font-size: 11px !important;
		}

		.top-nav .main-menu-item .submenu .submenu-item .sub-submenu li a {
			font-size: 11px !important;
		}

		.top-nav .main-menu-item .submenu {
			width: 250px !important;
		}

		.top-nav .submenu-item a {
			padding: 8px 10px !important;
		}
	}
/* End */


/* Start:/local/templates/dg/components/bitrix/menu/top-mobile/style.css?17588925759354*/
.mobile-nav {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  background-color: var(--color-dark);
  z-index: 200;
}
.mobile-nav [type="checkbox"]:checked,
.mobile-nav [type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  /*pointer-events: none;*/
}

/* Скрытие чекбоксов для всех уровней */
.mobile-nav input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.logo-mobile .icon {
    width: 177px;
    height: 62px;
}
.mobile-nav .logo-mobile a {
  padding: 0;
}
.dropdown-menu {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: block;
  padding: 15px 0 0;
  background-color: var(--color-dark);
  z-index: 2;
  opacity: 0;
  /*pointer-events: none;*/
  transform: translateY(50px);
  transition: all 0.3s linear;
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  display: inline-flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: transparent;
  cursor: pointer;
  color: var(--color-dark);
  transition: all 200ms linear;
}
.dropdown:checked + label:hover,
.dropdown:not(:checked) + label:hover{
  background-color: var(--color-white-op);
}
.hamb {
  position: relative;
  align-self: center;
  border-color: var(--color-white);
}
.hamb:before, .hamb:after {
  position: absolute;
  content: '';
  border-color: var(--color-white);
}
.hamb, .hamb:before, .hamb:after {
  width: 26px;
  height: 0;
  border-top: 2px solid var(--color-white);
  display: block;
}
.hamb:before {
  margin-top: -12px;
}
.hamb:after {
  margin-top: 8px;
}

/* Бургер не нажат */
.dropdown:not(:checked) + label .hamb {
  transition-duration: 0s;
}
.dropdown:not(:checked) + label .hamb:before {
  transition-property: margin, transform;
  transition-duration: 0.4s;
  transition-delay: 0.4s, 0s;
}
.dropdown:not(:checked) + label .hamb:after {
  transition-property: margin, transform;
  transition-duration: 0.4s;
  transition-delay: 0.4s, 0s;
}
/* Бургер нажат */
.dropdown:checked + label .hamb {
  border-color: transparent;
}
.dropdown:checked + label .hamb:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-duration: 0.4s;
  transition-delay: 0s, 0.4s;
}
.dropdown:checked + label .hamb:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-duration: 0.4s;
  transition-delay: 0s, 0.4s;
}
.dropdown:checked ~ .dropdown-menu {
  opacity: 1;
  /*pointer-events: auto;*/
  transform: translateY(0);
}
.dropdown-item a,
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: var(--color-white);
  transition: all 200ms linear;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px 20px;
  border-top: 1px solid var(--color-white-op1);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.dropdown-item a:hover {
  color: var(--color-white);
  background-color: var(--color-turquoise);
}
.dropdown-item i.caret {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.dropdown-sub:checked + label {
  background-color: var(--color-turquoise);
}
.dropdown-sub:checked + label i.caret {
  margin-bottom: -3px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  background-color: var(--color-turquoise);
}
.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  /*pointer-events: none;*/
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 200ms linear;
}
.section-dropdown-sub a {
  border-top: none;
  font-weight: 400;
  display: flex !important;
  width: 100%;
}
.section-dropdown-sub a:nth-child(2n-1) {
  background-color: var(--color-white-op1);
}
.section-dropdown-sub a:nth-child(n):hover {
  background-color: var(--color-turquoise);
}
.dropdown-sub:checked ~ .section-dropdown-sub{
  /*pointer-events: auto;*/
  opacity: 1;
  max-height: 999px;
  display: block !important;
  visibility: visible !important;
}

/* Стили для второго уровня подменю */
.dropdown-sub-item {
  position: relative;
  display: block;
  width: 100%;
}

.dropdown-sub-sub:checked + label,
.dropdown-sub-sub:not(:checked) + label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: var(--color-white);
  transition: all 200ms linear;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 25px;
  border-top: none;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-white-op1);
}

.dropdown-sub-sub:checked + label {
  background-color: var(--color-turquoise);
}

.dropdown-sub-sub:checked + label i.sub-caret {
  margin-bottom: -3px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.dropdown-sub-sub:checked + label:hover,
.dropdown-sub-sub:not(:checked) + label:hover {
  background-color: var(--color-turquoise);
}

.dropdown-sub-sub:checked + label i.sub-caret,
.dropdown-sub-sub:not(:checked) + label i.sub-caret {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}

.section-dropdown-sub-sub {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 200ms linear;
  background-color: var(--color-dark);
  border: 1px solid rgba(255,255,255,0.1);
}

.section-dropdown-sub-sub a {
  border-top: none;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 25px;
  background-color: var(--color-white-op1);
}

.section-dropdown-sub-sub a:nth-child(2n-1) {
  background-color: var(--color-white-op1);
}

.section-dropdown-sub-sub a:nth-child(2n) {
  background-color: #161616;
}

.section-dropdown-sub-sub a:nth-child(n):hover {
  background-color: var(--color-turquoise);
}

.dropdown-sub-sub:checked ~ .section-dropdown-sub-sub {
  opacity: 1;
  max-height: 999px;
  display: block !important;
  visibility: visible !important;
}

/* Стили для элементов второго уровня */
.sub-item {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: left;
  color: var(--color-white);
  transition: all 200ms linear;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 20px;
  border-top: none;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--color-white-op1);
  width: 100%;
  min-height: 40px;
}

.sub-item:hover {
  color: var(--color-white);
  background-color: var(--color-turquoise);
}

/* Специальные стили для элементов второго уровня в "конструкции из стекла" и "услуги" */
.section-dropdown-sub .sub-item {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: left;
  color: var(--color-white);
  transition: all 200ms linear;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 30px;
  border-top: none;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--color-white-op1);
  width: 100%;
  min-height: 35px;
}

/* Чередующийся фон для элементов второго уровня */
.section-dropdown-sub .sub-item:nth-child(2n-1) {
  background-color: var(--color-white-op1);
}

.section-dropdown-sub .sub-item:nth-child(2n) {
  background-color: #161616;
}

.section-dropdown-sub .sub-item:nth-child(n):hover {
  background-color: var(--color-turquoise);
  color: var(--color-white);
}

/* Стили для элементов третьего уровня */
.sub-sub-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: var(--color-white);
  transition: all 200ms linear;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 30px;
  border-top: none;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--color-white-op1);
}

.sub-sub-item:hover {
  color: var(--color-white);
  background-color: var(--color-turquoise);
}
.dropdown-info {
  padding: 60px 15px 80px;
  border-top: 1px solid var(--color-white-op1);
  text-align: center;
  color: var(--color-white);
}
.dropdown-info .top-social {
  justify-content: center;
}
@media (prefers-color-scheme: dark) {
  .hamb {
    border-color: var(--color-white);
  }
}
/* End */


/* Start:/local/templates/dg/components/bitrix/breadcrumb/dg-bc/style.css?1738485621594*/
.bc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.bc::after {
    content: '';
    position: relative;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background-color: var(--color-dark);
    opacity: .1;
}
.bс-item a {
    color: var(--color-dark);
}
div.bc-item > span {
    font-weight: 700;
}
.bс-item span {
    margin-right: 5px;
}
.dark-bg .bc, .dark-bg .bс-item a {
    color: var(--color-white);
}
.dark-bg .bc::after {
    background-color: transparent;
}

/* End */


/* Start:/local/templates/dg/components/bitrix/menu/left-menu/style.css?1738485621557*/
.left-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 240px;
	text-align: center;
}
.left-menu li a {
	display: block;
	margin-bottom: 10px;
	padding: 12px;
	color: var(--color-dark);
	background-color: var(--color-light_grey);
	border: 0;
	border-radius: 55px;
	transition: all 0.3s ease;
}
.left-menu li a:hover,
.left-menu li a.selected:hover,
.left-menu li a.selected:visited,
.left-menu li a.selected:link,
.left-menu li a.selected:active {
	text-decoration: none;
	color: var(--color-white);
	background-color: var(--color-turquoise);
}
/* End */


/* Start:/local/templates/dg/components/avv/inf.element/footer-menu/style.css?1738485621661*/
.menu-title {
    padding-bottom: 20px;
    margin: 0 75px 50px 0;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white-op);
}
.menu-list {
    margin: 0 75px 75px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6%;
    list-style: none;
}

.menu-list li {
    width: 47%;
    margin-bottom: 10px;
    line-height: 24px;
}
.menu-list li a {
    color: var(--color-white);
    opacity: .5;
}
/* End */


/* Start:/local/templates/dg/components/bitrix/menu/footer-info/style.css?1738485621288*/
.menu-info {
    margin: 0 0 75px 0;
    padding: 0;
    list-style: none;
}
.menu-info li {
    margin-bottom: 10px;
    line-height: 24px;
}
.menu-info li a {
    color: var(--color-white);
    opacity: .5;
}
ul.menu-info li a.selected {
    color: var(--color-white);
    opacity: 1;
}
/* End */


/* Start:/local/templates/dg/template_styles.css?173953570079*/
.nav-button .nav-button--price-download .nav-button--nm .nav-button--mbt10 {
}

/* End */
/* /local/templates/dg/css/normalize.min.css?17384856212098 */
/* /local/templates/dg/css/vars.css?1738485621765 */
/* /local/templates/dg/css/grids.css?17384856214302 */
/* /local/templates/dg/css/grids-responsive.css?173848562111150 */
/* /local/templates/dg/libs/fancybox/fancybox.min.css?173848562115598 */
/* /local/templates/dg/css/style.css?175439569933877 */
/* /local/templates/dg/css/btns.css?17384856213975 */
/* /local/templates/dg/css/forms.css?17384856216883 */
/* /local/templates/dg/css/print.css?1738485621396 */
/* /local/templates/dg/components/bitrix/menu/top/style.css?175889357415962 */
/* /local/templates/dg/components/bitrix/menu/top-mobile/style.css?17588925759354 */
/* /local/templates/dg/components/bitrix/breadcrumb/dg-bc/style.css?1738485621594 */
/* /local/templates/dg/components/bitrix/menu/left-menu/style.css?1738485621557 */
/* /local/templates/dg/components/avv/inf.element/footer-menu/style.css?1738485621661 */
/* /local/templates/dg/components/bitrix/menu/footer-info/style.css?1738485621288 */
/* /local/templates/dg/template_styles.css?173953570079 */
