html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, supl, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, ftr, header, nav, section, summary, time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
ftr, header, nav, section, audio, video {
    display: block;
}

html {
   overflow-y:scroll;
}

body{
	background:white;
	font:62.5%  Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	line-height:1.3;
	min-height:100%;
	height:100%;
	min-width:996px;
	max-width:unset;
}

body.pool-layout {
	background-image: linear-gradient(180deg, rgb(149 220 254) 0%, rgb(227 246 255) 30%, rgba(255,255,255,1) 100%);
}

body.ext-layout {
	background-image: linear-gradient(180deg, rgb(193 230 255) 0%, rgb(248 252 255) 60%, rgba(255,255,255,1) 100%);	
}

a {
   color:#4E8BC1;
   line-height:1.2em;
   cursor:pointer;
   outline:none;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: from-font;   
}

a:hover {
   text-decoration:underline;
   color:#444444;
}

p {
   margin-bottom: 1em;
}

img {
   border:none;
}

ul {
   list-style:none;
}
table {
   border-collapse:collapse;
}

.page-bg {
   background:url('/img/bg-bottom.png') 0 100% repeat-x;
}

.dBody {
    min-width:946px;
    max-width: 1380px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    font-size:1.1em;
    padding: 0 2vw;
}

.logo {
    display: block;
    width: 212px;
    height: 54px;
    margin-left: 30px;
}

.logo img {
    width: 212px;
    height: 54px;
}

.dTop {
    display: grid;
    grid-template-columns: 1fr 3fr;    
    grid-auto-rows: auto;
    column-gap: 1.25rem;
    height: 7rem;
    align-items: flex-end;
    padding: 2rem 0 1.25rem;
    position: relative;
}

.menu-top {
    display: flex;
    align-items: center;    
    border-radius: 5px;
    height: 3rem;
    background-color: #f2f9fe;/* rgb(68 175 229 / 7%);*/
}

.menu-top ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;    
    width: 100%;    
    list-style: none;
    font-size: 1rem;
    height: 100%;
}

.menu-top ul li {

    flex: 1;
    text-align: center;
    height: 100%;
}

.menu-top a  {
    display: flex;    
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8125rem;
    letter-spacing: 0.025rem;
    color: #3B4E5D;
}

.menu-top a:hover {
    background-color: #e0f2fe;
}

.menu-top li:first-child a {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}

.menu-top li:last-child a {
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}

.menu-top li.active a {
    color: #4e8cc2;
}

.dMain {
    display: grid;
    grid-template-columns: 1fr 3fr; 
    grid-template-areas: "dLeft dRight"
                        "dFooter dFooter";
	grid-auto-rows: auto;
    column-gap: 1.25rem;
    position:relative;
    height:100%;
}

.dLeft {
    grid-area: dLeft;
    position:relative;
    padding-bottom:130px;
    min-width: 220px;
    overflow: hidden;
}

.dRight {
    grid-area: dRight;
    min-height:800px;
    overflow: hidden;
}

.mMain .menu-calc a {
    margin-bottom: 0.5rem;    
    padding: 0.75rem 1rem 0.75rem 2rem;
    background-color: #e0f2fe;   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mMain .menu-calc a:hover {
    background-color: #cee6fa;
    background-color: #e4f1fb;
}

.mMain {
   position:relative;
}

.mMain li {
   font-size:1.25em;
   color:#000000;
   border-top:1px solid #FFFFFF;
   padding: 0;
   position: relative;
}

.mMain li ul {
    display: none;
    padding-left: 1.25rem;
    background-color: #f2f9fe;
}

.mMain li ul li:last-of-type a {
   padding-bottom: 16px;
}

.mMain li div.toggle {
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    border: 1px solid #3B4E5D;
    position: absolute;
    top: 9px;
    right: 12px;
    cursor: pointer;
    z-index: 100; 
}

.mMain li div.toggle:before, .mMain li div.toggle:after {
   content: "";
   display: block;
   font-size: 1px;
   line-height: 1;   
   position: absolute;     
}

.mMain li div.toggle:before {
    top: 5px;
    left: 3px;
    width: 7px;
    height: 1px;
    border-top: 1px solid #3B4E5D; 
}

.mMain li div.toggle:after {
    top: 2px;
    left: 6px;
    width: 1px;
    height: 7px;  
    border-left: 1px solid #3B4E5D;
}

.mMain li div.toggle.active:after {
   display: none;
}

.mMain li div.toggle.active + ul {
    display: block;
}

.mMain li ul.active {
   display: block;
}

.mMain a, .mMain span {
    display: block;
    line-height: 140%;
    background-color:#e4f1fb;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    color:#3B4E5D;
    letter-spacing: 0.025rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f2f9fe;
}

.mMain .L0 {
   border:none;
   margin:0;
   padding:0;
}

.mMain .L1 {
   margin:0;
   padding:0;
   border:none;
}

.mMain .L2 {
   margin:0;
   padding:0;
   border:none;
   font-size:1.15em;
}

.mMain .L1 > * {
    padding: 0.5rem 0.5rem 0.5rem 2rem;    
    line-height: 1.125rem;
}

.mMain .L1 > *:before {
	content: '\2013';
	display: inline-block;
	position: absolute;
    left: 15px;
}

.mMain .L2  > * {
   line-height:1.2em;
   padding:4px 6px 6px 42px;
}

.mMain li.active > a, .mMain li.active > span {
   font-weight:Bold;
}

.mMain > ul li.active > a, .mMain > ul li.active > span, .mMain li a:hover {
    background-color: #e0f2fe;
}

.mMain .menu-pool > li.active > a, .mMain .menu-pool > li.active > span, .mMain .menu-pool li a:hover {
	background-color: #bae8fa; /*rgb(176 232 255 / 60%);*/
}

.mMain .menu-service > li.active > *, .mMain .menu-service li a:hover {
	background-color: #e0f2fe;
}


.mMain li.last > * {
   padding-bottom: 0.75rem;
}

.mMain > ul + ul {
	margin-top: 0.5rem;
}

.mMain .menu-pool li > * {
	background-color: #d5f1fc;
}

.mMain .menu-service li > * {
	background-color: #f2f9fe; 
}

.mMain .menu-service li:last-child > * {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.menu-ctl .L0 > *:before, .menu-ctl .L0 > *:after {
	content: "";
	display: block;
	font-size: 1px;
	line-height: 1;
	position: absolute;
	left: 13px;
	width: 9px;
	height: 1px;
	border-top: 1px solid #3B4E5D;
}

.menu-ctl .L0 > *:before {
	top: 14px;
}

.menu-ctl .L0 > *:after {
	top: 18px;
}

.menu-ctl .L0 > span {
    color: #3b4e5da3;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

.menu-ctl .L0 > span:before {
    border-color: #3b4e5da3;
    top: 18px;
}

.menu-ctl .L0 > span:after {
    border-color: #3b4e5da3;
    top: 22px;
}

.menu-calc:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 15px;
    left: 10px;
    border: 1px solid #3B4E5D;
    z-index: 10;
}

.menu-calc:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 6px;
    position: absolute;
    top: 18px;
    left: 13px;
    border: 1px dashed #3B4E5D;
    z-index: 10;
}
    

