

/* Start:/local/templates/pbk/libs/security/welcome-pt.css?17532531462077*/
/* Modal */
.welcome-pt-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, .5);
  z-index: 8000;
  transition: all 0.3s;
}
.welcome-pt-message {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8001;
  box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
  text-align: center;
  padding: 30px;
  margin: 16px 0;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (max-width: 532px) {
  .welcome-pt-message {
    width: auto;
    left: 16px;
    right: 16px;
    transform: translate(0, -50%);
  }
}
.is-active.welcome-pt-overlay,
.is-active .welcome-pt-message {
  opacity: 1;
  visibility: visible;
}

/* Custom styles here */
.site-form-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #3d424b;
}
@media (max-width: 532px) {
  .site-form-title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 36px;
  }
}
.site-form-text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
}
.site-form-buttons {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.welcome-pt-close {
  height: 50px;
  line-height: 50px;
  min-width: 180px;
  padding: 0 32px;
  border: none;
  font-size: 16px;
  white-space: nowrap;
  color: black;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  background-color: #FFC93F;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}
.welcome-pt-close:hover {
  background-color: #FFC93F;
  color: black;
}

/* End */


/* Start:/local/templates/pbk/libs/bootstrap/css/bootstrap.min.css?1671893574140022*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}

/* End */


/* Start:/local/templates/pbk/libs/swiper/css/swiper.min.css?167189357419531*/
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/pbk/libs/fancybox/jquery.fancybox.min.css?167189357413813*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height: 45px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width: 45px;}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{fill: #ffffff;display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right: 5px;top: 6px;}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/pbk/css/pbk2-komlect.css?17120720368831*/
.pbk2-komlect-header-call {
	font-weight: 500;
	font-size: 17px;
	line-height: 13px;
	margin: 10px 0;
	cursor: pointer;
	color: #FFC93F;
}
.pbk2-komlect {
	margin: 59px 0 67px 0;
}
.pbk2-komlect-table {
	font-size: 16px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 100%;
}
.pbk2-komlect-table td {
	border: 1px solid #dddddd;
	padding: 10px;
}
.pbk2-komlect-table td.pbk2-komlect-table-header {
    color: #fff;
	text-align: center;
    background: #45433b;
	border: 1px solid #45433b;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pbk2-komlect-table td.pbk2-komlect-table-info {
	font-size: 18px;
    line-height: 21px;
    color: #606060;
	border: none;
}
.pbk2-komlect-table td.pbk2-komlect-table-price {
	text-align: center;
	/* font-size: 18px; */
    /* line-height: 21px; */
    /* color: #606060; */
	border: none;
}
.pbk2-komlect-table-sticky {
	position: sticky;
	top: 66px;
	z-index: 1;
	background: #fff;
}
.komlect-table-price {
	font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    white-space: nowrap;
}
.komlect-table-price-name {
	font-weight: 300;
    font-size: 19px;
    line-height: 19px;
}
.komlect-table-price-link {
	font-weight: 500;
    font-size: 17px;
    line-height: 13px;
    margin: 10px 0;
    cursor: pointer;
    color: #ffc93f;
}
@media (max-width: 767px) {
	.pbk2-komlect-table td.pbk2-komlect-table-info {
	    font-size: 13px;
		line-height: 16px;
	}
	.komlect-table-price {
		font-size: 15px;
		line-height: 12px;
	}
	.komlect-table-price-name {
		font-size: 15px;
		line-height: 12px;
	}
	.komlect-table-price-link {
	}
}
@media (max-width: 767px) {
	.pbk2-komlect-table {
		font-size: 14px;
	}
	.pbk2-komlect-table td {
		padding: 5px;
	}
	.pbk2-komlect-table td.pbk2-komlect-table-header {
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.pbk2-komlect-caption {
	margin-bottom: 20px;
	position: relative;
	font-size: 33px;
	line-height: 39px;
	font-weight: 500;
}
.pbk2-komlect-name {
	font-size: 18px;
	line-height: 21px;
	color: #606060;
	margin-right: auto;
	display: flex;
	align-items: center;
	max-width: 52%;
}

.pbk2-komlect-name span,
.pbk2-komlect-val span {
	color: red;
}

.pbk2-komlect-price {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	white-space: nowrap;
}

.pbk2-komlect-komlect {
	font-weight: 300;
	font-size: 19px;
	line-height: 19px;
	/* white-space: nowrap; */
}

.pbk2-komlect-wrapper {
	padding: 0;
	margin: 22px 0 0 0;
	position: relative;
}

.pbk2-komlect-header {
	list-style: none;
	display: flex;
	padding-bottom: 21px;
	position: sticky;
	top: 66px;
	z-index: 1;
	background: #fff;
	position: -webkit-sticky;
}

.pbk2-komlect-val {
	width: 185px;
	border-right: 1px solid #929292;
	position: relative;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	justify-content: center;
}

.pbk2-komlect-title {
	min-height: 45px;
	/* color: #474747; */
	color: #fff;
	/* background: #FFC93F; */
	background: #45433b;
	/* border-radius: 8px; */
	/* margin-bottom: 8px; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	line-height: 108.69%;
	/* cursor: pointer; */
	position: relative;
	padding-bottom: 3px;
}

.pbk2-komlect-title.active,
.pbk2-komlect-title:hover {}

.pbk2-komlect-items {
	margin: 0;
	padding: 0;
}

.pbk2-komlect-show {
	background: #45433B;
	color: #fff;
	border-radius: 0;
}

.pbk2-komlect-title.pbk2-komlect-show {
	position: sticky;
	top: 127px!important;
	z-index: 1;
	color: #ffffff;
	position: -webkit-sticky;
}

.pbk2-komlect-title.pbk2-komlect-show+.pbk2-komlect-hidden {
	display: block!important;
	position: sticky;
	top: 178px;
	z-index: 1;
	background: #fff;
	padding-bottom: 9px;
	position: -webkit-sticky;
}

.pbk2-komlect-title.active {
	position: sticky;
	top: 249px;
	z-index: 1;
	position: -webkit-sticky;
}

.pbk2-komlect-hidden {
	list-style: none;
	display: none;
	padding-bottom: 25px;
}

.pbk2-komlect-item {
	list-style: none;
	display: flex;
	border-top: 1px solid #929292;
	min-height: 63px;
}

.pbk2-komlect-header-val {
	width: 184px;
	text-align: center;
	border-right: 1px solid #929292;
	margin-left: 1px;
}

.pbk2-komlect-item:last-child {
	border-bottom: 1px solid #929292;
	/* margin-bottom: 25px; */
}

.pbk2-komlect-val:last-child {
	border: none;
}

.pbk2-komlect-val.no {
	background-image: url(/local/templates/pbk/img/icon_negative.svg);
}

.pbk2-komlect-val.yes {
	background-image: url(/local/templates/pbk/img/icon_positive.svg);
}

.pbk2-komlect-val.ruble {
	background-image: url(/local/templates/pbk/img/icon_ruble.svg);
}

.pbk2-komlect-val.no-bg {
	background: none;
}

.pbk2-komlect-header-val:last-child {
	border: none;
}

.pbk2-komlect-title.active+.pbk2-komlect-hidden {
	display: block;
	/* margin-top: 214px; */
}

/* .pbk2-komlect-title:before { */
	/* content: ""; */
	/* display: block; */
	/* position: absolute; */
	/* width: 100%; */
	/* height: 8px; */
	/* bottom: -8px; */
	/* background: #fff; */
	/* left: 0; */
/* } */

/* .pbk2-komlect-title.active:before { */
	/* display: none; */
/* } */

/* .pbk2-komlect-title.pbk2-komlect-show:before { */
	/* display: block; */
/* } */

/* .pbk2-komlect-title.pbk2-komlect-show:after { */
	/* border: solid #ffffff; */
	/* display: none; */
/* } */

/* .pbk2-komlect-title:after { */
	/* content: ""; */
	/* display: block; */
	/* position: relative; */
	/* width: 9px; */
	/* height: 9px; */
	/* border: solid #4D4D4D; */
	/* border-width: 0 2px 2px 0; */
	/* transform: rotate(45deg); */
	/* right: -15px; */
	/* top: -1px; */
/* } */

.pbk2-komlect-title.active:after {
	transform: rotate(225deg);
	top: 3px;
}
@media (max-width: 1200px) {
	.pbk2-komlect-val,
	.pbk2-komlect-header-val {
		width: 160px;
		flex: none;
	}
}
@media (max-width: 992px) {
	.pbk2-komlect-header-call {
		margin: 0 0 3px;
	}
	.pbk2-komlect-price {
		font-size: 18px;
	}
	.pbk2-komlect-komlect {
		font-size: 15px;
	}
	.pbk2-komlect-name {
		font-size: 16px;
	}
	.pbk2-komlect-val,
	.pbk2-komlect-header-val {
		width: 110px;
	}
}
@media (max-width: 767px) {
	.pbk2-komlect-header-call {
		-ms-writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		margin: 0 2px 0 0;
		width: 25px;
		font-size: 13px;
		line-height: 12px;
	}
	.pbk2-komlect-title {
		font-size: 14px;
		line-height: 108.69%;
		/* or 15px */
		/* color: #474747; */
		border-radius: 0;
		justify-content: start;
		padding: 0 15px;
		min-height: 33px;
		/* margin-bottom: 8px; */
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk2-komlect-komlect {
		-ms-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		width: 29px;
		font-size: 12px;
		height: 85px;
		line-height: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pbk2-komlect-price {
		-ms-writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		/* margin: 0 0 0 -30px; */
		width: 25px;
		font-size: 15px;
		line-height: 12px;
	}
	.pbk2-komlect-header-val {
		display: flex;
		padding-bottom: 11px;
	}
	.pbk2-komlect-name {
		font-size: 13px;
		padding-right: 20px;
		line-height: 15px;
		max-width: 51%;
	}
	.pbk2-komlect-wrapper {
		margin: 32px -15px 0 -15px;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk2-komlect-title:after {
		margin: 0 15px 0 auto;
	}
	.pbk2-komlect-hidden {
		/* margin-top: -8px; */
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk2-komlect-item {
		padding: 0 15px;
		min-height: 40px;
	}
	.pbk2-komlect-val,
	.pbk2-komlect-header-val {
		width: 48px;
	}
	.pbk2-komlect-val {
		background-size: 15px;
	}
	.pbk2-komlect-val.yes, .pbk2-komlect-val.ruble {
		background-size: 26px;
	}
	.pbk2-komlect-header {
		padding: 7px 15px 10px;
		margin-bottom: 0;
		top: 60px;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk2-komlect-title.active {
		top: 235px;
	}
	.pbk2-komlect-title.pbk2-komlect-show {
		top: 160px!important;
		margin-bottom: 0;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk2-komlect-title.pbk2-komlect-show+.pbk2-komlect-hidden {
		top: 192px;
	}
	.pbk2-komlect-caption {
		font-size: 21px;
		line-height: 25px;
	}
	.pbk2-komlect-header .pbk2-komlect-name {
		padding-bottom: 11px;
	}
	.pbk2-komlect {
		margin: 59px 0 25px 0;
	}
}
/* End */


/* Start:/local/templates/pbk/css/ipoteka.css?17375307141068*/
/* ipoteka */
.ipoteka-wrapper {
	margin-top: 20px;
	background: #fff;
	border-radius: 16px;
	/* display: flex; */
	padding: 16px;
	padding-bottom: 24px;
	width: 100%;
	box-shadow: 0 4px 12px 1px #24262914;
	font-size: 17px;
}
.ipoteka-header {
	display: flex;
	align-items: center;
}
.ipoteka-logo {
	flex-basis: 60px;
}
.ipoteka-title-wrapper {
	margin-left: 14px;
}
.ipoteka-title {
	overflow: hidden;
}
.ipoteka-title-inn {
	color: #a7a8a9;
    font-size: 12px;
    line-height: 16px;
}
.ipoteka-title-text {
	align-items: center;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
	font-size: 14px;
	margin-top: 8px;
}
.ipoteka-title-icon {
	align-self: flex-start;
	color: #53b374;
    flex-shrink: 0;
    margin-right: 4px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    min-height: 16px;
    min-width: 16px;
    overflow: hidden;
    width: 16px;
}
.ipoteka-items {
	margin-top: 24px;
	margin-bottom: 24px;
    margin-left: 43px;
}
/* End */


/* Start:/local/templates/pbk/css/main.css?1759913404150911*/
@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/pbk/fonts/roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Regular.woff2') format('woff2'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/pbk/fonts/roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Bold.woff2') format('woff2'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/pbk/fonts/roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Light.woff2') format('woff2'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/pbk/fonts/roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Medium.woff2') format('woff2'),
        url('/local/templates/pbk/fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'Open Sans', sans-serif;
	min-height: 800px;
	font-weight: 400;
	max-width: 1920px;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 14px;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
	font-size: 16px;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

a {
	color: #ffcc1a;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #8ec65d;
}

.pbk-vertal a:hover {
	text-decoration: none!important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

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

.text-green {
	color: #ffcc1a;
}

h1 {
	/* font-size: 22px; */
	font-weight: 700;
	color: #0f0f0f;
	font-family: Roboto;
	font-size: 39px;
	font-weight: 700;
	line-height: 36px;
	/* padding: 25px 0; */
	font-size: 33px;
	line-height: 39px;
}

h2 {
	font-size: 22px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	font-weight: 500;
}

.pbk-top-panel {
	background: rgba(255, 255, 255, 0.6);
}

.pbk-header-menu {
	list-style: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.pbk-header-menu__link {
	text-decoration: none;
	color: #414141;
	font-weight: bold;
	padding: 0 3px;
}

.pbk-header-menu__link:hover {
	text-decoration: underline;
	color: #414141;
}

.pbk-top-panel .pbk-share-social {
	margin-top: 6px;
}

.pbk-socials__link {
	display: block;
	margin-right: 4px;
	background-color: #d6d6d6;
	font-size: 15px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 3px;
	color: #fff;
	line-height: 22px;
}

.pbk-socials__link:hover {
	color: #ffffff;
	opacity: 0.8;
}

.pbk-socials__link.vk {
	background-color: #446690;
}

.pbk-socials__link.facebook {
	background-color: #39579a;
}

.pbk-socials__link.youtube {
	background-color: red;
}

.pbk-socials__link.twitter {
	background-color: #50abf1;
}

.pbk-socials__link.ok {
	background-color: #FF9800;
}

.pbk-socials__link.instagram {
	background-color: #9c6e5d;
}

.pbk-header-search__input-group {
	display: flex;
	height: 66px;
	align-items: center;
	padding: 0 0 0 0px;
	justify-content: flex-end;
	min-width: 40px;
}

.pbk-header-search__form-control {
	font-size: 14px;
	border: none;
	outline: none;
	background: transparent;
	width: 0;
	transition: 0.3s width;
	color: #fff;
}

.pbk-header-search__input-group.active .pbk-header-search__btn-wrapper {
	position: absolute;
	right: 15px;
}

.pbk-header-search__input-group.active .pbk-header-search__form-control {
	border-bottom: 1px solid #fff;
	width: 170px;
	height: 29px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: 300;
	font-size: 12px;
	padding: 0px 30px 0 16px;
}

.pbk-top-menu li:last-child form {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.pbk-header-search__btn-wrapper {
	min-height: 22px;
	z-index: 1;
}

.pbk-header-search__btn {
	position: relative;
	border: none;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	max-width: 27px;
}

.pbk-top-menu li:last-child {
	display: flex;
	align-items: center;
}

.pbk-header-search__btn:hover {
	color: #8ec65d;
}

.pbk-header-index {
	background: url('/local/templates/pbk/css/../img/header.jpg') no-repeat top;
	min-height: 420px;
}

.pbk-header-inner {}

@media (min-width: 576px) {
	.pbk-header-index {
		min-height: 490px;
	}
}

.pbk-header-slogan {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.4;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.41);
	font-family: 'Roboto Condensed', sans-serif;
}

.pbk-mobile-push-menu {
	font-size: 13px;
	position: relative;
	min-width: 320px;
}

.pbk-mobile-push-menu-header .pbk-mobile-menu-button {
	width: 50px;
	cursor: pointer;
	float: left;
	background: #FFF;
	color: #616161;
	text-align: center;
	height: 52px;
	font-size: 17px;
	padding: 15px 5px;
}

.pbk-mobile-push-menu-header .pbk-mobile-menu-button:hover,
.pbk-mobile-push-menu-header .pbk-mobile-menu-button-close,
.pbk-mobile-push-menu-header .pbk-mobile-menu-button-active {
	background: #ffcc1a;
	color: #FFF;
}

.pbk-header-phone {
	color: #FFFFFF;
	font-family: "Century Gothic", Roboto;
	font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	display: block;
	margin-right: 28px;
}

.pbk-header-phone:hover {
	color: #FFFFFF;
}

.pbk-header .pbk-color-button {
	min-width: 180px;
	text-align: center;
	font-size: 14px;
}

.pbk-mobile-menu-content {
	overflow-x: hidden;
}

.pbk-mobile-push-menu {
	font-size: 13px;
	position: relative;
	min-width: 320px;
	z-index: 81;
}

.pbk-mobile-push-menu-header {
	position: relative;
	min-height: 52px;
	background: #FFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(100, 100, 100, 0.25);
	-moz-box-shadow: 0 2px 10px 0 rgba(100, 100, 100, 0.25);
	box-shadow: 0 2px 10px 0 rgba(100, 100, 100, 0.25);
}

#pbk-mobile-phone,
#pbk-mobile-contacts,
#pbk-mobile-search {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 900;
	background: #FFF;
	border-bottom: 2px solid #F8F8F8;
	border-top: 2px solid #F8F8F8;
	-webkit-box-shadow: 0 10px 20px 0 rgba(100, 100, 100, 0.25);
	-moz-box-shadow: 0 10px 20px 0 rgba(100, 100, 100, 0.25);
	box-shadow: 0 10px 20px 0 rgba(100, 100, 100, 0.25);
}

.pbk-mobile-contact-form {
	border: 1px solid #e8e8e8;
	padding: 20px;
	background: #FAFAFA;
}

.pbk-mobile-contact-form .answer {
	padding: 20px;
	background: #0b0;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

.pbk-mobile-push-menu-content {
	overflow: hidden;
	position: absolute;
	width: 240px;
	margin-left: -240px;
	top: 0;
	z-index: 999;
	background: #FFF;
}

.pbk-mobile-push-menu.active .pbk-mobile-push-menu-content {
	top: 50px;
}

.pbk-mobile-contact-form.pbk-built-in-form h2 {
	margin-top: 0;
}

.pbk-mobile-push-menu-content #pbk-mobile-menu-body {
	background: #FFF;
	float: left;
	width: 240px;
	position: relative;
	font-weight: bold;
}

.pbk-mobile-push-menu-header .pbk-mobile-menu-button-close {
	display: none;
}

.pbk-mobile-push-menu-content.pbk-mobile-menu-list {
	position: relative;
}

#pbk-multilevel-menu {
	position: relative;
	width: 240px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#pbk-multilevel-menu ul {
	display: none;
	background: #FFF;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-height: calc(100vh - 100px);
}

#pbk-multilevel-menu a,
#pbk-multilevel-menu div.child,
#pbk-multilevel-menu div.parent {
	padding: 20px 20px;
	border-bottom: 1px solid #e6eaed;
	display: block;
	width: 100%;
	cursor: pointer;
}

#pbk-multilevel-menu a:hover,
#pbk-multilevel-menu div.child:hover,
#pbk-multilevel-menu div.parent:hover {
	background: #ffcc1a;
	color: #fff;
	text-decoration: none;
}

#pbk-multilevel-menu div.title {
	position: relative;
	background: #ffcc1a;
	color: #FFF;
}

#pbk-multilevel-menu div.child,
#pbk-multilevel-menu div.title {
	padding: 20px;
}

#pbk-multilevel-menu div.child {
	background: #ffcc1a;
	color: #FFF;
}

#pbk-multilevel-menu div.child-title a {
	background: #436624;
	color: #FFF;
	position: relative;
}

#pbk-multilevel-menu div.child-title a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 15px;
	margin-left: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #436624;
	bottom: -6px;
}

#pbk-multilevel-menu div.title:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 15px;
	margin-left: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffcc1a;
	bottom: -6px;
}

#pbk-multilevel-menu div span.direction {
	float: right;
	font-size: 13px;
	padding: 3px 0;
}

@media (max-width: 768px) {
	.pbk-mobile-contact-form table,
	.pbk-mobile-contact-form .answer {
		font-size: 12px;
	}
}

.pbk-main-page h2 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 12px;
	font-size: 17px;
}

.pbk-catalog-horizontal__image {
	width: 82px;
	flex: 0 0 82px;
	max-width: 82px;
	margin-right: 20px;
}

.pbk-catalog-horizontal__name {
	font-weight: bold;
	font-size: 16px;
}

.pbk-catalog-horizontal__description {
	font-size: 13px;
	color: #737373;
	padding-top: 10px;
}

.pbk-catalog-horizontal__child {
	padding: 10px 0 0 0;
}

.pbk-catalog-horizontal__child ul {
	display: block;
	margin: 0;
	padding: 0;
}

.pbk-catalog-horizontal__child li {
	list-style-type: none;
	font-size: 13px;
	display: inline-block;
	margin: 0 22px 0 0;
}

.pbk-review {
	margin-bottom: 30px;
	position: relative;
}

.pbk-review-text-wrapper {
	background: #f7f7f8;
	border: 0 solid #eaf0f2;
	padding: 0 0 0 86px;
	position: relative;
	min-height: 90px;
}

.pbk-review-text:before {
	position: absolute;
	top: 22px;
	left: 20px;
	font-family: Arial, sans-serif;
	content: "\201C";
	font-size: 150px;
	line-height: 120px;
	color: #ffcc1a;
}

.pbk-review-text {
	padding: 15px 15px 15px 0;
	line-height: 19px;
	color: #555555;
}

.pbk-review-text:after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: -14px;
	border-left: 18px solid transparent;
	border-top: 14px solid #f8f8f8;
}

.pbk-review-info {
	margin-top: 12px;
	padding-left: 86px;
}

.pbk-review-info-title {
	color: #2f383d;
	line-height: 19px;
}

.pbk-review-info-position {
	color: #9aa7af;
	font-size: 12px;
}

.pbk-review-counter {
	font-size: 50px;
	line-height: 94px;
	color: #ffcc1a;
}

@media (min-width: 992px) {
	.pbk-review-counter {
		font-size: 72px;
	}
}

.pbk-review-counter-text {
	padding: 0 15px 15px 0;
	position: relative;
	margin: 0 0 20px;
}

.pbk-review-counter-text:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	bottom: 0;
	opacity: 1;
	background: #d4d4d4;
	z-index: 3;
	left: 0;
}

.pbk-footer {
	background-color: #212121;
	line-height: 19px;
	padding: 68px 0 65px;
	color: #606060;
	font-size: 13px;
	font-weight: 600;
}

.pbk-footer-menu {
	padding: 0;
	list-style: none;
	margin-bottom: 17px;
}

.pbk-footer-menu a {
	color: #414141;
}

.pbk-footer-menu-title {
	margin-bottom: 7px;
	color: #B8B8B8;
}

.pbk-under-footer {
	background-color: #ffcc1a;
	color: #ffffff;
}

.pbk-under-footer .pbk-under-footer__link {
	color: #ffffff;
	font-size: 14px;
}

