

/* Start:/local/templates/domoff2025/css/external/jquery.modal.css?17465348243609*/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* End */


/* Start:/local/templates/domoff2025/css/external/modal_aside.css?17465348243446*/
html._opened-popup,
._opened-popup body {
    overflow: hidden;
}

.modal_aside_window{
    z-index: 12;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    max-width: 1000px;
    display: none;
}
.modal_aside_window._current{
    display: block;
}
.modal_aside_wrap{
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -2000px;
    transition: right 0.35s ease-out;
}
.modal_aside_wrap._ashow{
    right: 0;
}
.modal_aside_wrap2{
    overflow-y: scroll;
    overflow-h: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.modal_aside_wrap .container{
    padding: 0;
}
.modal_aside_overlay{
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    transition: opacity ease 200ms;
    cursor: pointer;
    display: none;
}
.modal_aside_close{
    position: absolute;
    left: -77px;
    top: 20px;
    text-align: center;
    font-size: 48px;
    background: #ffffff;
    color: #292929;
    border-radius: 20px;
    width: 55px;
    height: 55px;
    line-height: 52px;
    cursor: pointer;
}
.modal_aside_close._back{
    font-size: 0;
}
.modal_aside_close._back:after{
    content: "\e80e";
    font-family: "base-01";
    font-size: 18px;
    position: absolute;
    left: calc(50% - 7px);
    top: 0;
}
.modal-spinner-aside{
    background-color: rgba(229, 229, 229, 0.75);
    z-index: 11;
}
.modal-spinner-aside .loading:before,
.modal-spinner-aside .loading:after{
    display: none;
}


.modal_aside_window .tmp_animate{
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 50px;
    animation: moveinaside 6s linear infinite;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 21%, rgba(255,255,255,1) 51%, rgba(255,255,255,0.8) 66%, rgba(255,255,255,0.33) 86%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.41) 21%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.8) 66%,rgba(255,255,255,0.33) 86%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.41) 21%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.8) 66%,rgba(255,255,255,0.33) 86%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@-moz-keyframes moveinaside{0%{top:-100px}40%{top:60%}100%{top:100%}}@-ms-keyframes moveinaside{0%{top:-100px}40%{top:60%}100%{top:100%}}@-o-keyframes moveinaside{0%{top:-100px}40%{top:60%}100%{top:100%}}@keyframes moveinaside{0%{top:-100px}40%{top:60%}100%{top:100%}}


@media screen and (max-width: 1000px){
    .modal_aside_window {
        width: 86%;
    }
}