/*
.mMain .btm {
    height: 58px;
    background-position: 50% 50%;
    bottom: 0;
    left: 0;
    background-image: url(/img/menu-bottom-bg.gif);
    background-repeat: no-repeat;
}
*/

.search {
    height: 2.5rem;
    padding: 0.5rem;
    /* padding-left: 7px; */
    margin: 0.5rem 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #cee6fa;
    background-color:#e4f1fb;
}
.search form {
    display: flex;
    flex-flow: row nowrap;
}
.search input.field {
    flex: 1;
    height: 1.5rem;
    border:none;
    padding: 2px 4px 2px 4px;
    background:white;
    font-size: 0.875rem;
    border-radius: 4px;
}

.search input.button {
    width: 4rem;
    height: 1.5rem;
    margin-left: 0.5rem;    
    padding-left: 0.5rem;
    border: none;
    background-color: #45afe5;
    border-radius: 4px;
    color: #fff;
    font-size: 0.875rem;
}

.search input.button:hover {
    background-color: #4E8BC1; 
}

.pool-layout .box-h, .pool-layout .search, .pool-layout .dFooter  {
	background: #bae8fa;
}

.ext-layout .box-h, .ext-layout .search, .ext-layout .dFooter {
	background: #e0f2fe;
}

/*
.price {
   color:#FFFFFF;
   display:inline-block;
   min-width: 64px;
   padding: 0 6px 0;   
   height:20px;
   background:url('/img/price.png');
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   background-size: cover;     
   line-height:20px;
   text-align: center;
   font-size: 13px;
	letter-spacing: 0.5px;   
 
}
*/
.price {
    color: #5a788f;
    display: inline-block;
    font-size: 1.125em;
    margin: 0 0 16px 0;
    text-decoration: none;
}

.box {
    position:relative;
    margin-bottom: 1.25rem;
}

.frame.prod + .box {
    margin-top:18px;
}

.box-h {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    background-color: #e0f2fe;
    padding: 0.625rem 0.5rem 0.5rem 1.25rem;
    min-height: 2.5rem;
    font-weight: normal;
    color: #546572;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-h + .box-h {
    margin-top: -0.875rem;
    padding: 0 0 0.5rem 1.25rem;
    min-height: unset;
}

.box-h h1 {
    font-size: 1.1875rem;
    line-height: 120%;
}


.box-h h2 {
    font-size: 1.125rem;
}

.box-h a {
    text-decoration: none;
}
    
.box-h-group {
    display: flex;
    align-items: center;
}

.navi {
    line-height: 1;
    font-size: 0.75rem; 
    margin-bottom: 0.125rem;
}

.navi a, .navi span {
   padding-right:10px;
   background:url('/img/point.gif') right 55% no-repeat;
   margin-right:7px;
   text-decoration: none;
}

.frame {
   background:#FFFFFF;
   border-left:1px solid #E3E7EA;
   border-right:1px solid #E3E7EA;
   border-bottom:1px solid #E3E7EA;
   overflow:hidden;
   padding:16px 20px 16px 20px;
   height:100%;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}

.top-border {
   border-top:1px solid #E3E7EA;
}

.promo-top {
   position:absolute;
   left:63%;
   top:46px;
   font-size:1.1em;
}

.promo-top .pic {
   float: left;
   display:block;
   border: 1px solid #E3E7EA;
   padding: 13px 6px 13px 6px;
   background: #FFFFFF;
   width: 90px;
}

.picbox {
	position: relative;
}

.picbox img, .pic img {
	width: 100%;
	height: auto;
}

.picbox .info-link {
	display: none;
	position: absolute;
	bottom: 0;
	left: 32px;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.4);
}

.picbox .info-link:after {
	display: block;
	width: 24px;
	height: 24px;
	margin: 3px 0 0 3px;
	content: "";
	background: transparent url('/img/icon-info.png') 0 0;
}

.picbox:hover .info-link {
	display: block;
}

.gallery .picbox:hover:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;	
	content: "";
	width: 30px;
	height: 30px;
	content: "";
	background-color: rgba(0,0,0,0.4);
	background-image: url('/img/icon-zoom.png');
	background-position: 3px  3px;
	background-repeat: no-repeat;
	cursor: pointer;
	pointer-events: none;	
}

.w150 img  {
	max-width: 150px;
}

.w210 img  {
	max-width: 210px;
}

.w250 img  {
	max-width: 250px;
}

.w600 img  {
	max-width: 600px;
}

.w605 img  {
	max-width: 605px;
}

.w750 img  {
	max-width: 750px;
}

.w800 img  {
	max-width: 800px;
}

.promo-top dl {
   display:block;
   margin-left:114px;
   text-align:left;
   position:relative;
   height:82px;
}

.promo-top dl dt {
   font-size:0.9em;
   height:52px;
   overflow:hidden;
}

.promo-top dl dt a {
   font-weight:Bold;
   display:block;
   margin-bottom:8px;
   font-size:1.1em;
}

.promo-top dl dd {
   position:absolute;
   bottom:0;
   left:0;
   white-space:nowrap;
}

.promo-top dl dd a {
   display:block;
   float:left;
   text-transform:capitalize;
   font-weight:bold;
   line-height:20px;
   margin-left:10px;
}

.content {
   padding-top: 1.5em;	
   color:#333333;
   font-size: 1.25em;
   line-height: 1.325em;
}

.content h3 {
   border-bottom:1px dashed #93D5D6;
   margin:1.4em 0 1em 0;
   padding-bottom:4px;
   color:#546F84;
   font-size:1.3em;
   font-weight:Normal;
}

.content ul {
   margin:0.8em 0 0 0;
}

.content ul li {
   background:url('/img/list-style.gif') 2px 7px no-repeat;
   padding:0 0 0.8em 20px;
}

.content b, .content strong {
   color:#555555;
}


.tContent {
   margin:1em auto;
   border-left:1px solid #E3E7EA;
   border-right:1px solid #E3E7EA;
}

.tContent td {
   font-size:1em;
   padding:0.6em 1em 0.6em 1em;
}


.tContent thead tr td {
   background:#DFE8F0;
   border-bottom:1px solid #C7D5E3;
   padding:0.6em 1em 0.6em 1em;
   font-size:0.9em;
   font-weight:Bold;
   color:#555555;
   vertical-align:top;
   border-right:1px solid #FFFFFF;
}

.tContent tr.blue td {
   background:#F1F5F9;
}

.qu {
   display:inline-block;
   position:relative;
   overflow:hidden;
   width:13px;
   height:13px;
   margin:2px;
   background:url('/img/qu.gif') no-repeat 0 0;
}

.tContent tr th {
   font-size:1em;
   font-weight:Bold;
   color:#555555;
   text-align:left;
   padding:1em 1em 0.8em 1em;
   border-bottom:1px solid #C7D5E3;
   border-right:1px solid #E3E7EA;
   background:#F1F5F9;
}