.pbk-footer-search__input-group {
	position: relative;
}

.pbk-footer-search__input {
	border: 1px solid #FFFFFF;
	background: none;
	border-radius: 15px;
	height: 29px;
	display: flex;
	color: #fff;
	padding: 0 15px 0 30px;
	max-width: 170px;
}

.pbk-footer-search__btn {
	background: none;
	border: none;
	position: absolute;
	top: 4px;
	left: 10px;
	padding: 0;
}

.pbk-footer-logo {
	max-width: 115px;
	margin-top: auto;
	margin-bottom: 16px;
}

.pbk-footer-adress:last-child {
	margin-bottom: 0;
}

.pbk-footer-divider {
	width: 1px;
	height: 100%;
	max-height: 234px;
	background: #313131;
	margin: 6px auto 0;
}

.pbk-footer-search {
	margin: 10px 0 33px 0;
}

.pbk-footer-socials {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 17px;
}

.pbk-footer-socials__link {
	margin-left: 16px;
}

.pbk-vertal {
	text-align: right;
	margin-bottom: 3px;
}

.pbk-vertal a {
	display: inline;
}

.modal {
	border-radius: 6px;
	max-width: 400px;
	width: 100%;
	text-align: center;
}

.modal .modal-header {
	border-bottom: 3px solid #ffcc1a;
	background: #F8F8F8;
	color: #555;
	padding: 20px 15px 15px 15px;
}

.modal-title {
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin-bottom: 18px;
	padding: 0 20px;
}

.pbk-form-body .form-control:focus {
	border-color: #ffcc1a;
	box-shadow: none;
}

.pbk-card-project {
	border: 1px solid rgba(177, 181, 191, 0.29);
	background: #FFF;
	padding: 0 0 10px 0;
	height: 100%;
	transition: 0.3s;
}

.pbk-card-project__img {
	margin: 0 auto 10px;
	text-align: center;
	transition: 0.3s;
}

.pbk-card-project__hit {
	position: absolute;
	top: -2px;
	right: -2px;
}

.pbk-card-project__new {
	position: absolute;
	top: -4px;
	right: -5px;
}

.pbk-card-project__name {
	padding: 0 28px;
	margin: 15px 0 5px;
	text-align: center;
}

.pbk-card-project__name a {
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	color: #131313;
}

.pbk-card-project-property {
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
}

.pbk-card-project-property__col {
	text-align: left;
	padding: 0 30px 8px 30px;
}

.pbk-card-project-price {
	padding: 4px 10px;
	margin: 4px 0;
}

.pbk-card-price__old {
	font-size: 14px;
	font-weight: 300;
	color: #414141;
	text-decoration: line-through;
}

.pbk-card-price__current {
	font-size: 22px;
	font-weight: 600;
	color: #c11f12;
}

.pbk-card-price__currency {
	font-weight: 600;
	color: #c11f12;
}

.pbk-card-project:hover {
	border: 1px solid rgba(177, 181, 191, 0.29);
	-webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1);
}

.pbk-card-project:hover .pbk-card-project__img {
	opacity: 0.7;
}

.btn-top {
	display: none;
	position: fixed;
	left: 35px;
	bottom: 35px;
	width: 45px;
	height: 45px;
	background-color: #ffcc1a;
	border: none;
	color: #fff;
	font-size: 24px;
	z-index: 10;
	opacity: 0.5;
	cursor: pointer;
	padding: 0;
}

.btn-top.show {
	display: block;
}

.btn-top.show:hover {
	opacity: 1;
}

.zcwPopup {
	opacity: 1 !important;
}

#zcwMiniButton {
	left: auto !important;
	right: 100px;
}

.zcwPopup .zcwPopup-title {
	color: #c11f12;
}

.zcwPopup input {
	padding: 3px 5px;
	margin-bottom: 10px !important;
}

.zcwPopup input[type=submit] {
	margin-left: 10px;
	background-color: #ffcc1a;
	border: 0;
	padding: 4px 10px;
	color: #fff;
}

.zcwPopup input[type=submit]:hover {
	background-color: #8ec65d;
}

.zcwPopup select {
	padding: 4px 5px;
	margin-bottom: 10px !important;
}

.zcwPopup-content {
	padding: 20px;
	position: relative;
}

.zcwPopup-close {
	z-index: 99993;
}

@media only screen and (min-width: 960px) {
	.zcwPopup-content {
		padding-left: 170px;
	}
	.zcwPopup-content:before {
		content: url("/upload/medialibrary/6cf/IMG_1529.png");
		position: absolute;
		top: 30px;
		left: 10px;
	}
}

.pbk-color-button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 12px 20px;
	font-size: 14px;
	border: none;
	background: #ffcc1a;
	color: #131313;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
}

.pbk-element-action .pbk-color-button {
	min-height: 43px;
}

.pbk-color-button:hover {
	color: #fff;
	text-decoration: none;
}

.pbk-color-button:focus {
	color: #fff;
	outline: none !important;
}

.pbk-border-button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 12px 20px;
	font-size: 14px;
	border: none;
	background: transparent;
	color: #131313;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #ffcc1a;
	outline: none !important;
}

.pbk-border-button:hover {
	background: #ffcc1a;
	color: #fff;
}

.pbk-color-button-small {
	padding: 6px 12px;
	font-size: 13px;
}

.pbk-reviews-element .pbk-element-preview {
	position: relative;
	padding: 15px 15px 15px 40px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #414141;
	background-color: #f8f8f8;
	min-height: 163px;
}

.pbk-reviews-element .pbk-element-quote {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 16px;
}

.pbk-reviews-element .pbk-element-preview:after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: -14px;
	border-left: 18px solid transparent;
	border-top: 14px solid #f8f8f8;
}

.pbk-reviews-element .pbk-review-author {
	font-weight: bold;
	color: #414141;
}

.pbk-reviews-element .pbk-review-post {
	font-size: 12px;
}

.pbk-reviews-element .pbk-review-data {
	font-size: 12px;
	font-style: italic;
}

.pbk-reviews-element .pbk-review-attach {
	font-size: 12px;
}

.pbk-reviews-element .pbk-review-attach a {
	display: block;
	color: #9F9F9F;
	background-color: #f8f8f8;
	padding: 6px 2px;
	border: #e8e8e8 1px solid;
}

.pbk-reviews-element .pbk-review-attach a i {
	font-size: 32px;
	padding-bottom: 4px;
}

.pbk-reviews-element .pbk-review-attach a:hover {
	color: #414141;
	background-color: #f8f8f8;
	border: 1px solid #8ec65d;
	text-decoration: none;
}

.manufactures__el img {
	filter: grayscale(100%);
	opacity: 0.5;
	transition: 0.3s;
}

.manufactures__el:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.pbk-promo-block .pbk-promo-element {
	margin-bottom: 10px;
}

.pbk-promo-block .pbk-promo-element {
	height: 130px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.pbk-approx-element {
	height: 130px;
	overflow: hidden;
}

.pbk-approx-element .pbk-promo-image {
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pbk-approx-element .pbk-promo-image:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pbk-promo-element .pbk-promo-ribbon-info {
	position: absolute;
	text-align: left;
	bottom: 15px;
	left: 25px;
	padding-right: 15px;
}

.pbk-promo-element .pbk-promo-ribbon-info>.pbk-promo-ribbon-name {
	font-weight: bold;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 20px;
	color: #000;
}

.pbk-default-element {
	height: 130px;
	overflow: hidden;
}

.pbk-default-element .pbk-promo-image {
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center;
}

@media (min-width: 768px) {
	.pbk-approx-element,
	.pbk-default-element,
	.pbk-promo-block .pbk-promo-element {
		height: 200px;
	}
}

.pbk-title-block {
	padding: 32px 0 52px;
}

.pbk-breadcrumbs {
	line-height: 1em;
	/* margin-top: 32px; */
}

.pbk-breadcrumbs-item span {
	max-height: 13px;
	color: #0f0f0f;
	font-family: Roboto;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
}

.pbk-breadcrumbs-item a {
	color: #7c7c7c;
	position: relative;
	padding-right: 11px;
}

.pbk-breadcrumbs-item {
	display: inline-block;
}

.pbk-breadcrumbs-item a:after {
	content: '/';
	color: #0f0f0f;
	position: absolute;
	top: 4px;
	right: 3px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
}

.section-tag .btn {
	border: none;
	width: 160px;
	height: 38px;
	background: #EEEEEE;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
	color: #7D7D7D;
}

.section-tag .btn.active,
.section-tag .btn:hover {
	background: #FFC93F;
	color: #000000;
}

.section-tag .btn:hover {}

.portfolio-name {
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	padding: 21px 13px 0 24px;
	min-height: 102px;
}

.portfolio-link {
	overflow: hidden;
	display: flex;
	background: #F3F3F3;
	border-radius: 10px;
	padding: 83px 7px 8px;
	text-decoration: none!important;
	transition: 0.3s all;
	position: relative;
	box-shadow: none;
	height: 100%;
}

.portfolio-link:hover {
	background: #FFC93F;
	box-shadow: 18px 19px 29px rgba(0, 0, 0, 0.24);
	transform: scale(1.2);
	z-index: 1;
}

.portfolio-col:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(/local/templates/pbk/img/cross.svg) 0 0 no-repeat;
	top: -28px;
	right: -15px;
}

.portfolio-col:nth-child(3n):after,
.portfolio-col:nth-child(1):after,
.portfolio-col:nth-child(2):after {
	display: none;
}

.portfolio-link img {
	border-radius: 9px;
}

.portfolio-item {
	position: relative;
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

.portfolio-img {
	position: relative;
	margin: -87px 0 0 0;
	/* display: block; */
	float: right;
}

.portfolio-location {
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	display: flex;
	align-items: flex-start;
	padding: 10px 25px 7px;
}

.portfolio-size {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}

.portfolio-date {
	font-weight: 300;
	font-size: 12px;
	color: #000000;
}

.portfolio-btn {
	font-weight: bold;
	font-size: 11px;
	color: #505050;
	display: flex;
	align-items: center;
	padding-left: 7px;
	background: none;
	transition: 0.3s all;
}

.portfolio-icon {
	width: 36px;
	height: 30px;
	background: #FFC93F;
	border-radius: 5px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 5px;
}

.portfolio-link:hover .portfolio-btn {
	background: #FFC93F;
	border-radius: 5px;
}

.portfolio-location svg {
	flex: none;
	margin-right: 7px;
}

.portfolio-info {
	display: flex;
	justify-content: space-between;
	padding: 0px 11px 14px 23px;
	width: 100%;
	align-items: center;
}

.pbk-button-search {
	background: #ffcc1a;
	color: #ffffff;
	border-color: #ffcc1a;
}

.pbk-button-search:hover,
.pbk-button-search:active {
	background: #8ec65d !important;
	border-color: #8ec65d !important;
}

.mh50 {
	min-height: 50px;
}

.readmore-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.readmore-table thead {
	font-size: small;
	text-align: right;
}

.readmore-table tbody td,
.readmore-table tbody th {
	/* border: 1px groove #e1d188; */
}

.readmore-table tbody tr:nth-of-type(1) th {
	background: #fff5d7;
}

.readmore-table a[href^="#all"],
.readmore-table a[href="#close"] {
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
	font-size: 18px;
}

[id^="all"] {
	position: fixed;
}

[id^="all"]:target + table a[href^="#all"],
[id^="all"]:not(:target) + table tbody tr:nth-of-type(n+8),
[id^="all"]:not(:target) + table a[href="#close"] {
	display: none;
}

.parents-sections {
	margin-left: -6px;
	margin-right: -6px;
}

.parent-section {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 6px;
}

@media (min-width: 768px) {
	.parent-section {
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		padding: 0 6px;
	}
}

@media (min-width: 992px) {
	.parent-section {
		-ms-flex: 0 0 calc(100% / 6);
		flex: 0 0 calc(100% / 6);
		max-width: calc(100% / 6);
		padding: 0 6px;
	}
}

.parent-section a {
	background: #f6f6f6;
	border-radius: 20px;
	text-align: center;
	padding: 20px 15px;
	font-weight: 600;
}

.parent-section a svg {
	max-width: 110px;
	fill: #ffcc1a;
	margin: 0 auto;
}

.parent-section a:hover {
	background: #ffcc1a;
	color: #fff;
	text-decoration: none;
}

.parent-section a:hover svg {
	fill: #FFFFFF;
}

.notpodcherk {
	text-decoration: underline
}

.notpodcherk:hover {
	text-decoration: none
}

.button_header_raschet {
	border: 1px solid #49703d;
	background-color: rgba(73, 112, 61, 0);
	color: #49703d;
}

.mail_header {
	color: #000;
	font-size: 17px;
}

@media (max-width:768px) {
	.mail_header {
		font-size: 14px;
	}
}

.pbk-h-onhome:before {
	background-image: url(/local/templates/pbk/css/../img/bg_header.png);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.pbk_h-banner {
	/* background: url(/local/templates/pbk/css/../img/home-banner.jpg) center no-repeat; */
	height: 746px;
	font-family: 'Roboto';
	
	background-repeat: no-repeat;
	background-position: center center;
	/* background-attachment: scroll; */
	/* background-size: cover; */
	
	background-image: url("/local/templates/pbk/img/home-banner.jpg");
	background-image: -webkit-image-set(
		"/local/templates/pbk/img/home-banner.avif" type("image/avif"),
		"/local/templates/pbk/img/home-banner.webp" type("image/webp")
	);
	background-image: image-set(
		"/local/templates/pbk/img/home-banner.avif" type("image/avif"),
		"/local/templates/pbk/img/home-banner.webp" type("image/webp")
	);
}

.pbk_h-banner-title h2 {
	color: #ffffff;
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.pbk_h-banner-item {
	color: #ffffff;
	font-size: 19px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	margin: 25px 0 0 32px;
}

.pbk_h-banner-item:last-child {
	margin-right: 49px;
}

.pbk_h-banner-prem {
	border-top: 1px solid rgba(255, 255, 255, 0.38);
	display: flex;
	justify-content: space-between;
	position: relative;
}

.pbk_h-catalog-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 370 / 228;
}

.pbk_h-catalog-title {
	color: #ffffff;
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	position: absolute;
	left: 0;
	align-items: center;
	padding: 0px 23px 0 50px;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	-webkit-transition: opacity 0.25s 0.15s, -webkit-transform 0.25s 0.15s;
	-o-transition: opacity 0.25s 0.15s, -o-transform 0.25s 0.15s;
	transition: opacity 0.25s 0.15s, transform 0.25s 0.15s;
}

.pbk_h-catalog-more {
	color: #1f1f1f;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	position: absolute;
	bottom: 25px;
	right: 41px;
	opacity: 0;
	-webkit-transform: scale3d(1.8, 1.8, 1);
	transform: scale3d(1.8, 1.8, 1);
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	-o-transition: opacity 0.25s, -o-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
	z-index: 3;
}

.pbk_h-catalog-title:after,
.pbk_h-object-title:after {
	content: "";
	width: 9px;
	height: 14px;
	background: url(/local/templates/pbk/css/../img/next_white.png);
	display: inline-block;
	margin: 0 0 0 14px;
	position: relative;
}

.pbk_h-catalog-titlesm {
	color: #2e2e2e;
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 19px;
}

.pbk_h-banner-title {
	margin: 253px 0 60px 0;
}

.pbk_h-banner-item:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	left: 1px;
	top: -28px;
}

.pbk_h-banner-prem:before {
	content: "";
	display: block;
	position: absolute;
	left: -100%;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.38);
	top: -1px;
}

.pbk_h-banner-item:before {
	content: "";
	display: block;
	width: 20px;
	height: 14px;
	background: url(/local/templates/pbk/css/../img/checklist.png) 0 0 no-repeat;
	position: absolute;
	left: -33px;
	top: 3px;
}

.pbk_h-catalog-img {
}

.pbk_h-catalog-img img {
	/* max-width: 100%; */
	width: 100%;
}

.pbk_h-catalog {
	font-family: 'Roboto';
	background-color: #e9e9e9;
	padding-bottom: 27px;
}

.pbk_h-catalog-inner {
	position: relative;
	top: -29px;
}

.pbk_h-catalog-more:after,
.pbk_h-object-more:after {
	content: "";
	width: 9px;
	height: 14px;
	background: url(/local/templates/pbk/css/../img/next_black.png);
	display: inline-block;
	margin: 0 0 0 9px;
}

.pbk_h-catalog-wrapper:before,
.pbk_h-object-wrapper:before {
	background-color: rgba(255, 204, 26, 0.81);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 2;
	-webkit-transition: bottom 300ms 300ms ease-out;
	-o-transition: bottom 300ms 300ms ease-out;
	transition: bottom 300ms 300ms ease-out;
}

.pbk_h-catalog-wrapper:after,
.pbk_h-object-wrapper:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.51);
	/* opacity: .72; */
	z-index: 2;
	-webkit-transition: bottom 300ms 300ms ease-out;
	-o-transition: bottom 300ms 300ms ease-out;
	transition: bottom 300ms 300ms ease-out;
}

.pbk_h-catalog-wrapper:hover:before,
.pbk_h-object-wrapper:hover:before {
	bottom: 0;
	-webkit-transition: bottom 300ms 50ms ease-out;
	-o-transition: bottom 300ms 50ms ease-out;
	transition: bottom 300ms 50ms ease-out;
}

.pbk_h-catalog-wrapper:hover .pbk_h-catalog-title,
.pbk_h-object-wrapper:hover .pbk_h-object-title {
	opacity: 0;
	-webkit-transition: opacity 0.35s 0.05s, -webkit-transform 0.35s 0.05s;
	-o-transition: opacity 0.35s 0.05s, -o-transform 0.35s 0.05s;
	transition: opacity 0.35s 0.05s, transform 0.35s 0.05s;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}

.pbk_h-catalog-wrapper:hover .pbk_h-catalog-more,
.pbk_h-object-wrapper:hover .pbk_h-object-more {
	opacity: 1;
	-webkit-transition: opacity 0.15s 0.35s, -webkit-transform 0.15s 0.35s;
	-o-transition: opacity 0.15s 0.35s, -o-transform 0.15s 0.35s;
	transition: opacity 0.15s 0.35s, transform 0.15s 0.35s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.pbk_h-catalog-wrapper:hover:after,
.pbk_h-object-wrapper:hover:after {
	bottom: 100%;
	-webkit-transition: bottom 300ms 50ms ease-out;
	-o-transition: bottom 300ms 50ms ease-out;
	transition: bottom 300ms 50ms ease-out;
}

.pbk_h-catalog-item a {
	display: block;
	text-decoration: none;
}

.pbk_h-catalog-item {
	margin-bottom: 30px;
}

.pbk_h-catalog-titlesm {
	margin: 18px 0 0 0;
}

.pbk_h-catalog-item:last-child .pbk_h-catalog-more {
	bottom: 64px;
	left: 54px;
	font-size: 23px;
	right: inherit;
}

.pbk_h-about h1 {
	color: #252525;
	font-size: 34px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 62px;
	padding: 0;
}

.pbk_h-about {
	font-family: Roboto;
	background-color: #e9e9e9;
	padding-bottom: 73px;
}

.pbk_h-about p {
	color: #252525;
	font-size: 22px;
	font-weight: 300;
	line-height: 42px;
	margin-bottom: 0;
}

.pbk_h-form-title {
	font-size: 26px;
	font-weight: 700;
	color: #252525;
	line-height: 32px;
}

.form-input {
	height: 54px;
	border: 1px solid #b8b8b8;
	width: 100%;
	color: #252525;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	padding: 0 30px;
}

.pbk_h-form {
	margin: 42px 0 100px;
}

.form-inlines {
	display: flex;
	justify-content: space-between;
}

.form_inline {
	flex: 0 0 32%;
}

.pbk_h-about-form-wrapper {
	margin: 47px 0 0;
}

.form-submit {
	height: 54px;
	background-color: #ffcc1a;
	width: 100%;
	border: none;
	color: #252525;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	cursor: pointer;
}

.form-hint {
	color: #8c8c8c;
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
	text-align: center;
	display: block;
	margin: 21px 0 0;
}

.form-hint a {
	color: #303030;
}

.pbk_h-objects-title {
	color: #252525;
	font-size: 34px;
	font-weight: 400;
	line-height: 32px;
}

.pbk_h-objects {
	font-family: Roboto;
	background-color: #e9e9e9;
	padding-bottom: 98px;
}

.pbk_h-hr {
	width: 90%;
	height: 5px;
	background-color: #ffcc1a;
	margin: 20px auto;
}

.pbk_h-bg {
	background: #252525 url(/local/templates/pbk/css/../img/bg_objects.jpg) 0 0 no-repeat;
	font-family: Roboto;
	background-size: cover;
}

.pbk_h-objects-inner {
	position: relative;
	top: -35px;
	padding-bottom: 44px;
}

.pbk_h-object-item {
	margin-bottom: 25px;
}

.pbk_h-object-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.pbk_h-object-title {
	position: absolute;
	left: 54px;
	align-items: center;
	padding: 0px 20px 0 0;
	transition: all 0.3s;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
	z-index: 3;
	-webkit-transition: opacity 0.25s 0.15s, -webkit-transform 0.25s 0.15s;
	-o-transition: opacity 0.25s 0.15s, -o-transform 0.25s 0.15s;
	transition: opacity 0.25s 0.15s, transform 0.25s 0.15s;
}

.pbk_h-object-more {
	top: 0;
	color: #131313;
	font-size: 31px;
	font-weight: 700;
	line-height: 35px;
	position: absolute;
	bottom: 25px;
	left: 55px;
	transition: all 0.3s;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: scale3d(1.8, 1.8, 1);
	transform: scale3d(1.8, 1.8, 1);
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	-o-transition: opacity 0.25s, -o-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
	z-index: 3;
}

.pbk_h-object-img img {
	max-width: 100%;
}

.all_objects {
	height: 48px;
	background-color: #ffcc1a;
	color: #252525;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 48px;
	margin-top: 27px;
	margin-bottom: 106px;
}

.pbk_h-object-wrapper:hover .pbk_h-object-title {
	opacity: 0;
}

.pbk_h-object-wrapper:hover .pbk_h-object-more {
	opacity: 1;
}

.pbk_h-object-count {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 9;
}

.pbk_h-number {
	width: 34%;
	margin-bottom: 77px;
}

.pbk_h-numbers {
	color: #fff;
	margin: 71px 0 0 0;
}

.pbk_h-numbers-title {
	font-size: 49px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 98px;
}

.pbk_h-numbers-title span {
	font-weight: 700;
}

.pbk_h-number-icon {
	height: 82px;
}

.pbk_h-number-value {
	font-size: 81px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 19px;
}

.pbk_h-number-value span {
	font-size: 54px;
	font-weight: 300;
}

.pbk_h-number-text {
	font-size: 29px;
	font-weight: 300;
	line-height: 36px;
}

.pbk_h-numbers .container {
	max-width: 1000px;
}

.pbk_h-number-icon img {
	max-width: 100%;
}

.pbk_h-number:nth-child(3n-1) {
	width: 38%;
}

.pbk_h-number:nth-child(3n) {
	width: 28%;
}

.pbk-footer-city {
	margin-bottom: 8px;
	color: #B8B8B8;
}

.pbk-footer a {
	color: #606060;
	text-decoration: none!important;
	display: block;
}

.pbk-footer-adress {
	margin-bottom: 12px;
}

.pbk-footer-street {
	line-height: 19px;
	margin-bottom: -2px;
}

.pbk-footer-socials__link:first-child {
	margin-bottom: -4px;
}

.pbk-footer-sitemap {
	text-align: right;
}

.pbk-footer-col1 {
	width: 25%;
}

.pbk-footer-mail a {
	text-decoration: none;
}

.pbk-footer-col2 {
	width: 37%;
	position: relative;
}

.pbk-footer-col2:after {
	content: "";
	width: 2px;
	height: 95px;
	background-color: #5f5f5f;
	display: block;
	position: absolute;
	right: 16%;
	top: 5px;
}

.pbk-footer-question {
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	margin: 10px 0 87px 0;
	font-size: 15px;
	/* or 18px */
	text-align: center;
	text-decoration-line: underline;
	color: #BFBFBF;
}

.pbk-footer-menu-title {}

.pbk-footer-menu li a {
	text-decoration: none;
	line-height: 21px;
}

.pbk-footer-menu li {}

.pbk-footer-menu-hr {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	margin-bottom: 16px;
}

.pbk-footer-col3 {
	width: 18%;
}

.pbk-footer-col4 {
	width: 20%;
}

.pbk-footer-callback {
	height: 41px;
	background-color: #ffcc1a;
	display: flex;
	max-width: 200px;
	cursor: pointer;
	border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	/* or 18px */
	color: #212121;
	align-items: center;
	justify-content: center;
	margin-top: 7px;
	width: 100%;
}

.pbk-h-header-callback {
	width: 185px;
	height: 31px;
	border-radius: 15px;
	background-color: #ffcc1a;
	color: #1a1a1a;
	font-family: "Century Gothic", Roboto;
	font-size: 15px;
	font-weight: 700;
	line-height: 31px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-right: 27px;
}

.pbk-h-header-vi {
	width: 26px;
	height: 26px;
	margin-right: 18px;
}

.pbk-h-header {
	padding: 16px 0 0 0;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.87);
}

