html{font-size:62.5%;}
body{font-size:1.4rem;color:#252424;text-align:left;font-family:'Open Sans', Arial, sans-serif;background:#fff;}
*{margin:0;padding:0;}
*:focus{outline:none;}
img{max-width:100%;border:none;vertical-align:middle;}
blockquote{font-style:italic;padding:10px 15px;margin:10px -3px;position:relative;background:#f8f8f8;}
blockquote:before{content:'„';color:#eee;font-size:150px;font-family:arial, sans-serif;position:absolute;left:5px;top:-131px;}
blockquote p{position:relative;}
input,select,textarea,td,li,code,label{font-size:inherit;font-family:inherit;}
input[type=text],input[type=email],input[type=number],input[type=date],input[type=time],input[type=password],textarea,.form-fake-file{outline:none;padding:10px 15px;border:none;border:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
input[type=text]:focus,input[type=email]:focus,input[type=number]:focus,input[type=date]:focus,input[type=time]:focus,input[type=password]:focus,textarea:focus,.form-fake-file:focus{border-color:#171616;}
input[type=text]:invalid,input[type=email]:invalid,input[type=number]:invalid,input[type=date]:invalid,input[type=time]:invalid,input[type=password]:invalid,textarea:invalid,.form-fake-file:invalid{border-color:#d00f0f;outline:none;box-shadow:none;}
input[type=text],input[type=email],input[type=number],input[type=date],input[type=time],input[type=password],select,.form-fake-file{height:45px;}
input[type=text].small,input[type=email].small,input[type=number].small,input[type=date].small,input[type=time].small,input[type=password].small,select.small,.form-fake-file.small{height:40px;}
input[type=text].big,input[type=email].big,input[type=number].big,input[type=date].big,input[type=time].big,input[type=password].big,select.big,.form-fake-file.big{height:70px;}
input[type=checkbox]{background:none;}
textarea{resize:vertical;}
select{height:45px;padding:5px;border:1px solid #ccc;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
select option{padding:0 5px;}
::placeholder{color:#999 !important;opacity:1;}
:-ms-input-placeholder{color:#999 !important;}
::-ms-input-placeholder{color:#999 !important;}
.cms-has-popup{cursor:pointer;}
h1,.h1{margin:0.5em 0;font-size:2.143em;line-height:1.2;font-weight:normal;}
h2,.h2{margin:0.5em 0;font-size:1.6em;font-weight:normal;}
h3,.h3{margin:0.5em 0;font-size:1.2em;font-weight:bold;}
h4,h5,h6{margin:0.5em 0;font-size:1em;font-weight:bold;}
p{margin:1em 0;}
ul,ol{margin:2.5rem 0 2.5rem 3rem;}
ul ul{margin:2.5rem 0 2.5rem 2.5rem;}
ol ol{margin:2.5rem 0 2.5rem 2.5rem;}
li{margin:1rem 0;}
hr{border:none;margin:1em 0;border-bottom:1px solid #ccc;}
a{text-decoration:none;color:#252424;}
a:hover{text-decoration:underline;}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child{margin-top:0;}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0;}
.article a,article a{text-decoration:underline;}
.hdr.center{text-align:center;}
.clear{clear:both;height:0;}
.align-left{float:left !important;}
.align-right{float:right !important;}
.align-center{margin-left:auto;margin-right:auto;}
img.rounded{border-radius:50%;}
img.border{border:1px solid #ccc;}
img.border.rounded{box-shadow:10px 10px 40px rgba(0,0,0,0.05);}
.color-base{color:#fed30b;}
.color-red{color:#d00f0f;}
.color-err{color:#d00f0f;}
.color-ok{color:#82a642;}
.text-big{font-size:2.6em;}
.text-medium{font-size:2em;}
.thin{font-weight:300;}
.medium{font-weight:500;}
.semibold{font-weight:600;}
.bold{font-weight:700;}
.extrabold{font-weight:800;}
.uc{text-transform:uppercase;}
.fa.fa-border{padding:0.6em;border:2px solid #fed30b;border-radius:50%;}
.fa.fa-fw{width:1em;}
.bg-base-color{color:#fff;background-color:#fed30b;}
.bg-dark-color{color:#fff;background-color:#171616;}
.bg-grey-color{background-color:#ececec;}
.bg-no-repeat{background-repeat:no-repeat;}
.bg-scale{background-size:cover;}
.bg-parallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;}
.buttons{display:flex;align-items:center;justify-content:space-between;margin:1em 0;}
.buttons:first-child{margin-top:0;}
.buttons:last-child,.buttons.last-child{margin-bottom:0;}
.buttons.left{justify-content:flex-start;}
.buttons.right{justify-content:flex-end;}
.buttons.center{justify-content:center;}
.buttons .button{margin:0 2px;}
.buttons .button:first-child{margin-left:0;}
.buttons .button:last-child{margin-right:0;}
.button{height:45px;padding:0 30px;font-size:1.2rem;font-weight:800;text-transform:uppercase;text-decoration:none;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;cursor:pointer;color:#252424;background:#fed30b;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;user-select:none;-ms-user-select:none;-webkit-user-select:none;overflow:hidden;transition:200ms all ease-out;-webkit-transition:200ms all ease-out;}
.button.tiny{height:30px;padding:0 20px;}
.button.small{height:40px;}
.button.medium{height:60px;font-size:1.6rem;}
.button.big{height:70px;font-size:1.8rem;padding:0 50px;}
.button.dark{background:#171616;color:#fff;}
.button.dark:hover{color:#252424;}
.button.grey{background:#ececec;}
.button.grey:hover{color:#252424;}
.button.red{color:#fff;background:#d00f0f;}
.button.red.to-base:after{background:#fed30b;}
.button.red.to-base:hover{color:#252424;}
.button.white{background:#fff;}
.button.white.to-base:after{background:#fed30b;}
.button.white.to-dark:after{background:#171616;}
.button.unavailable:after{display:none;}
.button.submit:before{content:"\f058";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;font-size:1.6em;margin:0 10px 0 -10px;}
.button.submit:after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;width:5px;height:100%;margin:0 auto;background:#82a642;opacity:0;transition:200ms all ease-out;-webkit-transition:200ms all ease-out;}
.button.submit:hover{color:#fff;}
.button.submit:hover:after{opacity:1;width:100%;}
.button.back{background:#171616;color:#fff;}
.button.back:before{content:"\f0a8";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;font-size:1.6em;margin:0 10px 0 -10px;}
.button.back:after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;width:5px;height:100%;margin:0 auto;background:#fed30b;opacity:0;transition:200ms all ease-out;-webkit-transition:200ms all ease-out;}
.button.back:hover{color:#252424;}
.button.back:hover:after{opacity:1;width:100%;}
.button.to-base:after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;width:5px;height:100%;margin:0 auto;background:#fed30b;opacity:0;transition:200ms all ease-out;-webkit-transition:200ms all ease-out;}
.button.to-base:hover{color:#252424;}
.button.to-base:hover:after{opacity:1;width:100%;}
.button.to-dark:after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;width:5px;height:100%;margin:0 auto;background:#171616;opacity:0;transition:200ms all ease-out;-webkit-transition:200ms all ease-out;}
.button.to-dark:hover{color:#fff;}
.button.to-dark:hover:after{opacity:1;width:100%;}
.button:hover{text-decoration:none;}
table th{font-weight:bold;text-align:left;}
table[align=center]{margin:auto;}
table[border]{border-style:solid;border-color:#ccc;}
table[cellspacing='0']{border-collapse:collapse;}
table[border='0']{border:none;}
table[border] td,table[border] th{border:1px solid #ccc;padding:5px;}
table[border='0'] td,table[border='0'] th{border-width:0;padding:0;}
table[border='1'] td,table[border='1'] th{border-width:1px;}
table[border='2'] td,table[border='2'] th{border-width:2px;}
table[border='3'] td,table[border='3'] th{border-width:3px;}
table[border='4'] td,table[border='4'] th{border-width:4px;}
table[border='5'] td,table[border='5'] th{border-width:5px;}
.table{background:#fff;}
.table caption{text-align:left;font-weight:bold;text-transform:uppercase;padding:12px 10px;background:#ccc;}
.table td{padding:10px !important;}
.table th{font-weight:bold;padding:10px !important;background:#ececec;}
.cms-slides{margin:15px 0;width:100%;}
.cms-slides .cs-slide{margin:0 0 5px;}
.cms-slides .cs-slide .cs-title{font-size:13px;padding:12px 20px 12px 15px;cursor:pointer;position:relative;background:#ececec;border:1px solid #ccc;}
.cms-slides .cs-slide .cs-title:after{content:'+';font-size:22px;line-height:20px;font-family:arial, sans-serif;position:absolute;right:10px;top:50%;margin:-8px 0 0;}
.cms-slides .cs-slide.active .cs-title:after{content:'-';right:13px;margin:-10px 0 0;}
.cms-slides .cs-slide .cs-content{padding:15px;border:1px solid #ccc;border-top:none;}
.cms-slides .cs-slide:last-child{margin:0;}
.cms-slides:first-child{margin-top:0;}
.cms-slides:last-child{margin-bottom:0;}
.cms-tabs{margin:15px 0;}
.cms-tabs:first-child{margin-top:0;}
.cms-tabs:last-child{margin-bottom:0;}
.cms-tabs .ct-hdrs{display:flex;align-items:flex-end;}
.cms-tabs .ct-hdrs .ct-hdr{position:relative;height:45px;padding:0 30px;margin-left:-1px;display:flex;align-items:center;text-align:center;font-size:1.4rem;font-weight:400;border:1px solid #ccc;border-bottom:none;background:#ececec;cursor:pointer;}
.cms-tabs .ct-hdrs .ct-hdr:after{content:"";opacity:0;position:absolute;left:0;right:0;bottom:-2px;height:3px;background:#fff;}
.cms-tabs .ct-hdrs .ct-hdr:first-child{margin-left:0;}
.cms-tabs .ct-hdrs .ct-hdr.active{height:60px;font-size:1.8rem;font-weight:700;background:#fff;}
.cms-tabs .ct-hdrs .ct-hdr.active:after{opacity:1;}
.cms-tabs .ct-tabs{border:1px solid #ccc;}
.cms-tabs .ct-tabs .ct-tab{padding:20px;}
.tpl-div{position:relative;background-position:center;}
.tpl-div.bg-full{margin-left:-50vw;margin-right:-50vw;padding:30px 50vw;}
.tpl-col{margin:30px -15px;display:flex;}
.tpl-col .tpl-ci{padding:0 15px;flex-grow:1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.tpl-col:first-child{margin-top:0;}
.tpl-col:last-child{margin-bottom:0;}
.pagination{display:flex;align-items:center;justify-content:flex-end;}
.pagination .label{margin:0 8px 0 0;font-size:1.2rem;font-weight:600;}
.pagination .cur{font-size:1.1rem;font-weight:700;}
.pagination .pgs{display:flex;align-items:center;}
.pagination .pgs > a{display:flex;align-items:center;justify-content:center;text-align:center;width:30px;height:30px;margin:0 0 0 4px;font-size:1.2rem;font-weight:700;text-decoration:none;color:#252424;border-radius:2px;background:#ececec;transition:200ms all ease-out;-webkit-transition:200ms all ease-out;}
.pagination .pgs > a:first-child{margin-left:0;}
.pagination .pgs > a.active,.pagination .pgs > a:hover{color:#252424;background:#fed30b;text-decoration:none;}
.pagination .pgs > span{margin:0 0 0 4px;}
.msg-msg{font-size:1.1em;padding:15px;margin:15px 0;position:relative;border-radius:2px;}
.msg-msg:before{float:left;font-size:1.3em;line-height:1;margin:-1px 0 0 -1.6em;font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.msg-msg:first-child{margin-top:0;}
.msg-msg:last-child{margin-bottom:0;}
.msg-message{padding-left:2.8em;background:#e6edf5;}
.msg-message:before{content:'\f05a';}
.msg-error{color:#fff;padding-left:2.8em;background:#d00f0f;}
.msg-error:before{content:'\f057';}
.msg-info{color:#fff;padding-left:2.8em;background:#82a642;}
.msg-info:before{content:'\f058';}
.pop-pop{visibility:hidden;opacity:0;position:absolute;left:-5px;bottom:100%;z-index:1000;cursor:pointer;padding:10px;border-radius:5px;margin-bottom:15px;background:#fff;transition:300ms all ease-out;-webkit-transition:300ms all ease-out;max-width:200px;}
.pop-pop:before{float:left;font-size:14px;line-height:14px;margin:1px 0 0 -19px;font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.pop-pop:after{content:'';position:absolute;left:15px;top:100%;border:6px solid transparent;}
.pop-pop.active{visibility:visible;opacity:1;margin-bottom:10px;}
.pop-pop.right{left:auto;right:-5px;}
.pop-pop.right:after{left:auto;right:15px;}
.pop-pop.bottom{bottom:auto;top:100%;margin-top:15px;margin-bottom:0 !important;}
.pop-pop.bottom:after{bottom:100%;top:auto;border-top-color:transparent !important;}
.pop-pop.bottom.active{margin-top:10px;}
.pop-message{padding-left:26px;background:#e6edf5;}
.pop-message:before{content:'\f05a';}
.pop-message:after{border-top-color:#e6edf5;}
.pop-message.bottom:after{border-bottom-color:#e6edf5;}
.pop-error{color:#fff;padding-left:26px;background:#d00f0f;}
.pop-error:before{content:'\f057';}
.pop-error:after{border-top-color:#d00f0f;}
.pop-error.bottom:after{border-bottom-color:#d00f0f;}
.pop-info{color:#fff;padding-left:26px;background:#82a642;}
.pop-info:before{content:'\f058';}
.pop-info:after{border-top-color:#82a642;}
.pop-info.bottom:after{border-bottom-color:#82a642;}
.gm-style div,.gm-style span,.gm-style label,.gm-style a{font-family:arial, sans-serif !important;}
.gm-style b{font-weight:bold;}
iframe[name="google_conversion_frame"]{position:fixed;}
.win{position:fixed;left:0;top:0;right:0;bottom:0;z-index:10000;}
.win .win-content{width:600px;max-width:95%;max-height:80%;margin:auto;position:absolute;top:10%;left:0;right:0;overflow:auto;z-index:10002;box-shadow:0 0 0 1px #fff inset;background:#fff;animation:win-show 300ms ease;-webkit-animation:win-show 300ms ease;}
.win .win-cnt{min-height:100px;padding:20px;}
.win .win-cnt.loading:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,0.5);}
.win .win-bg{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:10001;}
.win .win-close{width:15px;height:15px;line-height:15px;font-size:20px;position:absolute;right:15px;top:18px;cursor:pointer;}
.win .win-close:hover{opacity:0.8;}
.win .hdr{font-size:16px;font-weight:bold;margin:-20px -20px 20px;padding:15px 40px 15px 20px;border-bottom:1px solid #ccc;}
@keyframes win-show{0%{transform:scale(0);}
100%{transform:scale(1);}
}
@-webkit-keyframes win-show{0%{-webkit-transform:scale(0);}
100%{-webkit-transform:scale(1);}
}
.ajax-loader{width:60px;height:16px;margin:auto;position:absolute;left:0;right:0;top:0;bottom:0;z-index:101;}
.ajax-loader span{float:left;margin:0 3px;display:block;width:14px;height:14px;border-radius:50%;background:#fed30b;animation:zoomIO 1s infinite ease-in-out both;}
.ajax-loader span:nth-child(2){animation-delay:100ms;}
.ajax-loader span:nth-child(3){animation-delay:200ms;}
.ajax-loader.static{position:static;}
.ajax-loader.white span{background:#fff;}
@keyframes rotate{from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
@keyframes zoomIO{0%{transform:scale(0);}
40%{transform:scale(1);}
100%{transform:scale(0);}
}