.tContent tr td {
   border-bottom:1px solid #C7D5E3;
   border-right:1px solid #E3E7EA;

}

.prod ul li {
   padding:0 0 0.4em 20px;
}


.lt {
   top:0; left:0;
}
.rt {
   top:0; right:0;
}
.lb {
   bottom:0; left:0;
}
.rb {
   bottom:0; right:0;
}

.lt, .rt, .lb, .rb {
   width:4px;
   height:4px;
   overflow:hidden;
   position:absolute;
   z-index:200;
}

.lb1{
   background: url('/img/lb1.gif') no-repeat;
}
.rb1{
   background: url('/img/rb1.gif') no-repeat;
}
/*
.lt1{
   background: url('/img/lt1.gif') no-repeat;
}
.rt1{
   background: url('/img/rt1.gif') no-repeat;
}
.lt2{
   background: url('/img/lt2.gif') no-repeat;
}
.rt2{
   background: url('/img/rt2.gif') no-repeat;
}
*/
.lb2{
   background: url('/img/lb2.gif') no-repeat;
}
.rb2{
   background: url('/img/rb2.gif') no-repeat;
}

.lt2_{
   background: url('/img/lt2_.gif') no-repeat;
}

.rt2_{
   background: url('/img/rt2_.gif') no-repeat;
}


.advert {
   display: none;
   position:absolute;
   bottom:0px;
   left:0px;
   width:200px;
}

.advert .frame {
   color:#CDCDCD;
   padding:16px;
}

.advert .frame a {
   color:#CDCDCD;
   text-decoration:none;
}

.advert .frame a:hover {
   color:#777777;
}


.advert span {
   display:block;
   padding-left: 16px;
   line-height:20px;
   background:#BBD8EF;
   color:#FFFFFF;
   font-size:1.2em;
   font-weight:Bold;
}

.dFooter {
    grid-area: dFooter;
    text-align: center;
    background: #ECF3F8;
    position: relative;
    height: 2.25rem;
    margin: 1rem 0 2rem;
    padding: 10px 0 4px 0;
	background: #e4f1fb;
	border-radius: 5px;
}

.footer-menu {
   position:relative;
   z-index:10;
   color:#3B4E5D;
   font-size:0.75rem;
   line-height:1.1em;
   word-spacing:19px;
}

.footer-menu a {
	color: #3B4E5D;
	word-spacing:normal;
}

.footer-menu a:hover {
	opacity: 0.7;
}

.footer-menu span {
   word-spacing:normal;
}

.footer-bottom {
    display: grid;
	grid-template-columns: 1fr 3fr 1fr;
    grid-auto-rows: auto;
    padding: 1.5rem 0 2rem;
    align-items: center;
    position:relative;
    height:35px;
}

.counter {
    opacity:0.5;
}

.copyright {
   font-size:1.1em;
   line-height:1.3em;
   text-align: center;
   color:#666666;
   text-decoration : none;
}

.pcode {
    color:#777777;
}

.filter.flex {
   font-size: 1.1em;
   margin-bottom: 2em;
}
.filter.flex > div {
    padding-right: 50px;
    flex-grow: 0;
    white-space: nowrap;
}

table.filter {
   width:100%;
}

table.filter tr td {
   vertical-align:top;
   padding:0;
   width:25%;
   font-size:1.1em;
}

.filter  span, .filter span {
   display:block;
   margin:0 5px 5px 0;
   font-weight:Bold;
   color:#555555;
}

.filter span.active {
   color:#555555;
}
/*
table.filter label.active {
  background:#E2EFF9;
}
*/
.fbox {
   list-style:none;
}

.fbox li {
   padding:0;
   clear:both;
   
}

.fbox input {
   margin:1px 5px 5px 0;
   padding:0;
   width:14px;
   height:14px;
   display:block;
   float:left;
}

.fbox label {
   margin:0;
   padding: 3px 5px 2px 2px;
   line-height:13px;
   display:block;
	margin-bottom: 4px;
   max-width:80%;
   text-transform: lowercase;
}

.fbox li div {
   display: inline-block;
}

.fbox.switch li, li.switch   {
   white-space: initial;
}

li.switch span {
    padding-right: 3px;
    display: inline-block;
}
/*
.switch input, .switch label {
   display: inline;
   float: none;
}
*/
div.find {
   margin:16px 0 0 -1px;
   display: flex;
}

div.find .btn {
   height: 28px;
   line-height: 28px;
   padding: 0 1.5em;
   font-size: 10px;
   text-decoration: none;
}

div.find .btn+.btn {
	margin-left: 1rem;
}

div.sort {
    font-size: 0.75rem;
    margin: 0.75rem 0 0.875rem 1.25rem;
}

div.sort span {
   float:left;
}

div.sort a {
   display:inline-block;
   padding:0 0 0 7px;
    text-decoration: none;
}

div.sort.initial {
    position: absolute;
    top: 40px;
    left: 55%;
    margin: 0;
}

div.sort.initial a {
   display: block;
   padding: 0 0 5px;
}

div.sort .asc {
   background:url('/img/asc.gif') 100% 70% no-repeat;
   font-weight:Bold;
   padding-right:11px;
}

div.sort .desc {
   background:url('/img/desc.gif') 100% 80% no-repeat;
   font-weight:Bold;
   padding-right:11px;
}

div.sort div {
    float: right;
    vertical-align: top;
    overflow: hidden;
    margin-right: 20px;
}

div.sort div a:before {
    content: "";
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: -2px 4px 0 0;
    background: transparent url('/img/pdf-small.png') 0 0 no-repeat;
}

div.sort div:after {
    content: "";
    display: block;
    clear: both;
}

.icon-calc:before {
    background: transparent url('/img/calculator-small.png') 1px 0 no-repeat !important;
}

.icon-chrome:before {
    background: transparent url('/img/chrome.png?2') 0 0 no-repeat !important;
	opacity: 0.8;
}

.icon-tm:before {
    background: transparent url('/img/telegram.png?2') 0 0 no-repeat !important;
	opacity: 0.8;
}

.icon-tm {
    content: "";
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 19px;
    height: 19px;
    margin: -1px -7px 0 -24px;
    background: transparent url('/img/telegram.png') 0 0 no-repeat;
	opacity: 0.8;
}

.prod {
    border: none;
	padding: 0;
}

.prod-list {
    border-top: 1px solid #E3E7EA;
}

.prod h2, .prod-list h2 {
	font-size: 1.25em;
	margin: 0 0 0.75rem 0;
	font-weight: normal;
	color: #546F84;  
}

.prod h2.mrg-top {
	margin-top: 0.75rem;
}

.prod h3 {
    margin: 1.6em 0 1.4em 0;
    clear: both;
    font-size: 1rem;
    border: none;
    margin-bottom: 0.5rem;   
}

.prod .price {
   margin:0 0 14px 0;
}