.pbk-h-header-contact {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

li.pbk-li-top-menu-parent.parent-hover-classic:first-child a {}

.pbk-h-onhome .pbk-h-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: transparent;
	padding: 16px 0 0 0;
}

.pbk-main-menu {
	position: relative;
	color: #ffffff;
	background-color: rgb(0, 0, 0);
}

.pbk-h-onhome .pbk-main-menu {
	/* position: absolute; */
	width: 100%;
	/* left: 0; */
	/* top: 100px; */
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.43);
	margin-bottom: -66px;
}

.pbk-h-header-callback:hover {
	color: #fff;
}

.form-submit:hover {
	color: #fff;
}

a.all_objects:hover {
	color: #fff;
	text-decoration: none;
}

.pbk-footer-callback:hover {
	color: #ffff;
}

.pbk-footer-menu li a:hover {
	text-decoration: underline;
}

.pbk_h-bform-title {
	color: #131313;
	font-size: 49px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 66px;
}

.pbk_h-bform p {
	color: #131313;
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 90px;
}

.pbk_h-bform {
	font-family: Roboto;
	background: url(/local/templates/pbk/css/../img/bg_form.jpg) center no-repeat;
	padding: 118px 0 101px;
	background-size: cover;
}

.pbk_h-bform-inner-title {
	color: #131313;
	font-size: 34px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 71px;
}

.pbk_h-bform .container {
	max-width: 1060px;
}

.pbk_h-bform-inner {
	background-color: #ffffff;
	padding: 5rem 8rem 4rem;
	box-shadow: 7.071px 7.071px 27px 0px rgba(0, 0, 0, 0.03);
}

.pbk_h-bform-line {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.pbk_h-bform-input .form-input {
	height: 57px;
	margin-bottom: 20px;
	color: #4a4a4a;
	font-size: 17px;
	font-weight: 300;
	width: 100%;
}

.pbk_h-bform-input .error-label.error {
	position: absolute;
	bottom: 1px;
	left: 0;
}

.to-form-upload {
	display: block;
	line-height: 52px;
	cursor: pointer;
}

.pbk_h-bform-input {
	flex: 0 0 48%;
	position: relative;
}

.pbk_h-bform-line.pbk_h-bform-line-submit {
	justify-content: center;
}

.pbk_h-bform-input .form-submit {
	font-size: 17px;
}

.pbk_h-bform-line-submit .pbk_h-bform-input {
	flex: 0 0 55%;
}

.form-textarea {
	height: 131px;
	resize: inherit;
	border: 1px solid #b8b8b8;
	color: #4a4a4a;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	width: 100%;
	line-height: 32px;
	padding: 14px 30px;
	margin-bottom: 41px;
}

input.form-upload {
	display: none;
}

.modal-body .pbk-form-body a,
.popup_form .small a {
	color: #000;
}

.pbk_h-bform-content {
	position: relative;
}

.pbk_h-bform-content>.for-error.text-center {
	position: absolute;
	top: -62px;
	width: 100%;
}

.pbk_c_number {
	width: 83px;
	height: 83px;
	background-color: #ffcc1a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #161616;
	font-size: 56px;
	font-weight: 700;
	margin: 0 auto 56px;
}

.pbk_c_catalog {
	font-family: Roboto;
	margin-top: -72px;
}

.pbk_c_name {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	margin-bottom: 21px;
}

.pbk_c_text {
	font-size: 19px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}

.pbk_c_number:before {
	content: "";
	display: block;
	height: 7px;
	background-color: #efefef;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 40px;
}

.pbk_c_prem:first-child .pbk_c_number:before {
	width: 50%;
	right: 0;
}

.pbk_c_prem:last-child .pbk_c_number:before {
	width: 50%;
	left: 0;
}

.pbk_c_subheading {
	font-size: 24px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 89px;
}

.pbk_c_catalog-wrapper {
	margin-bottom: 26px;
	position: relative;
}

.pbk_c_catalog-wrapper .pbk_h-catalog-wrapper {
	box-shadow: 11.314px 11.314px 24px 0px rgba(0, 0, 0, 0.28);
}

.pbk_c_title {
	font-size: 39px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	margin: 83px 0 61px;
}

.pbk_c_prems {
	margin-bottom: 83px;
}

.pbk_c_category-hr {
	height: 8px;
	box-shadow: 7px 7px 27px rgba(0, 0, 0, 0.03);
	background-color: #ffcc1a;
	width: 100%;
}

.pbk_c_category-title {
	/* text-align: justify; */
	margin: 100px 0 60px;
	font-size: 39px;
	font-weight: 700;
	line-height: 34px;
}

.pbk_c_category-text {
	text-align: justify;
	line-height: 34px;
	margin-bottom: 97px;
	font-size: 20px;
	font-weight: 300;
}

.pbk_c_category-text p {
	margin-bottom: 10px;
}

a.pbk_c_category-link {
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	color: #111111;
	padding: 15px 0;
	background-color: #ffcc1a;
	display: block;
	margin: 55px 0 90px;
	text-align: center;
	width: 100%;
}

.pbk_c_form .pbk_h-form-title {
	text-align: center;
	font-size: 31px;
	font-weight: 700;
	line-height: 42px;
}

.pbk_c_form {
	margin: 6px 0 50px;
}

.pbk_c_category-text b {
	font-weight: 700;
}

.pbk_c_category-text ol li:before {
	width: 34px;
	height: 34px;
	background-color: #ffcc1a;
	counter-increment: myCounter;
	content: counter(myCounter);
	display: block;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	top: 7px;
}

.pbk_c_category-text ol {
	counter-reset: myCounter;
	margin: 0;
	padding: 0;
}

.pbk_c_category-text ol li {
	list-style: none;
	padding: 0 0 0 57px;
	line-height: 43px;
	margin-bottom: 3px;
	position: relative;
}

.pbk_c_premus {
	background: url(/local/templates/pbk/css/../img/bg_pbk_c_prem.jpg) center no-repeat;
	color: #ffffff;
	padding: 103px 0 127px 0;
	margin: 17px 0 0 0;
	background-size: cover;
}

.pbk_c_premus-item {
	display: flex;
	margin: 43px 0 34px 0;
}

.pbk_c_premus-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 33px;
	padding: 31px 0 28px 0;
}

.pbk_c_premus-text {
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
}

.pbk_c_premus-info {
	padding-left: 31px;
}

.pbk_c_premus-item:nth-child(3n) {
	margin-right: 0;
	width: 463px;
}

.pbk_c_premus-item:nth-child(3n-2) {
	width: 398px;
}

.pbk_c_premus-img {
	width: 96px;
}

.pbk_c_premus-item:nth-child(3n-1) {
	width: 338px;
}

.pbk_c_catalog .pbk_h-catalog-title {
	font-size: 34px;
	font-weight: 700;
	left: 20px;
	line-height: 40px;
}

.pbk_c_catalog .pbk_h-catalog-more {
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	left: 69px;
	right: inherit;
	top: 50%;
	bottom: inherit;
	transform: translateY(-50%)!important;
	line-height: 40px;
}

.pbk_c_catalog .pbk_h-catalog-title:after {
	width: 12px;
	height: 18px;
	background-size: 12px;
}

.pbk_c_catalog .pbk_h-catalog-more:after {
	width: 12px;
	height: 18px;
	background-size: 12px;
}

.pbk_c_how-item {
	position: relative;
	/* cursor: pointer; */
	height: 200px;
	background: linear-gradient(220.92deg, #FFFFFF -40.56%, rgba(255, 255, 255, 0) 44.26%), #FFC93F;
	box-shadow: 8px 17px 14px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	flex: 1;
	margin: 0 10px 15px 0;
	transition: 0.3s all;
	top: 0;
}

.pbk_c_how {
	padding: 0 0 100px;
}

.pbk_c_how-items {
	display: flex;
}

.pbk_c_how-icon {
	min-height: 134px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	position: relative;
}

.pbk_c_how-next {
	position: absolute;
	top: 22px;
	right: 29px;
}

.pbk_c_how-item:last-child {
	margin-right: 0;
}

.pbk_c_how-item:first-child {
	flex: 1.26;
}

.pbk_c_how-item.hover {
	top: -20px;
}

.pbk_c_how-item:last-child .pbk_c_how-next {
	right: initial;
	left: 31px;
	top: 24px;
}

.pbk_c_how-item:last-child .pbk_c_how-icon {
	min-height: 115px;
	justify-content: flex-end;
	padding: 0 27px;
}

.pbk_c_how-title {
	font-weight: 500;
	font-size: 15px;
	line-height: 16px;
	color: #242424;
	font-family: Roboto;
	padding: 0 15px 0 30px;
}

.pbk_c_how-item:last-child .pbk_c_how-title {
	font-weight: 300;
	font-size: 26px;
	line-height: 27px;
}

.pbk_c_how-item:last-child {
	background: linear-gradient(220.92deg, #FFFFFF -40.56%, rgba(255, 255, 255, 0) 44.26%), #FFFFFF;
	box-shadow: 4px 17px 13px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.pbk_c_how-title a {
	color: #fff!important;
	text-decoration: underline;
}

.pbk_c_verticalform-title {
	font-size: 37px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	margin-bottom: 80px;
}

.pbk_c_verticalform .form-input {
	margin-bottom: 26px;
}

.pbk_c_verticalform .form-submit {
	margin: 36px 0 -3px;
}

.pbk_c_verticalform {
	margin-bottom: 81px;
}

.pbk-card-project__name a:hover {
	color: #ffcc1a;
}

a.pbk_c_category-link:hover {
	color: #fff;
	text-decoration: none;
}

.pbk_c_category-proizvodstvo h4 {
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 40px;
}

.pbk_c_category-proizvodstvo img {
	max-width: 100%;
	height: 270px;
	margin-bottom: 30px;
}

.pbk_c_verticalform .error-label.error {
	position: absolute;
	bottom: 7px;
	left: 15px;
}

.pbk_c_verticalform .col-12 {
	position: relative;
}

.pbk_c_category .pbk-card-project__img {
	/* object-fit: cover; */
	/* max-height: 207px; */
	/* overflow: hidden; */
	/* object-position: 50% 50%; */
}

.pbk_b-banner-title {
	color: #ffffff;
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
}

.pbk_b-banner {
	background-size: cover;
	padding: 85px 0;
	min-height: 746px;
	background-position: center;
}

.pbk_b-banner-bani {
	background-image: url('/local/templates/pbk/img/pbk_b-banner1.jpg');
}

.pbk_b-banner-text {
	font-size: 19px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.pbk_b-banner-icon {
	text-align: center;
	height: 70px;
	margin-bottom: 27px;
}

.pbk_b-banner-icon img {
	height: 100%;
}

.pbk_b-banner-prems {
	padding: 66px 0;
}

.pbk_b-banner-text span {
	font-size: 17px;
	font-weight: 300;
	display: block;
}

.pbk_b-banner-desc {
	background-color: #1f1f1f;
	padding: 89px 0 117px;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	line-height: 41px;
}

.pbk_b-title-x {
	color: #1f1f1f;
	font-size: 44px;
	font-weight: 700;
	line-height: 54px;
}

.pbk_b-gift {
	padding: 80px 0 61px;
	background-color: #f6f6f6;
}

.pbk_b-gift-item-title {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	padding: 39px 80px 0 23px;
}

.pbk_b-gift-item {
	min-height: 294px;
	border-bottom: 18px solid #ffcc1a;
	position: relative;
	background-color: #1f1f1f;
}

.pbk_b-gift-item-icon {
	width: 79px;
	height: 73px;
	background-color: #ffcc1a;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pbk_b-gift-item:hover svg {
	fill: #4b4c4e;
}

.pbk_b-timer {
	box-shadow: 4px 9px 19px rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
	padding: 63px 0 30px;
}

.pbk_b-timer-title {
	color: #242424;
	font-size: 33px;
	font-weight: 300;
	line-height: 33px;
	text-align: center;
}

.pbk_b-catalog-imgs {
	width: 270px;
	display: flex;
	flex-direction: column;
}

.pbk_b-catalog-info {
	width: calc(100% - 270px);
	display: flex;
	flex-direction: column;
}

.pbk_b-catalog-item {
	box-shadow: 4px 9px 19px rgba(174, 174, 174, 0.25);
	background-color: #ffffff;
	margin-bottom: 30px;
	min-height: 422px;
}

.pbk_b-catalog {
	background-color: #f2f2f2;
	padding: 85px 0;
}

.pbk_b-catalog-img {
	position: relative;
}

.pbk_b-catalog-img:after {
	content: "";
	width: 203px;
	height: 3px;
	background-color: #e9e9e9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.pbk_b-catalog-thumbs {
	display: flex;
	padding-top: 20px;
	align-items: center;
}

.pbk_b-catalog-title {
	font-size: 29px;
	font-weight: 400;
	line-height: 30px;
	padding: 47px 20px 38px 24px;
}

.pbk_b_form {
	background-color: #f6f6f6;
}

.pbk_b-catalog-img img {
	object-fit: cover;
	object-position: center;
}

.pbk_b-catalog-credit {
	height: 51px;
	background-color: #4f4e4c;
	font-size: 18px;
	font-weight: 300;
	line-height: 17.01px;
	color: #fff;
	text-align: center;
	padding: 17px 10px;
	margin-top: auto;
}

.pbk_b-catalog-types {
	padding: 0 0 0 24px;
}

.pbk_b-catalog-type {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 300;
	line-height: 14.59px;
	padding: 8px 26px;
	cursor: pointer;
}

.pbk_b-catalog-selected {
	background-color: #ffcc1a;
}

.pbk_b-catalog-prices {
	padding: 27px 0 0 24px;
	align-content: flex-end;
}

.pbk_b-catalog-price {
	color: #0c0c0c;
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
}

.pbk_b-catalog-oldprice {
	color: #000000;
	font-size: 21px;
	font-weight: 300;
	line-height: 31px;
	text-decoration: line-through;
	padding-left: 13px;
}

.pbk_b-catalog-text {
	padding: 18px 0 0 67px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 17.01px;
}

.pbk_b-catalog-option {
	font-size: 20px;
	line-height: 17.01px;
	font-weight: 300;
	padding: 20px 0 20px 24px;
}

.pbk_b-catalog-option span {
	font-weight: 700;
}

.pbk_b-catalog-btn {
	background-color: #ffcc1a;
	display: block;
	color: #0c0c0c;
	font-size: 19px;
	font-weight: 500;
	line-height: 17.01px;
	text-align: center;
	padding: 17px 10px;
	margin-top: auto;
	cursor: pointer;
}

.pbk_b-catalog-text:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/local/templates/pbk/img/checklist2.svg);
	position: absolute;
	left: 25px;
}

.pbk_b-title-l {
	color: #1f1f1f;
	font-size: 35px;
	font-weight: 700;
	line-height: 38px;
}

.pbk_b-catalog-btn:hover {
	color: #fff!important;
	text-decoration: none;
}

.pbk_b-komplect {
	background-color: #f2f2f2;
	padding-bottom: 80px;
	overflow: hidden;
}

.pbk_b-komplect-wrapper {
	position: relative;
	padding: 18px 0 0 0;
}

.pbk_b-komplect-n {
	width: 35px;
	height: 36px;
	box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.32);
	background-color: #2b2b2b;
	color: #fff;
	border-top: 10px solid #ffcc1a;
	font-size: 19px;
	font-weight: 700;
	line-height: 11px;
	padding-top: 8px;
	cursor: pointer;
}

.pbk_b-komplect-wrapper>div {
	position: absolute;
}

.pbk_b-komplect-item1 {
	bottom: -10%;
	left: 12%;
}

.pbk_b-komplect-t {
	font-size: 19px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
	box-shadow: 4px 9px 7px rgba(0, 0, 0, 0.44);
	background-color: #2b2b2b;
	border-top: 10px solid #ffcc1a;
	position: absolute;
	top: 0;
	padding: 18px 28px 25px;
	text-align: left;
	white-space: nowrap;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
}

.pbk_b-komplect-item2 {
	top: 35%;
	left: 22.5%;
}

.pbk_b-komplect-item3 {
	top: 27%;
	left: 31%;
}

.pbk_b-komplect-item4 {
	left: 24%;
	bottom: 9%;
}

.pbk_b-komplect-item5 {
	left: 36%;
	top: 42%;
}

.pbk_b-komplect-item6 {
	bottom: 15%;
	left: 52%;
}

.pbk_b-komplect-item7 {
	bottom: 0%;
	right: 37%;
}

.pbk_b-komplect-item8 {
	right: 28%;
	bottom: 36%;
}

.pbk_b-komplect-item9 {
	right: 18%;
	bottom: 25%;
}

.pbk_b-komplect-item10 {
	right: 14%;
	top: 5%;
}

.pbk_b-komplect-wrapper>div:hover {}

.pbk_b-komplect-wrapper>div:hover .pbk_b-komplect-t {}

.pbk_b-komplect-t:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	background-color: #ffcc1a;
	left: 0;
	bottom: 0;
}

.pbk_b-border-half {
	width: 50%;
	background-color: #ffcc1a;
	height: 5px;
}

.pbk_b-komplect .pbk_b-border-half {
	margin-top: 133px;
}

.pbk_b-dop-title {
	background-color: #ffcc1a;
	color: #1f1f1f;
	font-size: 25px;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	padding: 15px 20px;
}

.pbk_b-dop img {
	max-height: 210px;
	object-fit: cover;
	width: 100%;
}

.pbk_b-prems {
	background: url(/local/templates/pbk/img/pbk_b-prems.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 136px 0;
}

.pbk_b-prems .pbk_b-title-l {
	color: #fff;
	padding-bottom: 89px;
}

.pbk_b-prem-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 24.14px;
	padding-bottom: 28px;
}

.pbk_b-prem-text {
	font-size: 24px;
	font-weight: 300;
	line-height: 24.14px;
}

.pbk_b-prem-icon {
	padding-bottom: 21px;
}

.pbk_b_form-zakaz {
	background-color: #282828;
	color: #ffffff;
}

.pbk_b-whys {
	background-color: #1f1f1f;
	color: #fff;
	padding: 117px 0 34px;
}

.pbk_b_form-zakaz .pbk_b-title-x {
	font-size: 42px;
	font-weight: 700;
	line-height: 43px;
}

.pbk_b-why-title {
	font-size: 67px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 15px;
}

.pbk_b-why-icon {
	height: 67px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 28px;
}

.pbk_b-why-text {
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
}

.pbk_b-why-title span {
	font-size: 45px;
	font-weight: 300;
}

.pbk_b_form-call {
	background-color: #1f1f1f;
}

.pbk_b_work {
	margin: 4px;
}

.pbk_b_works {
	padding-bottom: 125px;
}

.pbk_b_map {
	padding-bottom: 80px;
}

.pbk_b-komplect-img {
	max-width: 100%;
}

.countdown-row {
	display: flex;
	justify-content: center;
}

.countdown-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0 25px;
}

.countdown-period {
	color: #242424;
	font-size: 19px;
	font-weight: 300;
	line-height: 11.92px;
	text-transform: lowercase;
}

.countdown-amount {
	color: #242424;
	font-size: 46px;
	font-weight: 300;
	line-height: 11.92px;
	width: 105px;
	height: 105px;
	border: 1px solid #ffcc35;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 13px;
}

.countdown-section:after {
	content: ":";
	font-size: 31px;
	position: absolute;
	right: -4px;
	top: 28px;
}

.pbk_b-timer-inner {
	padding: 38px;
}

.countdown-section:last-child:after {
	display: none;
}

.pbk_b-komplect-item-active .pbk_b-komplect-t {
	visibility: visible;
	opacity: 1;
}

.pbk_b-catalog-href,
.pbk_b-catalog-img div {
	display: block!important;
}

.pbg-bani a {
	display: block;
	margin: -25px 0 0 0;
}

.overflow-hidden {
	overflow: hidden!important;
}

.pbk-project {
	overflow: hidden;
}

.faq_item {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	margin: 20px 0 24px;
}

.faq-text {
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	color: #4D4D4D;
	margin: -11px 0 36px 0;
}

.faq_item-name {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}

.faq_item-date {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #8C8C8C;
}

.faq_item-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.faq_item-title {
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	color: #000000;
	margin: 20px 0 24px;
}

.faq_item-text {
	background: #F3F3F3;
	border-radius: 7px;
	padding: 29px 102px 48px;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}

.faq_item-answer {
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	text-align: justify;
	color: #454545;
	margin-top: 7px;
}

.faq_item-divider {
	width: 121px;
	height: 1px;
	background: #FFC93F;
	margin: 48px 0 0;
}

.faq_item:last-child .faq_item-divider {
	display: none;
}

.faq_item-name:before {
	content: "";
	display: block;
	background: #F3F3F3;
	border-radius: 7px;
	width: 2px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: -1px;
}

.pagenav {
	margin: 0 0 40px;
	padding: 0 0 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ffcc1a;
}

.pagenav-li {
	list-style: none;
	width: 31px;
	height: 31px;
	background: #EDEDED;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2.5px;
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #747474;
}

.pagenav-li.active {
	background: #FFC93F;
	font-weight: 500;
	color: #000000;
}

.pagenav-link {
	color: #747474;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none!important;
}

.pagenav-li:hover {
	background: #ffcc1a;
}

.pagenav-li:hover .pagenav-link {
	color: #747474;
}

.pagenav-li.active:hover {
	background: #EDEDED;
}

.faq_add-input {
	width: 231px;
	height: 45px;
	background: #F3F3F3;
	border-radius: 7px;
	border: none;
	padding: 0 15px 0 25px;
}

.faq_add-title {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin-bottom: 43px;
}

