.scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative;
}
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0;
}
.scroll-element {
display: none;
}
.scroll-element, .scroll-element div {
box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default;
}
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0;
} .scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-inner > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } .scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-outer > .scroll-element {
background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
height: 100%;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }
.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; } .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; } .scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
background-color: #6C6E71;
display: block;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
bottom: 0px;
height: 0px;
left: 0;
min-width: 100%;
overflow: visible;
width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0px;
top: 0;
width: 0px;
} .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-light > .scroll-element {
background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
background: #dbdbdb;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
bottom: 0;
height: 17px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
background: #fefefe;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
border: 1px solid #dbdbdb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; } .scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-rail > .scroll-element {
background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
background-color: #999;
background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
background-color: #666;
background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
min-width: 100%;
padding: 3px 0 2px;
width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
padding: 0 2px 0 3px;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
background-color: #d0b9a0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
} .scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; } .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; } .scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
bottom: 2px;
height: 7px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 2px;
top: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
opacity: 0.3;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
background-color: #cccccc;
opacity: 0;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
background-color: #6c6e71;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
} .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
bottom: 0;
height: 7px;
min-width: 24px;
top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
left: auto;
min-height: 24px;
right: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
bottom: 0;
top: auto;
left: 2px;
-webkit-transition: height 0.2s;
-moz-transition: height 0.2s;
-o-transition: height 0.2s;
-ms-transition: height 0.2s;
transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
left: auto;
right: 0;
top: 2px;
-webkit-transition: width 0.2s;
-moz-transition: width 0.2s;
-o-transition: width 0.2s;
-ms-transition: width 0.2s;
transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
overflow: hidden;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
height: 100%;
width: 100%;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
height: 20px;
min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
min-width: 7px;
width: 20px;
} .scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-chrome > .scroll-element {
background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_outer {}
.scrollbar-chrome > .scroll-element .scroll-element_track {
background: #f1f1f1;
border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
bottom: 0;
height: 16px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
background-color: #d9d9d9;
border: 1px solid #bdbdbd;
cursor: default;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
background-color: #c2c2c2;
border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
background-color: #919191;
border-color: #7e7e7e;
} .scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; } .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
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; 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: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  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;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
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"] {
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;
}:root{--blue-l: #edf5f9;--blue-l-2: #a4d5ea;--blue-g: #4e7287;--blue: #092a3e;--blue-m: #016cab;--blue-s: #2e98ca;--border: 2px solid #016cab;--adminBarHeight: 32px}@media(max-width: 767px){:root{--adminBarHeight: 46px}}*{box-sizing:border-box}html{font-size:5px;scroll-behavior:smooth}body{color:var(--blue);font-size:3.6rem;line-height:150%;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;font-family:"Manrope",sans-serif;font-weight:400;background-position:bottom left;background-repeat:no-repeat;background-size:contain}body.body-main{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/body-bg.svg)}body.body-page{padding-top:31rem}body.menu-open{overflow-y:hidden;touch-action:none;-ms-touch-action:none}body.menu-open .blue-wrapper{width:500vh;height:500vh;transform:translate(50%, -50%);z-index:9}body.menu-open .menu{visibility:visible;opacity:1}body.menu-open .menu .menu-body{opacity:1}body.menu-open .burger{background-color:#fff;transition:.2s}body.menu-open .burger .line{background:var(--blue-m)}body.menu-open .burger .line:nth-child(1){transform:rotate(45deg) translate(0.9rem, 0.9rem);margin-bottom:0}body.menu-open .burger .line:nth-child(2){opacity:0}body.menu-open .burger .line:nth-child(3){transform:rotate(-45deg) translate(1rem, -0.9rem)}body.no-scroll{overflow-y:hidden}button{color:inherit}h1{margin:0 0 7rem;font-size:20rem;line-height:110%;font-weight:800}h2{font-size:12rem;line-height:120%;font-weight:700}h3,h5,h4{font-weight:600;line-height:120%}h3{font-size:8rem;margin:0 0 8rem}h4{font-size:4.8rem}h5{font-size:4.4rem}pre{font-family:inherit;font-size:inherit}a{text-decoration:none;color:inherit}img{width:100%;height:auto;vertical-align:bottom}input{-webkit-appearance:none}.main{flex-grow:1}.container{max-width:311rem;padding:0 5rem;width:100%;margin:0 auto}.section{padding:32rem 0}.section_title{margin:0 0 18rem}.section-header-alt{margin:0 0 20rem}.section-header-alt .section_title{margin:0 0 6rem}.section-header-alt .section_subtitle{max-width:155rem;margin:0 auto 7rem}.section-page{padding-top:0}.section-anykey{padding-top:0}.section-text{padding-bottom:0}.section-text .text-block--short .text-block_text{max-height:15em;overflow:hidden;position:relative}.section-text .text-block--short .text-block_text::before{bottom:0;content:"";display:block;height:15%;background:linear-gradient(rgba(255, 255, 255, 0), #fff);position:absolute;width:100%;z-index:1}.section-text .text-block--short .show-more::after{transform:none}.section-text img{width:auto}.section-text-withp{padding-top:5rem;padding-bottom:32rem}.pb-0{padding-bottom:0}.show-more{font-weight:600;font-size:5rem;text-decoration:underline;margin-top:2rem;border:none;background-color:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between}.show-more::after{content:"";display:block;height:2.4rem;width:3.3rem;background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/dropdown-black.svg);background-repeat:no-repeat;background-size:contain;background-position:center;margin-left:3rem;margin-top:.7rem;transform:rotate(180deg)}.hide{display:none !important}.text-center{text-align:center}.after-arrow{display:flex;flex-direction:column;align-items:center;margin:0 auto}.after-arrow::after{content:"";display:block;height:17rem;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='16' height='84' viewBox='0 0 16 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 83.7071C7.68342 84.0976 8.31658 84.0976 8.70711 83.7071L15.0711 77.3431C15.4616 76.9526 15.4616 76.3195 15.0711 75.9289C14.6805 75.5384 14.0474 75.5384 13.6569 75.9289L8 81.5858L2.34315 75.9289C1.95262 75.5384 1.31946 75.5384 0.928932 75.9289C0.538408 76.3195 0.538408 76.9526 0.928932 77.3431L7.29289 83.7071ZM7 0L7 83H9L9 0L7 0Z' fill='black'/%3E%3C/svg%3E%0A");width:3.2rem;margin-top:6rem}.after-arrow-intext{font-size:5.6rem;line-height:140%;margin-top:6rem}.after-arrow-intext:after{height:12rem}.after-arrow-right:after{background-image:url("data:image/svg+xml,%3Csvg width='85' height='15' viewBox='0 0 85 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M84.2071 8.20711C84.5976 7.81658 84.5976 7.18342 84.2071 6.79289L77.8431 0.428932C77.4526 0.0384078 76.8195 0.0384078 76.4289 0.428932C76.0384 0.819457 76.0384 1.45262 76.4289 1.84315L82.0858 7.5L76.4289 13.1569C76.0384 13.5474 76.0384 14.1805 76.4289 14.5711C76.8195 14.9616 77.4526 14.9616 77.8431 14.5711L84.2071 8.20711ZM0.5 8.5H83.5V6.5H0.5V8.5Z' fill='black'/%3E%3C/svg%3E");width:17rem;height:3rem;margin-top:20rem}@media(max-width: 1500px){html{font-size:4px}}@media(max-width: 1100px){body.body-page{padding-top:28rem}body.body-page .footer-inner{padding:10rem 7.5rem 10rem}body.body-main{background-position:bottom 5% left}body.menu-open .burger{animation:none}.container{padding:0 7.5rem}.section{padding:25rem 0}.section-page{padding-top:10rem}.section-text{padding-bottom:0}.section-text-withp{padding-top:5rem;padding-bottom:10rem}.section_title{margin:0 0 15rem}h1{font-size:15rem}h2{font-size:10rem}h3{font-size:7rem}}@media(max-width: 767px){body{background-image:none;font-size:4rem}h3{font-size:5rem}body.menu-open .burger{background-color:transparent}body.menu-open .burger .line{background:#fff}body.menu-open .burger .line:nth-child(1){transform:rotate(45deg) translate(0.5rem, 0.6rem)}body.menu-open .burger .line:nth-child(3){transform:rotate(-45deg) translate(4.5px, -5.5px)}body.body-page{padding-top:25rem}.section{padding:20rem 0}.section-page{padding-top:0}.section-text{padding-bottom:0}.section-text .text-block--short .text-block_text{max-height:50rem}.section-text-withp{padding-top:2.5rem;padding-bottom:20rem}.section_title{margin:0 0 12.5rem;font-size:6.25rem;text-align:center}}@media(max-width: 360px){.container{padding:0 3rem}}.btn{padding:5rem 10rem;color:var(--blue-m);background:transparent;font-weight:500;font-style:normal;font-size:inherit;line-height:inherit;display:block;border:none;cursor:pointer;white-space:nowrap;text-align:center;transition:.3s;max-width:max-content;position:relative;border-radius:none}.btn:after{position:absolute;top:0;right:0;content:"";width:5%;height:25%;border-top:var(--border);border-right:var(--border);transition:.3s}.btn:before{position:absolute;bottom:0;left:0;content:"";width:5%;height:25%;border-bottom:var(--border);border-left:var(--border);transition:.3s}.btn:hover::before{transform:translatex(-3rem)}.btn:hover::after{transform:translatex(3rem)}.btn-section{margin:22rem auto 0}.btn-normal{border:2px solid var(--blue-m);padding:4rem 9rem}.btn-normal:after,.btn-normal:before{display:none}.btn-normal:hover{opacity:.7}.btn-white{color:#fff;border-color:#fff}.btn-white:after,.btn-white:before{border-color:#fff}.btn-blue{color:#fff;background-color:var(--blue-m);transition:background-color .3s;padding:4rem 9rem}.btn-blue:hover{background-color:var(--blue-s)}.btn-3d{display:inline-block;text-align:center;width:100%}.btn-form{width:100%;max-width:unset}.btn-becomedealer{margin-top:8rem}.btn-icon{position:relative}.btn-icon::before{position:absolute;content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/model/bank.png);background-position:center;background-repeat:no-repeat;display:block;background-size:contain;width:12%;height:58%;top:50%;left:3rem;right:unset;bottom:unset;transform:translate(0, -50%);z-index:-1;border:none}.btn-icon:hover::before{transform:translate(0, -50%)}.logo{display:block}.logo img{max-width:36.2rem}.city-select{display:inline-flex;align-items:center;user-select:none;position:relative;cursor:pointer}.city-select::after{content:"";display:block;height:3rem;width:4rem;background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/dropdown.svg);background-repeat:no-repeat;background-size:contain;background-position:center;margin-left:3rem;margin-top:.7rem}.city-select--white .city-list_wrapper{background-color:var(--blue);color:#fff;width:150%}.city-select--alt{margin-bottom:6.5rem}.city-select--alt:after{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/dropdown-blue.svg);height:2.4rem;width:4.3rem}.city-select--alt .city-value{color:var(--blue-m)}.city-select.city-select--open .city-list_wrapper{display:block}.city-select.city-select--open::after{transform:rotate(180deg)}.city-list{padding:0;list-style:none;margin:0;height:150px}@media(min-width: 1101px)and (max-width: 1500px){.city-list{height:120px}}.city-list_wrapper{z-index:1;display:none;position:absolute;left:0;top:100%;background-color:#fff;color:var(--blue-m);margin-top:3rem;width:100%;min-width:38rem;font-weight:normal;font-size:3.2rem;line-height:140%;border:var(--border);height:31rem}.city-list_item{padding:1.5rem 3rem}.city-list_item:first-of-type{padding-top:3rem}.city-list_item:last-of-type{padding-bottom:3rem}.city-info{margin-right:3rem;display:inline-block}.city-selected{width:100%;display:flex;align-items:center}.contacts-city .city-selected{font-size:6rem;font-weight:600}.socials{padding:0;margin:0 0 2rem;list-style:none;display:flex;align-items:center}.socials li{margin-left:4rem}.socials li:first-of-type{margin:0}.socials--mb{display:none}.socials_item{width:5rem;height:5rem;display:block;background-repeat:no-repeat;background-position:center;background-size:contain;transition:opacity .3s}.socials_item:hover{opacity:.6}.socials_item-yb{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/socials/yb.svg)}.socials_item-inst{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/socials/inst.svg)}.socials_item-fb{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/socials/fb.svg)}.socials_item-vk{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/socials/vk.svg)}.fancybox-bg{background:linear-gradient(0deg, rgba(9, 42, 62, 0.7), rgba(9, 42, 62, 0.7))}.breadcrumbs-block{margin-bottom:14rem}.breadcrumbs{color:var(--blue-g)}.breadcrumb_last{color:var(--blue)}.blue-box{max-width:107rem;margin-left:11rem}@media(max-width: 1100px){.blue-box{order:1}}.blue-box_inner{background-color:var(--blue-l);padding:7rem 11rem}.tabs{display:grid;grid-gap:6rem}.tabs .tab_content{width:100%}.tabs .tab_content.hide-pc{display:block}.tabs .tab_title{padding:3.6rem 7rem;margin:0;user-select:none;cursor:pointer;background:var(--blue-m);display:inline-flex;justify-content:space-between;align-items:center;width:100%;font-weight:600;font-size:5rem;line-height:120%;color:#fff}.tabs .tab_title::after{content:"";width:3rem;height:2rem;display:block;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85125 -4.43616e-07L6.25 4.38917L10.6487 -5.9065e-08L12 1.35125L6.25 7.10125L0.499999 1.35125L1.85125 -4.43616e-07Z' fill='%23ffffff'/%3E%3C/svg%3E");transition:.3s}.tabs .tab_title.active::after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85125 -4.43616e-07L6.25 4.38917L10.6487 -5.9065e-08L12 1.35125L6.25 7.10125L0.499999 1.35125L1.85125 -4.43616e-07Z' fill='%23ffffff'/%3E%3C/svg%3E");transform:rotate(180deg)}.tabs .tab_title.active~.tab_text{display:block;animation:show .5s}.tabs .tab_text{padding:4rem 5rem;display:none;max-width:100%;border:var(--border);border-top:none}.navigation{margin:22rem auto 0;color:var(--blue-m)}.nav-links{font-size:4.5rem;display:flex;align-items:center;justify-content:center;margin-top:13rem}.page-numbers{margin-left:3rem;font-weight:500}.page-numbers:first-child{margin:0}.page-numbers.prev{margin-right:4rem}.page-numbers.next{margin-left:6rem}.page-numbers.current{font-weight:600}.tags-list{margin:50px 0}.tags{display:flex;flex-wrap:wrap;grid-gap:2rem}.tag{background:var(--blue-m);color:#fff;font-size:2.5rem;text-transform:uppercase;letter-spacing:.2rem;font-weight:300;border-radius:1rem;padding:1rem 2rem;transition:opacity .3s}.tag:hover{opacity:.7}.categories{margin-top:50px;display:flex;justify-content:space-between}@media(max-width: 767px){.categories{flex-direction:column;align-items:center}}.categories a{text-align:center;font-size:14px;margin-right:20px;transition:all 300ms linear}.categories a:hover{color:#016cab}.categories__button{padding:10px 20px;text-align:center;line-height:40px;background-color:#092a3e;border:none;border-radius:5px;transition:all 300ms linear;cursor:pointer;color:#fff;transition:all 300ms linear}.categories__button:hover{background-color:#016cab}.page_title--bottom{margin-bottom:50px !important}@keyframes show{from{opacity:0}50%{opacity:50}to{opacity:100}}@media(max-width: 1100px){.btn{white-space:normal;max-width:100rem;border:var(--border)}.btn::after,.btn::before{display:none}.btn-icon::before{display:block}.btn-white{border-color:#fff}.btn-form{max-width:100%}.socials_item{width:6rem;height:6rem}.city-selected{font-size:5.5rem;font-weight:700}.city-select::after{height:3rem;width:4rem}.city-list_item{padding:2.5rem 3rem;font-size:4rem}.city-list_wrapper{height:38.5rem}.nav-links{font-size:7rem}.page-numbers{margin-left:5rem}.page-numbers.prev{margin-right:2rem}}@media(max-width: 767px){.btn{padding:3rem 4rem;width:100%;max-width:initial}.btn-form{font-size:3.5rem;padding:3.75rem;line-height:1.15}.logo img{max-width:40rem}.socials--pc{display:none}.socials--mb{display:flex;margin-bottom:3rem;justify-content:flex-start}.btn-becomedealer-nomb{display:none}.breadcrumbs-block{margin-bottom:5rem;white-space:nowrap;overflow-y:auto}.breadcrumb_last{padding-right:7.5rem;line-height:93%;max-width:68%;display:inline-block;overflow:hidden;text-overflow:ellipsis}.breadcrumbs{padding-bottom:5rem;line-height:100%}.tabs{grid-gap:5rem}.tabs .tab_title{font-size:4rem;padding:3.6rem}}.btn--font-size{margin-top:30px;font-size:18px;padding:4rem 3rem}@media(min-width: 1201px)and (max-width: 1528px){.btn--font-size{font-size:15px}}@media(min-width: 1101px)and (max-width: 1200px){.btn--font-size{font-size:13px}}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-12px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-12px}.header{background-color:var(--blue);width:100%;top:0;z-index:10;transition:background-color .3s}.header .logo_img-white{display:block}.header .logo_img-blue{display:none}.header-fixed{position:fixed}.header__logo-wrap{display:flex;align-items:center;color:#fff;font-size:20px;gap:50px}.header-onmain{background-color:transparent}.header-onmain .burger{background-color:#fff}.header-onmain .burger .line{background:var(--blue-m)}.header-onmain .logo_img-white{display:none}.header-onmain .logo_img-blue{display:block}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:5rem 0 4rem;position:relative}.burger{border:none;padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column;width:12.8rem;height:12.8rem;border-radius:50%;background-color:#fff;transition:background-color .3s;position:relative;z-index:11}.burger .line{height:.6rem;background-color:var(--blue-m);display:block;width:5rem;transition:.3s}.burger .line:not(:last-of-type){margin-bottom:1.5rem}.blue-wrapper{background-color:var(--blue-m);position:absolute;border-radius:50%;overflow:hidden;width:0;height:0;transition:.8s;transform:translate(50%, -50%);right:6.4rem;top:50%}.menu{width:100%;height:100vh;position:fixed;z-index:10;right:0;top:0;display:flex;opacity:0;transition:.9s,padding 0s;visibility:hidden;flex-direction:column;color:#fff;overflow:auto;scrollbar-width:thin;scrollbar-color:#d3d3d3 transparent}.menu::after{position:absolute;content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/menu-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;display:block;width:100%;height:100%;opacity:.08;right:0;top:0;z-index:-1}.menu::-webkit-scrollbar{width:14px;height:18px}.menu::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;background-color:rgba(0,0,0,.2);-webkit-border-radius:7px;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}.menu::-webkit-scrollbar-button{display:none;width:0;height:0}.menu::-webkit-scrollbar-corner{background-color:transparent}.menu-top{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 29rem 2rem 0;margin-bottom:23rem}.menu-inner{display:flex;align-items:flex-start;flex-direction:column;padding:3.1rem 10rem 4rem;width:100%;height:100%;max-width:321rem;margin:0 auto}.menu-phones{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:12rem}.menu-phones--mb{display:none}.menu-phone{font-weight:600;font-size:6.5rem;line-height:120%;display:inline-flex;align-items:center;transition:opacity .3s}.menu-phone::before{content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/phone-big.svg);background-position:center;background-size:cover;background-repeat:no-repeat;display:block;width:10rem;height:10rem;margin-right:3rem}.menu-phone:hover{opacity:.7}.menu_city{margin:0 0 8rem}.menu-phone_desc{margin-top:1rem;font-weight:normal;font-size:3.2rem;line-height:150%}.menu-body{width:100%;transition:opacity .6s;opacity:0}.menu-body_inner{display:flex}.menu-body-title{margin-right:20%}.menu-body-title h2{max-width:143rem;margin:0 0 8rem}.menu-block{font-weight:600;font-size:4.8rem;line-height:140%}.menu-list{list-style:none;padding:0;margin:0}.menu-list_item{margin:0 0 8rem}.menu-list_item:last-of-type{margin:0}.menu-list_item:hover{text-decoration:underline}.admin-bar .header{top:var(--adminBarHeight)}.admin-bar .menu{padding-top:var(--adminBarHeight)}@media(max-width: 1100px){.logo img{max-width:40rem}.header-inner{padding:5rem 0}.menu-inner{padding:5rem 7.5rem}.menu-phone{font-size:5rem}.menu-phones{grid-gap:6rem}.burger{width:13.5rem;height:13.5rem}.menu-top{padding:1rem 18rem 2rem 0}.menu-body-title{margin-right:5rem}.menu-body-title h2{font-size:8rem}.menu-phone::before{width:7rem;height:7rem}.blue-wrapper{right:7rem}}@media(max-width: 1000px){.menu-body_inner{flex-direction:column-reverse}.menu-body-title{margin-right:0;margin-top:8rem}.menu-list{column-count:2}}@media(max-width: 767px){.header{background-color:var(--blue)}.header__logo-wrap{width:calc(100% - 50px);gap:20px;font-size:14px;justify-content:space-between}.header__logo-wrap .header-phone span{display:none}.header__logo-wrap .header-phone::before{content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/phone-big.svg);background-position:center;background-size:cover;background-repeat:no-repeat;display:block;width:30px;height:30px;margin-right:15px}.header-onmain .logo_img-white{display:block}.header-onmain .logo_img-blue{display:none}.header-onmain .burger{background-color:transparent}.header-onmain .burger .line{background-color:#fff}.header-inner{padding:4.6rem 0}.burger{display:none;background-color:transparent;width:5.75rem;height:5.75rem}.burger .line{width:100%;background-color:#fff}.burger .line:not(:last-of-type){margin-bottom:1.2rem}.blue-wrapper{right:3rem}.menu-inner{overflow:auto;padding:4.5rem 7.5rem}.menu-body{height:100%}.menu-phones--pc{display:none}.menu-phones--mb{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:15rem;margin-top:5rem}.menu-phone::before{display:none}.menu-body-title{margin-right:0}.menu-body_inner{flex-direction:column;height:100%}.menu-list{column-count:1;font-size:4.5rem;font-weight:400;margin-bottom:8rem}.menu-list_item{margin:0 0 5.5rem}.menu_city{margin:0 0 8rem}.menu-top{margin-bottom:5rem;padding:0rem 18rem 0rem 0}.menu-block{font-size:4rem;font-weight:400}.menu-body-title{margin-bottom:8rem;margin-top:0}.menu-body-title h2{max-width:70rem;margin:0 0 0;font-size:6.25rem}}@media(max-width: 360px){.menu-inner{padding:5rem 3rem}}.header__burger{display:none}@media(max-width: 767px){.header__burger{display:block;width:30px;height:20px;position:absolute;right:0;cursor:pointer;z-index:11}.header__burger span{position:absolute;background-color:#fff;left:0;width:100%;height:2px;top:9px}.header__burger::before,.header__burger::after{content:"";background-color:#fff;position:absolute;width:100%;height:2px;left:0;transition:all .3s ease 0s}.header__burger::before{top:0}.header__burger::after{bottom:0}.header__burger.active::before{transform:rotate(45deg);top:9px}.header__burger.active::after{transform:rotate(-45deg);bottom:9px}.header__burger.active span{display:none}}.footer{color:#fff;position:relative;background-color:var(--blue);width:calc(100% - 20rem);margin:0 auto 10rem;display:flex;justify-content:center}.footer-inner{display:grid;grid-template-columns:30% 20% 20% 30%;width:100%;padding:16rem 31rem 14rem;max-width:361rem}.footer-logo{margin-bottom:9rem}.footer-logo img{max-width:53rem}.footer-sign{max-width:67rem}.footer-sign_img{user-select:none;pointer-events:none}.footer-sign_img img{max-width:48rem}.footer-sign_author{font-size:3rem;margin-left:auto;text-align:right}.footer-sign_content{display:flex;flex-direction:column;align-items:flex-end}.footer-sign_quote{text-align:right}.footer_btn{max-width:100rem}.footer-city{margin-bottom:9rem}.footer-phone{font-weight:600;font-size:4.8rem;line-height:140%;display:block;margin-bottom:7rem;max-width:max-content}.footer-menu_list{padding:0;margin:0;list-style:none}.footer-menu_title{margin:0 0 7rem}.footer-menu_item{margin:0 0 5rem;max-width:max-content}.footer-menu_item:hover a{text-decoration:underline}.footer-menu_item:last-child{margin:0}.footer-col-contacts{display:flex;flex-direction:column;align-items:flex-end}.footer-socials{max-width:max-content}.footer-copyright{grid-column:1/-1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;margin-top:40px;padding-top:24px;border-top:1px solid #154461}@media(min-width: 768px){.footer-copyright{flex-direction:row}}.footer-privacy:hover,.footer-developer:hover{text-decoration:underline}@media(max-width: 1540px){.footer-inner{padding:15rem;padding-bottom:7rem}}@media(max-width: 1100px){.footer{width:100%;margin:0}.footer-inner{grid-template-columns:repeat(2, 1fr);padding:10rem;grid-gap:15rem}.footer-col-contacts{grid-area:1/2/2/3}.footer-sign{max-width:100rem;margin-left:0}}@media(max-width: 767px){.footer{position:relative}.footer-col-contacts{grid-area:initial}.footer-inner{grid-template-columns:repeat(1, 1fr);padding:15rem 7.5rem 10rem;justify-content:center;max-width:max-content;grid-gap:12.5rem;justify-items:flex-start}.footer-col-logo{justify-self:stretch}.footer-sign_quote{margin-right:auto;text-align:left}.footer-col-contacts{align-items:flex-start}.footer-menu-dropdown .footer-menu_title{display:inline-flex;justify-content:space-between;align-items:center;margin:0}.footer-menu-dropdown .footer-menu_title:after{margin-left:3rem;content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/dropdown.svg);width:3rem;height:3rem;background-repeat:no-repeat;background-size:contain;background-position:center;transform:rotate(0deg);display:inline-block}.footer-menu-dropdown .footer-menu_list{display:none}.footer-menu-dropdown--opened .footer-menu_list{display:block}.footer-menu-dropdown--opened .footer-menu_title{margin:0 0 7rem}.footer-menu-dropdown--opened .footer-menu_title::after{transform:rotate(180deg)}}@media(max-width: 360px){.footer-inner{padding:33.5rem 3rem 10rem}}.ourproducts-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:50rem;width:90%;margin:0 auto}.ourproduct_img{height:70rem;margin-bottom:10rem}.ourproduct_img img{object-fit:contain;width:100%;height:100%}.ourproduct_title{margin:0;text-align:center}@media(max-width: 1100px){.ourproducts-list{grid-column-gap:15rem;width:100%}}@media(max-width: 767px){.ourproducts-list{grid-template-columns:repeat(1, 85%);justify-content:center;grid-gap:12.5rem}}.section-hero{height:98vh;overflow:hidden;position:relative}.hero{height:100%;color:#fff}.hero_inner{height:100%}.hero_inner img{object-fit:cover;position:absolute;top:-20%;z-index:-1;height:120%}.hero_title{margin:0 0 7rem;max-width:252rem}.hero_text{margin:0;font-size:4.8rem}.hero_content{padding:0 7.5rem;display:flex;justify-content:center;height:100%;left:0;flex-direction:column}@media(max-width: 1100px){.section-hero{height:70vh}}@media(max-width: 767px){.section-hero{background:url(//septik96.ru/wp-content/themes/kolibri/img/main/3.jpg) no-repeat;background-size:cover;background-position:center;height:100vh;color:#fff;text-align:center}.hero_inner{position:relative;padding-top:30.5rem}.hero_content{position:relative;height:auto;top:0;padding:0 7.5rem}.hero_title{font-size:9rem}.hero_text{margin:0 0 2rem;font-size:4.5rem}}@media(min-width: 768px){.section-hero{height:70vh;background-size:cover;background:url(//septik96.ru/wp-content/themes/kolibri/img/main/2.jpg) no-repeat 40%}}.section-geo{background-color:var(--blue);padding-bottom:10rem}.section_title-geo{max-width:136rem}.geo{color:#fff}.geo_inner{display:flex;justify-content:space-between}.geo_text{width:25%}.geo_map{width:65%;transform:translateY(-30%)}.geo_btn{margin:22rem auto 0}@media(max-width: 1100px){.geo_inner{flex-direction:column-reverse}.geo_map{width:100%;transform:none;margin-bottom:10rem}.geo_text{width:80%;margin:0 auto 15rem}.section-geo{padding-bottom:17rem}}@media(max-width: 767px){.section_title-geo{max-width:100%}.geo_inner{flex-direction:column}.geo_text{width:100%;margin-bottom:0}.geo_text p:last-of-type{margin-bottom:12.5rem}.geo_map{display:none}}.section-profit{padding:0}.section_title-profit{max-width:152rem}.profits-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:25rem;margin:0 auto}.profit_title{margin:0 0 5rem}.profit_text{max-width:83rem}@media(max-width: 1100px){.profits-list{grid-column-gap:10rem}.profit_text{max-width:100%}.section_title-profit{max-width:100%}}@media(max-width: 767px){.profits-list{grid-template-columns:repeat(1, 1fr);grid-gap:7.5rem}}.section-pool{padding-bottom:0;margin-bottom:-14%}.section_title-pool{font-weight:800;font-size:26rem;text-align:center;max-width:328rem;margin:0 auto}.pool{padding-top:60%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:30%;position:relative}.pool:after{content:"";display:block;width:100%;height:100%;background-image:url(//septik96.ru/wp-content/themes/kolibri/img/pool-1.png);background-repeat:no-repeat;position:absolute;z-index:-1;background-position:top;left:0;top:0;background-size:cover}.pool-idea{opacity:.2;transition:1s}.pool-idea.active{opacity:1}.pool-title{position:absolute;top:12%;color:#fff;width:100%}.pool-title_title{font-style:normal;font-weight:800;font-size:35rem;line-height:120%;margin:0}.pool-title_subtitle{font-weight:600;font-size:8rem;margin:2rem 0 0;line-height:120%}.pool-items{padding:0;margin:0;display:grid;grid-template-columns:repeat(2, 46%);grid-gap:20rem;list-style:none}.pool-item{background:#fff;border-radius:5rem;padding:2rem 4rem}.pool-item_title{margin:0 0 5rem}.pool-item_link{display:grid;grid-gap:4rem;grid-template-columns:15rem 1fr;align-items:flex-end;margin-top:5rem;color:#fff;text-decoration:underline;transition:opacity .3s;font-size:4.2rem;line-height:135%}.pool-item_link img{width:15rem}.pool-item_link:hover{opacity:.6;text-decoration:none}.pool-info{transform:translateY(55%)}@media(max-width: 1100px){.section_title-pool{font-size:19rem;padding:0 7.5rem}.pool{padding-top:140%;padding-bottom:15%}.pool::after{background-size:contain}.pool-info{transform:none}.pool-item{padding:0}.pool-item_link{color:var(--blue-m)}.pool-title{top:calc(28% + 15rem)}.pool-title_title{font-size:27rem}.pool-title_subtitle{font-size:5rem;margin:1.5rem 0 0}}@media(max-width: 767px){.pool{padding-bottom:0;padding-top:120%;overflow:hidden}.pool:after{background-size:contain;width:124%}.pool-idea{opacity:1}.section_title-pool{margin:0 0 12.5rem;font-size:6.25rem}.section-pool{margin-bottom:0}.pool-items{grid-template-columns:repeat(1, 1fr);grid-gap:7.5rem}.pool-info{transform:none}.pool-title_title{font-size:20rem;line-height:110%}.pool-title_subtitle{margin:1rem 0 0;font-weight:500}.pool-item_link{grid-gap:3rem;grid-template-columns:auto}}@media(max-width: 550px){.pool-title{top:10%}.pool-title_title{font-size:9rem}.pool-title_subtitle{font-size:4.2rem;max-width:33rem}}.founder_inner{display:flex;justify-content:space-between;align-items:flex-start}.founder-left{width:60%;display:grid;grid-template-columns:repeat(2, 1fr);margin-right:34rem;grid-row-gap:22rem}.founder-right{max-width:40%}.founder_title{grid-area:1/1/2/3;margin:0}.founder_warranty{grid-area:2/1/3/2;margin:0;max-width:72rem}.founder_quote{grid-area:2/2/3/3;font-size:4rem}.founder_quotetext{margin:0 0 6rem}.founder_name{color:var(--blue-g)}.founder-left_img{display:none}@media(max-width: 1100px){.founder_warranty{max-width:100%}.founder_title{font-size:9rem}.founder_warranty{grid-area:2/1/3/3}.founder_quote{grid-area:3/1/3/3}.founder-left{margin-right:15rem;grid-row-gap:7.5rem;width:calc(50% - 15rem);max-width:100%}.founder-right{width:50%;max-width:50%}.founder_img{height:100%}.founder_img img{height:100%;object-fit:cover}}@media(max-width: 767px){.founder_inner{flex-direction:column}.founder-left{display:grid;width:100%;grid-template-columns:repeat(1, 1fr);margin-right:0;grid-row-gap:7.5rem;margin-bottom:0}.founder-left_img{display:block}.founder-right{display:none}.founder_warranty{grid-area:initial;max-width:100%}.founder_quote{grid-area:initial}.founder_title{grid-area:initial;margin-bottom:5rem}}.section-path{padding-top:0}.path_inner{display:flex}.path-left{width:calc(32% - 9rem);margin-right:9rem}.path-right{width:68%}.path_text{margin:0 0 9rem;max-width:80rem}.path_title{margin-bottom:6rem}.slider-years{height:100%;margin-right:calc((100vw - 311rem + 29px)/2*-1);width:calc(100% + 10rem);padding-right:10rem}.slider-years-nav{margin-bottom:6rem;margin-right:-7.5rem;padding-right:7.5rem;margin-left:-2rem;padding-left:2rem;padding-top:2rem;display:none}.slider-years-nav:after{width:100%;height:1px;display:block;content:"";background-color:var(--blue-g);top:3.5rem;position:absolute}.dot{cursor:pointer;user-select:none}.dot.swiper-slide-thumb-active .dot_inner{color:var(--blue-m)}.dot.swiper-slide-thumb-active .dot_icon{width:4rem;height:4rem;top:-1px;background-color:var(--blue-m)}.dot.swiper-slide-thumb-active .dot_icon:after{width:6rem;height:6rem;content:"";display:block;border:var(--border);top:50%;left:50%;right:50%;transform:translate(-50%, -50%);position:absolute;border-radius:50%}.dot_inner{display:flex;flex-direction:column;color:var(--blue-g);font-size:3.5rem}.dot_icon{position:absolute;width:3rem;height:3rem;background-color:var(--blue-g);border-radius:50%;top:0;transition:.2s}.dot_icon:after{transition:.3s;width:3rem;height:3rem;content:"";display:block;border:var(--border);border-color:transparent;top:50%;left:50%;right:50%;transform:translate(-50%, -50%);position:absolute;border-radius:50%}.dot_year{padding-top:6rem}.years{height:100%}.year-card{border:var(--border);margin-right:10rem;height:auto;display:flex !important;flex-direction:column;overflow:hidden}.year-card_inner{padding:6rem;flex-grow:1;background-color:#fff}.year-card_header{margin-bottom:7rem;font-weight:600;font-size:4rem;line-height:145%;color:var(--blue)}.year-card_header p{user-select:none}.year-card_body p{user-select:none}.year-card_footer{background-color:var(--blue-m);color:#fff;font-weight:600;font-size:8rem;line-height:120%;padding:6rem}.video{position:relative;max-width:302rem}.video-sm{max-width:60rem}.video-sm .video_item:after{width:10rem;height:10rem}.video-nopreview .video_inner{display:flex;align-items:center}.video-nopreview .video_item{margin:0;width:10rem;height:10rem;transition:opacity .3s;background-image:url(//septik96.ru/wp-content/themes/kolibri/img/play.svg);background-position:center;background-size:contain}.video-nopreview .video_item::after{display:none}.video-nopreview .video_item:hover{opacity:.8}.video-nopreview .video_text{margin-left:3rem}.video_item{margin-bottom:3rem;display:block;position:relative}.video_item::after{content:"";display:block;position:absolute;left:50%;right:50%;top:50%;bottom:50%;width:18rem;height:18rem;transition:opacity .3s;background-position:center;background-size:contain;transform:translate(-50%, -50%);background-image:url(//septik96.ru/wp-content/themes/kolibri/img/play.svg)}.video_item:hover:after{opacity:.8}@media(min-width: 1921px){.path-left{width:calc(40% - 9rem)}.path-right{width:60%}.slider-years{width:calc(100% + 75rem)}}@media(max-width: 1900px){.path-left .video_item{margin-bottom:0}.path-left .video_text{display:none}.path_title{font-size:11rem}}@media(max-width: 1279px){.path_inner{flex-direction:column}.path-left{width:100%;margin-right:0;margin-bottom:7.5rem}.path-right{width:100%}.slider-years{width:calc(100% + 15rem);margin-right:-7.5rem;margin-left:-7.5rem;padding-right:7.5rem;padding-left:7.5rem}.slider-years-nav{display:block}.path_text{max-width:100%}.video{max-width:200rem}}@media(max-width: 767px){.video_item::after{width:20rem;height:20rem}.year-card_inner{padding:5rem 5rem 17.5rem}.year-card_header{margin-bottom:3.75rem;font-size:4.5rem}.year-card_footer{padding:5rem}}@media(max-width: 360px){.slider-years{width:calc(100% + 6rem);margin-right:-3rem;margin-left:-3rem;padding-right:3rem;padding-left:3rem}.slider-years-nav{margin-right:-3rem;padding-right:3rem}}.section-proud{padding-bottom:0}.proud_inner{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/proud/2patent.jpg);background-repeat:no-repeat;background-position:50% top;background-size:40%;height:132rem;position:relative}.proud-items{list-style:none;padding:0;margin:0}.proud-item{margin:0;position:absolute;max-width:85rem}.proud-item-1{top:26rem;left:0}.proud-item-2{left:15rem;bottom:-50px;max-width:100rem}.proud-item-3{top:0;right:0}.proud-item-4{bottom:0;right:15%}.proud-item_title{margin:0 0 8rem}@media(max-width: 1100px){.proud_inner{height:120rem}.proud-item-2{left:5%}.proud-item-4{right:5%}.proud-item-1{top:15%;max-width:30%}}@media(max-width: 1000px){.proud_inner{background-position:center right;height:auto}.proud-items{display:grid;grid-template-columns:repeat(3, 1fr);height:100%;grid-gap:10rem}.proud-item{position:initial;max-width:100%}.proud-item-1{grid-area:1/1/2/2}.proud-item-2{grid-area:1/2/2/3;max-width:100%}.proud-item-3{grid-area:2/1/3/2;transform:translatex(15%)}.proud-item-4{grid-area:2/2/3/3;transform:translatex(15%)}}@media(max-width: 767px){.proud_inner{background-position:115% 55%;background-size:50%;height:auto;margin-right:-7.5rem;padding-right:7.5rem;overflow-x:hidden}.proud-item{grid-area:initial;transform:none}.proud-item-2{max-width:auto}.proud-item_title{margin:0 0 3.75rem;font-size:5rem}.proud-items{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:5rem}.proud-item_text{font-size:3.5rem;max-width:125rem}.proud-item:nth-child(2) .proud-item_text,.proud-item:nth-child(3) .proud-item_text{padding-right:37%}.proud-item:nth-child(3) .proud-item_title{max-width:55%}}@media(max-width: 500px){.proud_inner{background-size:55%}.proud-item:nth-child(2) .proud-item_text,.proud-item:nth-child(3) .proud-item_text{padding-right:41%}}@media(max-width: 360px){.proud_inner{margin-right:-3rem;padding-right:3rem;overflow-x:hidden}}.section-once{padding-top:11rem}.once_title{text-align:right;padding-right:26rem;margin-bottom:16rem}.once_inner{display:grid;grid-template-columns:repeat(2, 37%);grid-column-gap:32rem;justify-content:center;grid-row-gap:12rem;position:relative}.once-img{position:absolute;height:78%;top:-16%;left:0;width:50%}.once-img img{height:100%;object-fit:contain}.once-item-1{grid-area:1/2/2/3}.once-item-2{grid-area:2/2/3/3}.once-item-3{grid-area:3/2/4/3}.once-item-4{grid-area:3/1/4/2}@media(max-width: 1100px){.once_inner{grid-template-columns:repeat(2, 1fr);grid-column-gap:20rem}.once_title{text-align:center;padding-right:0}}@media(max-width: 767px){.section-once{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/once/bg-mob.png);background-repeat:no-repeat;background-position:bottom left;background-size:100% 75%;padding-bottom:9rem}.once{position:relative;z-index:3}.once_inner{grid-template-columns:repeat(1, 1fr);grid-row-gap:10rem}.once-item{grid-area:auto !important}.once-item_text{font-size:4rem}.once-item:last-child{position:relative}.once-img{position:initial;width:100%;height:auto}}@media(max-width: 360px){.once-item:last-child:after{width:34rem;right:-3rem}}.page-header{margin-bottom:20rem}.page_title{font-size:18rem;text-align:center;margin:0}@media(max-width: 767px){.page_title{font-size:6rem}.page-header{margin-bottom:10rem}}.section-products .page_title{margin-bottom:23rem}.section-products-content img{width:auto;max-width:100%}.product-item{transition:opacity .2s}.product-item:hover{opacity:.8}.products-list{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:10rem}.product-item_img{height:65rem;margin-bottom:2rem}.product-item_img img{object-fit:contain;width:100%;height:100%}.product-item_inner{text-align:center;position:relative}.product-item_title{margin:0;text-align:center;font-size:4.8rem}.product-item_subtitle{margin:1rem 0 0;font-size:3.2rem;color:var(--blue-g)}.product-item_stocks{position:absolute;top:-5rem;right:0;display:grid;grid-gap:2rem}.product-item_stock{background:var(--blue-m);color:#fff;overflow:hidden;text-align:center;height:13rem;width:13rem;border-radius:50%;font-size:2rem;display:flex;align-items:center;justify-content:center;text-transform:uppercase;padding:1rem;line-height:140%}.product-item_stock--hit{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/KHIT.png);background-size:contain;background-color:transparent}@media(max-width: 1100px){.products-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1000px){.products-list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.products-list{grid-template-columns:repeat(1, 1fr)}}.section-projects{padding-bottom:32rem}.projects-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10rem;margin-bottom:10rem}.projects-list--similar{margin:0}.project-item_img{height:69rem;margin-bottom:5rem;position:relative}.project-item_img::after{position:absolute;content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/Shmakov-signature-SK_Ural.png);background-repeat:no-repeat;display:block;right:0;bottom:0;background-position:right bottom;width:100%;height:100%;background-size:30%;z-index:0}.project-item_img img{object-fit:cover;height:100%;width:100%}.project-item_title{margin:0 0 2rem;line-height:140%}.project-item_subtitle{font-size:3.2rem;line-height:150%;color:var(--blue-g)}@media(max-width: 1100px){.projects-list{grid-gap:7.5rem;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.section-projects{padding-bottom:20rem}.projects-list{grid-template-columns:repeat(1, 1fr);justify-content:center;grid-gap:12.5rem;margin-bottom:12.5rem}.project-item_title{margin:0 0 2.5rem;font-size:4.5rem}.project-item_subtitle{font-size:3.5rem}}@media(max-width: 500px){.project-item_img{height:45rem;margin-bottom:6.25rem}}.project-header_inner{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media(min-width: 992px){.project-header_inner{flex-direction:row}}.project-gallery{width:400px}.project-gallery-thumbs{width:100%;margin:30px 0}@media(max-width: 575px){.project-gallery-thumbs{margin-top:0}}.project-header_title{text-align:left;margin:0 0 8rem;font-size:12rem;line-height:120%}.project-header_img{position:relative;min-width:100%;margin:0 auto 40px auto}@media(min-width: 992px){.project-header_img{margin:0}}@media(min-width: 576px){.project-header_img{min-width:400px}}.project-header_img::before{content:"";display:block;padding-top:100%}.project-header_img img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.project-header_img-thumb{width:25%;height:auto;cursor:pointer}.project-header_img-thumb img{width:100%;height:100%}@media(min-width: 992px){.project-header_info{margin-left:40px}}.project-header_top{margin:0}@media(max-width: 1100px){.section-project{padding-top:0}.project-header_title{width:100%;margin:0 0 5rem;font-size:10rem}}@media(max-width: 1100px)and (min-width: 992px){.project-header_title{width:auto}}@media(max-width: 1000px){.project-header_text{font-size:4rem;line-height:140%}.project-header_title{margin:0 0 5rem;font-size:6.25rem;line-height:130%}.project-header_date{font-size:4rem}}.cert{display:flex}.cert_title{margin-bottom:10rem}.cert_img{width:44%;display:block}.cert_content{width:calc(56% - 9rem);max-width:132rem;margin-left:9rem}.section-cert{position:relative;z-index:1;padding-bottom:17rem;padding-top:43rem}.certificates-list{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:10rem}@media(max-width: 1100px){.section-cert{padding:15rem 0 25rem}.certificates-list{grid-template-columns:repeat(2, 1fr)}.cert{flex-direction:column-reverse}.cert_img{width:100%;margin-bottom:0}.cert_content{width:100%;max-width:100%;margin-left:0;margin-bottom:10rem}}@media(max-width: 767px){.certificates-list{grid-template-columns:repeat(1, 1fr)}}.contacts{transition:.3s}@media(min-width: 768px){.contacts-footer{margin-bottom:40px}}.section-contacts{padding-bottom:0}.contacts-hidden{opacity:0}.contacts-body{margin-bottom:20rem}.links{display:flex}.links .link{margin-left:10%}.links .link:first-child{margin:0}.links-col{display:grid;justify-content:flex-start;grid-gap:6rem}.links-col .link{margin:0}.link{display:inline-flex;align-items:center}.link::before{width:5rem;height:5rem;margin-right:3rem;background-repeat:no-repeat;background-size:cover;background-position:center;content:""}.link-phone::before{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4092 18.108L19.3243 16.7037L17.471 15.4556C17.1133 15.2152 16.6326 15.294 16.3685 15.6364L15.2217 17.126C14.9753 17.4492 14.5322 17.5421 14.1789 17.3445C13.4008 16.9071 12.4806 16.4954 10.4502 14.4414C8.4198 12.3875 8.00963 11.4604 7.57677 10.6742C7.38118 10.3173 7.47311 9.8696 7.79303 9.62075L9.26735 8.4621C9.60626 8.19536 9.68431 7.70972 9.44634 7.34831L8.24893 5.5335L6.82097 3.36946C6.57792 3.00111 6.09139 2.89053 5.71564 3.11819L4.0688 4.11635C3.62374 4.38127 3.29659 4.80906 3.1551 5.31103C2.70475 6.96991 2.61395 10.6293 8.41881 16.494C14.2237 22.3587 17.8454 22.2667 19.4874 21.8117C19.9842 21.6688 20.4076 21.3382 20.6699 20.8885L21.6578 19.2248C21.8832 18.8451 21.7738 18.3536 21.4092 18.108Z' fill='%23016CAB'/%3E%3C/svg%3E%0A")}.link-mail::before{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1438 6.021L15.9805 12.1446L22.1438 18.2682C22.2552 18.0354 22.3228 17.7779 22.3228 17.503V6.78622C22.3228 6.51127 22.2552 6.25387 22.1438 6.021Z' fill='%23016CAB'/%3E%3Cpath d='M20.5347 5H3.78475C3.50981 5 3.2524 5.0676 3.01953 5.17901L10.8969 13.0167C11.5934 13.7132 12.7261 13.7132 13.4226 13.0167L21.2999 5.17901C21.0671 5.0676 20.8097 5 20.5347 5Z' fill='%23016CAB'/%3E%3Cpath d='M2.17901 6.021C2.0676 6.25387 2 6.51127 2 6.78622V17.503C2 17.778 2.0676 18.0354 2.17901 18.2682L8.34233 12.1446L2.17901 6.021Z' fill='%23016CAB'/%3E%3Cpath d='M15.1366 12.9863L14.2645 13.8585C13.1039 15.019 11.2155 15.019 10.055 13.8585L9.18285 12.9863L3.01953 19.11C3.2524 19.2214 3.50981 19.289 3.78475 19.289H20.5347C20.8097 19.289 21.0671 19.2214 21.2999 19.11L15.1366 12.9863Z' fill='%23016CAB'/%3E%3C/svg%3E ")}.link-map::before{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4438 20.3397L17.3018 13.3233C19.1239 10.8942 18.8604 6.90133 16.7378 4.77903C15.5909 3.63175 14.0658 3 12.4438 3C10.8219 3 9.29679 3.63175 8.14982 4.77872C6.02721 6.90102 5.76374 10.8939 7.57856 13.3135L12.4438 20.3397ZM12.4999 6.8C13.7222 6.8 14.7165 7.79465 14.7165 9.01667C14.7165 10.2387 13.7222 11.2333 12.4999 11.2333C11.2775 11.2333 10.2832 10.2387 10.2832 9.01667C10.2832 7.79465 11.2775 6.8 12.4999 6.8Z' fill='%23016CAB'/%3E%3C/svg%3E ")}.link-hours::before{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.08203 12.5007C2.08203 6.75065 6.73828 2.08398 12.4883 2.08398C18.2487 2.08398 22.9154 6.75065 22.9154 12.5007C22.9154 18.2507 18.2487 22.9173 12.4883 22.9173C6.73828 22.9173 2.08203 18.2507 2.08203 12.5007ZM11.457 7.29199H13.0195V12.7607L17.707 15.542L16.9258 16.8232L11.457 13.542V7.29199Z' fill='%23016CAB'/%3E%3C/svg%3E ")}a.link{transition:opacity .3s}a.link:hover{opacity:.6}.maps_inner{display:flex;justify-content:space-between}.map-item{width:calc(50% - 5rem)}.map-item-wide{width:100%}.map-item_title{margin:0 0 5rem}.map-item_header{margin-bottom:9rem}.map{height:93rem;width:100%}.contacts-footer_title{margin:0 0 7rem}.dealers-map-list{display:grid;grid-gap:2rem}@media(max-width: 1100px){.maps_inner{flex-direction:column}.map-item{width:100%;margin-bottom:12.5rem}.map-item:last-of-type{margin:0}.map{width:calc(100% + 15rem);margin-left:-7.5rem;margin-right:-7.5rem}}@media(max-width: 767px){.contacts-body{margin-bottom:12.5rem}.map{height:62.5rem}.map-item_header{margin-bottom:7.5rem}.links{flex-direction:column}.links .link{margin-left:0;margin-top:5rem}}@media(max-width: 360px){.map{width:100%;margin-left:0;margin-right:0}}.section-thankyou{padding-bottom:28rem}.thankyou-top{margin:0 0 24rem;display:flex}.thankyou-bottom{display:flex;justify-content:space-between;align-items:center}.thankyou_inner{padding-top:10rem}.thankyou-header{width:69%;margin:0}.from-founder_inner{display:flex}.thankyou_title{font-size:10rem;text-align:left;color:var(--blue-m);margin:0 0 12rem}.thankyou_subtitle{font-size:5.4rem;line-height:120%;color:var(--blue-g)}.thankyou_subtitle ul{margin:0;padding-left:5rem}.thankyou_subtitle ul li{margin:0 0 4rem}.thankyou_subtitle ul li:last-of-type{margin:0}.thankyou_subtitle p{margin:5rem 0}.thankyou_subtitle p:last-of-type{margin:0}.form-thankyou{width:160rem}@media(max-width: 1100px){.form-thankyou{order:2}}.from-founder_pic{width:calc(31% - 3rem);margin-left:11rem}.from-founder_img{margin-bottom:8rem}.from-founder_name{font-size:4.2rem;line-height:150%;color:var(--blue-m);margin-bottom:30px}.from-founder_text{line-height:150%;max-width:64rem;margin:17rem 30rem 0 9rem}@media(max-width: 1100px){.from-founder_text{margin:0 2% 0 0}.from-founder_inner{justify-content:space-around}.thankyou-top{flex-direction:column}.thankyou-header{width:auto;margin:0 0 10rem}.from-founder_pic{width:auto;margin-left:0}.thankyou-bottom{flex-direction:column-reverse}.blue-box{max-width:100%;margin-left:0;margin-bottom:20rem}.form-thankyou{margin:0 auto}.blue-box{width:160rem;margin:0 auto 20rem}}@media(max-width: 767px){.from-founder_text{max-width:unset;text-align:center;margin:0 auto 7.5rem}.from-founder_inner{flex-direction:column}.from-founder_pic{max-width:unset}.from-founder_pic--pc{display:none}.thankyou_title{font-size:9rem}.form-thankyou{width:auto}.form-thankyou .inputs{grid-template-columns:repeat(1, 1fr);grid-gap:5rem;justify-content:initial}.form-thankyou .inputs .input,.form-thankyou .inputs .btn{width:100%}.thankyou-top{margin:0 0 10rem}.blue-box_inner{padding:4rem}}@media(min-width: 768px){.from-founder_pic--mobile{display:none}}.section-form{padding:32rem 0}.form-standart .form-body{max-width:72rem;margin:0 auto}.form-popup .form_inner{padding:12rem}.form-popup .form-header{text-align:left}.form-popup .form_title{font-size:8rem;margin:0 0 10rem;max-width:100%}.form-popup .form-body{max-width:100%}.form-header{text-align:center;margin:0 auto 8rem}.form_title{position:relative;font-size:10rem;max-width:210rem;display:flex;justify-content:center;align-items:center}.form_presentation:after{content:"";position:absolute;right:-80px;background-image:url("data:image/svg+xml,%3Csvg width='85' height='15' viewBox='0 0 85 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M84.2071 8.20711C84.5976 7.81658 84.5976 7.18342 84.2071 6.79289L77.8431 0.428932C77.4526 0.0384078 76.8195 0.0384078 76.4289 0.428932C76.0384 0.819457 76.0384 1.45262 76.4289 1.84315L82.0858 7.5L76.4289 13.1569C76.0384 13.5474 76.0384 14.1805 76.4289 14.5711C76.8195 14.9616 77.4526 14.9616 77.8431 14.5711L84.2071 8.20711ZM0.5 8.5H83.5V6.5H0.5V8.5Z' fill='black'/%3E%3C/svg%3E");background-repeat:no-repeat;width:85px;height:15px}@media(max-width: 1240px){.form_presentation:after{right:-40px}}@media(max-width: 1100px){.form_presentation:after{display:none}}.form_subtitle{line-height:150%;margin:0 auto 0}.input{border:none;background-color:var(--blue-l);color:var(--blue-g);border-radius:0;padding:4rem;width:100%}.input-textarea{height:30rem;resize:none}.input-file{border:1px solid var(--blue-g);background:#fff;padding:2rem;cursor:pointer}.input-hidden{display:none !important}.inputs-grid{display:grid;grid-gap:4rem}.inputs{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:5rem}.inputs .input,.inputs .btn{width:100%;height:100%}.inputs .btn{border:none}.checkbox{position:relative;margin:3rem auto 5rem}.checkbox__input{-webkit-appearance:none;appearance:none;border:none;position:absolute}.checkbox__label{font-size:2.8rem;display:block;padding-left:5rem;cursor:pointer;user-select:none;line-height:4rem}.checkbox__label a{transition:.3s;user-select:initial;color:var(--blue-s)}.checkbox__label a:hover{text-decoration:underline}.checkbox__label:before{content:"";display:block;width:3.2rem;background-color:transparent;border-radius:0;border:1px solid #a4b5bf;position:absolute;bottom:0;height:3.2rem;left:0px;z-index:1;transition:background .1s linear,border .1s linear}.checkbox__label:after{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8242 0.769496C11.5899 0.535168 11.2101 0.535168 10.9757 0.769496L3.78734 7.95794L1.02425 5.19485C0.789942 4.96052 0.410067 4.96054 0.175716 5.19485C-0.0586126 5.42915 -0.0586126 5.80903 0.175716 6.04335L3.36308 9.23067C3.59731 9.46497 3.97747 9.46481 4.21161 9.23067L11.8242 1.61803C12.0586 1.38372 12.0586 1.00382 11.8242 0.769496Z' fill='white'/%3E%3C/svg%3E");background-size:2rem 2rem;background-repeat:no-repeat;opacity:0;position:absolute;transform:translate(-50%, -50%);width:2rem;height:2rem;left:1.8rem;bottom:50%;top:50%;z-index:2;transition:opacity .1s linear}.checkbox__input:checked+.checkbox__label:after{opacity:1}.checkbox__label.checked:after{opacity:1}.checkbox__label.checked:before{background-color:var(--blue-m);border-color:var(--blue-m)}.popup{width:130rem;display:none;position:relative;overflow:visible}.popup .fancybox-close-small{width:10rem;height:10rem;border-radius:50%;border:none;padding:0;background:#fff;cursor:pointer;background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/cross.png);background-position:center;background-repeat:no-repeat;transition:.3s;opacity:1}.popup .fancybox-close-small:hover{transform:rotate(90deg)}.popup .fancybox-close-small svg{display:none}.popup.fancybox-content{padding:0}.popup-outer-btn-close .fancybox-close-small{position:absolute;right:-14rem;top:-14rem}.popup_close{position:absolute;right:-14rem;top:-14rem;width:10rem;height:10rem;border-radius:50%;border:none;padding:0;background:#fff;cursor:pointer;background-image:url(//septik96.ru/wp-content/themes/img/icons/cross.png);background-position:center;background-repeat:no-repeat;transition:.3s}.popup_close:hover{transform:rotate(90deg)}.wpcf7 form .wpcf7-response-output{margin:2rem 0 0 !important;padding:0 !important;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:none !important;z-index:6}.wpcf7-spinner{display:none !important}.form-thankyou .wpcf7-form.invalid .wpcf7-not-valid-tip{font-size:initial;position:absolute;margin:1rem 0}.form-thankyou .wpcf7-form.invalid .checkbox{margin:7rem auto 3rem}.wpcf7-not-valid{border:1px solid #dc3232}.wpcf7-not-valid-tip{font-size:3rem !important}.wpcf7-acceptance{position:absolute}.form-thankyou .wpcf7-form.sent .wpcf7-response-output{font-weight:600;font-size:5rem;color:var(--blue-m)}@media(max-width: 1100px){.form-standart{padding:20rem 0}.form-standart .form-body{max-width:100rem}.checkbox{margin:3.75rem auto 6.25rem}}@media(max-width: 767px){.input{font-size:3.5rem;padding:3.75rem}.form-standart{padding:20rem 0}.form-standart .form-body{max-width:none}.form_title{margin:0 auto 7.5rem;font-size:6.25rem;line-height:130%;text-align:left}.form_subtitle{font-size:4rem}.form-header{margin:0px auto 10rem}.popup{width:calc(100% - 5rem)}.popup-outer-btn-close .fancybox-close-small{right:0;top:-17rem;width:12.5rem;height:12.5rem}.form-popup .form_inner{padding:7.5rem}.form-popup .form_title{font-size:5rem;margin:0;font-weight:800}.form-popup .form-header{margin:0px auto 7.5rem}.popup-form .input{padding:3.5rem}.wpcf7-not-valid-tip{font-size:4rem !important}}.section-history,.section-video,.section-team,.section-gallery{padding-bottom:0}.section-career{padding-bottom:20rem}.about-intro_inner{display:flex}.about-intro_img{margin-right:27rem;width:45%}.about-intro_text{width:30%}.about-intro_text p:first-of-type{margin-top:0}.about-intro_text p:last-of-type{margin-bottom:0}.history-slider .slider-years{margin:0;padding-right:calc((100vw - 311rem + 29px)/2);padding-left:calc((100vw - 311rem + 29px)/2)}.gallery_title{margin-bottom:10rem}.gallery_intro{margin-bottom:14rem;max-width:133rem}.gallery-item{flex-shrink:unset}.gallery-item img{height:100%;object-fit:cover}.gallery_inner .swiper-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10rem}.swiper-pagination-bullet{width:2rem;height:2rem;background:var(--blue);opacity:1;margin:0 1rem;outline:none}.swiper-pagination-bullet:active{outline:none}.swiper-pagination-bullet:focus{outline:none}.swiper-pagination-bullet-active{background:var(--blue-m);width:3rem;height:3rem;margin:0rem}.team_text{width:calc(58% - 10rem)}.team_img{width:42%}.text-block_title{max-width:203rem}.text-block_inner{display:flex;justify-content:space-between}.text-block_text ul{padding-left:4rem}.text-block_text ul li{margin:0 0 4rem}.text-block_text img{width:auto;max-width:100%}.career{max-width:190rem;margin:0 auto}.career_title{font-weight:800;font-size:20rem;line-height:110%;text-align:center;color:#092a3e;max-width:240rem;margin:0 auto 18rem}.career_text{margin-bottom:10rem}.team-block{margin-top:9rem}.team-block:first-child{margin-top:0}.team-block--open .team-block-body{display:block}.team-block-body{display:none;width:calc(100% + 27rem);margin-left:-13.5rem}.team-block-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-row-gap:14rem;grid-column-gap:8rem;grid-template-rows:64rem}.team-block-header{cursor:pointer}.team-block-list-item img{height:100%;object-fit:contain}.team-block-header_img{max-height:130rem;overflow:hidden}.team-block-header_img{max-height:650px;overflow:hidden}.team-block-header_inner{position:relative}.team-block-header_inner::after{background:rgba(0,0,0,.5);content:"";display:block;width:100%;height:100%;left:0;top:0;position:absolute}.team-block-header_text{width:100%;user-select:none;position:absolute;z-index:1;color:#fff;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.team-block-header_title{font-weight:bold;font-size:12rem;line-height:120%}.team-block-header_subtitle{font-size:3.6rem;line-height:150%}.team-block_close{font-weight:normal;font-size:6.4rem;line-height:150%;padding:0;border:none;background:transparent;color:#092a3e;cursor:pointer}.team-block-body_header{padding:15rem 0 13rem;text-align:right}.about-intro_inner{flex-direction:column}.about-intro-block--second .about-intro-block_text{text-align:left;margin-left:0;margin-top:0;width:51.7%}.about-intro-block--second .about-intro-block_img{width:calc(48.3% - 14rem);margin-left:14rem}.about-intro-block{display:flex;margin-top:30rem}.about-intro-block:first-of-type{margin:0}.about-intro-block_title{margin:0 0 4rem;width:100%}.about-intro-block_img{width:51.7%}.about-intro-block_text{margin-left:14rem;margin-top:36rem;text-align:center;width:calc(48.3% - 14rem)}.mission-block{display:flex;margin-top:29rem}.mission-block:first-child{margin-top:0}.mission-block_img{width:36.5%}.mission-block_text{width:calc(63% - 26rem);margin-right:26rem}.mission-block_list{margin-top:15rem;padding-left:3rem}.mission-block_list li{margin-bottom:4rem}.mission-block_list li:last-child{margin-bottom:0}.mission-block--second{justify-content:space-evenly}.hire{margin:0 0 0 26rem;max-width:116rem}.hire_label{display:inline-block;font-size:2.2rem;line-height:150%;padding:2rem 3.6rem;background:#f2f6fa;border-radius:1rem;margin-bottom:5rem;text-transform:uppercase}.hire_title{margin:0 0 5rem}.hire_text{font-size:4.2rem;margin-bottom:10rem;color:#434b53;max-width:107rem}@media(max-width: 1800px){.team-block-body{width:100%;margin-left:0}}@media(max-width: 1100px){.about-intro_img{width:calc(50% - 7.5rem);margin-right:7.5rem}.about-intro_text{width:50%}.about-intro-block_text{margin-top:0}.about-intro-block{align-items:center}.history-slider{padding:0 7.5rem}.history-slider .slider-years{width:calc(100% + 15rem);margin-left:-7.5rem;padding-left:7.5rem;padding-right:7.5rem}.gallery_inner .swiper-wrapper{grid-template-columns:repeat(1, 1fr);grid-gap:7.5rem}.about-intro_img{width:100%;margin-right:0}.about-intro_text{width:100%;margin-bottom:7.5rem;max-width:140rem}.career{max-width:100%;font-size:4rem;line-height:140%}.career_title{line-height:120%;font-weight:700;font-size:10rem;margin:0 0 15rem;text-align:center}.text-block_title{text-align:center;max-width:100%}.text-block_text{width:100%;font-size:4rem;line-height:140%}.team_inner{flex-direction:column}.team_text{width:100%;margin-bottom:7.5rem;font-size:4rem;line-height:140%}.team_img{width:100%}.team-block-list{grid-template-columns:repeat(2, 1fr)}.team-block-header_title{font-size:8rem}.team-block-header_subtitle{font-size:3rem}.team-block-body_header{padding:6rem 0}.team-block_close{font-size:5rem}}@media(max-width: 1100px){.about-intro-block{align-items:flex-start;flex-direction:column}.about-intro-block_text{margin-top:5rem}.about-intro-block_img{width:100%}.about-intro-block_text{margin-left:0;width:100%}.about-intro-block--second .about-intro-block_text{width:100%;margin-bottom:4rem}.after-arrow-right::after{display:none}.about-intro-block--second .about-intro-block_img{width:100%;margin-left:0}.about-intro-block{margin-top:15rem}.mission-block{align-items:flex-start;flex-direction:column;margin-top:15rem}.mission-block_img{width:100%}.mission-block_text{margin-left:0;margin-right:0;margin-bottom:4rem;width:100%}.mission-block--second .mission-block_img{display:none}.hire{margin:0;max-width:100%}.hire_text{max-width:100%}}@media(max-width: 767px){.section-history,.section-video,.section-team,.section-gallery,.section-career{padding-top:10rem}.career_title{margin:0 0 12.5rem;font-size:6.25rem;text-align:center}.gallery_inner .swiper-wrapper{display:flex;grid-gap:initial;padding-bottom:3rem}.gallery_inner .swiper-pagination{position:initial;display:flex;align-items:center;justify-content:center}.gallery-item{flex-shrink:0;height:auto}.team-block-list{grid-template-columns:repeat(1, 1fr);grid-gap:7rem}.about-intro-block_title{margin:0 0 12.5rem;font-size:6.25rem;text-align:center}.about-intro-block{margin-top:10rem}.section-about{padding-bottom:10rem}.section-header-alt{margin:0 0 10rem}}@media(max-width: 360px){.history-slider{padding:0 3rem}}.stock-item_wrapper{display:flex;padding-bottom:20rem}.stock-item_img{width:50%}.stock-item_img img{height:90rem;object-fit:cover;vertical-align:bottom}.stock-item_content{width:50%;padding:0 16rem;flex-direction:column;display:flex}.stock-item_name{margin:0 0 auto;line-height:110%}.stock-item_date{margin:0 0 3rem}.stock-item_subtitle{margin-bottom:8rem}.stock-item_footer{display:flex;flex-direction:column;align-items:flex-start}.stock-item_btn{max-width:72rem;width:100%}@media(max-width: 1500px){.stock-item_content{padding:0 0 0 16rem}}@media(max-width: 1100px){.stock-item_wrapper{flex-direction:column}.stock-item_img{width:100%;padding-bottom:0;border-right:none}.stock-item_img img{height:95rem}.stock-item_content{width:100%;padding:7.5rem 0 0;border-right:none}.stock-item_name{margin:0 0 8rem;font-size:8.75rem}.stock-item_footer{flex-direction:row;justify-content:space-between;align-items:center}.stock-item_subtitle{margin-bottom:0;font-size:4rem}.stock-item_date{font-size:4rem}.stock-item_btn{display:inline-flex;justify-content:center;align-items:center;margin-top:3rem}}@media(max-width: 767px){.stock-item_img img{height:58rem}.stock-item_name{font-size:5.5rem;margin:0 0 5rem}.stock-item_content{padding:7.5rem 0 0}.stock-item_footer{align-items:flex-start;flex-direction:column}.stock-item_subtitle{margin-bottom:5rem;font-size:3.75rem}.stock-item_btn{max-width:100%;margin-top:0}}.section-modules{padding-bottom:0}.models-header{margin-bottom:14rem}.models-header_inner{display:flex;justify-content:space-between;align-items:center}.models_info{max-width:146rem}.models-list{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:13rem}.model-item{transition:opacity .2s}.model-item:hover{opacity:.8}.model-item_img{height:62rem;margin-bottom:6rem}.model-item_img img{height:100%;object-fit:contain}.model-item_title{margin:0}.model-item_body{display:flex;justify-content:space-between;align-items:center;grid-template-columns:repeat(auto-fit, minmax(25%, 1fr));grid-gap:1rem;margin-bottom:3rem}.model-item_footer{font-size:3.2rem;line-height:150%;color:var(--blue-g);display:grid;grid-gap:1rem}.model-item_footer-field{display:flex;justify-content:space-between}.model-item_inner{position:relative}.model-item_stocks{position:absolute;top:-5rem;right:0;display:grid;grid-gap:2rem}.model-item_stock{background:var(--blue-m);color:#fff;overflow:hidden;text-align:center;height:13rem;width:13rem;border-radius:50%;font-size:2rem;display:flex;align-items:center;justify-content:center;text-transform:uppercase;padding:1rem;line-height:140%}.model-item_stock--hit{background-image:url(//septik96.ru/wp-content/themes/kolibri/img/KHIT.png);background-size:contain;background-color:transparent}.model-item_prices{display:flex;justify-content:flex-end;grid-gap:1rem;white-space:nowrap}.model-item_price{font-size:3.2rem;line-height:150%;color:var(--blue-g);margin:0 0 0 1rem}.model-item_price:first-of-type{margin:0}.model-item_price-old{position:relative}.model-item_price-old::after{content:"";display:block;height:1px;background:var(--blue-m);width:100%;position:absolute;left:0;top:50%}.filters--open .filters-main{display:block}.filters--open .filters_btn::after{transform:rotate(180deg)}.filter_inner{position:relative}.filters-main{display:none;position:absolute;right:0;background-color:#fff;z-index:2;margin-top:3rem}.filters-main_inner{padding:6rem;min-width:73rem;border:1px solid var(--blue-l-2)}.filters-main_title{margin:0 0 3rem;font-size:4rem}.filters-main_text{font-size:2.8rem;line-height:145%;margin-bottom:9rem}.filters-btn{background-color:transparent;border:none;padding:4rem 1rem;text-align:center;cursor:pointer}.filters-btn--cancel{color:var(--blue-m)}.filters-btn--apply{color:var(--blue);border:var(--border)}.filters-btns{display:grid;grid-template-columns:calc(40% - 2rem) calc(60% - 2rem);justify-content:space-between}.filters_btn{border:none;background:transparent;padding:0;border-radius:0;display:inline-flex;align-items:center;user-select:none;position:relative;cursor:pointer;color:var(--blue-m)}.filters_btn:after{content:"";display:block;height:1.4rem;width:2.3rem;background-image:url(//septik96.ru/wp-content/themes/kolibri/img/icons/dropdown-blue.svg);background-repeat:no-repeat;background-size:contain;background-position:center;margin-left:3rem;margin-top:.7rem}.filter_name,.filter-main_close{display:none}.filters-range{margin-bottom:20rem}.noUi-horizontal{height:1px;background-color:#4e7287}.noUi-target{background:#4e7287;border-radius:unset;border:none;box-shadow:none}.noUi-handle{border:none;border-radius:50%;background:#016cab;box-shadow:none;cursor:grab;transition:transform .1s}.noUi-handle:hover{transform:scale(1.1)}.noUi-handle.noUi-active{transform:scale(1.2);cursor:grabbing}.noUi-handle::before,.noUi-handle::after{display:none}.noUi-horizontal .noUi-handle{width:16px;height:16px;right:-8px;top:-7px}.noUi-pips-horizontal{height:12px;font-size:14px;top:-7px;padding:0}.noUi-base,.noUi-connects{margin-bottom:0}.noUi-pips,.noUi-pips *{color:#4e7287}.noUi-marker-large{background:#4e7287}.noUi-marker-horizontal.noUi-marker-large{height:16px}.noUi-marker-horizontal.noUi-marker{width:1px}.filters-range{margin-bottom:15rem}@media(max-width: 1100px){.models-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1000px){.models-list{grid-template-columns:repeat(2, 1fr);grid-gap:22rem}}@media(max-width: 767px){.models-list{grid-template-columns:repeat(1, 1fr)}.models-header_inner{justify-content:flex-start;align-items:flex-start;flex-direction:column}.models_info{max-width:100%;margin-bottom:7.5rem}.filter_name{margin:0rem auto 12.5rem;display:block}.filters-main{position:fixed;z-index:3;margin-top:0;width:100vw;height:calc(100vh - 19.5rem);top:19.5rem;flex-direction:column}.filters-btns{grid-template-columns:repeat(1, 1fr);margin-top:auto}.filters-main_inner{padding:7.5rem;height:100%;display:flex;flex-direction:column;border:none}.filters-main_title{font-size:4.5rem}.filters-main_text{font-size:4rem}.filters-btn--cancel{order:2}.filters-btn--apply{order:1}.filter-main_close{position:absolute;display:block;right:7.5rem;top:5rem;background-color:transparent;width:5.75rem;height:5.75rem;border:none;padding:0;cursor:pointer}}.table{max-width:302rem;margin-left:0}.table-2cols .table-item_inner{grid-template-columns:repeat(2, 1fr)}.table_inner{display:flex;flex-direction:column}.table-item_inner{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:4rem;padding:5rem 0;border-bottom:1px solid #a4b5bf}.table-item{font-size:2.8rem}.table-item--header{font-weight:600;font-size:4rem}.table-item_cell{display:flex;flex-direction:column}.tabel-item_mobname{display:none}.table-item_link{color:var(--blue-m);transition:.3s}.table-item_link:hover{text-decoration:underline;opacity:.7}@media(max-width: 1100px){.table-item--header{font-size:4rem}.table-item{font-size:3.5rem}.noUi-value{margin-top:2rem}}@media(max-width: 767px){.table-slider{margin:0 -7.5rem;padding:0 7.5rem}.table-slider .table_inner{flex-direction:row}.table-slider .table-item--header{display:none}.table-slider .table-item_inner{grid-template-columns:repeat(1, 1fr);padding:3rem;border-bottom:none;background-color:var(--blue-l)}.table-slider .tabel-item_mobname{display:block;margin-top:1rem;font-size:3rem;line-height:145%;color:var(--blue-g)}}@media(max-width: 360px){.table-slider .table{margin:0 -3rem;padding:0 3rem}}.section-model{padding-bottom:0}.section-model-specs{padding-top:0}.section-model-install{padding-top:0}.model-top_inner{display:flex;justify-content:space-between}.model-3d{margin:30px 0}.model-top-info{width:50%}.model-top-img{width:calc(50% - 40rem);position:relative}@media(min-width: 1101px){.model-top-img{margin-bottom:20px}}.model-top-img img{height:100%;object-fit:contain}.model-top-img--sign::after{position:absolute;content:"";background-image:url(//septik96.ru/wp-content/themes/kolibri/img/patented.png);background-position:center;background-repeat:no-repeat;display:block;right:-35px;bottom:-40px;background-size:contain;width:60%;height:45%;z-index:0}.model-top-img--mob{display:none}.model-top_stocks{position:absolute;top:-4rem;right:-4rem;display:grid;grid-gap:2rem}.model-top_stock{background:var(--blue-m);color:#fff;overflow:hidden;text-align:center;height:13rem;width:13rem;border-radius:50%;font-size:2rem;display:flex;align-items:center;justify-content:center;text-transform:uppercase;padding:1rem;line-height:140%}.model-top-info_inner{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:18%;grid-row-gap:5rem}.model-top_specs{grid-area:1/1/2/2}.model-top_prices{grid-area:2/1/3/2;display:flex;justify-content:flex-start;grid-gap:4rem;align-items:center}.model-top_price{font-weight:600;font-size:4.8rem;line-height:140%;margin:0 0 0 1rem}.model-top_price:first-of-type{margin:0}.model-top_price-old{font-weight:400;font-size:3.2rem;line-height:150%;position:relative;color:var(--blue-g)}.model-top_price-old::after{content:"";display:block;height:1px;background:var(--blue-m);width:100%;position:absolute;left:0;top:50%}.model-top_buttons{grid-area:3/1/4/2;display:grid;grid-gap:5rem}.model-top_buttons .btn{width:100%;max-width:100%;color:var(--blue)}.model-top_text{grid-area:1/2/3/3}.model-top_text ul{margin:0;padding-left:5rem;line-height:150%}.model-top_text ul li{margin:0 0 2rem}.model-top_text ul li:last-of-type{margin:0}.model-top_text p{margin:5rem 0}.model-top_text p:last-of-type{margin:0}.delivery-info{margin-bottom:12rem;max-width:90rem;font-size:4rem}.install_inner{display:flex;align-items:center}.intall_img{max-width:80rem}.intall_img--mob{display:none}.install_title{margin:0 0 12rem}.install_subtitle{max-width:98rem}.install_inner .section-header{margin-right:29rem}.model-montage_buttons{margin-top:3rem}@media(max-width: 1100px){.model-top_inner{flex-direction:column}.model-top-img{width:100%;margin-bottom:7.5rem}.model-top-info{width:100%}.model-top_buttons{grid-area:3/2/3/3}.model-top-info_inner{grid-gap:7.5rem}.model-top_text{font-size:4rem}.model-top_specs{font-size:4rem}.model-top_text{grid-area:1/2/2/3}.model-top_prices{grid-area:2/1/2/2}.model-top_buttons{grid-area:2/2/3/3}.model-top_stock{height:17rem;width:17rem;font-size:3.5rem}.model-top_stocks{right:0;top:-11rem}.model-3d{display:flex;justify-content:flex-end}}@media(max-width: 767px){.section-model .page_title{font-size:6.25rem;text-align:left}.section-model .page-header{margin-bottom:5rem}.model-top-img{display:none}.model-top-img--mob{display:block;margin:10rem 0 2rem;min-height:42rem}.model-top-img--sign::after{width:60%;height:70%;top:50%;right:-10px;left:unset}.model-top-info{width:100%}.model-top-info_inner{grid-template-columns:repeat(1, 1fr);grid-gap:7.5rem}.model-top_specs{grid-area:auto}.model-top_prices{grid-area:auto}.model-top_price{font-size:6.25rem}.model-top_price-old{font-size:3.5rem}.model-top_buttons{grid-area:auto}.model-top_buttons .btn{max-width:100%}.model-top_stock{height:12rem;width:12rem;font-size:2.5rem}.model-top_text{grid-area:auto}.model-top_text ul li{margin:0 0 3.5rem}.model-item_footer,.model-item_price{font-size:3.5rem}.install_inner{flex-direction:column}.install_inner .section-header{margin-right:0;margin-bottom:6.25rem}.intall_img{max-width:100%;display:none}.intall_img--mob{display:block;text-align:center;margin-bottom:6rem}.intall_img--mob img{max-height:65vw;height:100%;object-fit:contain}.install_subtitle{max-width:100%;font-size:4rem}.model-3d{margin:2.5rem 0 7rem}.model-3d .btn-3d{width:100%}}@media(min-width: 1250px)and (max-width: 1500px){.model-top-img--sign::after{right:-5%;top:65%}}@media(min-width: 1101px)and (max-width: 1250px){.model-top-img--sign::after{right:0%;top:65%}}@media(max-width: 360px){.model-top-img--sign::after{right:0%;top:50%}}.section-projects{padding-bottom:32rem}.articles-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10rem}.article-item-video .article-item_img{display:block;position:relative}.article-item-video .article-item_img::after{content:"";display:block;position:absolute;left:50%;right:50%;top:50%;bottom:50%;width:18rem;height:18rem;transition:opacity .3s;background-position:center;background-size:contain;transform:translate(-50%, -50%);background-image:url(//septik96.ru/wp-content/themes/kolibri/img/play.svg);opacity:0}.article-item-video .article-item_img:hover:after{opacity:.8}.article-item_img{height:52rem;margin-bottom:5rem}.article-item_img img{object-fit:cover;height:100%}.article-item_title{margin:0;line-height:140%}.article-item_subtitle{font-size:3.2rem;line-height:150%;color:var(--blue-g);margin:3rem 0 0}.articles_headers{margin-bottom:14rem}.switcher{display:flex;justify-content:center}.switcher_item{background:transparent;border:none;cursor:pointer;display:inline-flex;flex-direction:column;position:relative;margin:0 0 0 22rem}.switcher_item:first-child{margin:0}.switcher_item--active::after{display:block;width:100%;position:absolute;bottom:-1rem;left:0;content:"";height:1px;background-color:var(--blue);margin-top:1rem}.switcher-sub{margin-top:11rem}.switcher-sub .switcher_item{margin:0 0 0 11rem}.switcher-sub .switcher_item:first-child{margin:0}@media(max-width: 1100px){.articles-list{grid-gap:7.5rem;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.section-projects{padding-bottom:20rem}.articles-list{grid-template-columns:repeat(1, 1fr);justify-content:center;grid-gap:12.5rem;margin-bottom:12.5rem}.article-item_title{margin:0 0 2.5rem;font-size:4.5rem}.article-item_subtitle{font-size:3.5rem}.switcher_item{margin:0 0 0 8.75rem}.switcher_item:first-child{margin:0}}@media(max-width: 500px){.article-item_img{height:42rem;margin-bottom:6.25rem}}.section-article{overflow-x:hidden}.article-body{max-width:178rem;margin:0 auto;line-height:150%}.article-body iframe{max-width:100%;display:block;margin:0 auto}.article-body img{margin-bottom:4rem;width:auto;max-width:100%}.article-body ul{margin:0;padding-left:5rem;line-height:150%}.article-body ul li{margin:0 0 2rem}.article-body ul li:last-of-type{margin:0}.article-body p{margin:5rem 0}@media(max-width: 1100px){.article-body{font-size:4rem}}@media(max-width: 767px){.article-body img{width:100%;margin:0 auto}.article-body{font-size:4rem}}.usefull_title{margin:0 0 10rem}.usefull_headers{margin-bottom:14rem}.usefull-body_inner{display:flex;justify-content:space-between}.usefull-body_right{width:calc(50% - 10rem)}.usefull-body_left{width:50%}.usefull-img{margin-top:10rem}.usefull-img:first-of-type{margin:0}.usefull-box{background:var(--blue-l);padding:4rem;margin-top:10rem}.usefull-box:first-of-type{margin:0}.usefull-box h5{margin:0 0 4rem}.usefull-box ol,ul{padding-left:6rem}.instruction-step_text{max-width:240rem}.instruction-step{display:flex;justify-content:space-between;margin-top:18rem}.instruction-step h5{margin-top:0}.instruction-step:first-child{margin:0}.instruction-step_imgs{width:31.5%}.instruction-step_text{width:calc(68.5% - 10rem)}@media(max-width: 1100px){.usefull-body_left{width:100%}.usefull-body_right{width:100%;margin-top:7.5rem}.usefull-body_inner{flex-direction:column}.usefull-img{margin-top:7.5rem}.usefull-img:first-of-type{margin:0}.usefull-box{margin-top:7.5rem}.usefull-box:first-of-type{margin:0}.instruction-step{flex-direction:column;margin-top:12.5rem}.instruction-step:first-of-type{margin-top:0}.instruction-step_text{width:100%;max-width:100%;margin-bottom:7.5rem}.instruction-step_imgs{width:60%}}@media(max-width: 767px){.section-instruction,.section-form-order{padding-bottom:0}.instruction-step_imgs{width:100%}}.section-not-found{padding:32rem 0 53rem}.not-found_inner{display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found_title{text-align:center}.not-found_text{text-align:center;max-width:241rem;margin:0 0 17rem}.not-found_btns{display:grid;grid-gap:5rem;min-width:72rem}.not-found_btn{max-width:unset}@media(max-width: 1100px){.section-not-found{padding:20rem 0}}.career_inner{max-width:190rem;margin:0 auto}.career_title{font-weight:800;font-size:20rem;line-height:110%;text-align:center;color:#092a3e;max-width:240rem;margin:0 auto 18rem}.career_text{margin-bottom:10rem}.vacancy_header{margin-bottom:7rem;border-bottom:2px solid #dedede;padding-bottom:4rem;display:grid;grid-gap:4rem;grid-template-columns:repeat(2, 1fr);align-items:flex-start}.vacancy_links{display:grid;font-weight:600;grid-gap:1rem;margin-bottom:5rem}.vacancy_links a{text-decoration:underline;transition:.3s}.vacancy_links a:hover{opacity:.7;text-decoration:none}.vacancy_btn{justify-self:flex-end}.vacancy_contact{font-weight:400;font-size:3.7rem;margin:0 0 1rem}.vacancy_title{margin:0 0 3rem;font-size:4.5rem}.vacancy_subtitle{margin:0 0 7rem;font-size:4.2rem;font-weight:400}@media(max-width: 1100px){.career{max-width:100%;font-size:4rem;line-height:140%}.career_title{line-height:120%;font-weight:700;font-size:10rem;margin:0 auto 15rem;text-align:center}}@media(max-width: 767px){.section-career{padding-top:10rem}.vacancy_header{grid-template-columns:repeat(1, 1fr);justify-items:flex-start}}.allyear_inner{display:flex;justify-content:space-between}.allyear_title{margin:0 0 6rem;max-width:120rem}.allyear_text{margin:0;max-width:200rem}.allyear_link{text-decoration:underline;font-weight:600;transition:.3s}.allyear_link:hover{opacity:.7;text-decoration:none}.allyear-left{width:calc(50% - 9rem)}.allyear-right{width:45%}.section-allyear{padding-bottom:0}@media(max-width: 1000px){.allyear_inner{flex-direction:column}.allyear-left{width:100%;margin-bottom:10rem}.allyear-right{width:100%}.allyear_title{max-width:100%}}.history_arrow{display:none}@media screen and (min-width: 1280px){.history_arrow{float:right;display:table;margin:0 0 5px 0}}.history_arrow-left{display:table-cell;width:80px;height:60px;float:right}.history_arrow-right{display:table-cell;width:80px;height:60px;float:right}.history_title{display:inline-block}.swiper-buttons{display:inline-block;margin:0 0 0 20px}@media screen and (max-width: 768px){.swiper-buttons{height:33px}.history_arrow-left{height:50px}.history_arrow-right{height:50px}}@media screen and (min-width: 769px){.swiper-buttons{height:45px}}.swiper-buttons .swiper-button-next{float:left;position:unset;margin:0 0 0 10px;height:auto;color:#016cab}.swiper-buttons .swiper-button-prev{float:left;position:unset;margin-top:0;height:auto;color:#016cab}tr{border-bottom:1px solid #ddd}tr:hover{background-color:#f5f5f5}td:nth-child(n+2){text-align:center}td:nth-child(n+2) strong{font-weight:400}
@media (min-width: 767px) {
.img-pround {
display: none;
}
}
@media (max-width: 767px) {
.section-proud .proud_inner {
background-image: none;
}
}
@media (max-width: 767px) {
.proud-item:nth-child(3) .proud-item_title {
max-width: 100% !important;
}
}
@media (max-width: 500px) {
.proud-item:nth-child(2) .proud-item_text, .proud-item:nth-child(3) .proud-item_text {
padding-right: 0 !important;
}
}
@media (max-width: 767px) {
.proud-item:nth-child(2) .proud-item_text, .proud-item:nth-child(3) .proud-item_text {
padding-right: 0 !important;
}
}
@media (max-width: 767px) {
.social-video {
padding-right: 0 !important;
}
}
.social-video {
width: 32vw;
height: 18vw;
}
@media (max-width: 767px) {
.social-video {
width: 100%;
height: 100%;
aspect-ratio: 16/9;
}
}
.section.section-akciya {
padding: 20rem 0 0 !important;
margin-bottom: -10rem !important;
}
.banner23-24 {
text-align: center;
}
.banner23-24 img {
width: 80%;
}
@media (max-width: 767px) {
.section.section-akciya {
padding: 7rem 0 0 !important;
margin-bottom: -10rem !important;
}
.container.container-akciya {
padding: 0 3rem !important;
}
.banner23-24 img {
width: 100%;
}
}