@CHARSET "UTF-8";
@import url('icons.css');

* { margin:0; padding:0; outline:none; }
::-moz-focus-inner { padding:0; border:0; }
::-moz-placeholder { color:#bbb; font-weight:normal; font-size:inherit; opacity:1; }
::-webkit-input-placeholder {color:#bbb; font-weight:normal; font-size:inherit; opacity:1;}
::-webkit-outer-spin-button, ::-webkit-inner-spin-button {-webkit-appearance:none; margin:0;}
input[type='number'] {-moz-appearance: textfield; }


@font-face {
    font-family: 'SourceSerifPro';
    src: url('../fonts/SourceSerifPro/Sourceserifpro.eot');
    src: local('SourceSerif4Roman-Regular'), local('SourceSerif4Roman Regular'),
        url('../fonts/SourceSerifPro/Sourceserifpro.woff') format('woff'),
        url('../fonts/SourceSerifPro/Sourceserifpro.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSerifPro';
    src: url('../fonts/SourceSerifPro/Sourceserifprobold.eot');
    src: local('SourceSerif4Roman-Bold'), local('SourceSerif4Roman Bold'),
        url('../fonts/SourceSerifPro/Sourceserifprobold.woff') format('woff'),
        url('../fonts/SourceSerifPro/Sourceserifprobold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/*
#003a18 - очень темный 
#024c21 - темный 
#036a2e - норм
#007a33 - светлый 
*/
html {height:100%; width:100%;}
html * {box-sizing:border-box; }
body {font-size:18px; font-family:'SourceSerifPro'; color:#333; min-height:100%; height:100%; min-width:310px;}
table {border-collapse:collapse;}
textarea {font-size:inherit; font-family:inherit; }
input, select {font-family:inherit; font-size:inherit;}
img {border:0;}
a {text-decoration:underline; color:#036a2e;}
a:visited {color:#036a2e;}
a:hover {text-decoration:none; color:#024c21; }
td {vertical-align:top;}

.clear {clear:both;}
.hidden {display:none;}
.center {text-align:center;}
.notap {-webkit-tap-highlight-color:transparent;}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.maxWidth {max-width:1280px; margin:0 auto; padding:0 15px; box-sizing:border-box; }
.stdAni {transition:color 0.2s;}

#pageFrames {min-height:100%; height:auto !important; margin:0 auto -160px; width:100%; }


#header {background:#fff; opacity:1; position:relative; margin-bottom:20px;}
#headerContent {position:relative; height:122px; z-index:21; }
#headerContent table.vertical {height:100%; width:100%;}
#headerContent table.vertical td {vertical-align:middle; }

#headerMainLogo {display:block; width:150px; position:absolute; left:0; top:10px; }
#headerMainLogo img {display:block; max-width:100%; height:auto; }
#headerMainSlogan {display:block; height:80px; position:absolute; left:180px; top:20px; border-left:1px solid #036a2e; padding-left:15px;}
#headerMainSlogan table.vertical td {}
#headerMainSlogan table.vertical td div.name {color:#036a2e; font-size:28px; line-height:32px; font-weight:bold; padding-bottom:5px;}
#headerMainSlogan table.vertical td div.mob {display:none; color:#777; font-size:12px; line-height:16px;}
#headerMainSlogan table.vertical td span {color:#777; font-size:14px; line-height:18px; padding-bottom:5px; display:inline-block; }


#phoneData {display:block; height:80px; position:absolute; right:280px; top:20px; }
#phoneData table {width:100%; height:100%; position:relative; }
#phoneData table td {text-align:left; vertical-align:middle; color:#fff; }
#phoneData .phone { }
#phoneData .phone a {text-decoration:none; font-size:24px; line-height:30px; font-weight:bold; position:relative; padding-left:35px; }
#phoneData .phone a i {width:30px; height:30px; text-align:center; line-height:30px; font-size:22px; position:absolute; left:0; top:2px; color:#036a2e; }
#phoneData .email { margin-top:10px;}
#phoneData .email a {text-decoration:none; color:#000; font-size:18px; line-height:30px; position:relative; padding-left:35px; }
#phoneData .email a i {width:30px; height:30px; text-align:center; line-height:30px; font-size:20px; position:absolute; left:0; top:0px; color:#036a2e; }
#phoneData .email a:hover {color:#024c21; }




#callbackData {display:block; position:absolute; right:0px; top:20px; width:80px; height:80px; transition:transform 0.3s; cursor:pointer; }
#callbackData img {display:block; width:100%; position:absolute; left:0; top:0; }
#callbackData table {width:100%; height:100%; position:relative; }
#callbackData table td {text-align:center; vertical-align:middle; color:#fff; }
#callbackData table td i {font-size:30px; transition:transform 0.3s, font-size 0.3s;}
#callbackData table td span {display:none; }
#callbackData:hover {transform:rotate(-180deg);}
#callbackData:hover table td i {transform:rotate(-180deg); font-size:24px; color:#cac574;}

#mobileCallbackData {display:none; position:absolute; right:0; top:14px; cursor:pointer;}
#mobileCallbackData i {font-size:26px; width:26px; height:26px; line-height:26px; text-align:center; color:#036a2e;}
#mobileCallbackData:hover i {color:#024c21;}


#mobileOpenBtn {display:none; position:absolute; right:0px; bottom:15px; padding:0 15px 0 50px; line-height:40px; background:#036a2e; color:#fff; cursor:pointer; }
#mobileOpenBtn .l {display:block; width:30px; height:3px; background:#fff; position:absolute; left:10px; top:8px; }
#mobileOpenBtn .l2 {top:18px; }
#mobileOpenBtn .l3 {top:28px; }
#mobileOpenBtn:hover {color:#fbe805; }
#mobileOpenBtn:hover .l {background:#fbe805; }

#mobileCloseBtn {display:none; position:absolute; right:10px; top:10px; width:30px; height:30px; cursor:pointer; }
#mobileCloseBtn .l {display:block; width:30px; height:3px; background:#fff; position:absolute; right:0px; top:14px; transform:rotate(-45deg); border-radius:2px; }
#mobileCloseBtn .l2 {transform:rotate(45deg);}
#mobileCloseBtn:hover .l {background:#fbe805; }

#mainMenuContent {position:relative; }
#mainMenuScroll { margin-left:180px;}
#mainMenuData { position:relative; z-index:25;}

#mainMenu {height:100%; position:relative; background:#036a2e;}
/* #mainMenu > ul {display:flex; justify-content:space-between; height:50px; flex-direction:row; align-items:center;} */
#mainMenu > ul {height:50px; border-radius:5px; }
#mainMenu > ul > li {list-style-type:none; position:relative; float:left; }
#mainMenu > ul > li > a {display:inline-block; font-size:18px; padding:0 20px; line-height:48px; height:50px; text-decoration:none; color:#fff; border-left:1px solid #003a18; }
#mainMenu > ul > li:first-child > a {border-left:none; }
#mainMenu > ul > li.isHover > a {background:#cac574;}
#mainMenu > ul > li > a.active {background:#024c21; }
#mainMenu > ul > li.isExpandtrue > a {padding-right:30px; position:relative; }
#mainMenu > ul > li.isExpandtrue .collapse {display:none;}
#mainMenu > ul > li.isExpandtrue > a .arrow {display:block; width:15px; height:15px; line-height:16px; font-size:12px; position:absolute; right:10px; top:16px; text-align:center; transition:transform 0.2s, line-height 0.2s, top 0.2s;}
#mainMenu > ul > li.isExpandtrue.isHover > a .arrow {transform:rotate(-180deg); line-height:12px; top:17px;}

#mainMenu > ul > li > ul {display:none; position:absolute; top:100%; left:0; padding:10px 0 15px 0; min-width:220px; border-radius:0 0 5px 5px; background:#cac574; border:1px solid #003a18; border-top:none; }
#mainMenu > ul > li.isHover > ul {display:block; }
#mainMenu > ul > li > ul > li {list-style-type:none; position:relative; }
#mainMenu > ul > li > ul > li > a {display:block; padding:9px 15px 9px 15px; font-size:18px; line-height:16px; text-decoration:none; color:#fff; white-space:nowrap; }
#mainMenu > ul > li > ul > li > a:hover {background:#036a2e; }
#mainMenu > ul > li > ul > li > a.active {background:#024c21; }
#mainMenu > ul > li:last-child > ul {left:auto; right:0%; }


/* Слайдер на главной */
#indexSlider {width:100%; height:500px; margin-bottom:20px;}
#indexSlider .slideData {height:100%; box-sizing:border-box; background-size:cover; background-position:center; }
#indexSlider .slideData .maxWidth {height:100%;}
#indexSlider .slideData .maxWidth table {height:100%; width:100%; }
#indexSlider .slideData .maxWidth table td {vertical-align:middle; padding:20px 0;}
#indexSlider .slideData .maxWidth table td.mainText .text1 {font-size:46px; line-height:52px; color:#fff; }
#indexSlider .slideData .maxWidth table td.mainText .text2 {font-size:26px; line-height:32px; color:#fff; padding-top:30px;}
#indexSlider .slideData .maxWidth table td.mainText .link {padding-top:30px;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {left:0; bottom:20px; width:100%; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {border:2px solid transparent; border-radius:2px; position:relative; width:20px; height:20px; background:transparent; opacity:1; margin:0px 14px 0 0; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {content:""; width:10px; height:10px; border:1px solid #fff; position:absolute; left:2px; top:2px; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {border:2px solid #fff; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {background:#fff; }

.swiper-button-next {color:#2E4E6B; display:block; position:absolute; height:36px; width:36px; right:0; border:1px solid #E3E7EE; box-sizing:border-box; border-radius:4px; } 
.swiper-button-next:after {display:block; line-height:36px; text-align:center; font-size:15px; content: "\e90f"; font-family:'icons'; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;} 
.swiper-button-next:hover {border:1px solid #0158A6; background:#0158A6; color:#fff; } 
.swiper-button-prev {color:#2E4E6B; display:block; position:absolute; height:36px; width:36px; left:0; border:1px solid #E3E7EE; box-sizing:border-box; border-radius:4px; } 
.swiper-button-prev:after {display:block; line-height:36px; text-align:center; font-size:15px; content: "\e915"; font-family:'icons'; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;} 
.swiper-button-prev:hover {border:1px solid #0158A6; background:#0158A6; color:#fff; } 


/* Список брендов */
.catalogBrandList {font-size:0; margin:0 -10px; padding-bottom:20px;}
.catalogBrandList .item {display:inline-block; width:16.66%; padding:10px; vertical-align:top; }
.catalogBrandList .item .data {display:block; border:1px solid #dfdfdf; padding-bottom:15px; text-decoration:none; border-radius:2px;}
.catalogBrandList .item .data .image {display:block; padding:10px; overflow:hidden;}
.catalogBrandList .item .data .image img {display:block; max-width:100%; height:auto; }
.catalogBrandList .item .data .name {text-align:center; min-height:40px; font-weight:bold; font-size:18px; margin:10px 10px 0 10px; line-height:20px; display:block; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
.catalogBrandList .item .data:hover .name {color:#000; }
.textstyle .brandLogo {float:left; margin:0 25px 15px 0; max-width:240px; }

#brandGallery {margin:0 -10px; font-size:0; padding-bottom:15px; }
#brandGallery div {width:25%; display:inline-block; vertical-align:top; padding:10px; }
#brandGallery div a {display:block; text-decoration:none; border:1px solid #dfdfdf; padding:10px; }

/* Список товаров */
.catalogItemList {font-size:0; margin:0 -10px; padding-bottom:20px;}
.catalogItemList .item {display:inline-block; width:25%; padding:10px; vertical-align:top; }
.catalogItemList .item .data {display:block; border:1px solid #dfdfdf; padding-bottom:15px; text-decoration:none; border-radius:2px;}
.catalogItemList .item .data .image {display:block; padding:10px; overflow:hidden;}
.catalogItemList .item .data .image img {display:block; max-width:100%; height:auto; transition:transform 0.3s;}
.catalogItemList .item .data .image:hover img {transform:scale(1.05);}
.catalogItemList .item .data .name {text-align:center; min-height:40px; font-weight:bold; font-size:18px; margin:10px 10px 0 10px; line-height:20px; display:block; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
.catalogItemList .item .data:hover .name {color:#000; }
.catalogItemList .item .data .param {}

#catalogListData {display:table; margin-bottom:15px;}
#catalogFilter {display:table-cell; width:1%; vertical-align:top;}
#catalogFilter .filterData {width:240px;}
#catalogFilter .filterOne {margin-bottom:20px;}
#catalogFilter .filterOne .caption {line-height:30px; padding-bottom:5px; margin-bottom:10px ;border-bottom:1px solid #dfdfdf; font-weight:bold; }
#catalogFilter .filterOne .item a {display:block; padding:3px 0;}
#catalogFilter .filterOne .item span {display:block; padding:3px 0; color:#ccc; }
#catalogFilter .filterOne .item a.active {background:#036a2e; padding:3px 10px; color:#fff; text-decoration:none; }
#catalogFilter .filterOne .subItem a {display:block; padding:3px 0 3px 26px; position:relative;}
#catalogFilter .filterOne .subItem a:before {content:""; width:10px; height:2px; background:#036a2e; position:absolute; left:10px; top:16px;}
#catalogFilter .filterOne .subItem a.active {background:#036a2e; padding:3px 10px 3px 26px; color:#fff; text-decoration:none;}
#catalogFilter .filterOne .subItem a.active:before {background:#fff; }

#mobileFilterOpen {display:none; padding:5px 10px; text-align:center; background:#036a2e; color:#fff; text-align:center; margin-bottom:10px; cursor:pointer;}
#mobileFilterOpen:hover {background:#024c21; }

#catalogItems {display:table-cell; padding-left:30px; width:100%; vertical-align:top; }
#cardColdData {display:table;}
#cardColdData .image {display:table-cell; width:1%; vertical-align:top; padding-right:30px;}
#cardColdData .image img {min-width:200px;}
#cardColdData .params {display:table-cell; width:100%; vertical-align:top;}
#cardColdData .params .param {padding-bottom:5px;}
#cardColdData .params .description {padding-bottom:5px;}
#cardColdData .params .price {padding-bottom:5px;}
#cardColdData .params .cap {color:#000; font-weight:bold; }

#cardIcons {font-size:0; margin-top:10px;}
#cardColdData .iconOne {background:#e7e7e7; display:inline-block; vertical-align:top; min-width:100px; padding:10px; margin-right:10px; margin-bottom:10px;}
#cardColdData .iconOne:last-child {margin-right:0px; }
#cardColdData .iconOne .icon {font-size:44px; width:100%; text-align:center; }
#cardColdData .iconOne .name {display:block; text-align:center; font-size:14px; padding-top:5px;}
#cardColdData .iconOne .value {display:block; text-align:center; font-size:16px; padding-top:5px; font-weight:bold; color:#000; white-space:nowrap;}



/* Пагинатор */
.stdPagination {}
.stdPagination a {display:inline-block; line-height:32px; height:34px; min-width:34px; text-align:center; background:#dfdfdf; color:#000; text-decoration:none; margin-right:10px;}
.stdPagination a:hover {background:#cac574; color:#fff; }
.stdPagination a.active {background:#036a2e; color:#fff; }



/* FORMS */
.stdFormData {}
.stdFormData .rowHeader {padding-bottom:5px; font-weight:bold; color:#27AAE1; }
.stdFormData .rowHeader span {font-size:12px; font-weight:normal; color:#000; display:block; padding-top:5px;}
.stdFormData .rowLine {padding-bottom:15px; clear:both; }
.stdFormData .rowLine:after {clear:both; content:""; display:block;}
.stdFormData .rowLine .caption { width:280px; float:left; padding-top:7px;}
.stdFormData .rowLine .caption .required {color:#de4756; }
.stdFormData .rowLine .input {margin-left:300px;}
.stdFormData .rowLine.isCaptionfalse .input {margin-left:0px;}
.stdFormData .rowLine .input .stdFormError {font-size:13px; color:red; padding-top:2px; padding-bottom:5px;}
.stdFormData .rowLine .input .stdInput, .stdFormData .rowLine .input .stdPassword {padding:0 10px; width:100%; border:1px solid #ccc; box-sizing:border-box; height:40px; border-radius:3px;}
.stdFormData .rowLine .input .stdSelect {padding:0 5px; width:100%; border:1px solid #ccc; box-sizing:border-box; height:30px;}
.stdFormData .rowLine .input .stdTextarea {padding:3px 5px; width:100%; min-height:80px; border:1px solid #ccc; box-sizing:border-box; resize:vertical; border-radius:3px;}
.stdFormData .rowLine .input .stdCheckbox {margin-top:8px;}
.stdFormData .rowLine .input .stdGroupCheckboxBlock {padding-top:5px;}
.stdFormData .rowLine .input .stdGroupCheckboxBlock .gcbOne {padding:2px 0;}
.stdFormData .rowLine .input .stdGroupCheckboxBlock .gcbOne input {vertical-align:-2px; margin-right:5px;}

.stdFormData .rowLine.consentCheckControl {margin-top:10px;}
.stdFormData .stdLineCheckbox .stdCheckbox {display:none;}
.stdFormData .stdLineCheckbox label {position:relative; display:inline-block; padding:2px 0 2px 25px;  box-sizing:border-box; cursor:pointer; font-size:15px;}
.stdFormData .stdLineCheckbox label:before {content:""; position:absolute; left:0; top:3px; height:15px; width:15px; border:1px solid #000; border-radius:3px;}
.stdFormData .stdLineCheckbox label:after {display:none; content:"\f00c"; font-family:"Font Awesome 5 Pro"; font-size:12px; color:#000; position:absolute; left:3px; top:5px; height:15px; width:15px; line-height:15px;}
.stdFormData .stdLineCheckbox input:checked + label:after {display:block;}
.stdFormData .consentCheckControl label {font-size:13px; padding-top:2px; line-height:18px; }


.stdFormData .rowLine .input .stdSelecFileInfo {font-size:12px; color:#777; padding-top:2px; display:block;}
.stdFormData .rowLine .input .stdFileselect {width:100%; height:30px; overflow:hidden; position:relative; box-sizing:border-box; }
.stdFormData .rowLine .input .stdFileselect.stdFileSelectGroup {margin-top:5px;}
.stdFormData .rowLine .input .stdFileselect.stdFileSelectGroup:first-child {margin-top:0px;}
.stdFormData .rowLine .input .stdFileselect .fsBtn {display:block; line-height:30px; height:30px; background:#fafafa; border:1px solid #ccc; padding:0 7px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; box-sizing:border-box;}
.stdFormData .rowLine .input .stdFileselect:hover .fsBtn {background:#f0f0f0; }
.stdFormData .rowLine .input .stdFileselect input {cursor:pointer; direction:ltr; font-size:23px; margin:0; opacity:0; position:absolute; right:0; top:0; transform:translate(-300px, 0px) scale(4);}
.stdFormData .rowLine .input .stdCaptchaImage {width:110px; height:50px; cursor:pointer; }
.stdFormData .rowLine .input .stdCaptcha {padding:0 5px; width:60px; border:1px solid #ccc; vertical-align:top; margin:9px 10px 0 10px; box-sizing:border-box; height:30px; }
.stdFormData .rowLine .input .stdUpdateCapchaCode {display:inline-block; margin-top:15px; border-bottom:1px dashed #036a2e; color:#036a2e; cursor:pointer; line-height:16px; font-size:12px; vertical-align:top; }
.stdFormData .rowLine .input .stdUpdateCapchaCode:hover {border-bottom:1px solid transparent; color:#024c21;}

.stdFormData .rowSubmit button {display:inline-block; height:40px; line-height:40px; min-width:100px; padding:0 20px; white-space:nowrap; background:#036a2e; border:none; border-bottom:2px solid #024c21; color:#fff; font-weight:600; font-size:inherit; cursor:pointer; border-radius:3px;}
.stdFormData .rowSubmit button:hover {background:#024c21; }

#cboxLoadedContent .feebackFormBlock {padding:15px;}
#cboxLoadedContent .stdFormData .rowLine .caption { width:100%; float:none; padding-top:0px; display:none;}
#cboxLoadedContent .stdFormData .rowLine .input {margin-left:0px;}
#cboxLoadedContent .stdFormData .rowLine .input .stdTextarea {resize:none;}
#cboxLoadedContent .feebackFormBlock.sendProcess:after {content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.8) url('../img/tail-spin.svg') no-repeat center center; }






/* PAGE FRAMES */
#pageContent {padding-top:20px;}





/* IN STYLE */

.textstyle h1, .textstyle .h1 {font-size:32px; line-height:38px; font-weight:normal; padding-bottom:15px; padding-top:10px; color:#000; }
.textstyle h1:first-child, .textstyle .h1:first-child {padding-top:0px;}
.textstyle h2, .textstyle .h2 {font-size:28px; line-height:34px; font-weight:normal; padding-bottom:15px; padding-top:10px; color:#000; }
.textstyle h2:first-child, .textstyle .h2:first-child {padding-top:0px;}
.textstyle h3, .textstyle .h3 {font-size:26px; line-height:32px; font-weight:normal; padding-top:15px; padding-bottom:10px; color:#111;}
.textstyle h3:first-child, .textstyle .h3:first-child {padding-top:0px;}
.textstyle h4, .textstyle .h4 {font-size:24px; line-height:30px; font-weight:normal; padding-top:10px; padding-bottom:5px; color:#111;}
.textstyle h4:first-child, .textstyle .h4:first-child {padding-top:0px;}
.textstyle h5, .textstyle .h5, .textstyle h6, .textstyle .h6 {font-size:22px; line-height:28px; font-weight:normal; padding-top:8px; padding-bottom:5px; color:#111;}
.textstyle h5:first-child, .textstyle .h5:first-child, .textstyle h6:first-child, .textstyle .h6:first-child {padding-top:0px;}

.textstyle img {max-width:100%; height:auto;}
.textstyle p {padding-bottom:10px; line-height:24px;}

.textstyle ul {padding-bottom:10px;}
.textstyle ul li {padding-left:20px; list-style:none inside; padding-bottom:7px; position:relative; line-height:24px; }
.textstyle ul li:after {content:""; display:block; width:7px; height:7px; background:#036a2e; position:absolute; left:0; top:9px;}
.textstyle ul li:last-child {padding-bottom:0;}
.textstyle ol {padding-bottom:10px;}
.textstyle ol li { list-style-position:inside; padding-bottom:7px; line-height:24px;}
.textstyle ol li:last-child {padding-bottom:0;}

a.styleBtn {display:inline-block; color:#fff; text-decoration:none; padding:5px 25px 6px 25px; background:#036a2e; border-radius:2px;}
a.styleBtn:hover {background:#024c21;}
	

	

#footerProtect {height:190px; clear:both;}
#footer { height:160px; display:block; margin:-160px auto 0 auto; background:#fff; border-top:1px solid #d0d0d0;}
#footerContainer { height:100%; padding-top:20px;}

#footerData {position:relative; height:100%; padding-bottom:35px; }

#bottomMenu {padding-bottom:20px; text-align:right; }
#bottomMenu div {display:inline-block; vertical-align:top; margin-right:30px; }
#bottomMenu div:last-child {margin-right:0px; }

#copyrightText {max-width:600px;}
#copyrightText * {font-size:13px; }

#footerCopyright {position:absolute; right:0; bottom:20px; font-size:12px;}

#windBanner18 {display:none;}
#cboxLoadedContent .is18Age {padding:15px;} 
#cboxLoadedContent .is18Age .styleBtn {min-width:95px;} 


#cookieWindowContainer {position:fixed; left:50%; bottom:20px; transform:translateX(-50%); width:700px; max-width:95%; padding:35px 20px 15px 20px; border-radius:10px; background:#f2f5f8; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5); z-index:1; }
#cookieWindowContainer .close {display:block; width:20px; height:20px; line-height:20px; text-align:center; font-size:18px; position:absolute; right:10px; top:10px; color:#000; cursor:pointer; }
#cookieWindowContainer .close:before {font-family:"Font Awesome 5 Pro"; content:"\f00d"; display:block; width:20px; height:20px; }
#cookieWindowContainer .close:hover {color:#036a2e; }
#cookieWindowContainer .data > * {font-size:15px; line-height:22px; color:#000; }
#cookieWindowContainer .data a {color:#036a2e; }
#cookieWindowContainer .data h3 {font-weight:bold; color:#036a2e; padding-bottom:10px; font-size:18px;}
#cookieWindowContainer .data h4 {font-weight:bold; color:#036a2e; padding-bottom:10px; font-size:18px;}
#cookieWindowContainer .data h5 {font-weight:bold; color:#036a2e; padding-bottom:10px; font-size:18px;}