.faq_add-form {
	font-family: 'Roboto', 'Open Sans', sans-serif;
}

.placeholder {
	font-size: 16px;
	line-height: 19px;
	color: #505050;
	position: absolute;
	top: 13px;
	left: 25px;
}

.placeholder span {
	color: #FF4646;
}

.faq_add-line {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.faq_add-group {
	margin-right: 13px;
	position: relative;
	margin-bottom: 17px;
}

.faq_add-help {
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #B4B4B4;
	display: flex;
}

.faq_add-help span {
	color: #FF3D3D;
	margin-top: 5px;
	margin-right: 5px;
}

.faq_add-input:valid~.placeholder,
.faq_add-textarea:valid~.placeholder {
	display: none;
}

.faq_add-group .error-label.small {
	position: absolute;
	bottom: -18px;
	left: 0;
}

input.faq_add-input:-moz-placeholder {
	font-size: 16px;
	line-height: 19px;
	color: #505050;
}

input.faq_add-input:-webkit-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	color: #505050;
}

input.faq_add-input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	color: #505050;
}

input.faq_add-input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	color: #505050;
}

.faq_add-textarea {
	height: 194px;
	background: #F3F3F3;
	border-radius: 7px;
	border: none;
	width: 100%;
	margin-bottom: 13px;
	font-size: 16px;
	line-height: 19px;
	color: #505050;
	padding: 13px 25px;
}

.faq_add-submit {
	height: 45px;
	background: #FFC93F;
	border-radius: 7px;
	width: 100%;
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
}

.faq_item:last-child {
	margin-bottom: 80px;
}

.faq_add-submit:hover {
	color: #fff;
}

.break {
	flex-basis: 100%;
	height: 0;
}

.partners_item {
	height: 152px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	/* filter: drop-shadow(6px 8px 6px rgba(0, 0, 0, 0.15)); */
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.15);
}

.pbk_text {
	font-size: 17px;
	line-height: 164.19%;
	/* or 28px */
	text-align: justify;
	color: #3F3F3F;
}

.pbk-slider-prev,
.pbk-slider-next {
	width: 40px;
	height: 40px;
	background: #FFC93F;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	cursor: pointer;
}

.pbk-slider-nav {
	position: absolute;
	top: 40%;
	z-index: 1;
	width: 100%;
	left: 0;
}

.pbk-slider-prev {
	left: -5px;
}

.pbk-slider-next {
	right: -5px;
}

.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #C4C4C4;
	border-radius: 17px;
	margin: 0 6px;
	opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
	background: #FFC93F;
}

.pbk-slider-four img {
	border-radius: 8px;
}

.pbk-slider-dots {
	margin-top: 29px;
	text-align: center;
}

.pbk_video {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.pbk_video .play {
	width: 61px;
	height: 61px;
	display: block;
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.pbk-fyndamenty {
	background: url(/local/templates/pbk/img/fundamenty_bg.png) center top no-repeat;
}

.pbk_servicesform {
	background: url(/local/templates/pbk/img/fundamenty_bgform.png) center bottom no-repeat;
	padding: 30px 0;
	min-height: 495px;
}

.pbk_servicesform-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 21px;
}

.pbk_servicesform-subtitle {
	font-weight: 300;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 39px;
}

.pbk_servicesform-input {
	height: 44px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	border-radius: 7px;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 0 26px;
}

.pbk_servicesform-textarea {
	height: 103px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	border-radius: 7px;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 7px 26px;
}

.pbk_servicesform-btn {
	height: 48px;
	background-color: #ffcc1a;
	color: #323232;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	cursor: pointer;
}

.pbk_servicesform-btn:hover {
	color: #fff;
}

.pbk_servicesform-input.comment {
	height: 44px;
}

.pbk_teh-job {
	font-size: 18px;
	text-align: center;
	color: #434343;
	min-width: 191px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	background: #FFCC1A;
	position: absolute;
	padding: 0 15px;
	bottom: 15px;
}

.pbk_teh-img {
	padding-bottom: 32px;
	position: relative;
}

.pbk_teh-name {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
}

.roboto {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

.pbk_teh-pdf {
	height: 100%;
	background: #FFC93F;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	font-weight: 700;
	font-size: 22px;
	padding: 30px;
}

.pbk_teh-pdf-btn {
	font-weight: 500;
	font-size: 18px;
	color: #242424;
	width: 273px;
	height: 55px;
	background: #FFC93F;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
}

.pbk_teh-pdf-title {
	padding-bottom: 25px;
}

.pbk_teh-pdf-btn:hover {
	border-color: #212529;
	color: #fff;
	background: #212529;
	text-decoration: none;
}

.pbk-proektirovanie-i-stroitelstvo {
	background: url(/local/templates/pbk/img/bg_tekhnologiya-stroitelstva-karkasnogo-doma.png) left top no-repeat;
}

.pbk_proektirovanie-i-stroitelstvo-form {
	background: url(/local/templates/pbk/img/form_tekhnologiya-stroitelstva-karkasnogo-doma.png) center top 75px no-repeat;
	padding: 79px 0;
	min-height: 485px;
}

.pbk_teh-slider img {
	border-radius: 7px;
	transition: 0.3s top;
	top: 0;
	position: relative;
}

.pbk_teh-slider img:hover {
	filter: drop-shadow(0 0px 4px rgba(0, 0, 0, 0.3));
	top: -11px;
}

.pbk_teh-imglink {
	padding: 12px 6px;
	display: block;
}

.pbk_teh-slider-title {
	font-size: 24px;
	FONT-WEIGHT: 700;
	margin-bottom: 0;
}

.pbk_teh-slider-next,
.pbk_teh-slider-prev {
	width: 29px;
	height: 29px;
	background: #FFC93F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	cursor: pointer;
}

.pbk_teh-slider-next svg {
	fill: #000000;
}

.pbk_teh-slider-nav {
	display: flex;
	margin-left: auto;
}

.pbk_teh-slider-prev {
	margin-right: 12px;
}

.pbk_teh-slider {
	margin: 28px 0 -12px;
}

.pbk_teh-slider-prev.swiper-button-disabled,
.pbk_teh-slider-next.swiper-button-disabled {
	opacity: 0.5;
}

.page404_block {
	width: 408px;
	height: 309px;
	left: 598px;
	top: 303px;
	background: #FFC93F;
	opacity: 0.92;
	border-radius: 14px;
	padding: 58px 49px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.page404 {
	background: url(/local/templates/pbk/img/pbk_404-bg.png) center top no-repeat;
	min-height: 735px;
	padding: 129px 0 50px;
}

.page404_title {
	font-weight: bold;
	font-size: 143px;
	color: #FFFFFF;
	line-height: 1;
	position: relative;
}

.page404_subtitle {
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	color: #444444;
	padding-right: 13px;
}

.page404_menu-title {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #414141;
	text-align: center;
	margin-bottom: 30px;
}

.page404_menu-nav {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.page404_menu-nav li {
	width: calc(25% - 5px);
	list-style: none;
}

.page404_menu-nav li a {
	height: 45px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 20px;
	color: #181818;
	border: 1px solid #DBDBDB;
}

.page404_menu-nav li .active,
.page404_menu-nav li a:hover {
	background: #FFC93F;
	font-weight: bold;
	color: #181818;
	border-color: #FFC93F;
	text-decoration: none;
}

.page404_block-wrapper {
	background: url(/local/templates/pbk/img/pbk_404.png) right 9px top -20px no-repeat;
	padding-bottom: 42px;
}

.page404_cross {
	position: absolute;
	top: -4px;
	left: 2px;
}

.page404_cross svg {
	vertical-align: top;
}

.page404_menu-nav li:last-child {}

.map-level-0 a {
	color: #000000;
}

.map-level-0 li {
	color: #ffcc1a;
}

.map-level-0 a:hover {
	color: #ffcc1a;
}

#zcwMiniButton {
	position: fixed;
	left: 100px;
	bottom: 100px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	opacity: 0.5;
	z-index: 99990;
	display: block;
}

#zcwMiniButton #zcwMiniButtonMain {
	display: block;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgb(179, 46, 46);
	width: 70px;
	height: 70px;
	-webkit-animation: zcwmini 1.5s 0s ease-out infinite;
	-moz-animation: zcwmini 1.5s 0s ease-out infinite;
	animation: zcwmini 1.5s 0s ease-out infinite;
}

#zcwMiniButton #zcwMiniButtonMain:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/local/templates/pbk/img/mini.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: zcwphone 1.5s linear infinite;
	-moz-animation: zcwphone 1.5s linear infinite;
	animation: zcwphone 1.5s linear infinite;
}

#zcwMiniButton:hover {
	opacity: 0.8;
}

#zcwMiniButton:hover #zcwMiniButtonMain {
	-webkit-animation: zcwmini2 1s 0.4s ease-out infinite;
	-moz-animation: zcwmini2 1s 0.4s ease-out infinite;
	animation: zcwmini2 1s 0.4s ease-out infinite;
}

#zcwMiniButton:hover #zcwMiniButtonMain:before {
	-webkit-animation: zcwphone2 1s linear infinite;
	-moz-animation: zcwphone2 1s linear infinite;
	animation: zcwphone2 1s linear infinite;
}

@-webkit-keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(179, 46, 46, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(179, 46, 46, 0);
	}
}

@-moz-keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(179, 46, 46, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(179, 46, 46, 0);
	}
}

@keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(179, 46, 46, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(179, 46, 46, 0);
	}
}

@-webkit-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(179, 46, 46, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(179, 46, 46, 0);
	}
}

@-moz-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(179, 46, 46, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(179, 46, 46, 0);
	}
}

@keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(179, 46, 46, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
	}
	100% {
		box-shadow: 0 0 8px 6px rgba(179, 46, 46, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(179, 46, 46, 0);
	}
}

#phonePopup-error {
	font-size: 10px;
}

@media (min-width: 1335px) {
	.pbk_b-catalog-imgs .pbk_b-catalog-credit {
		display: block!important;
	}
}

.popup_form {
	width: 475px;
	min-height: 300px;
	padding: 25px 33px;
	top: 63px;
	background: #FFFFFF;
	box-shadow: 13px 16px 32px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	max-width: 100%;
}

.popup_form-header {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 27px;
}

.popup_form-icon {
	flex: none;
	margin-left: 19px;
}

.popup_form-icon img {
	border-radius: 8px;
}

.popup_form-name {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #414141;
	margin-left: 20px;
}

.popup_form-text {
	font-size: 16px;
	line-height: 19px;
	color: #414141;
	margin-bottom: 20px;
}

.popup_form-header:after {
	content: "";
	display: block;
	width: 55px;
	height: 83px;
	background: #FFC93F;
	border-radius: 5px 0px 0px 5px;
	position: absolute;
	right: -33px;
	top: 0;
}

.popup_form-subtext {
	font-weight: bold;
	font-size: 14px;
	line-height: 118.68%;
	color: #414141;
	margin-right: auto;
}

.popup_form-group {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.popup_form-control .form-control {
	border-bottom: 1px solid #DBDBDB!important;
	border: none;
	font-size: 15px;
	/* width: 180px; */
	border-radius: 0;
}

.popup_form-group button {
	padding: 8px 20px;
}

.fancybox-white .fancybox-bg {
	background: #fff;
}

.fancybox-white .fancybox-content {
	background: none;
}

.inzhener {
	font-family: Roboto;
	background: url(/local/templates/pbk/img/bg_inzhener.png) center top no-repeat;
}

.inzhener_item {
	height: 230px;
	background: #FBFBFB;
	box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	padding: 25px 15px 0;
}

.inzhener_item-icon {
	min-height: 90px;
}

.inzhener_item-title {
	font-size: 22px;
	text-align: center;
	color: #393939;
}

.tocatalog_item-title {
	font-weight: 500;
	font-size: 23px;
	line-height: 23px;
	color: #000000;
}

.tocatalog_item-link {
	border: 2px solid #FFC93F;
	box-sizing: border-box;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	color: #242424!important;
	padding: 10px;
	max-width: 224px;
	width: 100%;
	text-decoration: none!important;
}

.tocatalog_item-link svg,
.tocatalog_item-link img {
	margin-left: 14px;
}

.tocatalog_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.tocatalog_item-img {
	margin-bottom: 45px;
}

.inzhener_action-title {
	font-weight: 500;
	font-size: 29px;
	line-height: 27px;
	text-align: center;
	color: #000000;
}

.inzhener_action-item {
	height: 184px;
	background: #FFCC1A;
	box-shadow: 18px 25px 31px rgba(0, 0, 0, 0.12);
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 38px;
}

.inzhener_action-name {
	font-size: 25px;
	line-height: 32px;
	color: #000000;
}

.inzhener_services-title {
	font-weight: 500;
	font-size: 23px;
	line-height: 23px;
	color: #000000;
	margin: 46px 0 30px;
}

.inzhener_services-text {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #2D2D2D;
	padding-bottom: 30px;
	min-height: 200px;
}

.inzhener_services-button {
	width: 75%;
	margin: 0 auto;
	display: block;
}

.pbk-btn-medium {
	font-weight: 500;
	font-size: 18px;
	padding: 15px 35px;
	border: 3px solid #FFFFFF;
	border-radius: 7px;
}

.pbk-28 {
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

.tocatalog_item-link:hover {
	background: #FFCC1A;
	color: inherit;
	text-decoration: none;
}

.inzhener_promo {
	min-height: 436px;
	background: #FFCC1A;
	border-radius: 7px;
	padding: 50px 71px 30px;
}

.inzhener_promo-title {
	font-weight: 500;
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 45px;
}

.inzhener_promo-text {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #2D2D2D;
	margin-bottom: 26px;
}

.inzhener_promo-btn {
	width: 240px;
	height: 45px;
	left: 448px;
	top: 1620px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 7px;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #242424!important;
	justify-content: center;
	line-height: normal;
}

.inzhener_promo-img {
	margin-left: -100px;
	margin-top: 52px;
	z-index: -1;
	position: relative;
}

.inzhener_border {
	border: 1px solid #FFC93F;
	margin: 15px -98px 112px;
	padding: 65px 78px 70px;
	align-items: center;
}

.pbk-btn-small {
	border-radius: 7px;
	padding: 10px 34px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.inzhener_action-link {
	margin: 35px auto 0;
	display: block;
	max-width: 225px;
}

.inzhener_services-info {
	max-width: 427px;
	margin: 0 auto 30px;
}

.inzhener_form {
	border-top: 1px solid #C4C4C4;
	margin: 46px 0 77px;
	border-bottom: 1px solid #C4C4C4;
	padding: 78px 0 75px;
}

.inzhener_form-title {
	font-weight: 500;
	font-size: 29px;
	line-height: 27px;
	text-align: center;
	color: #000000;
	margin-bottom: 14px;
}

.inzhener_form-subtitle {
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 49px;
}

.inzhener_form-input {
	height: 44px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	border-radius: 7px;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 0 26px;
}

.inzhener_form-btn {
	height: 44px;
	left: 1162px;
	top: 3968px;
	background: #FFCC1A;
	border-radius: 7px;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #171717;
	width: 100%;
	cursor: pointer;
	transition: 0.3s;
}

.inzhener_form-btn:hover {
	color: #fff;
}

.col-auto.pbk-n-slogan {
	font-size: 15px;
	line-height: 16px;
	color: #FFC93F;
	margin-top: 6px;
}

.pbk-n-phone-link {
	font-size: 15px;
	line-height: 11px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-bottom: 3px;
	border-right: 1px solid #FFC93F;
	padding-right: 14px;
}

.pbk-n-phone-city {
	font-size: 10px;
	line-height: 15px;
	color: #898989;
}

.pbk-n-header {
	background: #212121;
	padding: 12px 0 0;
}

.pbk-n-project {
	display: flex;
	flex-direction: column;
}

.pbk-n-project-link {
	width: 250px;
	height: 45px;
	background: #FFC93F;
	border: 1px solid #FFC93F;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pbk-n-project-link:hover {
	color: #fff;
}

.pbk-n-project-vk {
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 140px;
	height: 36px;
	border: 1px solid #FFC93F;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: transparent;
	color: #FFC93F;
	margin: 15px 0 0 0;	
}

.pbk-n-project-vk:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.pbk-n-project {
		flex-direction: row;
		gap: 10px;
	}
	.pbk-n-project-link {
		/* width: 198px; */
		width: 120px;
		height: 36px;
		border: 1px solid #FFC93F;
		box-sizing: border-box;
		border-radius: 4px;
		font-weight: 600;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
		background: transparent;
		color: #FFC93F;
		margin: 15px 0 0 0;
	}
	.pbk-n-project-vk {
		display: flex;
	}
}
@media (max-width: 360px) {
	.pbk-n-project-link {
		font-size: 11px;
		width: 178px;
		height: 31px;
	}
}

.pbk-n-phones {
	display: flex;
	margin: 11px auto;
}

.pbk-n-textbox,
.pbk-n-textbox a {
	font-size: 15px;
	line-height: 19px;
	color: #898989;
	display: flex;
	flex-wrap: wrap;
}

.pbk-n-textbox span {
	font-size: 10px;
	display: block;
}

.pbk-n-border {
	padding: 13px 0 20px 0;
	border-bottom: 1px solid #323232;
}

.pbk-n-textbox svg {
	margin-right: 9px;
}

.pbk-n-call {
	font-size: 15px;
	line-height: 13px;
	text-align: center;
	text-decoration-line: underline;
	color: #FFC93F;
	display: block;
	border-right: 1px solid #FFC93F;
	padding-right: 18px;
}

.pbk-n-call:hover {
	color: #FFC93F;
	text-decoration: none;
}

.pbk-n-phone-icon {
	margin: -5px 8px 0 0;
}

.pbk-n-phone {
	margin-right: 12px;
}

.pbk-n-phone:last-child {
	margin: 0;
}

.pbk-n-phone:last-child .pbk-n-phone-link {
	border: none;
}

.pbk-n-phone-link:hover {
	color: #ffffff;
}

.pbk-n-calls {
	display: flex;
	align-items: flex-start;
	margin-top: 3px;
	margin-right: 19px;
}

.pbk-n-wh {
	margin: -3px 0 0 20px;
}

.pbk-n-vi {
	margin: -3px 0 0 9px;
}

.delivery_map-wrapper {
	border-radius: 0px 12px 12px 0px;
	overflow: hidden;
	position: relative;
}

[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}

.delivery_map-block {
	background: #FFFFFF;
	box-shadow: 10px 13px 14px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 30px;
	max-width: 334px;
	z-index: 1;
}

.delivery_map-title {
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 26px;
}

.delivery_map-input {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 7px;
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	color: #292929;
	height: 38px;
	padding: 0 15px;
	margin-bottom: 11px;
}

.delivery_map-btn {
	height: 36px;
	background: #FFC93F;
	border-radius: 6px;
	width: 100%;
	border: none;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	color: #414141;
	cursor: pointer;
	margin-bottom: 29px;
}

.delivery_map-responsy {
	border-top: 1px solid #EAEAEA;
	padding: 24px 0 0 0;
	text-align: center;
	display: none;
}

.delivery_map-responsy-title {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 11px;
}

.delivery_map-btn:hover {
	color: #fff;
}

.delivery_map-responsy-icon {
	margin-bottom: 8px;
}

.delivery_map-responsy-more {
	width: 30px;
	height: 30px;
	background: #FFC93F;
	border-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}

.pbk_delivery-form {
	background: url(/local/templates/pbk/img/pbk_delivery-form.png) left 67% top -108px no-repeat;
	padding: 6px 0;
	min-height: 485px;
}

.pbk-footer1 {
	display: flex;
	flex-direction: column;
}

.pbk-card-portfolio {
	background: #F9C22E;
    border: 1px solid #F9C22E;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 4px 8px;
	position: absolute;
	left: 15px;
	top: 14px;
	z-index: 1;
}

.pbk-card-counter {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 15px;
	bottom: 14px;
	z-index: 1;
	display: flex;
	align-items: center;
}

.pbk-card-counter svg {
	margin-right: 4px;
}

.pbk-project-slider .pbk-card-counter {
	font-size: 20px;
	line-height: 24px;
	left: 20px;
	bottom: 20px;
}

.pbk-project-slider .pbk-card-counter svg {
	margin-right: 8px;
}


.pbk-card-price__smalltext {
	font-size: 13px;
}

.pbk-modal-dialog {
	padding: 56px 0 40px;
}

.pbk-modal-form .modal-body {
	max-width: 332px;
	margin: 0 auto;
}

.pbk-modal-form {
	font-family: Roboto;
}

.pbk-modal-form .form-control {
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 13px;
	line-height: 16px;
	color: #292929;
	padding: .375rem 18px;
	font-weight: 500;
}

.pbk-modal-form input.form-control[required]+label,
.pbk-modal-form input.form-control+label {
	font-size: 13px;
	line-height: 24px;
	color: #292929;
	position: absolute;
	top: 8px;
	margin: 0;
	left: 19px;
}

.pbk-modal-form input.form-control[required]+label:after {
	content: '*';
	font-size: 13px;
	color: #F35E5E;
	margin-left: 5px;
	top: -4px;
	position: relative;
}

.pbk-modal-form input.form-control[required]:invalid+label,
.pbk-modal-form input.form-control:invalid+label {
	display: inline-block;
}

.pbk-modal-form input.form-control[required]:valid+label {
	display: none;
}

.pbk-modal-form .form-group {
	position: relative;
	margin-bottom: 7px;
}

.pbl-modal-btn {
	width: 100%;
	margin: 19px 0 20px;
	padding: 9px 20px 8px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	color: #414141;
	border-radius: 6px;
}

.pbk-modal-form .small {
	font-size: 10px;
	line-height: 12px;
	color: #292929;
}

.pbk-modal-form .form-control:focus {
	border: 1px solid #A5A5A5;
}

.pbk-modal-form .form-control.error-label {
	border-color: #FE8A8A;
}

.pbk-modal-form .error-label.small.text-danger {
	display: none!important;
}

.pbk-modal-form .form-control-textarea {
	min-height: 80px;
	resize: none;
	padding: 12px 18px;
	font-weight: normal;
}

.modal_form-upload-text:hover {
	color: #747474;
}

.pbk-modal-form .form-control-textarea:-webkit-input-placeholder {
	color: #7D7D7D;
	;
}

.pbk-modal-form .form-control-textarea:-moz-placeholder {
	color: #7D7D7D;
	;
}

.pbk-modal-form .form-control-textarea:-ms-input-placeholder {
	color: #7D7D7D;
	;
}

.pbk-modal-form .form-control-textarea:-moz-placeholder {
	color: #7D7D7D;
	;
}

.modal_form-upload-text {
	font-size: 13px;
	text-decoration-line: underline;
	color: #292929;
	line-height: 14px;
}

.pbk-modal-form .form-upload-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 14px 20px 17px 18px;
}

.pbk-modal-success-icon {
	padding: 75px 0 18px;
	text-align: center;
}

.pbk-modal-success-title {
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
}

.pbk-modal-success-text {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #888888;
	padding: 13px 0 82px;
}

.section-form {
	background: #FFC93F;
	box-shadow: 6px 12px 59px rgba(0, 0, 0, 0.05);
	border-radius: 22px;
	min-height: 458px;
	height: 100%;
	padding: 8px;
	cursor: pointer;
}

.section-form-wrapper {
	background: #FFFFFF;
	box-shadow: 6px 12px 35px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	height: 100%;
	width: 100%;
	min-height: 440px;
}

.section-form-subtitle {
	font-weight: 500;
	font-size: 19px;
	line-height: 25px;
	color: #000000;
	font-family: Roboto;
	padding: 78px 0 9px 18%;
}

.section-form-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 41px;
	line-height: 44px;
	color: #000000;
	padding-left: 18%;
	z-index: 1;
	position: relative;
}