.prod-left {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.prod-right {
	display: inline-block;
	vertical-align: top;	
	width: 70%;
	padding-left: 3%;
	position: relative;
}

.detail .prod-left {
	width: 62%;
}

.detail .prod-right {
	width: 28%;
}

.detail .prod-left > ul:first-of-type {
	margin-top: 0;
}

.prod-right div.type {
	font-size:0.9em;
	color:#333333;
	margin:0 0 16px 0;
}

.prod-main {
   font-size:1.05em;
   line-height:1em;
   margin-bottom:0px;
}

.prod-main th {
   font-weight:Normal;
   text-align:left;
   vertical-align:top;
   padding:0 16px 10px 0;
   white-space:nowrap;
}
/*
.price-big {
   color: #FFFFFF;
    display: inline-block;
    min-width: 88px;
    height: 26px;
    background: url('/img/price-big.png');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    background-size: cover;
    line-height: 26px;
    text-align: center;
    font-size: 15px;
    margin: 0 0 16px 0;
    padding: 0 10px 0;
	letter-spacing: 1px;
	text-decoration: none;
}
*/
.price-big {
    color: #4E8BC1;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 500;
    margin: 0 0 16px 0;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.price-big:hover {
	text-decoration: none;
}

.prod-main td {
   text-align:left;
   vertical-align:top;
   padding:0 0 10px 0;
}

.prod-param {
   font-size: 0.9em;
   width: 100%;
   line-height: 1.25;
}

.prod-param th {
   font-weight:Normal;
   text-align:left;
   vertical-align:top;
   width: 50%;
   padding:0 6px 8px 0;
}

.prod-param th.blk {
   padding:10px 10px 6px 0;
   background:none;
}

.prod-param th span {
   background:#FFFFFF;
    line-height: 1.2;
    padding-bottom: 2px;
    padding-right: 10px; 
}

.prod-param th p {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
}

.prod-param th.blk-param span {
   background:#FFFFFF url('/img/dash.gif') 0 0.6em no-repeat;
   padding-left:14px;
}

.prod-param td {
   text-align: left;
   width: 50%;
   vertical-align: bottom;
   padding: 0 0 8px 4px;
}

.prod-param td ul {
   padding-top:10px;
}

.prod-right .prod-param th {
   width: 36%;
}

.prod-right .prod-param td {
   width: 60%;
}

.prod-param.pool th {
   width: 45%;
}

.prod-param.pool td {
   width: 55%;
}

.prod-param td ul li {
   padding:0 0 4px 14px;
   background:url('/img/dash.gif') 0 0.6em no-repeat;
}

.sep {
   border-bottom:1px dashed #CCD0D3;
   height: 1.25em;
   margin-bottom: 1.5em;
   clear: both;
}

.prod-right .sep {
   clear:none;
}

.prod .grey {
   color:#888888;
}

.stock-empty, .stock-few, .stock-several, .stock-many {
   display:inline-block;
   clear:both;
   width:19px;
}

.stock-empty {
   background:url('/img/s-empty.gif') 1px 0 no-repeat;
}

.stock-few {
   background:url('/img/s-few.gif') 1px 0 no-repeat;
}

.stock-several {
   background:url('/img/s-several.gif') 1px 0 no-repeat;
}

.stock-many {
   background:url('/img/s-many.gif') 1px 0 no-repeat;
}

div.total {
   padding:20px 20px 0 0;
   float:right;
}

div.scale {
   margin: 40px 0 20px;
   line-height:18px;
   vertical-align:top;
   white-space: nowrap;
   color:#555555;
}

div.scale a {
   margin:0 7px 0 4px;
   display:inline-block;
   font-size:0.9em;
}

div.scale span {
   font-weight:bold;
   border:1px solid #E3E7EA;
   padding:0 7px 0 7px;
   display:inline-block;
   font-size:0.9em;
}

ul.list {
   list-style:none;
   margin:0 0 1em 0;
   padding:0;
   clear: both;
}

ul.list.lib {
	margin: 0 0 1.25em 0;
}

ul.list li {
   padding:0px 5px 16px 16px;
}

ul.list li p {
   font-size:0.9em;
   line-height:120%;
   margin:2px 0 2px 0;
}

ul.lib li {
   background-repeat: no-repeat;
   background-position: left 4px;
   padding:10px 5px 10px 32px;
   color: #777777;
}

ul.lib.ext li {
	background: none;
    padding: 0 0 14px;
	color: #222;
}

.ref {
   width:150px;
   float:left;
   padding:16px 0 16px 0;
   text-align:center;
   overflow:none;
}

.ref dl {
   display:block;
   text-align:center;
   font-size:0.9em;
   position:relative;
   overflow:hidden;
}

.ref dl dt {
   margin:4px 16px 4px 16px;
   overflow:hidden;
   height:2.6em;
}

.ref dl dt a {
   font-size:1.0em;
   display:block;
}

.ref dl dd span.price {
   display:inline-block;
   margin:0;
}

.date {
   font-style:italic;
   font-size:0.9em;
   margin-top:20px;
}

.news {
   width:90%;
}

.news dt {
   padding:0 0 6px 0;
   font-style:italic;
   color:#555555;
   font-size:0.9em;
}

.news dd {
   padding:0 0 20px 0;
}

.news dd a {
   padding:0 0 10px 0;
   font-size:1.25em;
   display:block;
}

.news dd p {
   margin:0;
}

.object {
   clear:both;
   height:100%;
   overflow:auto;
   margin-bottom:20px;
}

.object-right {
   float:right;
   width:230px;
	overflow: hidden;   
}

.object-left {
   margin-right:246px;
}

.object-left dt {
   padding:0 0 10px 0;
   font-size:1.25em;
}

.object-left dd {
   padding:0 0 6px 0;
}

.object-left dl.param dt {
   padding:20px 0 6px 0px;
   font-size:1em;
}
.object-left dl.param dt span {
   font-weight:Bold;
   color:#555555;
}

.object-left dd.dealer {
   padding:4px 0 0 0;
   font-style:italic;
   color:#777777;
}

.object-left dd.dealer span {
   color:#333333;
}

.object-left dd p {
   margin:0;
}

.wb {
   display:none;
   /*margin-bottom:16px;*/
}

.open {
   display:block;
}

.city-main .open, .city-left .open, .city-right .open {
	margin-top: 16px;   
}

.h-wb1 {
   clear:both;
   font-weight:Normal;
}

h4.h-wb2 {
   margin:0 0 8px 0;
   font-weight:Normal;
}

h4.h-wb1 {
   margin:0 0 16px 0;
}

.h-wb1 span {
   padding:0 14px 0 0;
   cursor:pointer;
   color:#546F84;
   background:url('/img/arrow-off.png') 100% 55% no-repeat;
   border-bottom:1px dashed #546F84;
}

h4.h-wb1 span {
   padding:0 14px 0 0;
   font-size: 1.20em;
}

h4.h-wb2 span {
   padding:0 14px 0 0;
   margin-left:6px;
   cursor:pointer;
   font-size:1.05em;
   color:#546F84;
   background: url('/img/arrow-off.png') 100% 55% no-repeat;
   border-bottom:1px dashed #546F84;
}

.h-wb1 span.on {
   background:url('/img/arrow-on.png') 100% 60% no-repeat;
}

h4.h-wb2 span.on, h4.h-wb2.on span {
   margin-left:0px;
   padding: 2px 18px 2px 6px;
   color:#FFFFFF;
   background:#44AFE5 url('/img/arrow-on1.png') 100% 50% no-repeat;
   border:none;
   font-weight:Bold;
}

.news-layout { 
	display: grid; 
	grid-template-columns: repeat(3, minmax(5rem, 1fr));
    grid-auto-flow: row dense;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    margin: 0.375rem 0 0.75rem;
}

.news-layout a {
    display: block;
    text-decoration: none;
    color: #4E8BC1;
}

.news-layout a:hover .title {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: from-font;   
   color:#444444;
}

.news-layout .warn {
    padding: 0.75rem;
    border: 1px solid rgb(255 170 0);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-layout .warn .title {
    color:  rgb(255 136 0);
}

.news-layout .warn a:hover .title {
    color:  rgb(255 136 0);
}

.news-layout .title {
    font-size: 0.875rem;
    line-height: 1.5;
}

.news-layout time {
    display: block;
    font-size: 0.75rem;
    color: #808080;
    margin-bottom: 0.5rem;
}

.news-layout .note {
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    line-height: 1.375;
    color: #333333;
}

.mTop2 a {
    color: #4E8BC1;
    font-size: 13px;
    line-height: 1px;    
}

.news-social  {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.5rem;
}
.news-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1.25px solid #506d84;
    border-radius: 50%;
    margin-left: 4px;
}

.news-social a + a {
    margin: 0 12px 0 12px;
}

.news-social svg {
    width: 10px;
    height: 10px;
    fill: #506d84;
}

.news-social a:hover {
    background-color: #506d84;
}

.news-social a:hover svg {
    fill: #fff;
}

.news-social .tm {
    margin-left: -1px;
}

.center {
	text-align: center;
}

ol li {
   margin: 8px 0px 0px 10px;
}

ul.ctext, p.ctext {
   margin-top: 4px !important;
   margin-bottom: 4px !important;
}

ul.ctext li {
   padding-bottom: 4px !important;
   margin-left: 10px !important;
} 
ul.ctext li.lev21 {
   padding-bottom: 2px !important;
   margin-bottom: 2px !important;
}

ul.lev2 {
   margin-top: 2px !important;
   margin-bottom: 4px !important;
}

ul.lev2 li {
   padding-top: 2px !important;
   padding-bottom: 4px !important;
   margin-left: 35px !important;
}

.flex {
	display: flex;
	width: 100%;
}

.flex.line > * {
	padding-right: 1em;
}

.flex.line > *:last-child {
	padding-right: 0;
}

.flex .fixtitle {
	display: block;
	min-height: 4em;
}

ul.nomark > li {
	background: none;
	padding-left: 0;
}

.flex.line > li {
	padding-left: 1em;
}

	
.fld-block {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0;
    padding-top: 10px;
}

.fld-block a {
	display: block;
	position: relative;
	flex: 1;
	text-decoration: none;
	color: #333333;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	padding: 15px 15px 15px 20px;
	background-color: #f7f9fb;
	cursor: pointer;
	opacity: 0.5;
}

.fld-block a+a {
	border-left: 2px solid #fff;
}

.fld-block a:hover {
	background-color: #eaeff4;
}

.fld-block a.active {
	background-color: #f3f9ff;
	opacity: 1;
}

.fld-block .pricetxt {
	display: none;
	margin: 14px 0 6px;	
	white-space: nowrap;
	font-size: 1.125em;
	font-weight: 400;
	color: #4E8BC1;
}

.fld-block.info .pricetxt, .fld-block.info .note {
	display: block;
}

.fld-block .title {
	font-size: 18px;
	font-weight: 500;	
	color: #3B4E5D;
	padding-right: 12px;	
}

.fld-block .note {
	display: none;
	font-size: 0.875em;
}

.fld-block .w-btn {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 15px;
	height: 15px;
	z-index: 100;
	cursor: pointer;
	border: 2px solid #68add9;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='960px' height='560px' viewBox='-1519 721 960 560' style='enable-background:new -1519 721 960 560;' xml:space='preserve' %3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2368ADD9;%7D%0A%3C/style%3E%3Cg id='Rounded_Rectangle_33_copy_4_1_'%3E%3Cpath class='st0' d='M-1039,1065.2l-211.1-212.3c-15.8-15.9-41.3-15.9-57.1,0c-15.8,15.9-15.8,41.6,0,57.4l237.6,238.9 c8.4,8.5,19.6,12.3,30.6,11.7c11,0.6,22.2-3.2,30.6-11.7l237.6-238.9c15.8-15.9,15.8-41.6,0-57.4s-41.3-15.9-57.1,0L-1039,1065.2z' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.fld-block .w-btn:hover {
	opacity: 0.7;
}

.fld-block.info .w-btn {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);		
}

.frame-border {
	position: relative;	
    padding: 20px;
    border-left: 1px solid #E3E7EA;
    border-right: 1px solid #E3E7EA;
    border-bottom: 1px solid #E3E7EA;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bg-grey {
	background-color: #f7f9fb;	
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(0,0,0,0.7); 
}

.blur {
    -webkit-filter: blur(2px); 
    -moz-filter: blur(2px); 
    -o-filter: blur(2px);
    filter: blur(2px);     
    -ms-filter: blur(2px); 
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');   
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;    
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0.5rem 8rem 0.5rem;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.main-gallery .mfp-container {

}

.main-gallery .mfp-img-frame {
    padding: 2rem 0 3rem 0;   
}

.mfp-wrap.main-gallery .mfp-arrow {
    margin-top: -2em;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom, .mfp-link > *, .gallery img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
	image-rendering: -webkit-optimize-contrast;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader, .prod-pic.preloader .pic-box:after {
	content: "";
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 800;
   /* background: #fff url('/img/loader.gif') 50% 50% no-repeat;*/
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
}

.mfp-preloader {
	/*background: transparent url('/img/loader2.gif') 50% 50% no-repeat;*/
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-arrow, .mfp-close {
    display: block;
    overflow: visible;    
    position: absolute;
    padding: 0;
    margin: 0;
    cursor: pointer;  
    background: transparent;
    border: 0;
    -webkit-tap-hlight-color: rgba(0, 0, 0, 0);    
    -webkit-appearance: none;
    outline: none;
    z-index: 300;
}

.mfp-wrap .mfp-arrow, .mfp-wrap .mfp-close {
    width: 5rem;
    height: 8rem;
}

.mfp-wrap .mfp-close {
    height: 5rem;
}

.mfp-wrap .mfp-arrow {
    margin-top: -100px;
    top: 50%;    
}

.mfp-arrow {
    top: 50%;
	margin-top: -1.25rem;
    color: #000;
    width: 2rem;
    height: 2.5rem;
	font-size: 2rem;
}

.mfp-arrow:not(.slick-disabled):hover:before {
    color: #ed1b2d;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-arrow.left {
    left: 0;
}

.mfp-arrow.right {
    right: 0;
}

button::-moz-focus-inner {
    border: 0;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
}

.mfp-arrow.slick-disabled {
	opacity: 0.2;
	cursor: default;	
}

.mfp-close {
    top: 0;    
    right: 0;
    margin: 0;
}

.mfp-wrap .mfp-close:before, .mfp-wrap .mfp-arrow {
    color: #fff;
}

.mfp-close:before  {
    content: "\00D7";
    font-size: 1.5rem;    
}

.icon.left:before, .icon.down:before, .icon.up:before {
    content: "\2039";
}

.icon.right:before {
    content: "\203A"; 
}

.icon.up {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);	
}

.icon.down{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);	
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    display: none;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-img-frame {
    padding: 2rem 2rem 8rem;
    text-align: center;
    vertical-align: middle;
    display: table-cell;    
}

img.mfp-img {
    /*
    display: block;
    max-width: 100%;
    height: auto; */   
    /*height: 100%;*/
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    line-height: 0;
    margin: 0 auto;
    padding: 20px;
    background: #FFF;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: center;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 1023px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
    img.mfp-img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

.mfp-popup-bg {
    background: rgba(0,0,0, 0.4) 
}

.mfp-glr {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1100;
    padding: 2rem 0 2rem 0;
}

.mfp-glr .thumb {
    margin: 0;
    padding: 6px;
    border-color: #fff;
    width: 6em;
    height: 4em;
    text-align: center;
    margin-left: 1rem;    
}

.mfp-glr .thumb img {
    width: auto;
    height: 100%;
    display: inline-block;    
}

.mfp-glr .thumb.d3:before {
    font-size: 4em;
}

.mfp-glr .video:after {
    font-size: 1.5rem;
}

.city-main {
   clear:both;
   padding-left:10px;
   margin-bottom:32px;
}

.city-left {
   clear:both;
   float:left;
   width:48%;
   padding-left:10px;
   margin-bottom:16px;
}

.city-right {
   margin-left:52%;
   margin-bottom:16px;
}

.wb dl {
   margin:0 0 24px 16px;
}

.wb dt {
   font-weight:Bold;
   color:#555555;
}

.wb dd {
   color:#000000;
   font-size:0.9em;
   padding: 4px 0 0 16px;
   line-height:1.2em;
}

.wb dd.note {
   font-size:1em;
   font-weight:Normal;
   padding-bottom:8px;
   font-style:italic;
}


.wb dd.addr {
   color:#555555;
}

.wb dt.name {
	display: flex;
	align-items: center;
    margin-bottom: 0.25em;
	line-height: 1;
}

.wb dt span {
	display: flex;	
	margin-left: 10px;
	width: 26px;
	height: 20px;	
}

.demzal {
	background: url('/img/demzal-new.png') 0 0 no-repeat;
}

.vavexpert {
	background: url('/img/vav-new.png') 0 0 no-repeat;
}

.smarthome {
	background: url('/img/smarthome.png') 0 0 no-repeat;
}

.poolinst {
	background: url('/img/pool.png') 0 0 no-repeat;
}

.pop-txt {
    display: none;
}

.popup-block {
    display: none;
    position: absolute;
    max-width: 300px;
	min-width: 150px;
    padding: 1em;
    background: #FFF;
    border: 1px solid #EEEEEE;
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    font-size: 13px;
    color: #000000;
    z-index: 2000;
}

.popup-block:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    border-right: 10px solid transparent;
}

.popup-block img {
    max-width: 100%;
    height: auto;	
}

.map-link {
    display: none;	
	margin-left: 10px;
    text-decoration: none !important;
    border-bottom: 1px solid #4E8BC1;
	color: #4E8BC1 !important;
}

.h-wb2.on > .map-link {
    display: inline-block;
}

.top-note {
	position: absolute;
    top: 40px;
    left: 230px;
    font-size: 13px;
    width: 320px;
    color: #ff7600;
}

.o-title {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
}

li+ li > .o-title {
	margin-top: 4px;
}


.o-title b, .o-title strong,{
	display: inline-block;
	padding-right: 6px;
	font-weight: 600;
}

.o-title b:after, .o-title strong:after {
	content: "\2013";
	display: inline-block;
	padding-left: 6px;
	font-weight: normal;
}

.o-list .o-title {
	display: table;
    border-bottom: 1px dashed #546F84;		
}

.o-list .o-title:after {
	content: "";
    padding: 0 14px 0 0;
    cursor: pointer;
    color: #546F84;
    background: url('/img/arrow-off.png') 100% 55% no-repeat;
}

.o-list .o-title.on:after {
   background:url('/img/arrow-on.png') 100% 60% no-repeat;
}


.o-list .wb.open {
	margin-bottom: 14px;
}

.print-btn {
	position: absolute;
    top: 16px;
    right: 12px;
    width: 26px;
    height: 26px;	
	z-index: 300;
	cursor: pointer;
}

.print-btn:after {
	content: "";
	background: url('/img/icon-print.png') 0 0 no-repeat;
	background-size: cover;
    width: 26px;
    height: 26px;
    display: block;	
}

@media print {
	body {
		background: none;
		max-width: 100%;
	}
	.dBody {
		width: 100%;
		min-width: auto;
		max-width: 100%;
		margin: 0;
	}
	.dTop {
		background: none;
	}
    .no-print, .dLeft, .dTop > *, .dFooter, .footer-bottom > *, .lib-block, .print-btn, iframe {
        display: none;
    }
    .dTop .logo, .footer-bottom > .copyright {
        display: block !important;
    }
	.dRight {
		min-height: auto;
		width: 100%;
		margin: 0 auto;		
	}
	.content-block {
		page-break-inside: avoid;
	}
	.fld-block .w-btn {
		display: none;
	}
	
	.fld-block > a {
		border: 1px solid #E3E7EA;
	}
	
	.fld-block a.active {
		border: 2px solid #777;
	}
}


/*--------------------------*/
:focus {
    outline: none;
}

.btn {
    display: inline-block;
    width: auto;
    padding: 0 2em;    
    background: none;
    font-size: 0.875em;
    height: 2.25rem;    
    line-height: 2.25rem;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	background-color: #44AFE5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    border-radius: 4px;	
}

.btn:not([disabled]):hover, .btn.trn {
    background-color: #4E8BC1;
}

.btn.disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;	
}

.btn.trn {
	background: transparent;
	border: 1px solid #4E8BC1;
	color: #4E8BC1;
}

.btn.trn:hover {
	color: #fff;
}

input,
textarea,
button, select {    
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding: 0 0.5em;
    background-color: #FFF;
    border: 1px solid #C3C4C5;
    border-radius: 0;    
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;	
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input:not(.btn):focus,
textarea:focus,
select:focus {
    border: 1px solid #4E8BC1 !important;
}

input[type=file] {
    border: none;
    height: auto;
    padding-bottom: 0.25em;
    background: none !important;   
}

.form input {   
    height: 2.25rem;
}

textarea {
    padding: 0.5em;
    line-height: 1.25em;
	resize: vertical;	
}

::-webkit-input-placeholder {color:#999;}
::-moz-placeholder          {color:#999;}
:-ms-input-placeholder      {color:#999;}


/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px so; 
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

button:disabled,
button[disabled],
input[type=submit]:disabled,
input[type=submit][disabled],
.btn[disabled],
select[disabled] {
	border-color: #e3e3e3;
    background: #e5e5e5;
    color: #333 !important;
    cursor: default;
}

.form, .form  * {
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

.form .hidden {
	display: none;
}

.form dt, .form .note {
    font-weight: 400;
    padding: 0 0 0.5em 0.5em;
}

.form dd {
    margin-bottom: 1.5rem;
}

.form label span {
    color: #FF0000;
}

.form .step1 {
    visibility: visible;
    opacity: 1;   
}

.form.response .step1 {
    visibility: hidden;
    opacity: 0;
}

.form.response .step2 {
    visibility: visible;
    opacity: 1;
	min-height: 10rem;	
}

.form .step2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 1s linear;     
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.form.response .step2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.form .step2 p {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
}


.form .loader {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.form.pending .loader {
    display: flex;
	align-items: center;
	justify-content: center;
}

.pending .step1 {
	opacity: 0;
	visibility: hidden;
}

.close {
    width: 2em;
    text-align: center;
    display: none;    
}

.close:after  {
    content: "\00D7";
    cursor: pointer;   
    text-decoration: none;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.375em;   
}

.close.active {
    display: inline-block;
}

.form .close {
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    z-index: 300;    
}

.form textarea {
    line-height: 1.25;
}

.form-ctrl {
    margin-top: 2rem;
    text-align: right;
}

.form input[type=checkbox] {
    display: none;
}

.form input[type=checkbox] + label {
	display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 1.5rem;
    min-height: 1rem;
    text-align: left;	
}

.form input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    left: 0;
    top: 0.125rem;    
    border: 1.5px solid #44AFE5;
}

.form input[type=checkbox]:checked + label:before {
    content: "";
    background-color: #44AFE5;
    color: #44AFE5;
    border: 1.5px solid #44AFE5;
}

.form input[type=checkbox]:checked + label:after {
    content: '';
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-right: 0.175em solid #fff;
    border-bottom: 0.175em solid #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 0.125em;
    left: 0.25em;
    width: 0.375em;
    height: 0.75em;
}

.form input[type=checkbox]:disabled + label:before {
    border-color: #ccc;
    background-color: #ccc;
}

.form input[type=checkbox]:disabled + label:after {
    opacity: 0.5;
}
.form input[type=checkbox]:disabled + label {
    opacity: 0.5;
}

.form input[type=radio] {
    display: none;
}

.form input[type=radio] + label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 2px 0 6px 23px;
    margin-right: 12px;
}

.form input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0.1em;
    border: 1px solid #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
}

.form input[type=radio]:checked + label:before {
    text-align: center;
    background-color: #44AFE5;
    color: #44AFE5;
    border: 1px solid #44AFE5;
}

dt, dd {
    display: block;
} 

.required:after {
    content: "*";
    display: inline-block;
    margin-left: .25em;
    color: #4E8BC1;
}

input.error, textarea.error, select.error {
    border-color: #fa5300;
}

.error::-webkit-input-placeholder {color:#fa5300;}
.error::-moz-placeholder          {color:#fa5300;}
.error:-ms-input-placeholder      {color:#fa5300;}

.loader:after {
	content: "";
    display: block;	
    margin: 0 auto;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    text-indent: -9999em;
    border-top: 1em solid rgba(158, 179, 194, 0.2);
    border-right: 1em solid rgba(158, 179, 194, 0.2);
    border-bottom: 1em solid rgba(158, 179, 194, 0.2);
    border-left: 1em solid rgba(255, 255, 255, 0.8);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
}


@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.brz-chart-ctx-block {
	margin: 20px auto;
	width:100%;
}

.brz-chart-grid {
    width: 100%;
    display: -webkit-flex;
	display: -moz-flex;	
    display: flex;
    flex-flow: row wrap;
}

.brz-chart-grid > div {
    flex: 1;
}

@media screen and (max-width: 800px) {
	.brz-chart-grid div {
		flex: 0;
		width: 100%
	}	
}

.brz-chart-title {
	font-size: 110%;
    color: #546F84;
    margin-bottom: 1.125rem;
    letter-spacing: 0.5px;
}

.brz-chart-form input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.brz-chart-form input[type=radio] {
    display: none;
}

.brz-chart-form label span {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 1.5rem;
    text-align: left;
    line-height: 1;
}

.brz-chart-form label input[type=radio] + span:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    left: 0;
    top: -0.05rem;
    border: 0.125rem solid #44AFE5;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    background: #fff;
}

.brz-chart-form label input[type=radio]:checked + span:before {
    background-color: #44AFE5;
}

ul.brz-chart-list {
    list-style: none;
	margin: 1em 0;
	padding: 0;
}

ul.brz-chart-list li {
	list-style: none;
	background: none;
	padding: 0;
}

ul.brz-chart-list li+li {
    margin-top: 1rem;

}

.promo-text {
	border-top: 1px solid #E3E7EA;
	padding-top: 1.5em;
	font-size: 85%;
	line-height: 1.25;
	color: #777;
}

.promo-text a {
	color: #777;
}

.promo-text p {
	margin-bottom: 0.5em;
}
.promo-text ul {
	margin-top: 0.5em;
	position: relative;
}

.promo-text ul li {
    background: none;
    padding: 0 0 0.25em 1em;
}

.promo-text ul li:before {
	content: "\00bb";
	position: absolute;
	left: 0;
}

.filetype {
   display: flex;
   align-items: center;
   padding: 0 2px 0 20px;
   gap: 8px;
}

.filetype .fileicon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 3px;
    padding: 4px 0;
    width: 16px;
    height: 16px;
}

.filesize {
	color: #777777;
}

.filenote {
	color: #999;
	font-size: 12px;
	width: 60%;
	line-height: 1.375;
	margin: 4px 0;
}

.filterlib .fbox label {
	text-transform: unset;
}

.collapse-content {
	position: relative;
	padding-right: 34px;
}

.collapse-content div.toggle {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
	border: 1px solid transparent;
}

.collapse-content div.toggle:before, .content div.toggle:after {
    content: "";
    display: block;
    font-size: 1px;
    line-height: 1;
    position: absolute;
}

.collapse-content div.toggle:before {
    top: 12px;
    left: 4px;
    width: 18px;
    height: 1px;
    border-top: 2px solid #44AFE5;
}

.collapse-content div.toggle:after {
    top: 4px;
    left: 12px;
    width: 1px;
    height: 18px;
    border-left: 2px solid #44AFE5;
}

.collapse-content div.toggle:hover {
	border: 1px solid #44AFE5;
	/*transform: rotate(45deg);*/
	transition: 0.5s ease all;
}

.collapse-content.active div.toggle {
	transform: rotate(45deg);
	transition: 0.5s ease all;
}

.collapse-content .add-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
    background-color: #FCFCFC;
    margin: 0 -55px 0 -20px;
	transition: max-height 0.1s ease-in;
}

.collapse-content.active .add-content {
	max-height: 2000px;
	padding: 16px 54px 8px 20px;
	opacity: 1;	
	transition: max-height 0.5s ease-in, opacity 0.2s ease-in;	
}

.collapse-content:not(.active) + h3 {
	margin-top: 0.7em;
}

.content-split {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.content-split > *+* {
	margin-left: 20px;
}

.vconn-embed {
	position: relative;	
}

.vconn-embed-layout > img {
	z-index: 10;
	position: relative;
	user-select: none;
	pointer-events: none; 
}

.vconn-embed-frame {
    position: absolute;
    top: 76px;
    left: 13px;
    z-index: 2;
    overflow: hidden;
    width: 249px;
    height: 436px;
}

.vconn-embed-frame iframe {
	width: 100%;
    height: 100%;
    overflow: hidden;	
}

.vconn-prod-frame {
    width: 300px;
    height: 540px;
    overflow: hidden;	
	background-color: #e0e5e9;
}

.vconn-prod-frame iframe {
	width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: #e0e5e9;
}

.form ul {
	list-style: none;
}

.form li {
	background: none !important;
}

.vconn-embed .form ul {
	margin: 0;
}

.vconn-embed .form li {
    line-height: 1;
	padding: 0 0 1rem 0.75rem;
}

.vconn-embed  input + label {
	padding-bottom: 0;
}

.vconn-embed input[type=checkbox] + label:before {
	top: 0;
}
.vconn-embed input[type=checkbox]:checked + label:after {
    top: 0em;
}

.vconn-embed .form {
	/*border: 1px dashed #CCD0D3;*/
	border-radius: 0.125rem;
    padding: 1rem 0.5rem 0;
    background: #fbfbfb;
}

.vconn-embed .form ul+ul {
	padding-top: 1rem;
    border-top: 1px dashed #CCD0D3;
}

.sup {
	line-height: 1;
}

.cookie-message {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    max-width: 360px;
    padding: 0;
    display: none;
}

.cookie-message .content {
    display: block;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 14px;
}

.cookie-message .btn {
    width: 100%;
    margin-top: 1.5rem;
    height: 28px;
    line-height: 28px;
    padding: 0 1.5em;
    font-size: 12px;
}

.cookie-message.active {
    display: block;
}

.logo svg {
    width: 200px;
    height: 45px;
}    

.bTop {
    display: flex;
    align-items: center;
    position: absolute;
    top: 7px;
    left: 55%;
    margin-left: 4px;
    border: 1px solid #4E8BC1;
    color: #4E8BC1;
    text-decoration: none;
    padding: 4px 23px 5px 23px;
    line-height: 1;
    border-radius: 4px;
    font-size: 13px;
}

.bTop:hover { 
    background-color: #4E8BC1;
    text-decoration: none;
    color: #fff;
}

.btnMenu {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px; 
    margin: 20px 0;
}

.btnMenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    min-height: 30px;
    padding: 8px 0;       
    border: 1px solid #4E8BC1;
    border-radius: 4px;    
    color: #4E8BC1;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
}

.btnMenu a:hover {
    background-color: #4E8BC1;
    text-decoration: none;
    color: #fff;
}

.btnMenu .note {
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
}

/*---- SLICK ----*/
.slick-slider {
    visibility: hidden;
}

.slick-slider.active {
    visibility: visible;	
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;	
    margin: 0;
    padding: 0;
	width: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;             
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
}

.slick-slide > div {
    -webkit-box-flex: 1;      
    -moz-box-flex: 1;         
    -webkit-flex: 1;          
    -ms-flex: 1;              
    flex: 1;  
	display:flex;
	align-items:center;  
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized {
	visibility: visible;	
}

.slick-initialized .slick-slide {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;	
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slider .ibtn {
    overflow: visible;    
    position: absolute; 
    z-index: 500;
	backdrop-filter: blur(0.25rem);	
    top: calc(50% - var(--size-ibtn)/2);
}

.slick-slider .ibtn.left {
    left: 0.625rem;	
}

.slick-slider .ibtn.right {
	right: 0.625rem;
}

.slick-dots {
	width: 100%;	
	display: flex;
	flex-flow: row nowrap;
    justify-content: center;
	list-style: none;
	margin: 1rem 0 0;
    position: absolute;
    bottom: 1rem;    
}

.slick-dots li {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    min-height: unset;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content: "";
    width: 0.75rem;
    height: 0.75rem;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
    border: 1px solid #44AFE5;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #44AFE5;
    border: 1px solid #FFF;    
}

.slider-layout {
    width: 100%;
    overflow: hidden;    
    margin-bottom: 1.25rem;
    border-radius: 5px;
}

.pic-frame picture, .pic-frame .picture, .pic-frame > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.pic-frame {
    display: block;
    width: 100%;
	padding-top: 66.66%;	
 	overflow: hidden;   
}

.pic-frame.-trim1, .video-frame.-trim1 > div {
    padding-top: 100%;	
}

.pic-frame img {
	max-height: 100%;
	max-width: 100%;
    object-fit: cover;
}

.-pic-cover, .-pic-contain {
    display: block;
    width: 100%; 
}

.-pic-cover img, .-pic-contain img {
	width: 100%;
	height: 100%;	
}

.-pic-contain img {
    object-fit: contain;
}

.item-slider .item {
    height: 100%;
}

.slider-layout .pic-frame  {
    padding-top: 25rem;
}

.menu-calc.-pool a {
    margin: 0.5rem 0 0;
    background-color: #d5f1fc;
    border-radius: unset;
    border-bottom: 1px solid #FFF;
}

.menu-calc.-pool a:hover {
    background-color: #bae8fa;
}

.slider-layout .item.promo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    background:linear-gradient(-90deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 80%);
    z-index: 10;
}

.slider-layout .item-desc {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50%;
    padding-left: 2rem;
}

.slider-layout .item-desc .title {
    font-size: 2rem;
    color: #FFF;
}

.slider-layout .item-desc .note {
    margin-top: 0.5rem;
    max-width: 90%;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
}

.slider-layout .item-pic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50%;
}

.slider-layout .item-pic img {
    max-width: 100%;
    max-height: 100%;
    height: 400px;
    filter: drop-shadow(2px 2px 10px #FFFF);
    object-fit: cover;
    object-position: bottom right;
}

.slider-layout .item-desc .item-btn {
    display: inline-block;
    width: fit-content;
    margin-top: 1.5rem;
    padding: 0.5rem 2rem;
    font-size: 0.875rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 5px;    
}  

.slider-layout .item-desc .item-btn:hover {
    background-color: rgba(255,255,255, 0.9);
    border-color: rgba(255,255,255, 0.7);
    color: #4E8BC1;
}