@media screen and (max-width: 767px){
    .modal_aside_window {
        width: calc(100% - 90px);
    }
    .modal_aside_close{
        position: absolute;
        left: -70px;
        top: auto;
        bottom: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 450px){
    .modal_aside_window {
        width: calc(100% - 60px);
    }
    .modal_aside_close{
        left: -53px;
        width: 45px;
        height: 45px;
        line-height: 43px;
        padding-left: 1px;
        box-sizing: border-box;
    }
}

/* End */


/* Start:/local/templates/domoff2025/css/external/basictable.css?17465348241031*/
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

/* End */


/* Start:/local/templates/domoff2025/css/fonts.css?174653482412533*/
@font-face {
    font-display: fallback;
    font-family: 'base-01';
    src: url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.eot?61446673');
    src: url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.eot?61446673');
    src: url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.eot?61446673#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.woff2?61446673') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.woff?61446673') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.ttf?61446673') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/24181c47/base-01.svg?61446673#base-01') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SFProDisplay Bold';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Bold.eot');
    src: local('SFProDisplay Bold'), local('SFProDisplay-Bold'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Bold.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Bold.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Bold.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay Semibold';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Semibold.eot');
    src: local('SFProDisplay Semibold'), local('SFProDisplay-Semibold'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Semibold.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Semibold.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Semibold.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay Heavy';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Heavy.eot');
    src: local('SFProDisplay Heavy'), local('SFProDisplay-Heavy'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Heavy.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Heavy.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Heavy.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Heavy.svg#SFProDisplay-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'SFProDisplay Medium';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Medium.eot');
    src: local('SFProDisplay Medium'), local('SFProDisplay-Medium'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Medium.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Medium.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Medium.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay Regular';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Regular.eot');
    src: local('SFProDisplay Regular'), local('SFProDisplay-Regular'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Regular.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Regular.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Regular.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

/*
@font-face {
    font-family: 'SFProDisplay Black';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Black.eot');
    src: local('SFProDisplay Black'), local('SFProDisplay-Black'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Black.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Black.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Black.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Black.svg#SFProDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay BlackItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BlackItalic.eot');
    src: local('SFProDisplay Black Italic'), local('SFProDisplay-BlackItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BlackItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BlackItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BlackItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BlackItalic.svg#SFProDisplay-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay HeavyItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-HeavyItalic.eot');
    src: local('SFProDisplay HeavyItalic'), local('SFProDisplay-HeavyItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-HeavyItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-HeavyItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-HeavyItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-HeavyItalic.svg#SFProDisplay-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay BoldItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BoldItalic.eot');
    src: local('SFProDisplay BoldItalic'), local('SFProDisplay-BoldItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BoldItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BoldItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BoldItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-BoldItalic.svg#SFProDisplay-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay Light';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Light.eot');
    src: local('SFProDisplay Light'), local('SFProDisplay-Light'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Light.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Light.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Light.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay Thin';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Thin.eot');
    src: local('SFProDisplay Thin'), local('SFProDisplay-Thin'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Thin.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Thin.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Thin.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Thin.svg#SFProDisplay-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay RegularItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-RegularItalic.eot');
    src: local('SFProDisplay Regular Italic'), local('SFProDisplay-RegularItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-RegularItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-RegularItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-RegularItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-RegularItalic.svg#SFProDisplay-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay MediumItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-MediumItalic.eot');
    src: local('SFProDisplay MediumItalic'), local('SFProDisplay-MediumItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-MediumItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-MediumItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-MediumItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-MediumItalic.svg#SFProDisplay-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay LightItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-LightItalic.eot');
    src: local('SFProDisplay LightItalic'), local('SFProDisplay-LightItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-LightItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-LightItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-LightItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-LightItalic.svg#SFProDisplay-LightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay SemiboldItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-SemiboldItalic.eot');
    src: local('SFProDisplay SemiboldItalic'), local('SFProDisplay-SemiboldItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-SemiboldItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-SemiboldItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-SemiboldItalic.svg#SFProDisplay-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay ThinItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-ThinItalic.eot');
    src: local('SFProDisplay ThinItalic'), local('SFProDisplay-ThinItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-ThinItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-ThinItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-ThinItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-ThinItalic.svg#SFProDisplay-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay Ultralight';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Ultralight.eot');
    src: local('SFProDisplay Ultralight'), local('SFProDisplay-Ultralight'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Ultralight.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Ultralight.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Ultralight.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-Ultralight.svg#SFProDisplay-Ultralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SFProDisplay UltralightItalic';
    src: url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-UltralightItalic.eot');
    src: local('SFProDisplay UltralightItalic'), local('SFProDisplay-UltralightItalic'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-UltralightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-UltralightItalic.woff2') format('woff2'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-UltralightItalic.woff') format('woff'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-UltralightItalic.ttf') format('truetype'),
    url('/local/templates/domoff2025/css/../fonts/sfpro/SFProDisplay-UltralightItalic.svg#SFProDisplay-UltralightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: fallback;
}
*/

/* End */


/* Start:/local/templates/domoff2025/css/icons-24181c47.css?17465348249195*/
@font-face {
    font-display: fallback;
    font-family: 'base-01';
    src: url('https://st.dg-home.ru/local/templates/dghome/font/24181c47/base-01.eot?61446673');
    src: url('https://st.dg-home.ru/local/templates/dghome/font/24181c47/base-01.eot?61446673#iefix') format('embedded-opentype'),
    url('https://st.dg-home.ru/local/templates/dghome/font/24181c47/base-01.woff2?61446673') format('woff2'),
    url('https://st.dg-home.ru/local/templates/dghome/font/24181c47/base-01.woff?61446673') format('woff'),
    url('https://st.dg-home.ru/local/templates/dghome/font/24181c47/base-01.ttf?61446673') format('truetype'),
    url('https://st.dg-home.ru/local/templates/dghome/font/24181c47/base-01.svg?61446673#base-01') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'base-01';
    src: url('/local/templates/domoff2025/css/../font/base-01.svg?8888020#base-01') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "base-01";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-heart:before { content: '\e801'; } /* '' */
.icon-heart-empty:before { content: '\e802'; } /* '' */
.icon-star:before { content: '\e803'; } /* '' */
.icon-star-empty:before { content: '\e804'; } /* '' */
.icon-star-half:before { content: '\e805'; } /* '' */
.icon-truck:before { content: '\e806'; } /* '' */
.icon-comment:before { content: '\e807'; } /* '' */
.icon-chat:before { content: '\e808'; } /* '' */
.icon-eye:before { content: '\e809'; } /* '' */
.icon-ok:before { content: '\e80a'; } /* '' */
.icon-camera:before { content: '\e80b'; } /* '' */
.icon-truck-1:before { content: '\e80c'; } /* '' */
.icon-down-open:before { content: '\e80d'; } /* '' */
.icon-left-open:before { content: '\e80e'; } /* '' */
.icon-right-open:before { content: '\e80f'; } /* '' */
.icon-up-open:before { content: '\e810'; } /* '' */
.icon-basket:before { content: '\e811'; } /* '' */
.icon-user:before { content: '\e812'; } /* '' */
.icon-mail:before { content: '\e813'; } /* '' */
.icon-down-open-big:before { content: '\e814'; } /* '' */
.icon-left-open-big:before { content: '\e815'; } /* '' */
.icon-right-open-big:before { content: '\e816'; } /* '' */
.icon-up-open-big:before { content: '\e817'; } /* '' */
.icon-arrows-ccw:before { content: '\e818'; } /* '' */
.icon-empty:before { content: '\e819'; } /* '' */
.icon-credit-card:before { content: '\e81a'; } /* '' */
.icon-search-1:before { content: '\e81b'; } /* '' */
.icon-basket-1:before { content: '\e81c'; } /* '' */
.icon-location-1:before { content: '\e81d'; } /* '' */
.icon-login:before { content: '\e81e'; } /* '' */
.icon-tags:before { content: '\e81f'; } /* '' */
.icon-ok-circled:before { content: '\e820'; } /* '' */
.icon-ok-circled2:before { content: '\e821'; } /* '' */
.icon-ok-circle:before { content: '\e822'; } /* '' */
.icon-phone:before { content: '\e823'; } /* '' */
.icon-check:before { content: '\e824'; } /* '' */
.icon-if_circle-sync-backup-2-glyph_763443:before { content: '\e825'; } /* '' */
.icon-camera-1:before { content: '\e826'; } /* '' */
.icon-camera-outline:before { content: '\e827'; } /* '' */
.icon-calendar:before { content: '\e828'; } /* '' */
.icon-cancel:before { content: '\e829'; } /* '' */
.icon-attention:before { content: '\e82a'; } /* '' */
.icon-attention-circled:before { content: '\e82b'; } /* '' */
.icon-money:before { content: '\e82c'; } /* '' */
.icon-shop:before { content: '\e82d'; } /* '' */
.icon-resize-full:before { content: '\e82e'; } /* '' */
.icon-resize-normal:before { content: '\e82f'; } /* '' */
.icon-gift:before { content: '\e830'; } /* '' */
.icon-gift-1:before { content: '\e831'; } /* '' */
.icon-gift-2:before { content: '\e832'; } /* '' */
.icon-back-in-time:before { content: '\e833'; } /* '' */
.icon-clock:before { content: '\e834'; } /* '' */
.icon-cog:before { content: '\e835'; } /* '' */
.icon-cog-1:before { content: '\e836'; } /* '' */
.icon-warehouse:before { content: '\e840'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook-1:before { content: '\f09a'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-cube:before { content: '\f1b2'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-object-group:before { content: '\f247'; } /* '' */
.icon-object-ungroup:before { content: '\f248'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */

.icon-i22nstagram:before { content: '\f16d'; } /* '' */
.icon-v22kontakte:before { content: '\f189'; } /* '' */
.icon-y22outube-play:before { content: '\f16a'; } /* '' */
.icon-t22witter:before { content: '\f099'; } /* '' */
.icon-f22acebook-1:before { content: '\f09a'; } /* '' */
.icon-o22dnoklassniki:before { content: '\f263'; } /* '' */
.icon-g22plus:before { content: '\f0d5'; } /* '' */
.icon-p22interest-circled:before { content: '\f0d2'; } /* '' */
.icon-p22interest:before { content: '\f231'; } /* '' */
.icon-w22hatsapp:before { content: '\f232'; } /* '' */
/* End */


/* Start:/local/templates/domoff2025/css/common.css?174705784330418*/
* {
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
}
a {
    color: #292929;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border-color: transparent;
}
a:hover{
    text-decoration: none;
    border-bottom: 1px solid;
}
button {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: 0;
    line-height: 1;
    cursor: pointer;
}
ul {
    padding: 0;
    list-style: none;
}

body{
    font-family: 'SFProDisplay Regular';
    font-size: 16px;
    background-color: #fffefd;
    color: #292929;
}

body._opened-popup {
    overflow: hidden;
}

.blocker{
    z-index: 20;
}
.modal{
    padding: 15px;
    border-radius: 25px;
    width: auto;
    max-width: 1200px;
    z-index: 21;
}
.modal img{
    max-width: 100%;
}
.modal a.close-modal:hover{
    border: 0;
}

.loading {
    position: relative;
}
.loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #555555;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}
.loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border: 2px solid rgba(99, 99, 99, 0.4);
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes move{0%{top:-100px}20%{top:100%}100%{top:100%}}@-ms-keyframes move{0%{top:-100px}20%{top:100%}100%{top:100%}}@-o-keyframes move{0%{top:-100px}20%{top:100%}100%{top:100%}}@keyframes move{0%{top:-100px}20%{top:100%}100%{top:100%}}

.animate-loading {
    display: block;
    border: 2px solid hsla(0,01%,39%,.4);
    border-top: 2px solid hsla(0,01%,100%,.6);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 1000;
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.clear,
.clearfix{
    clear: both;
    width: 100%;
    height: 0;
}

.quotes{
    font-size: 72px;
    font-family: 'Arial';
    font-weight: bold;
    color:#000000;
}

.wrapper{
    position: relative;
    width: 100%;
    max-width: 100%;
}
body._opened-popup  .wrapper{
    position: static;
}

main{
    position: relative;
    margin-left: 310px;
}

.nav_menu_wrap_out{
    box-shadow: 5px 0 10px rgb(167 126 38 / 34%);
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;
    z-index: 7;
    background: #fdf9f6;
}
.nav_close{
    display: none;
}
.nav_menu_wrap{
    position: sticky;
    top: 0;
    left: 0;
    transition: all 0.3s;
    width: 100%;
    overflow-y: auto;
    padding: 10px 25px 25px;
    box-sizing: border-box;
    color: #5e4a29;
}
.nav_menu_wrap .line {
    width: 100%;
    height: 1px;
    background: #e6e1da;
    margin: 0;
}
.logo_wrap a:hover{
    border: 0;
}
.logo_wrap img{
    max-width: 320px;
    padding-bottom: 10px;
}
.logo_wrap img._is_d{
    max-width: 220px;
    display: block;
    margin: 0 auto;
}
.nav_menu{
    margin-bottom: 15px;
}
.nav_menu_title{
    font-family: 'SFProDisplay Heavy';
    font-size: 16px;
    text-transform: uppercase;
    margin: 16px 0 16px;
}
.nav_menu ._hidden_item{
    display: none;
}
.nav_menu ul li{
    color: #463213;
    font-family: 'SFProDisplay Medium';
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
}
.nav_menu ul li:last-child{
    margin-bottom: 0px;
}
.nav_menu a{
    color: #463213;
}
.nav_menu ul ._show_all{
    cursor: pointer;
}
.nav_footer .links{
    margin: 15px 0 20px;
}
.nav_footer .links a{
    font-size: 14px;
    font-family: 'SFProDisplay Medium';
    color: #3b2c13;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
}
.nav_footer .links a.links_hide_desktop{
    display: none;
}
.nav_footer .links a:last-child{
    margin-right: 0px;
}
.nav_footer .phone{
    font-family: 'SFProDisplay Heavy';
    font-size: 16px;
    margin-bottom: 12px;
}
.nav_footer .email{
    font-family: 'SFProDisplay Heavy';
    font-size: 16px;
    margin-bottom: 25px;
}
.nav_footer .phone a,
.nav_footer .email a{
    color: #3b2c13;
}
.nav_footer .form_open{
    color: #fffefd;
    font-size: 14px;
    font-family: 'SFProDisplay Medium';
    text-transform: uppercase;
    background-color: #393531;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    border-radius: 15px;
}
.nav_footer .form_open:hover{
    background-color: #2c2925;
}
.nav_footer .btn_calc_open{
    background-color: #f4eadc;
    color: #4f3e2e;
    font-weight: bold;
    margin-top: 15px
}
.nav_footer .btn_calc_open:hover{
    background-color: #ebe0d1;
}


@media only screen and (max-width: 767px) and (min-height: 700px) {
    .nav_menu_title {
        margin: 22px 0 20px;
    }
    .nav_menu ul li {
        margin-bottom: 18px;
    }
    .nav_menu {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) and (min-height: 750px) {
    .nav_menu {
        margin-bottom: 25px;
    }
    .nav_footer .links {
        margin: 20px 0 30px;
    }
    .nav_footer .phone {
        margin-bottom: 20px;
    }
}

header {
    position: absolute;
    z-index: 6;
    top: 0px;
    left: 310px;
    width: calc(100% - 310px);
    padding: 30px 0;
    transition: all 0.3s;
}
header a{
    color: #393531;
}
header._main a{
    color:#fffefd;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
}
.header_wrap a.phone {
    font-family: 'SFProDisplay Heavy';
    font-size: 18px;
}
.header_wrap a.phone:hover{
    border: 0;
}
.header_wrap .menu a {
    font-size: 16px;
    font-family: 'SFProDisplay Medium';
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.ham_nav{
    display: none;
}

footer{
    color:#fffefd;
    background-color: #242424;
}
footer a{
    color:#fffefd;
}
.footer_menu_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.footer_menu_col{
    padding: 30px 20px 30px 0;
    position: relative;
    font-family: 'SFProDisplay Medium';
}
.footer_menu_col:last-child{
    padding-right: 0px;
}
.footer_menu_title{
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.footer_menu_title i{
    display: none;
}
.footer_menu_point{
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
}
.footer_menu_point:last-child{
    margin-bottom: 0px;
}
.footer_logo{
    width: 100%;
    margin-bottom: 25px;
}
.footer_logo img{
    max-width: 200px;
}
.footer_info{
    margin-bottom: 35px;
}
.footer_info:last-child{
    margin-bottom: 0px;
}
.footer_info_title{
    font-size: 18px;
    font-family: 'SFProDisplay Bold';
    margin-bottom: 15px;
}
.footer_info_value{
    font-size: 14px;
    font-family: 'SFProDisplay Medium';
}

.container {
    position: relative;
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.container.content_container{
    padding-top: 105px;
    padding-bottom: 90px;
    min-height: 365px;
}
h1{
    color: #393531;
    font-size: 32px;
    font-family: 'SFProDisplay Medium';
    /*margin-bottom: 14px;*/
    margin-bottom: 30px;
    line-height: 1;
}
h2,h3,h4,h5{
    color: #393531;
    margin: 30px 0;
}
h4,h5{
    margin: 20px 0;
}

.hide_desktop{
    display: none;
}

@media (max-width: 1400px) {
    header {
        width: 100%;
        left: 0px;
    }
    main{
        margin-left: 0;
    }
    .header_wrap a.phone{
        margin-left: 60px;
    }
    .ham_nav{
        background-position: 0 calc(50% - 2px);
        background-repeat: no-repeat;
        background-image: url("/local/templates/domoff2025/css/../images/i_ham_b.png");
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        left: 40px;
        top: -12px;
        cursor: pointer;
    }
    ._fixed .ham_nav,
    ._main .ham_nav{
        background-image: url("/local/templates/domoff2025/css/../images/i_ham.png");
    }
    .nav_menu_wrap_out{
        position: fixed;
        transition: transform .4s ease;
        transform: translateX(-100%);
        width: 100%;
        box-shadow: none;
    }
    .nav_menu_wrap_out.active{
        transform: translateX(0);
    }
    .nav_menu_wrap{
        position: unset;
        height: 100%;
        overflow-y: auto;
    }
    .nav_close{
        display: block;
        font-size: 34px;
        font-family: verdana, arial, serif;
        color: #141415;
        position: absolute;
        top: 20px;
        right: 30px;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }
}
@media (max-width: 1360px) {
    .container {
        padding: 0 20px;
    }
    .ham_nav{
        left: 20px;
    }
}
@media (max-width: 1024px) {
    a:hover{
        text-decoration: none;
        border-bottom: 0;
    }
    .hide_mobile{
        display: none;
    }
    .hide_desktop{
        display: block;
    }
    header{
        padding: 20px 0;
        position: fixed;
    }
    header._fixed{
        background-color: #292929;
    }
    header._fixed a{
        color: #fffefd;
    }
    .header_wrap {
        justify-content: flex-end;
    }
    .header_wrap .menu{
        display: none;
    }
    .logo_wrap img._is_d{
        display: none;
    }
    .nav_close{
        top: 18px;
        right: 10px;
    }
    .nav_footer .links a.links_hide_desktop{
        display: inline-block;
    }
    .footer_menu_wrap{
        display: block;
        padding: 30px 0;
    }
    .footer_logo{
        margin-bottom: 30px;
    }
    .footer_menu_col{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .footer_menu_col .footer_info{
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .footer_menu_title i{
        position: absolute;
        right: 10px;
        top: 16px;
    }
    .footer_menu_col i.icon-down-open-big {
        display: block;
        transition: all 0.3s;
    }
    .footer_menu_col._open i.icon-down-open-big {
        transform: rotate(180deg);
    }

    .footer_menu_title{
        border-top: 1px solid #3f3e3e;
        margin: 0;
        padding: 17px 0;
    }
    .footer_menu_title._not_br{
        border-top: 0;
    }
    .footer_menu_point_wrap{
        display: none;
        width: 100%;
    }
    .footer_menu_point{
        margin: 0;
        padding: 17px 0;
        border-top: 1px solid #3f3e3e;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .nav_footer .links{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .nav_footer .links a {
        margin-right: 10px;
    }
    .nav_footer .links a:last-child {
        margin-right: 0px;
    }

}
@media (max-width: 400px) {
    .logo_wrap img{
        max-width: 255px;
    }
    .nav_close{
        top: 10px;
    }
}

/* tabs *******************/
.tabs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.tab {
    margin-right: 32px;
    margin-bottom: 20px;
}
.tab:last-child {
    margin-right: 0px;
}
.tab span{
    border-bottom: 1px dashed;
    cursor: pointer;
    transition: all 0.3s;
}
.tab.active span,
.tab span:hover {
    border-color: transparent;
}
.tab_content {
    display: none;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    order: 1;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + .tab {
    text-decoration: none;
}
.tabs input[type="radio"]:checked + .tab + .tab_content {
    display: block;
}

/*  *******************/
.arr{
    position: relative;
    height: 100%;
}
.arr a,
.arr a:hover{
    text-decoration: none;
    border: 0;
}

/* "почему" с цифрами и текстами *******************/
.block_main_why_wrap{
    margin-bottom: 60px;
}
.block_why_title{
    font-size: 32px;
    font-family: 'SFProDisplay Medium';
    color: #292929;
    text-transform: uppercase;
}
.block_why_title span{
    font-family: 'SFProDisplay Heavy';
}
.block_why_info{
    color:#fffefd;
    background-color: #292929;
    margin: 33px 0 55px;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
}
.block_why_info a{
    color: #fffefd;
    border-bottom: 1px solid;
}
.block_why_info a:hover{
    border-color: transparent;
    text-decoration: none;
}
.block_why_info_in{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.block_why_info_item{
    width: calc(33.33% - 20px);
    margin: 0 10px;
}
.block_why_info_item:first-child{
    margin-left: 0;
}
.block_why_info_item:last-child{
    margin-right: 0;
}
.block_why_info_n{
    font-size: 60px;
    font-family: 'SFProDisplay Heavy';
    margin-bottom: 1px;
    height: 82px;
    opacity: 0;
}
.block_why_info_v{
    font-size: 24px;
    font-family: 'SFProDisplay Medium';
    line-height: 28px;
}
.block_why_text{
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .block_main_why_wrap{
        margin-bottom: 30px;
    }
    .block_why_title{
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .block_why_info_in{
        display: block;
        margin: 0 -40px;
    }
    .block_why_info_item{
        width: 100%;
        padding-bottom: 22px;
        margin: 0;
        border-bottom: 1px solid #fffefd;
    }
    .block_why_info_item:last-child{
        border-bottom: 0;
    }
    .block_why_text{
        display: none;
    }
}

/*  *******************/
.consultation_wrap{
    display: flex;
    color: #393531;
    margin: 55px 0;
}
.consultation_img{
    margin-right: 40px;
}
.consultation_img img{
    width: 98px;
    border-radius: 50%;
}
.consultation_info{
    padding: 20px 125px 20px 25px;
    background-color: #fff5e9;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}
.consultation_info:before{
    content: '';
    position: absolute;
    left: -26px;
    top: 16px;
    border: 13px solid transparent;
    border-top: 13px solid #fff5e9;
    border-right: 13px solid #fff5e9;
}
.consultation_text{
    font-family: 'SFProDisplay Medium';
    margin-bottom: 6px;
}
.consultation_text span{
    font-family: 'SFProDisplay Bold';
    display: block;
}
.consultation_link{
    white-space: nowrap;
    border-bottom: 1px dashed;
    margin-right: 30px;
}
.consultation_link:hover{
    border-color: transparent;
}
.consultation_link:last-child{
    margin-right: 0px;
}
.consultation_chat{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 27px);
    right: 25px;
    width: 55px;
    height: 55px;
    background-color: #000000;
    border-radius: 50%;
}
.consultation_chat:before{
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #000000;
    opacity: 0.2;
    width: 71px;
    height: 71px;
    border-radius: 50%;
}
.consultation_chat a:hover{
    border: 0;
}
.consultation_chat svg{
    position: relative;
    z-index: 1;
}
.consultation_chat_anmt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s
}
@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}
@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

.consultation_w_wrap{
    display: block;
    position: fixed;
    z-index: 6;
    bottom: 50px;
    right: 50px;
    /*width: 55px;
    height: 55px;*/
}
.consultation_w_wrap a:hover{
    border: 0;
}
.consultation_w_wrap .consultation_chat{
    position: unset;
}

@media (max-width: 630px) {
    .consultation_img{
        margin-right: 15px;
    }
    .consultation_links{
        display: none;
    }
    .consultation_text{
        margin-bottom: 0;
    }
    .consultation_info:before{
        display: none;
    }
    .consultation_info{
        width: 100%;
        padding: 0 85px 0 0;
        background-color: unset;
    }
    .consultation_chat{
        right: 20px;
    }
    .consultation_w_wrap{
        bottom: 25px;
        right: 25px;
    }
}

/* fast_view *******************/
.note_fast_view{
    padding: 30px 20px;
    font-size: 20px;
}
.modal_aside_window ._in{
    position: relative;
}
.modal_aside_window ._in2{
    display: flex;
    height: 100%;
}
.modal_aside_window .tmp_bg{
    background-color:#f0f0f0;
    margin: 15px;
    border-radius: 8px;
}
.modal_aside_window .tmp_bg1{
    width: 100%;
}
.modal_aside_window_fast_view i.icon-left-open._d,
.modal_aside_window_fast_view i.icon-cancel._d{
    position: absolute;
    left: -68px;
    top: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    background: #efefef;
    border-radius: 15px;
    width: 55px;
    height: 55px;
    line-height: 56px;
    cursor: pointer;
}
.modal_aside_window_fast_view i.icon-cancel._d{
    top: 80px;
}
.modal_aside_window_review_media i.icon-left-open._d{
    line-height: 55px;
}
.modal_aside_window_review_media i.icon-left-open._d:before{
    margin: 0 0 0 -1px;
}
@media screen and (max-width: 767px) {
    .modal_aside_window ._in2{
        display: block;
    }
    .modal_aside_window_fast_view i.icon-left-open._d,
    .modal_aside_window_fast_view i.icon-cancel._d{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 450px) {
    .modal_aside_window_fast_view i.icon-left-open._d,
    .modal_aside_window_fast_view i.icon-cancel._d{
        width: 45px;
        height: 45px;
        left: -53px;
        line-height: 43px;
    }
    .modal_aside_window_fast_view i.icon-cancel._d{
        top: 68px;
    }
}

/* форма *******************/
.form_wrap {
    background-color: #ffffff;
    color: #5e4a29;
}
.form_wrap .title {
    font-size: 18px;
    font-family: 'SFProDisplay Heavy';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.form_wrap .description {
    line-height: 16px;
    font-size: 14px;
    font-family: 'SFProDisplay Medium';
    margin-bottom: 20px;
}
.form_wrap form .form__group{
    margin: 10px 0;
}
.form_wrap form label{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
}
.form_wrap form input[type=tel],
.form_wrap form input[type=text],
.form_wrap form input[type=email],
.form_wrap form textarea {
    display: block;
    border-radius: 15px;
    color: #5e4a29;
    background-color: #fff5e9;
    border: 1px solid #fff5e9;
    font-size: 14px;
    font-family: 'SFProDisplay Medium';
    width: 100%;
    height: 50px;
    padding: 0 18px;
    outline: 0;
    box-sizing: border-box;
}
.form_wrap form input.error[type=tel],
.form_wrap form input.error[type=text],
.form_wrap form input.error[type=email],
.form_wrap form textarea.error {
    border: 1px solid red !important;
}
.form_wrap form textarea {
    height: 70px;
    padding: 10px 18px;
}
.form_wrap input::placeholder,
.form_wrap textarea::placeholder{
    color: #5e4a29;
    opacity: 0.7;
}
.form_wrap form button,
.form_wrap form input[type=submit] {
    text-decoration: none;
    margin: 20px 0 0 0;
    background-color: #393531;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 15px;
    width: 100%;
    font-weight: bold;
    font-family: 'SFProDisplay Heavy';
    text-align: center;
    line-height: 50px;
    transition: all 255ms ease-in-out;
}
.form_wrap form button:hover,
.form_wrap form input[type=submit]:hover {
    background-color: #282522;
}
.form_wrap form button:focus{
    outline: none;
}
.form_wrap .checks_wrap {
    margin-top: 20px;
}
.form_wrap .checks_wrap a {
    color: #2fa07b;
}
.form_wrap .checks_wrap .checkbox-base-label{
    margin: 0;
}
.form_wrap .checks_wrap .checkbox-base-label:before{
    color: #2fa07b;
}
.form_wrap .js_hidden {
    display:none;
}
.recaptcha_wrap{
    min-height: 78px;
    margin: 15px 0 10px;
}
.form_wrap .errortext,
.recaptcha_wrap .recaptcha_error{
    color: #c00;
    margin-bottom: 4px;
    font-size: 14px;
}
.grecaptcha-badge{
    display: none;
}

/* content/для контента *******************/
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.container p,
.modal_aside_window p{
    margin: 14px 0;
    line-height: 1.4;
}
.container table,
.modal_aside_wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 0 !important;
}
.container tr:first-child th:first-child,
.container tr:first-child td:first-child,
.modal_aside_wrap tr:first-child th:first-child,
.modal_aside_wrap tr:first-child td:first-child{
    border-radius: 20px 0 0 0;
}
.container tr:first-child th:last-child,
.container tr:first-child td:last-child,
.modal_aside_wrap tr:first-child th:last-child,
.modal_aside_wrap tr:first-child td:last-child{
    border-radius: 0 20px 0 0;
}
.container tr:last-child td:first-child,
.modal_aside_wrap tr:last-child td:first-child{
    border-radius: 0 0 0 20px;
}
.container tr:last-child td:last-child,
.modal_aside_wrap tr:last-child td:last-child{
    border-radius: 0 0 20px 0;
}
.container thead + tbody tr:first-child td:first-child,
.modal_aside_wrap thead + tbody tr:first-child td:first-child{
    border-radius: 0;
}
.modal_aside_wrap thead + tbody tr:first-child td:last-child,
.container thead + tbody tr:first-child td:last-child{
    border-radius: 0;
}

.container tr th,
.modal_aside_wrap tr th {
    background-color: #fcf7f0 !important;
}
.container tr td,
.modal_aside_wrap tr td {
    padding: 10px;
}
.container tr td, .container tr th,
.modal_aside_wrap tr td, .modal_aside_wrap tr th {
    border: 0 !important;
    vertical-align: top;
    border-top: 1px solid #f3e5d4 !important;
    border-left: 1px solid #f3e5d4 !important;
    padding: 10px !important;
    background-color: #fefcf8;
    box-sizing: border-box;
}
.container tr td:last-child,.container tr th:last-child,
.modal_aside_wrap tr td:last-child, .modal_aside_wrap tr th:last-child {
    border-right: 1px solid #f3e5d4 !important;
}
.container tr:last-child td, .container tr:last-child th,
.modal_aside_wrap tr:last-child td, .modal_aside_wrap tr:last-child th {
    border-bottom: 1px solid #f3e5d4 !important;
}
.container thead + tbody tr:first-child td,
.modal_aside_wrap thead + tbody tr:first-child td{
    border-top: 0 !important;
}

.container tr td ol:not([class]), .container tr td ul:not([class]),
.container tr th ol:not([class]), .container tr th ul:not([class]),
.modal_aside_wrap tr td ol:not([class]), .modal_aside_wrap tr td ul:not([class]),
.modal_aside_wrap tr th ol:not([class]), .modal_aside_wrap tr th ul:not([class]) {
    margin: 0;
}
.container tr td p:first-child,
.modal_aside_wrap tr td p:first-child{
    margin-top: 0 !important;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-bottom: 10px;
}
@media screen and (max-width: 568px) {
    table.bt tr td{
        flex-direction: column;
        border: 0 !important;
        border-left: 1px solid #f3e5d4 !important;
        border-right: 1px solid #f3e5d4 !important;
    }
    table.bt thead + tbody tr:first-child td:first-child,
    table.bt tr td:first-child{
        border-top: 1px solid #f3e5d4 !important;
    }
    table.bt tr.bt_first_tr td,
    table.bt tbody tr.bt_first_tr td,
    table.bt tr:last-child td,
    table.bt tr td{
        border-top: 1px solid #f1f1f1 !important;
    }
    table.bt tr:last-child td:first-child{
        border-top: 1px solid #f3e5d4 !important;
    }
    table.bt tr:last-child td:last-child{
        border-bottom: 1px solid #f3e5d4 !important;
    }
    table.bt tr td {
        border-radius: 0 !important;
    }
    table.bt tr.bt_first_tr td:first-child{
        border-radius: 20px 20px 0 0 !important;
    }
    table.bt tr:last-child td {
        border-bottom: 0 !important;
    }
    table.bt tr:last-child td:last-child {
        border-radius: 0 0 20px 20px !important;
    }
}

.container ul,
.modal_aside_wrap ul{
    margin: 25px 0;
}
.container ul li,
.modal_aside_wrap ul li{
    margin: 12px 0 12px 12px;
    padding: 0 0 0 25px;
    position: relative;
}
.container ul li:before,
.modal_aside_wrap ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #4f3e2e;
    border-radius: 50%;
}
.container ol,
.modal_aside_wrap ol{
    list-style-type: none;
    margin: 25px 0;
}
.container ol li,
.modal_aside_wrap ol li {
    counter-increment: list;
    margin: 15px 0 15px 15px;
    padding: 0 0 0 35px;
    position: relative;
}
.container ol li::before,
.modal_aside_wrap ol li::before {
    content: counter(list) ". ";
    position: absolute;
    left: 0;
    top: 0;
}

.text_wrap{
    color: #393531;
    margin-bottom: 45px;
}
.text_wrap a{
    color: #393531;
}
.text_wrap p{
    margin-bottom: 16px;
}

.blog-detail__quot {
    background-color: #fff5e9;
    margin-bottom: 30px;
    color: #000000;
    padding: 16px 20px;
    text-decoration: none;
    border-radius: 20px;
}
.blog-detail__quot p {
    padding: 0 !important;
    margin: 0 !important;
}
.blog-detail__quot ul {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-detail__quot-icon {
    display: none;
}
.blog-detail__text_arr_down{
    text-align: center;
    margin: 30px 0;
}
.hover_image {
    transition: transform .5s ease-out, -webkit-transform 1.3s ease-out;
}
.hover_image:hover {
    transform: scale(1.14);
}


/*  *******************/
.text_br {
    background-color: #f4eadc;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #f3e5d4;
    color: #5e4a29;
    font-size: 16px;
    font-family: 'SFProDisplay Medium';
}
.text_br h2,
.text_br h3{
    color: #4f3e2e;
    font-size: 18px;
    font-family: 'SFProDisplay Heavy';
    text-transform: uppercase;
    margin: 0 0 15px;
}
.text_br p {
    margin: 15px 0 35px 0;
    color: #595148;
}
.text_br a {
    color: #896b24;
}
.text_br b, .text_br strong {
    font-family: 'SFProDisplay Heavy';
}
.text_br ul li:before{
    background-color: #5e4a29;
}
.text_br .left-side {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.text_br .right-side {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    float: right;
}



@media (max-width: 480px) {
    .text_br .left-side, .text_br .right-side {width:100%;float:none}
}
@media (min-width: 481px) and  (max-width: 768px) {
    .text_br .left-side, .text_br .right-side {width:100%;float:none}
}




.text_br .left p.margin {
    margin-left: 238px;
}
.text_br .left p {
    margin-left: 0;
}

.text_br .left {
    width: 500px;
    float: left;
}

.text_br .left img {
    float: left;
}

.text_br .right {
    width: 370px;
    margin-left: 580px;
    vertical-align: top;
    position: relative;
}

.text_br .right .line {
    background: url('/local/templates/domoff2025/css/images/line.gif') no-repeat 0 50%;
    height: 20px;
    width: 225px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 9px;
}

.text_br .right .line a {
    color: #b4954b
}

.text_br .right .line a:hover {
    color: #fff
}
.text_br .news {
    clear: none;
    margin-bottom: 0
}

.text_br .news div {
    float: left;
    text-align: center;
    width: 52px;
    border-bottom: 2px solid #cdaa55;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 300;
    margin-top: -4px;
    margin-bottom: 0;
}

.text_br .news div span {
    font-size: 40px;
    font-family: "Myriad Pro", arial, helvetica, sans-serif;
    display: block;
}

.text_br .news div div {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: Arial;
    border-bottom: none;
}

.text_br .news p {
    margin-left: 67px;
}
.text_br .news {
    padding-top: 0;
    margin-left: 0;
    color: #fff;
}
.text_br .right p {
    color: #999;
    font-size: 12px;
}

.text_br .right a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.text_br .right a:hover {
    color: #b4954b;
}
.text_br .offers-table th {
    background: #3F3F3F;
}
.block_phone + .text_br {
    margin-top: 50px
}

.wrapper.txt .text_br {
    margin-right: -120px;
}

/*  *******************/
.modal_aside_window p em,
.blog-detail__quot-content p em,
.blog-detail__quot-content em   {
    font-style: normal;
}

.table-wrap {
    margin: 40px 0;
}

/*  *******************/
/*  *******************/
/*  *******************/
/*  *******************/
/*  *******************/
/*  *******************/

/* End */


/* Start:/local/templates/domoff2025/components/bitrix/breadcrumb/domoff/style.css?1746534824367*/
.breadcrumb_wrap {
	margin: 0 0 5px;
}
.breadcrumb_wrap i:before {
	margin: 0;
	color: #5e4a29;
}
.breadcrumb_wrap .breadcrumb_item {
	float: left;
	margin-bottom: 5px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 16px;
	color: #5e4a29;
}
.breadcrumb_wrap .breadcrumb_item a {
	color: #393531;
}
.breadcrumb_wrap .breadcrumb_item_last{
	color: #5e4a29;
}

/* End */


/* Start:/local/templates/domoff2025/components/bitrix/form.result.new/common/style.css?174653482440*/
#SIMPLE_FORM_1{
    max-width: 300px;
}

/* End */


/* Start:/local/components/domoff-new/fasadnyjkam.detail/templates/.default/style.css?1746534824637*/
.fasadnyjkam_detail_info{
    display: flex;
    margin-bottom: 30px;
}
.fasadnyjkam_detail_photo_main{
    margin-right: 20px;
}
.fasadnyjkam_detail_photo_main img{
    border-radius: 50%;
}
.fasadnyjkam_detail_desc{}

.fasadnyjkam_detail_name{
    color: #393531;
    font-size: 32px;
    font-family: 'SFProDisplay Medium';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.fasadnyjkam_detail_text{
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .fasadnyjkam_detail_info{
        display: block;
    }
    .fasadnyjkam_detail_photo_main{
        margin: 0 0 20px;
        text-align: center;
    }
}

/* End */
/* /local/templates/domoff2025/css/external/jquery.modal.css?17465348243609 */
/* /local/templates/domoff2025/css/external/modal_aside.css?17465348243446 */
/* /local/templates/domoff2025/css/external/basictable.css?17465348241031 */
/* /local/templates/domoff2025/css/fonts.css?174653482412533 */
/* /local/templates/domoff2025/css/icons-24181c47.css?17465348249195 */
/* /local/templates/domoff2025/css/common.css?174705784330418 */
/* /local/templates/domoff2025/components/bitrix/breadcrumb/domoff/style.css?1746534824367 */
/* /local/templates/domoff2025/components/bitrix/form.result.new/common/style.css?174653482440 */
/* /local/components/domoff-new/fasadnyjkam.detail/templates/.default/style.css?1746534824637 */