.section-form:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 84px);
	height: 100%;
	background: url(/local/templates/pbk/img/bg_pbk-form3.png) center bottom no-repeat;
	bottom: -3px;
	left: -54px;
}

.sections-form {
	background: url(/local/templates/pbk/img/bg_pbk-form.png) center bottom no-repeat;
	min-height: 427px;
	border: 1px solid #D9D9D9;
	background-size: contain;
	font-family: Roboto;
	padding: 53px 0 0 14.5%;
}

.sections-form-title {
	font-weight: 500;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 19px;
}

.sections-form-subtitle {
	font-weight: 300;
	font-size: 21px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 47px;
}

.sections-form-body {
	max-width: 500px;
	margin-left: -0.5rem!important;
}

.form-control-inline {
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 13px;
	line-height: 16px;
	padding: 10px 17px;
	font-weight: 500;
	color: #000000;
	width: 100%;
}

.form-textarea-inline {
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 13px;
	line-height: 16px;
	padding: 10px 17px;
	font-weight: 500;
	color: #000000;
	width: 100%;
	min-height: 92px;
}

.form-submit-inline {
	width: 100%;
	background: #FFC93F;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	color: #141414;
	padding: 8px .75rem;
}

.sections-form .small {
	font-size: 10px;
	line-height: 12px;
	color: #737373;
}

.modal_form-upload-icon {
	cursor: pointer;
}

.pbk-video-link {
	display: block;
	position: relative;
}

.pnb-video-icon {
	position: absolute;
	display: block;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 55px;
}

.pbk-prems-item {
	max-width: 270px;
	height: 230px;
	background: #FBFBFB;
	box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 34px 0 0 61px;
	margin: 0 20px 20px 0;
	width: 100%;
}

.pbk-prems-item-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
}

.pbk-prems {
	margin: -25px 0 0 34px;
	display: flex;
	flex-wrap: wrap;
}

.pbk-prems-item-icon {
	min-height: 92px;
}

.pbk-form-inline {
	max-width: 400px;
	min-height: 374px;
	background: #FFFFFF;
	box-shadow: 10px 13px 14px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	width: 100%;
	margin: 42px 0 0 70px;
}

.pbk-form-inline .pbk-form-body {
	max-width: 300px;
	margin: 0 auto;
}

.pbk-form-inline-title {
	padding: 60px 0 34px;
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	color: #000000;
}

.pbk-gallery-tabs {
	display: flex;
	margin-bottom: 35px;
	flex-wrap: wrap;
}

.pbk-gallery-tab {
	min-width: 284px;
	min-height: 38px;
	border-radius: 4px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	margin-right: 18px;
	margin-bottom: 8px;
	border: 1px solid #DBDBDB;
	cursor: pointer;
}

.pbk-gallery-tab.active,
.pbk-gallery-tab:hover {
	background: #FFC93F;
	border: 1px solid #FFC93F;
}

.pbk-gallery-imgs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pbk-gallery-imgs img {
	margin-bottom: 16px;
	border-radius: 7px;
}

.pbk-gallery {
	margin-bottom: 97px;
}

.pbk-feature {
	position: relative;
}

.pbk-feature-text {
	position: absolute;
	bottom: 45px;
	font-weight: 500;
	font-size: 24px;
	line-height: 23px;
	color: #FFFFFF;
	left: 47px;
	padding-right: 15px;
}

.politiks {
	display: flex;
	text-align: left;
}

.politiks input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

.checkbox-checkmark {
	width: 16px;
	height: 16px;
	border: 1px solid #B5B5B5;
	border-radius: 4px;
	margin: 3px 6px 0 0;
	position: relative;
	flex: none;
}

input[type=checkbox]:checked ~ .checkbox-checkmark:before {
	opacity: 1;
}

.checkbox-checkmark:before {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 11px;
	border: solid #ffc914;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	left: 3px;
	top: 0px;
}


.checkbox-checkmark.error {
	border-color: #FE8A8A;
}

@media (max-width: 1440px) {
	.inzhener_border {
		margin: 15px -28px 112px;
		padding: 65px 12px 70px;
	}
}

.pbk-komlect-header-call {
	font-weight: 500;
	font-size: 17px;
	line-height: 13px;
	margin: 10px 0;
	cursor: pointer;
}

@media (max-width: 1280px) {
	.pbk-form-inline {
		margin-left: 0;
	}
	.pbk-prems {
		margin-left: 0;
	}
	.pbk-prems-item:nth-child(2n) {
		margin-right: 0;
	}
	.pbk-prems-item {
		max-width: 255px;
		padding: 34px 0 0 40px;
	}
	.pbk-gallery-imgs a {
		max-width: 24%;
	}
	.section-form-subtitle,
	.section-form-title {
		padding-left: 10%;
	}
	.pbk_c_how-item.hover {
		top: 0;
	}
	.tocatalog_item-link {
		max-width: 150px;
	}
	.tocatalog_item-title {
		font-size: 21px;
	}
	.pbk_c_premus-item {
		width: 50%!important;
	}
	.pbk_b-title-x {
		font-size: 40px;
	}
	.pbk_b-catalog-info,
	.pbk_b-catalog-imgs {
		width: 100%;
	}
	.pbk_b-catalog-credit {
		margin-top: 40px;
	}
	.pbk_c_how-title {
		font-size: 14px;
		padding: 0 15px;
	}
	.pbk_c_verticalform-title {
		font-size: 30px;
	}
	.faq_add-group:nth-child(4) {
		margin-right: 0px;
	}
	.faq_add-input {
		width: 222px;
	}
	.section-form:after {
		background-size: contain;
		left: 0;
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.pbk-form-inline {
		margin: 0;
		max-width: 100%;
	}
	.pbk-prems {
		margin: 50px auto 0;
		flex-direction: column;
		align-items: center;
	}
	.pbk-feature-text {
		font-size: 17px;
		bottom: 20px;
		left: 19px;
	}
	.sections-form-title {
		font-size: 20px;
	}
	.sections-form-subtitle {
		font-size: 17px;
	}
	.section-form:after {
		background-size: contain;
		left: 0;
		width: 100%;
	}
	.section-form {
		min-height: 368px;
	}
	.section-form-subtitle {
		padding-top: 30px;
	}
	.pbk-n-hamburger {
		margin: 14px 0 0 auto;
	}
	.inzhener_item-title {
		font-size: 19px;
	}
	.tocatalog_item-title {
		font-size: 20px;
		margin-bottom: 15px;
		width: 100%;
	}
	.tocatalog_item-title br {
		display: none;
	}
	.tocatalog_item-img {
		margin-bottom: 30px;
	}
	.inzhener_action-title {
		font-size: 19px;
		line-height: 23px;
	}
	.inzhener_item {
		height: 190px;
	}
	.inzhener_item-icon {
		min-height: 80px;
	}
	.pbk-28 {
		font-size: 23px;
		line-height: 26px;
	}
	.inzhener_form-title {
		font-size: 25px;
		line-height: 27px;
	}
	.inzhener_form-subtitle {
		font-size: 19px;
		line-height: 20px;
	}
	.inzhener_action-link {
		padding: 10px 15px;
	}
	.inzhener_action-name {
		font-size: 18px;
		line-height: 19px;
		text-align: center;
	}
	.inzhener_action-item {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		padding: 10px 18px;
	}
	.inzhener_action-icon {
		margin-bottom: 6px;
	}
	.inzhener_promo {
		padding: 30px 31px 30px;
		min-height: inherit;
	}
	.faq_add-input {
		width: 338px;
	}
	.pbk_teh-job {
		min-width: inherit;
	}
	.pbg-bani a {
		margin: 0;
	}
	.faq_add-help br {
		display: none;
	}
	.faq_add-group:nth-child(2),
	.faq_add-group:nth-child(4) {
		margin-right: 0px;
	}
	.pbk_b-banner-item {
		width: 20%;
	}
	.pbk_b-banner-title {
		font-size: 27px;
		text-align: center;
	}
	.pbk_b-banner-text {
		font-size: 14px;
		line-height: 15px;
	}
	.pbk_b-banner {
		min-height: 650px;
	}
	.pbk_b-banner-desc {
		font-size: 20px;
		font-weight: 700;
		line-height: 34px;
	}
	.pbk_b-title-x {
		font-size: 32px;
	}
	.pbk_b-gift-item-title {
		font-size: 26px;
		padding: 109px 10px 0 13px;
	}
	.pbk_b-dop-title {
		padding: 0 10px;
		font-size: 21px;
		line-height: 22px;
		height: 62px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pbk_b-prem-title {
		font-size: 20px;
	}
	.pbk_b-prem-text {
		font-size: 16px;
	}
	.pbk_b_form-zakaz .pbk_b-title-x {
		font-size: 36px;
	}
	.pbk_b-title-l {
		font-size: 30px;
	}
	.pbk_b_form-zakaz .pbk_b-title-x {
		font-size: 32px;
	}
	.pbk_b-why-title {
		font-size: 47px;
	}
	.pbk_b-why-text {
		font-size: 16px;
		line-height: 20px;
	}
	.pbk_b-why-title span {
		font-size: 35px;
	}
	.form_inline {
		flex: 0 0 32%;
	}
	.pbk_b_form-call .form-submit {
		max-width: 224px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pbk_h-banner-prem {
		flex-wrap: wrap;
		border: none;
		margin-left: 33px;
	}
	h1 {
		font-size: 30px;
		line-height: 33px;
	}
	.pbk_h-object-count {
		display: none;
	}
	.pbk_h-banner-item {
		font-size: 17px;
		font-weight: 300;
		width: 33.333%;
		margin: 0 0 30px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.38);
		padding-top: 25px;
	}
	.pbk-h-header {
		padding: 20px 0 20px 0;
	}
	.pbk_h-banner-item:last-child {
		margin-right: inherit;
	}
	.pbk_h-banner-item:before {
		top: 27px;
	}
	.pbk_h-banner-item:after {
		top: -2px;
	}
	.pbk_h-banner-prem:before {
		top: 1px;
	}
	.pbk_h-banner-title {
		margin: 100px 0 60px 0;
	}
	.pbk_h-banner {
		height: 562px;
	}
	.pbk-h-header-callback {
		display: none;
	}
	.pbk_h-about h1 {
		font-size: 31px;
	}
	.pbk_h-about p {
		font-size: 20px;
		line-height: 32px;
	}
	.pbk_h-form-title {
		font-size: 20px;
	}
	.pbk_h-numbers .container {
		max-width: 720px;
	}
	.pbk_h-numbers-title {
		font-size: 40px;
	}
	.pbk_h-number-value {
		font-size: 61px;
	}
	.pbk_h-number-text {
		font-size: 20px;
		line-height: 26px;
	}
	.pbk_h-bform-title {
		font-size: 31px;
	}
	.pbk_h-bform p {
		font-size: 20px;
	}
	.pbk_h-bform-inner {
		padding: 4rem 3rem 3rem;
	}
	.pbk_h-bform-inner-title {
		font-size: 30px;
	}
	.pbk-footer-col1,
	.pbk-footer-col2,
	.pbk-footer-col3,
	.pbk-footer-col4 {
		width: 50%;
	}
	.pbk-footer-col2:after {
		display: none;
	}
	.pbk_h-object-more {
		left: 25px;
		top: 20%;
		font-size: 24px;
		line-height: 30px;
	}
	.all_objects {
		height: inherit;
		font-size: 18px;
		line-height: 23px;
		padding: 10px 5px;
		margin-bottom: 50px;
	}
	.pbk_h-object-title {
		left: 20px;
		font-size: 19px;
	}
	.pbk-h-onhome .pbk-h-header {
		padding: 90px 0 0 0;
	}
	.pbk_c_prem {
		margin-bottom: 80px;
	}
	.pbk_c_premus-title {
		font-size: 22px;
	}
	.pbk_c_premus-text {
		font-size: 19px;
	}
	.pbk_c_premus-info {
		padding-left: 11px;
	}
	.pbk_c_premus-img {
		width: 80px;
	}
	.pbk_c_premus-img svg {
		max-width: 100%;
	}
	.pbk_c_how-item {
		min-width: 200px;
	}
	.pbk_c_how-items {
		flex-wrap: wrap;
	}
	.pbk_c_how-item:nth-child(3) {
		margin-right: 0;
	}
	.pbk_c_how-title {
		font-size: 15px;
	}
	.pbk_c_how-item:before {
		display: none;
	}
	.pbk_c_how-text {
		background: #ffffff;
		z-index: 2;
		top: 80px;
		right: -50px;
		box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.2);
		display: none!important;
	}
	.pbk_c_verticalform {
		margin-top: 81px;
	}
	.pbk_c_how {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.portfolio-link:hover {
		transform: none;
	}
	.pbk-video-link>img {
		min-height: 200px;
		object-fit: cover;
	}
	.pbk-video-link {
		margin: 0 -15px;
	}
	.pnb-video-icon {
		width: 43px;
	}
	.pbk-form-inline {
		margin: 0 -15px;
		max-width: initial;
		width: initial;
		min-height: 300px;
		padding-bottom: 15px;
	}
	.pbk-form-inline .pbk-form-body {
		max-width: 250px;
	}
	.pbk-form-inline-title {
		max-width: 250px;
		margin: 0 auto;
		font-size: 17px;
		line-height: 20px;
		padding: 25px 0 25px;
	}
	.pbk-prems-item {
		width: 195px;
		height: 163px;
		margin: 0 0 14px 0;
		padding: 18px 0 0 40px;
	}
	.pbk-prems-item-text {
		font-size: 13px;
		line-height: 13px;
	}
	.pbk-prems-item-icon img {
		width: 48px;
	}
	.pbk-prems-item-icon {
		min-height: 66px;
	}
	.pbk-production .h3 {
		font-size: 21px;
	}
	.pbk-gallery-tab {
		min-width: initial;
		width: 100%;
		margin-right: 0;
	}
	.pbk-gallery-imgs a {
		max-width: 48%;
	}
	.pbk-gallery-tabs {
		margin-bottom: 18px;
	}
	.pbk-gallery-imgs img {
		margin-bottom: 10px;
	}
	.pbk-gallery {
		margin-bottom: 50px;
	}
	.pbk-feature {
		margin: 0 -15px;
	}
	.pbk-feature-text {
		font-size: 24px;
		line-height: 23px;
	}
	.pbk-feature img {
		width: 100%;
		max-width: initial;
	}
	.sections-form-wrapper {
		max-width: 260px;
		margin: 0 auto;
	}
	.pbk-production .sections-form-subtitle {
		white-space: nowrap;
	}
	.sections-form .form-group {
		margin-bottom: 9px;
	}
	.modal-title {
		padding: 0 15px;
	}
	.pbk-modal-dialog {
		padding: 40px 0 10px;
	}
	.sections-form {
		padding: 30px 25px;
		margin: 0 -15px;
		border: none;
		background: url(/local/templates/pbk/img/bg_pbk-formmob.png) left bottom no-repeat;
		min-height: 459px;
	}
	.sections-form-title {
		font-size: 17px;
		line-height: 20px;
	}
	.sections-form-title br {
		display: none;
	}
	.sections-form-subtitle {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.section-form:after {
		width: 100%;
		left: 0;
		background-size: contain;
	}
	.section-form-title {
		padding: 0 15px;
		font-size: 20px;
		line-height: 29px;
	}
	.section-form {
		min-height: 250px;
	}
	.section-form-subtitle {
		font-size: 14px;
		FONT-WEIGHT: 400;
		padding-left: 15px;
	}
	.pbk-modal-form .form-control+label,
	.pbk-modal-form .form-control {
		font-size: 16px!important;
	}
	.pbk_c_how-icon {
		min-height: 110px;
	}
	.pbk_c_how-item {
		min-height: 170px;
		margin-right: 0;
		height: inherit;
	}
	.pbk_c_how-title {
		padding-bottom: 20px;
	}
	.pbk_delivery-form {
		padding-top: 55px;
	}
	.pbk-footer1,
	.pbk-footer2 {
		order: -1;
	}
	.pbk-footer-search {
		margin-bottom: auto;
	}
	.pbk-footer2 {
		display: flex;
		flex-direction: column;
	}
	.pbk-footer-menu+.pbk-footer-menu {
		margin-top: -17px;
	}
	.pbk-footer-question {
		margin: 9px 0 20px;
		font-size: 13px;
	}
	.pbk-footer-socials {
		order: 3;
		margin-top: 15px;
	}
	.pbk-vertal {
		order: 2;
		margin: 0 0 0 -40px;
	}
	.pbk-footer-sitemap {
		order: 2;
	}
	.pbk-footer-logo {
		order: -1;
		margin: 0 0 43px 0;
		max-width: 90px;
	}
	.pbk-footer {
		padding: 35px 0 110px;
	}
	.pbk-footer-search__input {
		max-width: 100%;
		padding: 0 0 0 30px;
		font-size: 16px;
		width: 100%;
	}
	.delivery_map-responsy-more {
		position: relative;
	}
	.delivery_map-input {
		font-size: 16px;
	}
	.pbk_h-form {
		margin-bottom: 40px;
	}
	.pbk_h-about {
		padding-bottom: 40px;
	}
	.pbk_h-numbers {
		margin: 40px 0 0 0;
	}
	.inzhener_item-title {
		font-size: 17px;
	}
	.inzhener_item {
		height: 160px;
		padding: 25px 10px 0;
	}
	.tocatalog_item-title {
		font-size: 19px;
	}
	.inzhener_promo-title {
		font-size: 19px;
		line-height: 23px;
	}
	.inzhener_promo-text {
		font-size: 15px;
		line-height: 21px;
	}
	.tocatalog_item-link {
		font-size: 16px;
	}
	.inzhener_action-title {
		margin-bottom: 30px;
	}
	.inzhener_border {
		margin: 15px 0 50px;
		padding: 25px 0 0px;
	}
	.inzhener_action-link {
		margin-bottom: 30px;
	}
	.inzhener_action-item {
		margin-bottom: 30px;
	}
	.inzhener_services-title {
		font-size: 19px;
		line-height: 23px;
		margin: 16px 0 10px;
	}
	.pbk-btn-small {
		font-size: 15px;
	}
	.inzhener_services-text {
		margin-bottom: 15px;
		min-height: inherit;
	}
	.inzhener_form {
		margin: 35px 0 50px;
		padding: 30px 0;
	}
	.popup_form-icon {
		max-width: 60px;
		margin: 0;
	}
	.popup_form {
		padding: 25px 20px 1px;
	}
	.fancybox-white .fancybox-content {
		padding: 20px;
	}
	.popup_form-header:after {
		display: none;
	}
	.popup_form-name {
		font-size: 14px;
		margin-left: 15px;
	}
	.popup_form-text {
		font-size: 14px;
	}
	.popup_form-group {
		flex-direction: column-reverse;
	}
	.popup_form-subtext {
		margin: 10px 0 0 0;
	}
	.popup_form-control .form-control {
		width: 100%;
	}
	.page404_block-wrapper {
		background: none;
	}
	.page404_block {
		width: 100%;
		padding: 58px 25px 0 0;
	}
	.page404 {
		min-height: inherit;
		padding: 100px 0 50px;
	}
	.page404_menu-nav {
		flex-direction: column;
	}
	.page404_menu-nav li {
		width: 100%;
		margin-bottom: 10px;
	}
	.pbk_teh-name {
		font-size: 18px;
	}
	.pbk_teh-job {
		font-size: 16px;
	}
	.pbk_teh-pdf {
		margin: 20px 0 0 0;
		font-size: 19px;
	}
	.pbk_teh-pdf-btn {
		width: 243px;
		height: 45px;
		font-size: 16px;
	}
	.pbg-bani a {
		margin-top: 20px;
	}
	.swiper-pagination-bullet {
		margin: 0 3px;
	}
	.pbk-slider-prev,
	.pbk-slider-next {
		width: 30px;
		height: 30px;
	}
	.pbk-slider-prev {
		left: 0;
	}
	.pbk-slider-next {
		right: 0;
	}
	.section-tag .btn {
		width: 137px;
		font-size: 12px;
		height: 30px;
	}
	.pbk_h-about-form-wrapper .form_inline:last-child {}
	.faq_add-input {
		width: 100%;
	}
	.faq_add-group {
		width: 100%;
		margin-right: 0;
	}
	.faq_item-text {
		padding: 20px 15px;
	}
	#zcwMiniButton {
		right: 30px;
		bottom: 30px!important;
	}
	.pbk_b-timer-inner {
		padding: 38px 10px;
	}
	.countdown-section:after {
		top: 10px;
	}
	.pbk-title-block {
		padding: 32px 0 21px;
	}
	.countdown-section:nth-child(2):after {
		display: none;
	}
	.countdown-row {
		flex-wrap: wrap;
	}
	.countdown-amount {
		width: 95px;
		height: 95px;
		font-size: 37px;
	}
	.countdown-section {
		padding: 0 15px 50px;
		width: 50%;
	}
	.pbk_b-komplect-wrapper>div {
		position: relative;
		left: 0;
		bottom: 0;
		top: 0;
		margin-bottom: 20px;
	}
	.pbk_b-komplect-t {
		opacity: 1;
		visibility: visible;
		position: relative;
		box-shadow: none;
		padding-left: 40px;
		white-space: inherit;
		line-height: 23px;
	}
	.pbk_b-komplect-n {
		position: absolute;
		z-index: 2;
		box-shadow: none;
	}
	.pbk_b-komplect-img {
		margin-bottom: 20px;
	}
	.pbk_b-komplect .pbk_b-border-half {
		display: none;
	}
	.pbk_b-banner {
		padding: 73px 0;
	}
	.pbk_b-banner-item {
		width: 33%;
		margin-bottom: 20px;
	}
	.pbk_b-banner-bani {
		background-image: url(/local/templates/pbk/img/pbk_b-banner1_mob.jpg);
	}
	.pbk_b-banner-title br {
		display: none;
	}
	.pbk_b-banner-text span {
		font-size: 12px;
	}
	.pbk_b-banner-title {
		line-height: 34px;
		font-size: 27px;
		position: relative;
	}
	.pbk_b-banner-title:after {
		content: "";
		display: block;
		position: absolute;
		width: 100px;
		height: 2px;
		background-color: #ffcc1a;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: -53px;
	}
	.pbk_b-banner-prems {
		padding: 129px 0 0px;
	}
	.pbk_b-banner-icon {
		height: 50px;
		margin-bottom: 17px;
	}
	.pbk_b-banner-item:nth-child(4),
	.pbk_b-banner-item:nth-child(5) {
		width: 50%;
	}
	.pbk_b-banner-desc {
		font-size: 18px;
		line-height: 32px;
		padding: 60px 0 60px;
	}
	.pbk_b-gift {
		padding: 60px 0 60px;
	}
	.pbk_b-title-x,
	.pbk_b_form-zakaz .pbk_b-title-x {
		font-size: 28px;
		font-weight: 700;
		line-height: 38px;
	}
	.pbk_b-gift-item-title {
		padding: 39px 80px 0 23px;
	}
	.pbk_b-catalog {
		padding: 70px 0;
	}
	.pbk_b-komplect {
		padding-bottom: 60px;
	}
	.pbk_b-prems {
		padding: 60px 0;
	}
	.pbk_b-prem {
		margin: -40px 0 20px;
	}
	.pbk_b-prem-icon img {
		width: 44%;
	}
	.pbk_b-title-l {
		font-size: 26px;
	}
	.pbk_b-whys {
		padding: 60px 0 30px;
	}
	.pbk_b-why {
		margin: -30px 0;
	}
	.pbk_b_form-call .form-submit {
		max-width: 100%;
	}
	h1 {
		padding: 0;
		font-size: 21px;
		line-height: 25px;
	}
	.form-inlines {
		flex-wrap: wrap;
	}
	.form_inline {
		flex: 0 0 100%;
		margin-bottom: 19px;
	}
	.pbk_h-numbers .container {
		max-width: 540px;
	}
	.pbk_h-number-value {
		font-size: 46px;
	}
	.pbk_h-number-text {
		font-size: 16px;
		line-height: 22px;
	}
	.pbk_h-number:nth-child(3n-1) {
		width: 35%;
	}
	.pbk_h-number {
		width: 31%;
	}
	.pbk_h-number:nth-child(3n) {
		width: 34%;
	}
	.pbk_h-bform .container {
		max-width: 540px;
	}
	.pbk_h-catalog-title {
		font-size: 14px;
		line-height: 21px;
		padding: 0px 23px 0 20px;
	}
	.pbk_h-banner-title h2 {
		font-size: 38px;
	}
	.pbk_h-banner-title {
		margin: 43px 0 60px 0;
	}
	.pbk_h-banner-item {
		width: 50%;
		padding-left: 10px;
	}
	.pbk_h-banner-prem:before {
		top: 0px;
	}
	.pbk_h-catalog-item .pbk_h-catalog-more {
		font-size: 15px!important;
		line-height: 21px;
		padding: 0px 23px 0 20px;
		bottom: 25px!important;
		right: 0!important;
		left: inherit!important;
		width: 100%;
	}
	.pbk_h-numbers-title {
		line-height: 1;
	}
	.pbk_h-number {
		width: 50%!important;
		margin-bottom: 30px;
	}
	.pbk-footer-callback {
		width: 100%;
		margin: 10px 0 0px;
		font-size: 13px;
		height: 34px;
		max-width: 100%;
	}
	.pbk_h-bform-inner {
		padding: 15px;
	}
	.pbk_h-bform-input {
		flex: 0 0 100%;
	}
	.pbk_h-bform-line {
		flex-wrap: wrap;
	}
	.pbk_h-bform-line-submit .pbk_h-bform-input {
		flex: 100%;
	}
	.form-textarea {
		margin-bottom: 15px;
	}
	a.pbk-header-phone {
		margin: 0;
		flex: 0 0 100%;
		text-align: right;
		margin-bottom: 8px;
	}
	.pbk-h-header-contact {
		flex-wrap: wrap;
	}
	.pbk_h-banner {
		background-position: center;
		background: url(/local/templates/pbk/css/../img/home-banner-mob.jpg) center bottom 0px no-repeat;
	}
	.pbk_h-banner-item:nth-child(2n) {
		padding-left: 25px;
	}
	.pbk_h-banner-item:before {
		left: -20px;
	}
	.pbk_h-banner-prem {
		margin-left: 15px;
	}
	.pbk_h-banner-item:nth-child(2n):before {
		left: -6px;
	}
	.pbk_h-banner-item:nth-child(2n):after {
		left: 16px;
	}
	.pbk_h-object-title {
		left: 20px;
		font-size: 15px;
		line-height: 20px;
	}
	.pbk_c_name {
		font-size: 22px;
		line-height: 25px;
	}
	.pbk_c_number {
		margin-bottom: 20px;
	}
	.pbk_c_text,
	.pbk_c_category-text {
		font-size: 16px;
		line-height: 24px;
	}
	.pbk_c_title {
		font-size: 27px;
	}
	.pbk_c_category-title {
		font-size: 30px;
		margin: 50px 0 30px;
	}
	.pbk_c_prems {
		margin-bottom: 0;
	}
	.pbk_c_form .pbk_h-form-title,
	.pbk_c_verticalform-title {
		font-size: 26px;
		line-height: 32px;
	}
	.pbk_c_category-text ol li {
		line-height: 24px;
		margin-bottom: 20px;
	}
	.pbk_c_premus-title {
		padding-top: 0;
		font-size: 20px;
		line-height: 27px;
	}
	.pbk_c_premus-info {
		padding-left: 21px;
	}
	.pbk_c_premus-img {
		width: 60px;
		flex: 0 0 60px;
	}
	.pbk_c_premus-text {
		font-size: 16px;
		line-height: 24px;
	}
	.pbk_c_premus-text br {
		display: none;
	}
	.pbk_c_premus-item {
		margin-bottom: 0;
	}
	.pbk_c_how-item.hover .pbk_c_how-text {
		/* position: relative; */
		top: 115%;
		right: 0;
		width: 100%;
		padding: 15px;
	}
	.pbk-n-phone-link {
		border: none;
		padding: 0;
		font-size: 15px;
		line-height: 16px;
	}
	.pbk-n-phone-city {
		display: none;
	}
	.pbk-n-phone-icon svg {
		width: 19px;
		margin: 0;
	}
	.pbk-n-phones {
		margin: 10px 0 0 0;
	}
	.pbk-n-logo {
		width: 120px;
	}
	.pbk-n-wh {
		margin: 0;
	}
	.pbk-n-topsocs {
		padding: 0;
		margin: 0 auto;
	}
	.pbk-n-phone {
		margin: 0;
	}
	.pbk-n-vi {
		margin: -3px 0 0 5px;
	}
	.pbk-n-border {
		border: none;
		padding: 4px 0 20px 0;
	}
	.delivery_map-block {
		position: relative;
		width: 100%;
		max-width: inherit;
		margin-bottom: 30px;
		top: 0;
		left: 0;
		box-shadow: none;
		padding: 0;
	}
}

@media (max-height: 746px) and (min-width: 767px) {
	.pbk_h-banner {
		background-position: center top -70px;
		height: 556px;
	}
}

.pbk-header-search__form-control:-webkit-input-placeholder {
	color: #fff;
}

.pbk-header-search__form-control:-ms-input-placeholder {
	color: #fff;
}

.pbk-header-search__form-control:-ms-input-placeholder {
	color: #fff;
}


@media (max-width: 1200px) {
	.pbk-header-search__input-group.active .pbk-header-search__form-control {
		/* width: 140px; */
	}
	.pbk-li-top-menu-parent.search-active:nth-last-child(-n+2) {
		visibility: hidden;
	}
}

@media (max-width: 360px) {
	.pbk-n-logo {
		width: 113px;
	}
	.pbk-n-phone-link {
		font-size: 12px;
	}
	.pbk-n-phone-icon svg {
		width: 12px;
	}
	.pbk-footer-logo {
		margin: 0 0 34px 0;
	}
	.pbk-footer {
		font-size: 10px;
		line-height: 16px;
	}
	.pbk-footer-menu-title {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.pbk-footer-menu li a {
		line-height: 16px;
	}
	.pbk-footer-menu {
		margin-bottom: 14px;
	}
	.pbk-footer-callback {
		font-size: 11px;
	}
	.pbk-footer-question {
		font-size: 11px;
		margin: 4px 0 17px;
	}
	.pbk-footer-city {
		margin-bottom: 5px;
	}
	.pbk-footer-search__input {
		height: 26px;
	}
	.pbk-footer-search__btn svg {
		width: 12px;
	}
	.pbk-footer-search {
		margin: 7px 0 66px 0;
	}
}

.pbk_snippets hr {
	border-color: #fff;
	position: relative;
}

.pbk_snippets hr:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #242424;
	top: -9px;
	position: relative;
}

.pbk_snippet {
	font-family: Roboto;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	color: #595959;
}

.pbk_snippet h1 {
	font-weight: 500;
	font-size: 33px;
	line-height: 39px;
	color: #000000;
	margin-bottom: 1.5rem;
}

.pbk_snippets h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #000000;
	margin-bottom: 1.5rem;
}

.pbk_list {
	font-size: 21px;
	line-height: 25px;
	color: #4C4C4C;
	padding: 0 0 0 13px;
	counter-reset: pbk-counter;
	list-style: none;
}

.pbk_list a {
	font-weight: 500;
	text-decoration-line: underline;
	color: #FFC93F;
}

.pbk_list li:before {
	content: counter(pbk-counter);
	display: flex;
	position: absolute;
	font-size: 13px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pbk_list li {
	counter-increment: pbk-counter;
	position: relative;
	padding-left: 36px;
	margin-bottom: 27px;
}

.pbk_list li:after {
	content: "";
	display: block;
	position: absolute;
	left: -9px;
	top: 50%;
	border: 1px solid #FFC93F;
	box-sizing: border-box;
	border-radius: 7px;
	transform: translateY(-50%) rotate(-45deg);
	width: 25px;
	height: 25px;
}

.pbk_snippet a {
	text-decoration-line: underline;
	color: #FFC93F;
	font-weight: 500;
}

.pbk_snippet a:hover {
	text-decoration: none;
}

.pbk_snippet-subtitle {
	font-size: 21px;
	line-height: 124.69%;
	color: #4C4C4C;
	margin-bottom: 40px;
}

.pbk_snippet-slider-wrapper {
	position: relative;
}

.pbk_snippet-dots {
	text-align: center;
	margin: 26px 0 15px;
}

.pbk_snippet-prev,
.pbk_snippet-next {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #FFC93F;
	top: 30%;
	z-index: 1;
	cursor: pointer;
}

.pbk_snippet-prev {
	left: -20px;
	transform: rotate(180deg);
}

.pbk_snippet-next {
	right: -20px;
}

.pbk_snippet-prev.swiper-button-disabled,
.pbk_snippet-next.swiper-button-disabled {
	opacity: 0.7;
	cursor: inherit;
}

.pbk_snippet-summary {
	font-size: 21px;
	padding: 0;
}

.pbk_snippet-summary a {
	color: #4C4C4C;
	text-decoration: none;
	position: relative;
}

.pbk_snippet-summary li {
	list-style: none;
	padding-bottom: 30px;
}

.pbk_snippet-summary a:hover:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(/local/templates/pbk/img/pbk_snippet5.svg) center no-repeat;
	right: -36px;
	top: 60%;
	transform: translateY(-50%);
	position: absolute;
}

.pbk_snippet-summary a:hover {
	text-decoration-line: underline;
	color: #FFC93F;
}

.pbk_snippet img {
	border-radius: 8px;
}

.pbk_snippet-action {
	border: 1px solid #C2C2C2;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 30px;
}

.pbk_snippet-action h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #181818;
}

.pbk_snippet-action a {
	display: inline-flex;
	clear: both;
}

.pbk_snippet-action img {
	margin: -1px -2px -1px auto;
	display: block;
}

.pbk_snippet-action button {
	width: 178px;
	height: 45px;
	background: #FFC93F;
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #181818;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.pbk_snippet-action button:hover {
	color: #ffffff;
}

.pbk-prem-item {
	font-size: 18px;
	line-height: 17px;
	color: #474747;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 44px 0 0 0px;
}

.pbk-prem-item1:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item1.png);
}

.pbk-prem-item2:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item2.png);
}

.pbk-prem-item3:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item3.png);
	background-position: right 14px top 23px!important;
}

.pbk-prem-item4:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item4.png);
	background-position: right 6px top 18px!important;
}

.pbk-prem-item-text {
	background: #FFC93F;
	box-sizing: border-box;
	border-radius: 6px;
	height: 75px;
	padding: 0 18px;
	display: flex;
	align-items: center;
}

.pbk-prem-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right 11px;
	z-index: 1;
	top: 0;
	left: 0;
}

.pbk_snippet-premtitle {
	font-weight: 500;
	font-size: 23px;
	line-height: 23px;
	color: #000000;
	margin-bottom: 23px;
}

.pbk_snippet-premtext {}

.pbk_snippet-premimg {
	height: 89px;
}

.pbk_snippet-more {
	height: 276px;
	background: #414141;
	border: 1px solid #414141;
	color: #fff!important;
	padding: 15px 33px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none!important;
	margin-bottom: 30px;
}

.pbk_snippet-more-title {
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	min-height: 98px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.pbk_snippet-more-link {
	width: 131px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFC93F;
	border-radius: 4px;
	color: #000000!important;
	margin-bottom: 15px;
}

.pbk_snippet-more-time {
	FONT-WEIGHT: 400;
}

.pbk_snippet-more-link img {
	margin-left: 11px;
}

.pbk_snippet-more-white {
	background: none;
	color: #181818!important;
	border-color: #C6C6C6;
}

.pbk_snippet-more:hover {
	box-shadow: 17px 25px 28px rgba(0, 0, 0, 0.33);
}

.pbk_snippet .modal {
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 10px 13px 14px rgb(0 0 0 / 7%);
	z-index: 0;
	margin-bottom: 30px;
}

.pbk-detail-form {
	background: #FFFFFF url(/local/templates/pbk/img/bg_pbk-detail-form.png) center bottom no-repeat;
	box-shadow: -2px 2px 25px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	min-height: 386px;
	display: flex;
	justify-content: center;
}

.pbk-detail-form-divider {
	width: 2px;
	height: 42px;
	background: #FFC93F;
	margin: 0 40px;
}

.pbk-detail-form-btns {
	display: flex;
}

.pbk-detail-form-title {
	font-weight: 500;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	padding: 51px 0 33px;
}

.pbk-detail-form-name {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #414141;
}

.pbk-detail-form-name span {
	display: block;
	font-weight: 600;
	font-size: 15px;
	padding-top: 12px;
}

.pbk-detail-form-phone {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

.pbk-detail-form-phone span {
	font-size: 15px;
	color: #7C7C7C;
	display: block;
	font-weight: normal;
	padding-top: 12px;
}

.pbk-detail-form-phone a {
	color: #414141;
}

.pbk-detail-form-info {
	display: flex;
	align-items: center;
	padding-bottom: 36px;
}

.pbk-detail-form-person {
	margin-right: 22px;
}

.pbk_snippet-blockquote {
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	border-radius: 8px;
	font-style: italic;
	font-weight: 300;
	font-size: 19px;
	line-height: 29px;
	text-align: justify;
	color: #595959;
	position: relative;
	padding: 43px 8%;
	margin-bottom: 30px;
}

.pbk_snippet-blockquote:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url(/local/templates/pbk/img/pbk_snippet16.svg) 0 0 no-repeat;
	margin-bottom: 31px;
}

.pbk_snippet-blockquote-name {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	color: #595959;
	padding-top: 39px;
}

.pbk_snippet-number-value {
	font-weight: 500;
	font-size: 43px;
	line-height: 43px;
	color: #000000;
	margin-bottom: 10px;
}

.pbk_snippet-number-text {
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	color: #595959;
}

.pbk_snippet-number-icon {
	height: 77px;
}

.pbk_snippet-number {
	margin-bottom: 52px;
}

@media (max-width: 992px) {
	.pbk-komlect-header-call {
		margin: 0 0 3px;
	}
	.pbk_snippet-more-time strong {
		display: block;
	}
	.pbk_snippet-more {
		padding: 15px 15px;
	}
	.section-form-wrapper {
		min-height: inherit;
	}
}

@media (max-width: 767px) {
	.pbk-komlect-header-call {
		-ms-writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		margin: 0 2px 0 0;
		width: 25px;
		font-size: 13px;
		line-height: 12px;
	}
	.pbk-prem-item-text {
		background-color: #FFC93F;
		border: 1px solid #FFC93F;
		border-radius: 8px;
		z-index: -1;
		position: relative;
		padding: 10px 0 10px 13px;
	}
	.pbk-detail-form-info {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.pbk-detail-form-divider {
		display: none;
	}
	.pbk-detail-form-title {
		font-size: 20px;
		line-height: 132.69%;
		padding: 30px 0;
	}
	.pbk-detail-form-wrapper {
		padding: 0 15px 30px;
	}
	.pbk-detail-form-person {
		width: 70px;
		margin-right: 0;
	}
	.pbk-detail-form-name {
		font-size: 16px;
		text-align: center;
		padding-bottom: 10px;
	}
	.pbk-detail-form-name span {
		font-size: 14px;
		padding-top: 0;
	}
	.pbk-detail-form-phone span {
		padding: 0;
	}
	.pbk-detail-form-btns {
		flex-direction: column;
	}
	.pbk-detail-form-title br {
		display: none;
	}
	.pbk_snippet h2,
	.pbk_snippet h3,
	.pbk_snippet h4,
	.pbk_snippet h1 {
		text-align: left;
	}
	.pbk_list,
	.pbk_snippet-summary {
		font-size: 16px;
		line-height: 18px;
	}
	.pbk_snippet-summary li {
		padding-bottom: 15px;
	}
	.pbk_snippet-action h3 {
		padding: 15px;
	}
	.pbk_snippet-action p {
		padding: 0 15px;
	}
	.pbk_snippet-action button {
		margin: 0 15px 25px 15px;
	}
	.pbk_snippet-action img {
		margin: 0;
	}
	.pbk_snippets h2 {
		padding: 15px 0;
	}
	.pbk_snippet-premtitle {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.pbk_snippet-premtext br {
		display: none;
	}
	.pbk_snippet-premtext {
		font-size: 15px;
		line-height: 18px;
		text-align: left;
	}
	.pbk_snippet-blockquote {
		padding: 25px 15px;
		font-size: 16px;
		line-height: 21px;
	}
	.pbk_snippet-blockquote-name {
		padding-top: 20px;
	}
}

.pbk-360-wrapper {
	position: relative;
	min-height: 276px;
}

#pbk-360-progress-wrapper {
	position: absolute;
	/* top: 50%; */
	top: 100px;
	z-index: 2;
	width: 100%;
}

#pbk-360-container {
	background-color: #f3f3f3;
}

.pbk-color-Portfolio {
	width: 247px;
	height: 38px;
	padding: 10px 20px 9px!important;
}

.pbk-postroili .thumbnail {
	position: relative;
}

.pbk-postroili-city {
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 0 3px 3px 0;
	padding: 6px 12px;
	font-size: 13px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-collapse: collapse;
	border: none;
	background: #689f38;
	color: #ffffff;
	font-weight: 700;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline-block;
}

.pbk-postroili-price {
	font-size: 18px;
	font-weight: 600;
	color: #c11f12;
}


/* Slider */

.pbk-project-slider {
	position: relative;
	padding-bottom: 6px;
}

.pbk-project-loader-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
	text-align: center;
}

.pbk-project-loader {
	position: relative;
	display: inline-block;
	margin-top: 25%;
	width: 50px;
	height: 50px;
	border: 2px solid #ffcc1a;
	border-radius: 50%;
	-webkit-animation: spin 0.75s infinite linear;
	animation: spin 0.75s infinite linear;
}

.pbk-project-loader:before,
.pbk-project-loader:after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}

.pbk-project-loader,
.pbk-project-loader:before,
.pbk-project-loader:after {
	display: inline-block;
	border-color: transparent;
	border-top-color: #fcc900;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.pbk-project-loader:before {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.pbk-project-loader:after {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.pbk-project-carousel .swiper-button-prev {
	background-image: none;
	width: 29px;
	height: 29px;
	background: #FFC93F;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}

.pbk-project-carousel .swiper-button-next {
	background-image: none;
	width: 29px;
	height: 29px;
	background: #FFC93F;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}


/* End Slider */


/* Price */

.pbk-project-price {
	text-align: center;
	margin-bottom: 30px;
	line-height: 30px;
}

.pbk-project-old-price {
	font-size: 26px;
	text-decoration: line-through;
}

.pbk-project-old-price del {
	color: #c11f12;
}

.pbk-project-old-price span {
	color: #000000;
}

.pbk-project-current-price {
	font-size: 26px;
	font-weight: 700;
	color: #689f38;
}


/* End Price */


/* Props */

.pbk-offer-block {
	margin-top: 30px;
}

.pbk-offer-block p {
	margin-left: 8px;
}

.pbk-offer {
	margin-bottom: 20px;
	width: 100%;
}

.pbk-offer td {
	width: 50%;
	font-size: 13px;
	padding: 8px;
	border: 1px solid #e8e8e8;
}

.pbk-offer .pbk-offer-title {
	font-weight: 600;
}


/* End Props */


/* Dostavka */

.pbk-dostavka {
	background: #FAFAFA;
	padding: 10px;
	margin-top: 15px;
}

.pbk-dostavka-icon {
	font-size: 22px;
	display: inline-block;
	padding: 5px 0;
	margin-right: 15px;
	float: left;
}

.pbk-dostavka-text {
	font-size: 14px;
}

.pbk-dostavka a {
	text-decoration: underline;
	font-weight: 700;
}


/* End Dostavka */


/* Specials */

.pbk-special {
	margin-bottom: 15px;
}

.pbk-special-block {
	position: absolute;
	color: #fff;
	width: calc(100% - 20px);
	height: 100%;
	top: 0;
	left: 10px;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 374px;
}

.pbk-special-number {
	width: 60px;
	min-width: 60px;
	height: 60px;
	background-color: #fff;
	color: #689f38;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 60px;
	font-weight: 600;
	float: left;
	margin-right: 30px;
}

.pbk-special-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}


/* End Specials */


/* Sku */

.pbk-sku-header-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.pbk-sku-header {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

@media (min-width: 1200px) {
	.pbk-sku-header {
		margin: 0;
	}
}

.pbk-sku-name {
	font-size: 24px;
	font-weight: normal;
}

.pbk-sku-block {
	padding: 0 10px 0 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: #FAFAFA;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #cfcfcf;
}

.pbk-sku-block>.row {
	display: flex;
	flex-wrap: wrap;
}

.pbk-sku-block .pbk-project-old-price {
	margin-right: 20px;
}

.pbk-sku-block button {
	width: 100%;
	margin: 0 0 15px 0 !important;
}

@media (min-width: 991px) {
	.pbk-sku-block button {
		width: 250px !important;
		margin: 0 0 15px 0 !important;
	}
	.pbk-project-thumbs-small {
		margin-left: -8px!important;
		margin-right: -8px!important;
	}
}

.pbk-element-sku-bg {
	display: flex;
	background: #ffffff;
	align-items: center;
}

.pbk-sku-list p:first-of-type {
	font-size: 16px;
}

.pbk-sku-list i {
	color: #689f38;
}

.pbk-sku-price-block a {
	font-size: 16px;
	text-decoration: underline;
}

.pbk-sku-price-block {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pbk-sku-price {
	margin-bottom: 40px;
}

.pbk-sku-current-price {
	font-size: 26px;
	font-weight: 700;
	color: #689f38;
}


/* End Sku */


/* Contact Form */

.pbk-contact-form {
	padding: 30px 33px;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	margin: 41px 0 20px 0;
}

@media (max-width: 991px) {
	.pbk-contact-form .pbk-btn-block {
		margin-top: 10px;
	}
}

.pbk-contact-form-title {
	font-size: 15px;
	margin-bottom: 4px;
}

.pbk-contact-form-name {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 22px;
}

.pbk-contact-form-position {
	color: #999999;
	font-size: 13px;
}

.pbk-contact-form-phone {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
}

.pbk-contact-form .pbk-btn-block {
	margin-bottom: 10px;
}


/* End Contact Form */


/* Modal */

.modal[id^="pbk-complect"] {
	max-width: 900px;
}


/* End Modal */

.pbk-text-red {
	color: red;
}

.pbk-project .pbk-detail-title {
	margin-bottom: 20px;
	position: relative;
	font-weight: 500;
	font-size: 23px;
	line-height: 31px;
}

.pbk-project .pbk-detail-title span {
	position: absolute;
	top: 4px;
	left: 0;
}

.pbk-detail-tab-content {
	margin-bottom: 20px;
}

.pbk-detail td span {
	color: red;
}

.pbk-btn-block {
	display: block;
	width: 100%;
}

.request-product-img {
	width: 100%;
	height: 180px;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.request-product-img img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	display: block;
}

.request-product-name {
	text-align: center;
}

.pbk-project .yellow-button {
	background: #fcc900;
	width: 100%;
	display: block;
	color: #000000;
	font-size: 17px;
	padding: 8px 20px 7px;
	border-radius: 4px;
	font-weight: 500;
}

.pbk-project .yellow-button:hover {
	background: #fcc900;
	color: #fff;
}

.pbk-element-sku-bg__link {
	position: relative;
}

.pbk-element-sku-bg__link:after {
	content: '\f002';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 30px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 50px;
}

table.pbk-table-complects {
	border: 1px solid #343a40 !important;
}

table.pbk-table-complects td,
table.pbk-table-complects th {
	border: 1px solid #343a40 !important;
}

.pbk-kislota-color-1-bg {
	background-color: #00AF50;
}

.pbk-kislota-color-2-bg {
	background-color: #FFC000;
}

.pbk-relative-project-link {
	font-size: 14px;
	color: #ffffff;
	background: #689f38;
	display: inline-block;
	padding: 10px 40px 10px 10px;
	max-width: 200px;
	position: relative;
	height: 60px;
}

.pbk-relative-project-link:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 20px solid #689f38;
	border-bottom: 30px solid transparent;
	left: 100%;
	top: 0;
	position: absolute;
}

.pbk-relative-project-link:hover,
.pbk-relative-project-link:focus {
	color: #ffffff;
	background: #8ec65d;
	text-decoration: none;
}

.pbk-relative-project-link:hover:after,
.pbk-relative-project-link:focus:after {
	border-left: 20px solid #8ec65d;
}

.pbk-project-type-item {
	background: linear-gradient(350.85deg, #FFFFFF -77.83%, rgba(255, 255, 255, 0) 212.57%), #E3DBCF;
	border-radius: 4px;
	width: 32%;
	padding: 13px;
}

.pbk-project-type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.pbk-project-type-name {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}

.pbk-project-type-price {
	font-weight: 500;
	font-size: 18px;
	white-space: nowrap;
	text-align: center;
}

.pbk-project-more {
	height: 36px;
	border: 2px solid #FFC93F;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #343434;
	font-weight: 500;
	margin-bottom: 12px;
	transition: 0.3s;
}

.pbk-project-more:hover {
	color: #fff;
	background: #fcc900;
	text-decoration: none;
}

.pbk-project-top {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	margin-bottom: 26px;
}

.pbk-project-select {
	width: 42%;
	flex: none;
	height: 38px;
	border: 2px solid #FAC53E;
	box-sizing: border-box;
	border-radius: 7px;
	position: relative;
	margin-right: 17px;
}

.pbk-project-order {
	width: 100%;
}

.pbk-project-selected {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 34px 0 18px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.pbk-project-selected:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border: solid #4D4D4D;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	right: 17px;
	top: 13px;
}

.pbk-project-select-list {
	position: absolute;
	padding: 0;
	width: 100%;
	background: #fff;
	top: 100%;
	margin: 1px 0 0 0;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.21);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.pbk-project-select-item {
	list-style: none;
}

.pbk-project-select:hover .pbk-project-select-list {
	visibility: visible;
	opacity: 1;
}

.pbk-project-select-item a {
	color: black!important;
	display: block;
	padding: 8px 19px;
	font-size: 17px;
}

.pbk-prem-item {
	font-size: 18px;
	line-height: 17px;
	color: #474747;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 44px 0 0 0px;
}

.pbk-prem-item1:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item1.png);
}

.pbk-prem-item2:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item2.png);
}

.pbk-prem-item3:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item3.png);
	background-position: right 14px top 23px!important;
}

.pbk-prem-item4:before {
	background-image: url(/local/templates/pbk/img/pbk-prem-item4.png);
	background-position: right 6px top 18px!important;
}

.pbk-prem-item-text {
	background: #FFC93F;
	box-sizing: border-box;
	border-radius: 6px;
	height: 75px;
	padding: 0 18px;
	display: flex;
	align-items: center;
}

.pbk-prem-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right 11px;
	z-index: 1;
	top: 0;
	left: 0;
}

.rub {
	font-size: 15px;
}

.pbk-komlect {
	margin: 59px 0 67px 0;
}

.pbk-komlect-caption {
	margin-bottom: 20px;
	position: relative;
	font-size: 33px;
	line-height: 39px;
	font-weight: 500;
}

.pbk-video {
	border-radius: 16px;
	margin: 29px 0;
}

.pbk-contact-img {
	margin-right: 30px;
}

.pbk-contact-img img {
	border-radius: 50px;
}

.pbk-contact-form-text {
	font-weight: 300;
	font-size: 15px;
}

.pbk-contact-form-phone:hover {
	text-decoration: none;
	color: #000;
}

.pbk-contact-btns {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 29px 0 0;
}

.pbk-contact-btns .pbk-color-button {
	padding: 10px 20px 9px;
}

.dream-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 132.69%;
	/* or 37px */
	text-align: center;
	margin: 38px 0 40px;
}

.dream-item-text {
	font-size: 19px;
	line-height: 110.69%;
	position: absolute;
	left: 34%;
	top: 42%;
	font-weight: bold;
	width: 80%;
	text-align: left;
}

.dream-item-step {
	font-size: 288px;
	line-height: 1;
	/* or 319px */
	text-align: center;
	color: #F1F1F1;
}

.dream-items {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.dream-item {
	width: 290px;
	min-height: 270px;
	position: relative;
	text-align: center;
}

.dream-item3 .dream-item-text {
	font-size: 23px;
	left: 67%;
}

.pbk-project {
	font-family: Roboto;
}

.dream-item3:after {
	background: url(/local/templates/pbk/img/dream-item3.png) right bottom no-repeat;
	content: "";
	display: block;
	width: 280px;
	height: 210px;
	position: absolute;
	right: -100px;
	bottom: -69px;
}

.dream-item3 .dream-item-step {
	color: #ffca2a;
}

.dream-item1:after,
.dream-item2:after {
	background: url(/local/templates/pbk/img/dream-item1.svg) 0 0 no-repeat;
	content: "";
	display: block;
	width: 53px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 51%;
}

.pbk-project {
	overflow: inherit!important;
}

.dream-item2:after {
	right: -30px;
}

.dream-block {
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}

.pbk-komlect-name {
	font-size: 18px;
	line-height: 21px;
	color: #606060;
	margin-right: auto;
	display: flex;
	align-items: center;
	max-width: 52%;
}

.pbk-komlect-name span,
.pbk-komlect-val span {
	color: red;
}

.pbk-komlect-price {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	white-space: nowrap;
}

.pbk-komlect-komlect {
	font-weight: 300;
	font-size: 19px;
	line-height: 19px;
	/* white-space: nowrap; */
}

.pbk-komlect-list {
	padding: 0;
	margin: 22px 0 0 0;
	position: relative;
}

.pbk-komlect-header {
	list-style: none;
	display: flex;
	padding-bottom: 21px;
	position: sticky;
	top: 66px;
	z-index: 1;
	background: #fff;
	position: -webkit-sticky;
}

.pbk-komlect-val {
	width: 185px;
	border-right: 1px solid #929292;
	position: relative;
	display: flex;
	align-items: center;
	background-image: url(/local/templates/pbk/img/icon_negative.svg);
	background-repeat: no-repeat;
	background-position: center;
	justify-content: center;
}

.pbk-komlect-title {
	min-height: 45px;
	background: #FFC93F;
	border-radius: 8px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	line-height: 108.69%;
	color: #474747;
	cursor: pointer;
	position: relative;
	padding-bottom: 3px;
}

.pbk-komlect-title.active,
.pbk-komlect-title:hover {}

.pbk-komlect-items {
	margin: 0;
	padding: 0;
}

.pbk-komlect-show {
	background: #45433B;
	color: #fff;
	border-radius: 0;
}

.pbk-komlect-title.pbk-komlect-show {
	position: sticky;
	top: 127px!important;
	z-index: 1;
	color: #ffffff;
	position: -webkit-sticky;
}

.pbk-komlect-title.pbk-komlect-show+.pbk-komlect-hidden {
	display: block!important;
	position: sticky;
	top: 178px;
	z-index: 1;
	background: #fff;
	padding-bottom: 9px;
	position: -webkit-sticky;
}

.pbk-komlect-title.active {
	position: sticky;
	top: 249px;
	z-index: 1;
	position: -webkit-sticky;
}

.pbk-komlect-hidden {
	list-style: none;
	display: none;
	padding-bottom: 25px;
}

.pbk-komlect-item {
	list-style: none;
	display: flex;
	border-top: 1px solid #929292;
	min-height: 63px;
}

.pbk-komlect-header-val {
	width: 184px;
	text-align: center;
	border-right: 1px solid #929292;
	margin-left: 1px;
}

.pbk-komlect-item:last-child {
	border-bottom: 1px solid #929292;
	/* margin-bottom: 25px; */
}

.pbk-komlect-val:last-child {
	border: none;
}

.pbk-komlect-val.yes {
	background-image: url(/local/templates/pbk/img/icon_positive.svg);
}

.pbk-komlect-val.no-bg {
	background: none;
}

.pbk-komlect-header-val:last-child {
	border: none;
}

.pbk-komlect-title.active+.pbk-komlect-hidden {
	display: block;
	/* margin-top: 214px; */
}

.pbk-komlect-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: -8px;
	background: #fff;
	left: 0;
}

.pbk-komlect-title.active:before {
	display: none;
}

.pbk-komlect-title.pbk-komlect-show:before {
	display: block;
}

.pbk-komlect-title.pbk-komlect-show:after {
	border: solid #ffffff;
	display: none;
}

.pbk-komlect-title:after {
	content: "";
	display: block;
	position: relative;
	width: 9px;
	height: 9px;
	border: solid #4D4D4D;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	right: -15px;
	top: -1px;
}

.pbk-komlect-title.active:after {
	transform: rotate(225deg);
	top: 3px;
}

.pbk-project-type-count2 .pbk-project-type-item {
	width: 49%;
}

.pbk-project-type-count1 .pbk-project-type-item {
	width: 100%;
}

.aktsii_slider-prev,
.aktsii_slider-next {
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #FFC93F;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.aktsii_slider-prev {
	left: 20px;
}

.aktsii_slider-next {
	right: 20px;
}

.aktsii_slider-prev.swiper-button-disabled,
.aktsii_slider-next.swiper-button-disabled {
	background: #EDEDED;
}

.aktsii_slider-next.swiper-button-lock,
.aktsii_slider-prev.swiper-button-lock {
	display: none;
}

.aktsii_slider {
	overflow: visible;
	padding: 18px 10px;
	margin: -18px -10px;
}

.aktsii_slider-pagination {
	position: absolute;
	bottom: 33px!important;
	text-align: center;
	width: 100%!important;
	z-index: 2;
}

.aktsii_slider-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	margin: 0 3px;
}

.aktsii-wrapper {
	overflow: hidden;
}

.matkap-wrapper {
	background: #FCFCFC;
	box-shadow: 3px 5px 42px rgba(0, 0, 0, 0.12);
	border-radius: 42px;
	padding: 26px;
	margin: 13px 0 74px;
}

.matkap-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 27px;
}

.matkap {
	font-family: 'Roboto';
}

.matkap-text {
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
}

.matkap-line {
	position: relative;
	padding-left: 45px;
}

.matkap-wrapper img {
	border-radius: 24px;
}

.matkap-line:before {
	content: "";
	display: block;
	width: 16px;
	height: 100%;
	background: #ffc93f;
	position: absolute;
	left: -26px;
}

.matkap-order {
	width: 45px;
	height: 45px;
	background: #FFC93F;
	box-sizing: border-box;
	border-radius: 9px;
	font-weight: bold;
	font-size: 27px;
	color: #3D3D3D;
	display: flex;
	align-items: center;
	justify-content: center;
}

.matkap-subtitle {
	font-size: 24px;
	padding: 6px 0 0 14px;
}

.matkap-subtext {
	font-size: 16px;
	line-height: 25px;
	margin: 28px 0 0;
	min-height: 108px;
}

.matkap-hidden {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	color: #5F5F5F;
	border-top: 2px solid #E4E4E4;
	margin-top: 22px;
	padding-top: 22px;
	display: none;
}

.matkap-more {
	width: 55px;
	height: 22px;
	background: #FFC93F;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
}

.matkap-block {
	background: #FFFFFF;
	box-shadow: 19px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 42px 38px 23px;
	margin: 45px 0 0;
	min-height: 268px;
	align-content: flex-start;
	z-index: 1;
}

.matkap-info {
	margin: 41px 0;
	padding: 0 4%;
}

.matkap-block.active .matkap-hidden {
	display: block;
}

.matkap-more.active svg {
	transform: rotate(180deg);
}

.matkap-block.active .matkap-subtext {
	min-height: initial;
}

.matkap-lineSmall {
	position: relative;
	margin: 54px 0 35px;
	padding-left: 40px;
}

.matkap-lineSmall:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: #FFC93F;
}

.matkap-img img {
	border-radius: 15px;
	filter: drop-shadow(18px 23px 33px rgba(0, 0, 0, 0.11));
}

.matkap-img {
	margin-bottom: 68px;
}

.matkap-item {
	background: #FCFCFC;
	box-shadow: -26px 20px 42px rgba(0, 0, 0, 0.17);
	border-radius: 42px;
	text-align: center;
	padding: 46px 25px 42px;
	margin-bottom: 30px;
}

.matkap-item-icon {
	min-height: 75px;
}

.matkap-item-title {
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 29px;
	min-height: 80px;
}

.matkap-line-icon {
	margin-bottom: 10px;
}

.matkap-line-text {
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 15px;
}

.back__btn {
	display: none;
	margin-top: 10px;
}

.back-block {
	display: none;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.back-block {
		display: flex;
	}
}

.back-block__btn {
    height: 36px;
	padding-left: 20px;
	padding-right: 20px;
    border: 2px solid #ffc93f;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #343434;
    font-weight: bold;
    margin-bottom: 12px;
    transition: .3s;
}

.back-block__btn:hover {
    color: #fff;
    background: #fcc900;
    text-decoration: none;
}

@media (max-width: 1200px) {
	.pbk-komlect-val,
	.pbk-komlect-header-val {
		width: 160px;
		flex: none;
	}
}

@media (max-width: 992px) {
	.pbk-komlect-price {
		font-size: 18px;
	}
	.pbk-komlect-komlect {
		font-size: 15px;
	}
	.pbk-komlect-name {
		font-size: 16px;
	}
	.pbk-komlect-val,
	.pbk-komlect-header-val {
		width: 110px;
	}
	.dream-item-step {
		font-size: 260px;
	}
	.dream-item {
		width: 230px;
		min-height: 309px;
	}
	.dream-item-text {
		left: 25%;
	}
	.dream-item3 .dream-item-text {
		left: 37%;
	}
	.matkap-line {
		margin-bottom: 40px;
	}
	.matkap-info {
		padding: 0;
	}
	.matkap-item-title {
		min-height: inherit;
	}
}

@media (max-width: 767px) {
	.portfolio-col:after {
		display: none;
	}
	.pbk-project-slider {
		margin: 0 -15px 0px;
		padding-bottom: 0;
	}
	.pbk-project-thumbs .col-3 {
		padding: 0 6px!important;
		margin-bottom: 10px!important;
	}
	.pbk-project-thumbs {
		margin-left: -15px!important;
		margin-right: -15px!important;
		margin-top: 12px;
	}
	.pbk-project-top {
		margin: 12px 0 18px;
	}
	.pbk-project-type {
		margin: 0 -15px 20px;
	}
	.pbk-project-type-name {
		font-size: 13px;
	}
	.pbk-project-type-price {
		font-size: 17px;
	}
	.rub {
		font-size: 12px;
	}
	.pbk-project-type-item {
		padding: 13px 8px;
		text-align: center;
	}
	.pbk-detail.pbk-detail-title {
		font-size: 21px;
		line-height: 132.69%;
	}
	.pbk-video {
		height: 160px!important;
		margin: 3px 0 50px;
	}
	.pbk-contact-form {
		border: none;
		padding: 0 15px;
		margin: 33px 0 20px 0;
	}
	.pbk-contact-img {
		margin: 0 0 11px;
		width: 100%;
		text-align: center;
	}
	.pbk-contact-text {
		text-align: center;
		width: 100%;
	}
	.pbk-contact-form-name {
		margin-bottom: 7px;
	}
	.pbk-contact-btns {
		flex-wrap: wrap;
	}
	.dream-items {
		flex-wrap: wrap;
	}
	.dream-item-step {
		font-size: 288px;
	}
	.dream-title {
		font-size: 21px;
	}
	.dream-item-text {
		left: 35%;
	}
	.dream-item2 .dream-item-text {
		left: 29%;
	}
	.dream-item3 .dream-item-text {
		left: 25%;
		top: 38%;
	}
	.dream-item3:after {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.dream-item1:after,
	.dream-item2:after {
		transform: rotate(90deg);
		top: inherit;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pbk-prem-item-text {
		background-color: #FFC93F;
		border: 1px solid #FFC93F;
		border-radius: 8px;
		z-index: -1;
		position: relative;
		padding: 10px 0 10px 13px;
	}
	.pbk-komlect-title {
		font-size: 14px;
		line-height: 108.69%;
		/* or 15px */
		color: #474747;
		border-radius: 0;
		justify-content: start;
		padding: 0 15px;
		min-height: 33px;
		margin-bottom: 8px;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk-komlect-komlect {
		-ms-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		width: 29px;
		font-size: 12px;
		height: 85px;
		line-height: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pbk-komlect-price {
		-ms-writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		/* margin: 0 0 0 -30px; */
		width: 25px;
		font-size: 15px;
		line-height: 12px;
	}
	.pbk-komlect-header-val {
		display: flex;
		padding-bottom: 11px;
	}
	.pbk-komlect-name {
		font-size: 13px;
		padding-right: 20px;
		line-height: 15px;
		max-width: 51%;
	}
	.pbk-komlect-list {
		margin: 32px -15px 0 -15px;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk-komlect-title:after {
		margin: 0 15px 0 auto;
	}
	.pbk-komlect-hidden {
		/* margin-top: -8px; */
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk-komlect-item {
		padding: 0 15px;
		min-height: 40px;
	}
	.pbk-komlect-val,
	.pbk-komlect-header-val {
		width: 48px;
	}
	.pbk-komlect-val {
		background-size: 15px;
	}
	.pbk-komlect-val.yes {
		background-size: 26px;
	}
	.pbk-komlect-header {
		padding: 7px 15px 10px;
		margin-bottom: 0;
		top: 60px;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk-komlect-title.active {
		top: 235px;
	}
	.pbk-komlect-title.pbk-komlect-show {
		top: 160px!important;
		margin-bottom: 0;
		transform: translate3d(0px, 0px, 0px);
	}
	.pbk-komlect-title.pbk-komlect-show+.pbk-komlect-hidden {
		top: 192px;
	}
	.pbk-komlect-caption {
		font-size: 21px;
		line-height: 25px;
	}
	.pbk-komlect-header .pbk-komlect-name {
		padding-bottom: 11px;
	}
	.pbk-komlect {
		margin: 59px 0 25px 0;
	}
	.matkap-wrapper {
		padding: 0;
		background: none;
		box-shadow: none;
		margin: 0;
	}
	.matkap-line:before {
		left: -15px;
		width: 5px;
	}
	.matkap-line {
		padding-left: 0;
	}
	.matkap-title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.matkap-text {
		font-size: 15px;
		line-height: 19px;
	}
	.matkap-info h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.matkap-block {
		padding: 25px 15px;
		min-height: inherit;
	}
	.matkap-order {
		width: 35px;
		height: 35px;
		font-size: 19px;
	}
	.matkap-subtitle {
		font-size: 18px;
	}
	.matkap-subtext {
		margin: 20px 0 0;
		min-height: initial;
	}
	.matkap-more {
		margin-top: 15px;
	}
	.matkap-item-title {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.matkap-item {
		padding: 20px 20px 10px;
	}
	.back__btn-text {
		font-size: 12px;
		line-height: 14px;
		text-decoration-line: underline;
		color: #212121;
	}
	.back__btn-link {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.back__btn-icon {
		display: inherit;
		margin-right: 8px;
	}
	.back__btn-link:hover .back__btn-text {
		text-decoration: none;
	}
	.show_mob .back__btn {
		display: block;
	}
}
/* review */
.review_detail {
    font-family: Roboto;
}

.review_detail-date {
    font-weight: 300;
    font-size: 14px;
    color: #5B5B5B;
    padding: 8px 0 6px;
}

.review_detail-name {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    padding: 10px 0 11px 0;
}

.review_detail-pin {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #525252;
}

.review_detail-text {
    margin: 47px 0 58px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #4D4D4D;
}
.review_detail-pin svg {
    display: block;
    margin: 3px 10px 0 0;
}

.review_detail-pin {
    display: flex;
}
.review_detail-video-text {
    font-weight: 300;
    font-size: 17px;    
    text-align: justify;
    color: #181818;
    margin: 21px 0 0;
}

.review_detail-video img {
    border-radius: 7px;
}

.review_detail-img img {
    border-radius: 7px;
}

.review_detail-video {
    margin-bottom: 18px;
}

.review_detail-back {
    width: 305px;
    height: 38px;
    background: #FFC93F;
    border: 1px solid #FAC53E;
    box-sizing: border-box;
    border-radius: 7px;
    display: flex;
    margin: 71px auto 44px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #242424;
}

.review_detail-back:hover {
    color: #fff;
    text-decoration: none;
}

.review_detail-video a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.review_detail-video a:before {
    background: url(/local/templates/pbk/img/icon_play.svg) center no-repeat;
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 1;
    background-size: 100%;
    transition: 0.3s;
}
.review_detail-video:hover a:before {
    background-size: 80%;
}
.review_detail-video a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000052;
    position: absolute;
    border-radius: 7px;
}

.review_detail-img {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .review_detail-date {
		padding: 19px 0 6px;
	}

	.review_detail-text {
		margin: 25px 0 41px;
	}

	.review_detail-img {
		margin-bottom: 17px;
	}

	.review_detail-back {
		width: 100%;
		font-size: 16px;
	}
}

.card_soc-link__wrapper {
	display: flex;
	margin-top: 20px;
	width: 100%;
	justify-content: center;
    gap: 10px;
}
.card_soc-link {
	display: flex;
    align-items: center;
	gap: 10px;
	transition: 0.3s all;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	color: #646464;
	border: 2px solid #ffc93f;
	border-radius: 4px;
	padding: 10px 15px;
}
.card_soc-link:hover {
    color: #fff;
    background: #fcc900;
    text-decoration: none;
}
.card_soc-link svg {
	transition: 0.3s;
}
.card_soc-link:hover svg {
	fill: #3b4041 !important;
}
.card_soc-link.whatsapp svg {
	fill: #00df72;
	transition: 0.3s all;
}
.card_soc-link.tg svg {
	fill: #2BA2D5;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	.card_soc-link__wrapper {
		gap: 20px;
	}
}
/* End */


/* Start:/local/templates/pbk/components/bitrix/menu/main_menu/style.css?17097199179347*/
.pbk-main-menu {
    position: relative;
    background-color: #212121;
    color: #ffffff;
}

.pbk-main-menu-socs {
    height: 100%;
    display: flex;
    align-items: center;
}

.pbk-main-menu-soc {
    margin-right: 15px;
}

.pbk-main-menu-search {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.pbk-top-menu {
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.pbk-top-menu li.parent-hover-classic {
    position: relative;
}

ul.pbk-top-menu>li.pbk-li-top-menu-parent:hover>a,ul.pbk-top-menu>li.pbk-li-top-menu-parent>a.active {color: #ffcc1a;}

.pbk-main-menu ul.pbk-top-menu li.pbk-li-top-menu-parent:hover .pbk-list-hover-menu,
.pbk-main-menu ul.pbk-top-menu li.pbk-li-top-menu-parent:hover .pbk-classic-hover-menu,
.pbk-main-menu.active ul.pbk-top-menu li.pbk-li-top-menu-parent:hover .pbk-list-hover-menu,
.pbk-main-menu.active ul.pbk-top-menu li.pbk-li-top-menu-parent:hover .pbk-classic-hover-menu {
    display: block;
    -webkit-animation: submenu_view 400ms;
    animation: submenu_view 400ms;
}

@-webkit-keyframes submenu_view {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@keyframes submenu_view {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

ul.pbk-top-menu > li > a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 22px 11px 24px;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    line-height: 20.75px;
}

ul.pbk-top-menu > li:last-child > a {
    /* padding: 22px 0 24px; */
}

ul.pbk-top-menu > li > a:hover path {
    stroke: #ffc93f;
}

@media (min-width: 1200px) {
    ul.pbk-top-menu > li > a {
        padding: 22px 34px 24px 0px;
        font-size: 15px;
    }
    ul.pbk-top-menu > li:last-child > a {
        /* padding: 27px 0 27px; */
    }       
}

.pbk-list-hover-menu,
.pbk-classic-hover-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: auto;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 991;
    box-shadow: rgba(0, 0, 0, 0.172549) 0 6px 12px 0;
}

.pbk-list-hover-menu {
    width: 100%;
    padding: 30px 10px 0 20px;
}

.pbk-classic-hover-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pbk-classic-hover-menu ul li {
    border-top: 1px solid rgba(125, 125, 125, 0.1);
}

.pbk-classic-hover-menu ul li:first-child {
    border-top: none;
}

.pbk-classic-hover-menu ul li a {
    color: #ffffff;
    white-space: nowrap;
    padding: 7px 25px 6px 15px;
    margin-right: 33px;
    display: block;
    text-decoration: none;
    font-size: 15px;
}

.pbk-classic-hover-menu ul li:hover {
    /* background-color: #689f38; */
}

.pbk-classic-hover-menu ul li:hover a,.pbk-classic-hover-menu ul li a.active {
    color: #ffcc1a;
}

.pbk-element-hover-menu {
    margin-bottom: 30px;
    display: flex;
}

.pbk-element-hover-menu .pbk-element-image {
    margin-right: 20px;
    width: 82px;
}

.pbk-element-hover-menu .pbk-element-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
}

.pbk-element-hover-menu .pbk-element-name a {
    color: #414141;
}

.pbk-element-hover-menu .pbk-element-items a {
    font-size: 13px;
    text-decoration: none;
    padding-right: 15px;
    white-space: nowrap;
    color: #6c6c6c;
}

.pbk-element-hover-menu .pbk-element-items a:hover {
    color: #689f38;
}

.pbk-element-hover-menu .pbk-element-name a:hover {
    text-decoration: none;
    color: #689f38;
}
ul.pbk-top-menu>li.pbk-li-top-menu-parent>a.active path {
    stroke: #ffcc1a;
}

.pbk-main-menu-logo,.pbk-main-menu-phone {
    display: none;
}

.pbk-main-menu-phone a {
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 100%;
}

.pbk-main-menu-phone a svg {
    margin-right: 7px;
}

.pbk-main-menu.active {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s all;
    background: #212121;
    z-index: 180;
}

.pbk-main-menu.active .pbk-main-menu-logo,.pbk-main-menu.active .pbk-main-menu-phone {
    display: flex;
}

.pbk-main-menu.active .pbk-main-menu-soccol {
    display: none!important;
}

.pbk-main-menu-logo {
    max-width: 108px;
    align-items: center;
}

.pbk-main-menu.active .pbk-header-search__input-group input {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
    background: #212121;
    /* width: 210px; */
}
.pbk-main-menu.active .pbk-header-search__input-group.active input {
    width: 210px;
}
.pbk-main-menu.active .pbk-header-search__input-group.active .pbk-header-search__btn-wrapper {
    /* right: 0px; */
}
.pbk-n-header-mob {
    display: none;
}


@media  (max-width: 1200px) {
    ul.pbk-top-menu > li > a {
        padding: 22px 15px 24px 0;
    }
    .pbk-main-menu.active .pbk-main-menu-phone {
        display: none;
    }
}

@media (max-width: 992px)  {
    ul.pbk-top-menu {
        flex-direction: column;
        margin-bottom: 63px;
    }

    ul.pbk-top-menu > li > a {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 6px 0px 6px!important;
    }

    .icon_down svg {
        transform: rotate(-90deg);
    }

    .pbk-main-menu {
        background: #2F2F2F!important;
        padding: 20px 0;
        display: none;
    }
    .pbk-main-menu-phone a {
        line-height: 15px;
        color: #898989;
        font-size: 13px;
    }

    .pbk-main-menu-phone {
        display: flex;
        align-items: center;
    }

    .pbk-main-menu-phone svg {
        margin-top: 2px;
    }

    .pbk-main-menu-socs svg {
    }

    .pbk-main-menu-soc {
    }
    .pbk-main-menu-phone svg {
        margin-right: 7px;
    }
    .pbk-classic-hover-menu {
        position: absolute;
        left: 50%;
        width: 50%;
        top: 0;
        background: none;
        box-shadow: none;
        margin-left: 15px;
    }

    .pbk-classic-hover-menu ul li a {
        margin: 0;
        padding: 3px 15px 6px 0;
        font-size: 13px;
        line-height: 20px;
        text-decoration-line: underline;
        color: #FFC93F;
        white-space: break-spaces;
    }

    .pbk-classic-hover-menu ul li {
        border: none;
    }
    ul.pbk-top-menu li.parent-hover-classic {
        position: initial;
    }
    .col-auto.pbk-main-menu-phone.px-md-0 {
        display: none;
    }
    .pbk-n-header-mob {
        height: 60px;
        background: #212121;
        display: none;
        align-items: center;
            z-index: 170;;
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
    }
    .pbk-n-header-mob-call {
        width: 130px;
        height: 31px;
        border: 1px solid #FFC93F;
        box-sizing: border-box;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        color: #FFC93F;
    }

    .pbk-n-header-mob-call:hover {
        background: #FFC93F;
        color: #000;
        text-decoration: none;
    }

    .pbk-n-header-mob-link {
        font-size: 15px;
        line-height: 16px;
        color: #fff;
    }
    .pbk-n-header-mob.active {
        display: flex;
    }
    .pbk-main-menu.fixed {
        display: none;
        position: sticky;
        top: 60px;
            z-index: 170;
    }
    .pbk-main-menu.open {
        display: block;
    }
}

@media (max-width: 360px)  {

    .pbk-n-header-mob-call {
        width: 119px;
        font-size: 11px;
    }

    .pbk-n-header-mob-link {
        font-size: 12px;
        line-height: 16px;
    }

    ul.pbk-top-menu {
        flex-direction: column;
        margin-bottom: 38px;
    }

    ul.pbk-top-menu > li > a {
        font-size: 11px;
        line-height: 15px;
        text-align: left;
        padding: 6px 0px 6px!important;
    }

    .icon_down svg {
        transform: rotate(-90deg);
    }

    .pbk-main-menu {
        background: #2F2F2F!important;
        padding: 20px 0;
        display: none;
    }
    .pbk-main-menu-phone a {
        font-size: 11px;
        line-height: 15px;
        color: #898989;
    }

    .pbk-main-menu-phone {
        display: flex;
        align-items: center;
    }

    .pbk-main-menu-phone svg {
        margin-top: 2px;
    }

    .pbk-main-menu-socs svg {
        width: 87%;
    }

    .pbk-main-menu-soc {
        margin-right: 11px;
    }
    .pbk-main-menu-phone svg {
        margin-right: 7px;
    }
    .pbk-classic-hover-menu {
        position: absolute;
        left: 50%;
        width: 50%;
        top: 0;
        background: none;
        box-shadow: none;
        margin-left: 15px;
    }

    .pbk-classic-hover-menu ul li a {
        margin: 0;
        padding: 3px 0 6px;
        font-size: 11px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #FFC93F;
        white-space: break-spaces;
    }

    .pbk-classic-hover-menu ul li {
        border: none;
    }
    ul.pbk-top-menu li.parent-hover-classic {
        position: initial;
    }
    .pbk-n-topsocs img,.pbk-n-topsocs svg {
        width: 17px;
    }
    .col-auto.pbk-main-menu-phone.px-md-0 {
        display: none;
    }
}
/* End */


/* Start:/local/templates/pbk/template_styles.css?167189357418177*/
.pbk-card-raschet {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: underline;
}

.pbk-card-raschet:hover {
    text-decoration: none;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
}

.nav-tabs > li {
    /*margin-bottom: -1px;*/
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.contacts-title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #689f38;
    margin-bottom: 20px;
}

.contacts-title_office-name {
    text-align: left;
    color: inherit;
    margin-bottom: 10px;
}

.contacts-title_manager {
    text-align: left;
    color: inherit;
    margin-bottom: 0;
    padding: 25px;
}

.contacts-nav-tabs > li > a {
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: inherit;
    font-size: 18px;
    padding: 10px 0;
}

.contacts-nav-tabs > li > a:hover,
.contacts-nav-tabs > li > a:focus,
.contacts-nav-tabs > li > a.active {
    color: #689f38;
    border-color: #689f38;
    background: transparent;
}

.contacts-nav-tabs > li.active > a,
.contacts-nav-tabs > li.active > a:hover,
.contacts-nav-tabs > li.active > a:focus {
    color: #689f38;
    border: 0;
    border-bottom: 2px solid #689f38;
}

.pbk-page-contacts {
    background-color: #f6f6f6;
}

.pbk-page-contacts_padding {
    padding: 25px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.pbk-contacts-block:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.pbk-contacts-manager {
    display: flex;
    padding: 0 25px 30px 25px;
}

.pbk-manager-image {
    max-width: 100px;
    flex: 0 0 100px;
    margin-right: 15px;
}

.pbk-manager-name {
    font-size: 18px;
    font-weight: bold;
}

.pbk-manager-post,
.pbk-manager-info {
    margin-bottom: 10px;
}

.mCustomScrollbar {
    max-height: 310px;
    margin-bottom: 15px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #689f38 !important;
}

.contacts-map {
    width: 100%;
    height: 435px;
}

.marker {
    display: flex;
    margin-bottom: 5px;
}

.marker div:first-child {
    margin-right: 5px;
}

.sort-block .active {
    text-decoration: underline;
}

.catalog-form {
    cursor: pointer;
    transition: 0.3s;
}

.catalog-form:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}


.section_tags-link {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #5B5B5B;
    text-decoration: none!important;
    position: relative;
    padding: 4px 35px;
    white-space: nowrap;
    margin-bottom: 7px;
    display: block;
    background: #ECECEC;
    margin: 0 2.5px;
    border-radius: 5px;
}

.section_tags-top {
    display: flex;
    justify-content: CENTER;
    margin-bottom: 17px;
}

.section_tags-link.active, .section_tags-link:hover {
    color: #393939!important;
    background: #FFC93F;
    box-shadow: 3px 7px 7px rgb(0 0 0 / 10%)!important;
    color: #141414!important;
}

.section_tags {
    font-family: 'Roboto';
}

.section_tags-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 11px;
    background: #FFC93F;
    left: -3px;
    top: 9px;
}
.section_tags-link.active:after {
    background: #EEEEEE;
    left: 0;
}

.section_tags-item {
    min-width: 163px;
    min-height: 39px;
    background: #EEEEEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 15px;
    color: #434343!important;
    text-decoration: none!important;
    margin: 0 6px 7px;
}

.section_tags-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 19px;
}
.section_tags-count {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #B7B7B7;
}

#tagCount {
    color: #5B5B5B;
}
.section_tags-item.active, .section_tags-item:hover {
    background: #FFCC1A;
}

.section_tags-link:hover {
    color: #393939;
}
.section_tags-link:first-child:after {
    display: none;
}

.section_tags-link.active + .section_tags-link:after {
    background: #eeeeee;
}

.pbk-video-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF!important;
    text-decoration: none!important;
    position: absolute;
    bottom: 53px;
    left: 9%;
}

.pbk_about-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    color: #595959;
    padding: 33px 0 0 70px;
}

.pbk_about-why-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 26px;
}

.pbk_about-why-name {
    font-size: 15px;
    line-height: 23px;
    color: #595959;
}

.pbk_about-why {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 44px 0;
}

.pbk_about-review {
    display: flex;
    justify-content: center;
    margin: 39px 0 9px;
}

.pbk_about-review-item {
    margin: 0 8px;
    width: 313px;
}

.pbk_about-review-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #242424;
    margin: 24px 0 30px 0;
}

.pbk_about-review-divider {
    background: #FFC93F;
    box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    height: 1px;
    margin: 56px -50px 45px;
}

.pbk_about-text p {
    margin-bottom: 23px;
}

.pbk_about-why-item {
    width: 23%;
}

.pbk_about-why-icon {
    height: 89px;
}

.pbk_about-review-more:before,.pbk_about-review-more:after {
    content: "";
    display: block;
    flex: 2;
    width: 100%;
    height: 1px;
    background: #FFC93F;
    box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

.pbk_about-review-more {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.pbk_about-warranty-more:before,.pbk_about-warranty-more:after {
    content: "";
    display: block;
    flex: 2;
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

.pbk_about-warranty-more {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}


.pbk_about-review-link {
    padding: 8px 36px;
    margin: 0 6%;
}

.pbk_about-team {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 50px;
    justify-content: space-between;
}

.pbk_about-team-item {
    width: 20%;
    margin-bottom: 50px;
}

.pbk_about-team-name {
    font-weight: bold;
    font-size: 21px;
    color: #242424;
    margin: 24px 0 8px;
}

.pbk_about-team-job {
    font-size: 15px;
    color: #818181;
    position: relative;
}

.pbk_about-team-job:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #D8D8D8;
    margin: 10px 0 18px;
}

.pbk_about-team-city,.pbk_about-team-mail {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #818181;
    margin-bottom: 4px;
}

.pbk_about-team-city svg,.pbk_about-team-mail svg {
    flex: none;
    margin-right: 9px;
}

.pbk_about-dop {
    height: 230px;
    background: #FBFBFB;
    box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.pbk_about-dop-bg {
    position: relative;
    margin-top: 38px;
    padding: 39px 0 5px;
    margin-bottom: 90px;
}

.pbk_about-dop-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 6%);
    background: #FFC93F;
    box-shadow: 13px 17px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    top: 0;
    left: -3%;
    height: 100%;
}

.pbk_about-dop-icon {
    width: 100%;
    text-align: center;
    min-height: 90px;
}

.pbk_about-dop-text {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #393939;
}

.pbk_about-soc {
    display: flex;
    justify-content: center;
    margin: 12px 0 55px;
}

.pbk_about-soc-item{
    display: flex;
    flex-direction: column;
    height: 194px;
    width: 20%;
    align-items: center;
    justify-content: center;
    text-decoration: none!important;
    position: relative;
}

.pbk_about-soc-icon {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbk_about-soc-name {
    font-weight: 300;
    font-size: 27px;
    line-height: 30px;
    color: #232323!important;
}

.pbk_about-soc-item:hover {
    box-shadow: 6px 9px 19px rgb(0 0 0 / 9%);
    border-radius: 17px;
    background: #FFFFFF;
}

.pbk_about-soc-item:before {
    width: 2px;
    height: 124px;
    background: #EDEDED;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pbk_about-soc-item:first-child:before {
    display: none;
}

.pbk_about-soc-item:hover:before {
    opacity: 0;
}

.pbk_about-doc {
    display: flex;
    margin: 34px 0 70px;
    flex-wrap: wrap;
}

.pbk_about-doc-item {
    width: 220px;
    margin: 0 33px;
}

.pbk_about-doc-name {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #242424;
    margin: 25px 0 30px;
}

.pbk_about-doc-img {
    display: block;
    filter: drop-shadow(7px 14px 17px rgba(0, 0, 0, 0.08));
}

.pbk_about-warranty-divider {
    background: #E4E4E4;
    height: 1px;
    margin-bottom: 62px;
}

.pbk_about-warranty {
    display: flex;
    align-items: flex-end;
    margin-bottom: 64px;
}

.pbk_about-warranty-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #242424;
    width: 30%;
}

.pbk_about-warranty-items {
    display: flex;
    flex-wrap: wrap;
    width: 61%;
    justify-content: space-between;
}

.pbk_about-warranty-item-title {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #242424;
    margin-bottom: 17px;
}

.pbk_about-warranty-item {
    height: 74px;
    background: linear-gradient(187.51deg, #FFFFFF -73.19%, rgba(255, 255, 255, 0) 67.82%);
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    min-width: 32%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 0 0 45px;
}

.pbk_about-warranty-item span {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FFC93F;
    border: 1px solid #FFC93F;
    box-sizing: border-box;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -13px;
    right: 24px;
}


.pbk_about-warranty-arrow {
    width: 9%;
    margin-bottom: 20px;
}

.pbk_about-warranty-link {
    padding: 8px 19px;
}

@media (max-width: 1200px) {

    .pbk_about-warranty-item {
        padding: 0 15px;
    }

    .pbk_about-warranty-text {
        font-size: 21px;
    }

    .pbk_about-warranty-arrow {
        opacity: 0;
    }

    .section_tags-top {flex-wrap: wrap;}

    .pbk-video-text {
        bottom: 30px;
        font-size: 22px;
        line-height: 27px;
    }

    .pbk_about-text {
        padding: 0;
    }

    .pbk_about-text p {
        margin-bottom: 10px;
    }

    .pbk_about-why-title {
        font-size: 18px;
        line-height: 21px;
    }

    .pbk_about-doc-item {
        margin: 0 20px!important;
    }

    .pbk_about-doc {
        justify-content: center;
    }

}

@media (max-width:  992px) {
    .pbk_about-dop-text {
        font-size: 18px;
        line-height: 20px;
    }

    .pbk_about-soc-name {
        font-size: 18px;
    }

    .pbk_about-team-item {
        width: 30%;
    }

    .pbk_about-why-item {
        width: 30%;
    }
    .pbk_about-warranty-arrow {
        display: none;
    }

    .pbk_about-warranty-text {
        width: 38%;
    }
    .pbk_about-warranty {
        flex-direction: column;
        align-items: flex-start;
    }

    .pbk_about-warranty-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .pbk_about-warranty-items {
        width: 100%;
        flex-direction: column;
    }

    .pbk_about-warranty-item {
        margin: 5% 35px;
        padding: 0 0 0 40px;
        font-size: 16px;
        line-height: 17px;
    }

    .pbk_about-warranty-item-title {
        text-align: center;
    }
}


@media (max-width:767px) {

    .section_tags-link.active {
        color: #141414!important;
    }

    .section_tags-top {
        justify-content: space-between;
        margin-bottom: 13px;
    }
    .section_tags-wrapper {
        width: 48%;
    }
    .section_tags-link {
        display: inline-block;
        text-align: left;
        padding: 4px 18px;
        width: 100%;
        margin: 0 0 4px 0;
    }

    .section_tags {
        margin-top: -33px;
    }

    .section_tags-link:after {
        display: none;
    }

    .section_tags-item {
        width: 48%;
        min-width: inherit;
        margin: 0 0 8px;
    }

    .section_tags-items {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .section_tags-count {
        text-align: left;
    }
    .pbk-video-text {
        font-size: 18px;
        line-height: 20px;
        left: 20px;
        bottom: 27px;
    }

    .pbk_about-text {
        font-size: 13px;
        line-height: 20px;
    }

    .pbk_about-why {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pbk_about-why-item {
        width: 100%;
        text-align: center;
        margin-bottom: 26px;
    }

    .pbk_about-why-name br {
        display: none;
    }

    .pbk_about-why-title {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .pbk_about-why-name {
        font-size: 13px;
        line-height: 20px;
    }

    .pbk_about-review-item {
        width: 100%;
        margin: 0 -15px;
        text-align: center;
    }

    .pbk_about-review {
        flex-wrap: wrap;
        margin: 21px 0 0;
    }

    .pbk_about-review-more:before, .pbk_about-review-more:after {
        opacity: 0;
    }

    .pbk_about-team-item {
        width: 233px;
        margin-right: 14px;
        white-space: nowrap;
        flex: none;
        margin-bottom: 0;
    }

    .pbk_about-team {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100vw;
        margin: 24px 0 43px;
    }

    .pbk_about-dop-text {
        font-size: 22px;
    }

    .pbk_about-soc-item:before {
        display: none;
    }

    .pbk_about-soc {
        flex-wrap: wrap;
        margin: 7px 0 54px;
    }

    .pbk_about-soc-item {
        width: 128px;
    }

    .pbk_about-review-divider {
        display: none;
    }
    .pbk_about-video>img {
        min-height: 267px;
    }

    .pbk_about-text p {
        margin-bottom: 20px;
    }

    .pbk_about-why {
        margin: 21px 0;
    }

    .pbk_about-dop-bg:before {
        width: calc(100% - 30px);
        left: 15px;
    }

    .pbk_about-dop-bg {
        margin: 25px -15px 57px;
        padding: 10px 10px 0 10px;
    }

    .pbk_about-dop {
        margin-bottom: 20px;
    }

    .pbk_about-soc-item {
        height: 100px;
    }

    .pbk_about-soc-item img {
        max-width: 70%;
    }

    .pbk_about-soc-name {
        font-size: 14px;
    }

    .pbk_about-doc-item {
        margin: 0 50px 0 0!important;
        flex: none;
    }

    .pbk_about-doc {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100vw;
    }

    .pbk_about-doc-name {
        font-size: 18px;
        line-height: 23px;
    }
    .pbk-about .h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .pbk_about-review-more {
        margin-bottom: 42px;
    }
}
/* End */
/* /local/templates/pbk/libs/security/welcome-pt.css?17532531462077 */
/* /local/templates/pbk/libs/bootstrap/css/bootstrap.min.css?1671893574140022 */
/* /local/templates/pbk/libs/swiper/css/swiper.min.css?167189357419531 */
/* /local/templates/pbk/libs/fancybox/jquery.fancybox.min.css?167189357413813 */
/* /local/templates/pbk/css/pbk2-komlect.css?17120720368831 */
/* /local/templates/pbk/css/ipoteka.css?17375307141068 */
/* /local/templates/pbk/css/main.css?1759913404150911 */
/* /local/templates/pbk/components/bitrix/menu/main_menu/style.css?17097199179347 */
/* /local/templates/pbk/template_styles.css?167189357418177 */
