@font-face{
  font-family:Lato;
  src:url(/fonts/Lato-Regular.ttf);
  font-weight:400; }

@font-face{
  font-family:Lato;
  src:url(/fonts/Lato-Bold.ttf);
  font-weight:700; }

@font-face{
  font-family:Lato;
  src:url(/fonts/Lato-Semibold.ttf);
  font-weight:600; }

@font-face{
  font-family:Lato;
  src:url(/fonts/Lato-Heavy.ttf);
  font-weight:800; }

blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,p,pre,td,textarea,th,ul{
  margin:0;
  padding:0; }

table{
  border-collapse:collapse;
  border-spacing:0; }

abbr,fieldset,img{
  border:0; }

address,caption,cite,code,dfn,em,strong,th,var{
  font-style:normal;
  font-weight:400; }

ul li{
  list-style:none; }

caption,th{
  text-align:left; }

h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:400; }

sup{
  vertical-align:text-top;
  top:-.5em; }

sub{
  vertical-align:text-bottom;
  bottom:-.25em; }

input,select,textarea{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit; }

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{
  display:block; }

img{
  height:auto;
  max-width:100%;
  border-style:none; }

html{
  font-family:sans-serif;
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%; }

article,aside,footer,header,nav,section{
  display:block; }

h1{
  font-size:2em;
  margin:.67em 0; }

figcaption,figure,main{
  display:block; }

figure{
  margin:1em 40px; }

hr{
  box-sizing:content-box;
  height:0;
  overflow:visible; }

pre{
  font-family:monospace;
  font-size:1em; }

a{
  background-color:transparent;
  -webkit-text-decoration-skip:objects; }

a:active,a:hover{
  outline-width:0; }

abbr[title]{
  border-bottom:0;
  text-decoration:underline;
  text-decoration:underline dotted; }

b,strong{
  font-weight:800; }

code,kbd,samp{
  font-family:monospace;
  font-size:1em; }

dfn{
  font-style:italic; }

mark{
  background-color:#ff0;
  color:#000; }

small{
  font-size:80%; }

sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline; }

audio,video{
  display:inline-block; }

audio:not([controls]){
  display:none;
  height:0; }

svg:not(:root){
  overflow:hidden; }

button,input,optgroup,select,textarea{
  font-family:sans-serif;
  font-size:100%;
  line-height:1.15;
  margin:0; }

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{
  border-style:none;
  padding:0; }

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
  outline:1px dotted ButtonText; }

fieldset{
  border:1px solid silver;
  margin:0 2px;
  padding:.35em .625em .75em; }

legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal; }

progress{
  display:inline-block;
  vertical-align:baseline; }

textarea{
  overflow:auto; }

[type=checkbox],[type=radio]{
  box-sizing:border-box;
  padding:0; }

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto; }

[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px; }

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{
  -webkit-appearance:none; }

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit; }

details,menu{
  display:block; }

summary{
  display:list-item; }

canvas{
  display:inline-block; }

[hidden],template{
  display:none; }

.wrapper{
  max-width:1020px;
  width:100%;
  box-sizing:border-box;
  margin:0 auto;
  padding-left:40px;
  padding-right:40px; }

body{
  background-color:#fff;
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  min-height:100vh; }

.body-locked{
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  position:fixed; }

.header{
  margin:0;
  box-shadow:0 8px 16px 0 rgba(0, 0, 0, .05);
  background-color:#fff;
  padding:10px 0;
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:9991; }

.header .header-items{
  display:flex;
  flex-direction:row;
  justify-content:space-between; }

.header-items .logo-mark{
  flex:0 0 40px;
  margin-right:20px;
  text-decoration:none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  box-shadow:none;
  display:block; }

.header-items .logo-mark img{
  display:block;
  width:40px;
  height:40px; }

.header-items .input{
  flex:1 1 100%; }

.footer{
  display:block;
  width:100%;
  padding:12px 0 20px;
  box-sizing:border-box;
  background-color:#fbfbfb;
  box-shadow:inset 0 1px 0 0 #e1e1e1; }

.footer-items{
  display:flex;
  flex-direction:row;
  justify-content:center; }

.footer-items .privacy{
  margin-right:20px; }

.footer-items .privacy,.footer-items .user-agreement{
  padding:0;
  font-family:Lato,sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  color:#999;
  text-decoration:none;
  box-sizing:border-box;
  border:0;
  border-radius:0;
  box-shadow:none;
  outline:none;
  background-color:transparent;
  margin-top:8px;
  text-align:center;
  transition:hover .3s; }
  .footer-items .privacy:hover,.footer-items .user-agreement:hover{
    color:#2d2d2d; }

.title{
  font-size:16px;
  font-weight:400;
  line-height:20px;
  letter-spacing:.9px;
  text-align:center;
  text-transform:uppercase; }

.sub-title,.title{
  font-family:Lato,sans-serif;
  font-style:normal;
  font-stretch:normal;
  color:#2d2d2d; }

.sub-title{
  font-size:20px;
  font-weight:400;
  line-height:24px; }

.sub-title,.text-regular{
  margin:0;
  padding:0;
  letter-spacing:normal;
  text-decoration:none; }

.text-regular{
  font-family:Lato,sans-serif;
  font-size:14px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  color:#2d2d2d; }

.text-bold{
  font-weight:700; }

.defis,.text-muted{
  color:#999; }

.defis{
  font-family:Lato,sans-serif;
  font-size:14px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:18px;
  letter-spacing:normal;
  padding:0;
  display:inline;
  margin:0 4px; }

.arrow{
  display:block;
  width:16px;
  height:16px;
  flex:0 0 16px;
  background-repeat:no-repeat;
  background-size:16px 16px;
  background-position:50%;
  margin-top:1px; }

.arrow-down{
  background-image:url(/images/arrow_down.svg); }

.arrow-up{
  background-image:url(/images/arrow_up.svg); }

.text-info{
  display:block;
  margin-top:10px;
  font-family:Lato,sans-serif;
  font-size:14px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:18px;
  letter-spacing:normal;
  color:#999; }

.divider{
  position:relative;
  display:inline;
  width:2px;
  margin-right:10px !important;
  margin-left:5px !important;
  z-index:0; }

.divider:after{
  content:"";
  display:block;
  position:absolute;
  width:2px;
  height:18px;
  background-color:#e1e1e1;
  bottom:0;
  left:0;
  z-index:1; }

.divider-small{
  position:relative;
  display:inline;
  width:1.5px;
  margin-right:6px !important;
  margin-left:0 !important;
  z-index:0; }

.divider-small:after{
  content:"";
  display:block;
  position:absolute;
  width:1.5px;
  height:12px;
  background-color:#e1e1e1;
  bottom:2px;
  left:0;
  z-index:1; }

.count{
  font-family:Lato,sans-serif;
  font-size:20px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:24px;
  letter-spacing:normal;
  color:#999;
  text-decoration:none;
  margin:0;
  padding:0;
  outline:none;
  border:0;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  box-shadow:none; }

.attributes,.count{
  background-color:transparent; }

.attributes{
  display:block;
  border:1px solid #028f68;
  border-radius:4px;
  box-sizing:border-box; }

.attributes .attributes-header{
  background-color:#028f68;
  padding:19px;
  margin:0;
  box-sizing:border-box; }

.attributes .attributes-body{
  padding:20px;
  margin:0;
  box-sizing:border-box; }

.attributes .attributes-footer{
  padding:0 20px 19px;
  box-sizing:border-box;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row; }

.attributes .attributes-footer .btn{
  flex:1 1 100%; }
  .attributes .attributes-footer .btn:first-child{
    margin-bottom:10px;
    flex:1 1 100% !important; }
  .attributes .attributes-footer .btn:last-child{
    margin-top:10px;
    flex:1 1 100% !important; }

.attributes .attributes-header .patent-code{
  font-size:20px;
  line-height:20px;
  color:#fff; }

.attributes .attributes-header .patent-code,.attributes .attributes-header .patent-country{
  font-family:Lato,sans-serif;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  letter-spacing:normal;
  text-decoration:none;
  text-align:left; }

.attributes .attributes-header .patent-country{
  margin-top:2px;
  font-size:14px;
  line-height:18px;
  color:#7bdac0; }

.attributes .attributes-body .attribute-name{
  font-family:Lato,sans-serif;
  font-size:12px;
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  line-height:18px;
  letter-spacing:normal;
  color:#999;
  text-align:left;
  text-transform:uppercase;
  text-decoration:none;
  margin-top:16px; }
  .attributes .attributes-body .attribute-name:first-child{
    margin-top:0; }

.attributes .attributes-body .patent-author,.attributes .attributes-body .patent-date,.attributes .attributes-body .patent-owner{
  margin-top:2px; }

.settings{
  display:block;
  margin:0;
  padding:0;
  border-radius:4px;
  border:1px solid #e1e1e1;
  background-color:#fff;
  box-sizing:border-box; }

.settings-active{
  display:block !important; }

.settings .settings-header{
  box-shadow:inset 0 -1px 0 0 #e1e1e1;
  padding:20px;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  background-color:#fff;
  border-top-right-radius:4px;
  border-top-left-radius:4px; }

.settings .search-settings{
  box-sizing:border-box;
  display:flex;
  flex-direction:column; }

.settings .settings-title{
  font-family:Lato,sans-serif;
  font-size:16px;
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  color:#028f68;
  text-transform:uppercase; }

.settings .settings-header .close{
  margin-right:-4px;
  display:none; }

.settings .settings-body{
  padding:0 20px 20px; }

.settings .settings-body .date-container{
  flex-direction:row;
  display:flex; }

.settings-body .date-container .input{
  min-width:0; }

.date-container .input:first-child{
  margin-right:10px; }

.settings .settings-body .label{
  margin-top:20px; }

.settings .settings-body .input,.settings .settings-body .select{
  margin-top:10px; }

.settings .settings-footer{
  width:100%;
  padding:0 20px 20px;
  box-sizing:border-box;
  display:block; }

.settings .settings-footer .btn-green{
  border-radius:4px; }
  .settings .settings-footer .btn-green:hover{
    background-color:#cfe9e1;
    color:#028f68; }

.label{
  display:block;
  font-family:Lato,sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  color:#999; }

.patent{
  margin:0;
  padding:0; }

.patent .patent-name{
  font-family:Lato,sans-serif;
  font-size:24px;
  font-weight:900;
  font-style:normal;
  font-stretch:normal;
  line-height:28px;
  letter-spacing:normal;
  color:#2d2d2d; }

.patent .patent-name,.patent .sub-title{
  margin-top:20px;
  margin-bottom:10px; }

.patent-description .text-regular{
  margin-top:20px; }
  .patent-description .text-regular:first-child{
    margin-top:0; }

.patent .patent-description p, .patent .patent-description img{
  margin-top:20px; }
  .patent .patent-description p:first-child{
    margin-top:0; }

.table{
  padding:0;
  box-sizing:border-box;
  margin:0;
  border:1px solid #e1e1e1;
  border-radius:4px;
  border-collapse:separate; }

.table,.table tbody{
  width:100%; }

.table tr{
  box-sizing:border-box; }

.table .first-col{
  color:#028f68;
  text-transform:uppercase;
  max-width:288px;
  text-decoration:none; }

.table .third-col{
  min-width:65px;
  max-width:185px; }

.table .fourth-col{
  min-width:143px; }

.table td{
  border-bottom:1px solid #e1e1e1;
  font-family:Lato,sans-serif;
  font-size:14px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:18px;
  letter-spacing:normal;
  color:#2d2d2d;
  padding:11px 10px 10px;
  text-align:left;
  vertical-align:top;
  box-sizing:border-box;
  text-decoration:none; }

.table tr:last-child td{
  border-bottom:0; }

.table td a{
  text-decoration:none;
  color:#028f68; }
  .table td a:hover{
    color:#2d2d2d; }

.table th{
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  color:#999;
  padding:9px;
  border-bottom:1px solid #e1e1e1;
  text-align:left; }

.select,.table th{
  font-family:Lato,sans-serif;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  box-sizing:border-box; }

.select{
  display:block;
  width:100%;
  margin:0;
  padding:0 20px 0 8px;
  height:40px;
  outline:none;
  border:1px solid #e1e1e1;
  background-color:#fbfbfb;
  font-size:16px;
  font-weight:400;
  color:#3f3333;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url(/images/arrow_down.svg);
  background-repeat:no-repeat;
  background-size:16px 16px;
  background-position:calc(100% - 6px) 50%;
  cursor:pointer;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap; }
  .select::-ms-expand{
    display:none; }
  .select:hover{
    border-color:#999;
    background-image:url(/images/arrow_down_dark.svg); }
  .select:focus{
    border-color:#028f68;
    box-shadow:0 0 4px 0 rgba(2, 143, 104, .3); }

select:required:invalid{
  color:#999; }

optgroup,select:required:invalid>option:not(:first-child){
  color:initial; }

.btn{
  display:block;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  outline:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  text-decoration:none;
  text-transform:uppercase;
  font-family:Lato,sans-serif;
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  text-align:center;
  line-height:48px;
  font-size:14px;
  width:100%;
  height:48px;
  cursor:pointer;
  box-sizing:border-box;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; }

.btn-green{
  color:#fff;
  background-color:#028f68; }

.btn-filter{
  height:40px;
  background-color:#fff;
  border:1px solid #e1e1e1;
  color:#028f68;
  background-image:url(/images/filter.svg);
  background-repeat:no-repeat;
  background-size:16px 16px;
  background-position:10px;
  padding-left:16px;
  line-height:20px;
  font-weight:400 !important;
  font-size:14px;
  text-transform:none; }
  .btn-filter:hover{
    border-color:#999; }

.btn-dl,.btn-pdf{
  border-radius:4px;
  background-color:#e7f4f0;
  color:#028f68;
  display:flex;
  justify-content:center;
  align-items:center; }
  .btn-dl:hover,.btn-pdf:hover{
    background-color:#cfe9e1; }

.btn-dl img,.btn-pdf img{
  margin-right:10px; }

.result{
  margin:0;
  padding:0;
  display:block;
  width:100%; }

.result .result-container{
  display:flex;
  flex-direction:column; }

.result .keyword{
  font-family:Lato,sans-serif;
  font-size:18px;
  font-weight:900;
  font-style:normal;
  font-stretch:normal;
  line-height:22px;
  letter-spacing:normal;
  color:#2d2d2d; }

.result .result-header{
  width:calc(100% - 3px);
  text-overflow:ellipsis;
  overflow:hidden; }

.result .result-header .result-name{
  font-family:Lato,sans-serif;
  font-size:18px;
  font-weight:600;
  font-style:normal;
  font-stretch:normal;
  line-height:22px;
  letter-spacing:normal;
  color:#2d2d2d;
  text-decoration:none;
  cursor:pointer;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  border:0;
  border-radius:0;
  background-color:transparent;
  box-sizing:border-box;
  width:calc(100% - 1px);
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap; }
    .result .result-header .result-name:hover,.result .result-header .result-name:hover .keyword{
      color:#028f68; }

.result .attr,.result .date-name,.result .date-value{
  font-family:Lato,sans-serif;
  font-size:14px;
  font-weight:400;
  font-style:normal;
  line-height:14px;
  letter-spacing:normal;
  color:#999;
  text-decoration:none;
  outline:none;
  border:0;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  box-sizing:border-box; }

.result .dates{
  margin-top:8px; }

.result .attrs{
  margin-top:4px; }

.result .text-preview{
  font-family:Lato,sans-serif;
  font-size:14px;
  line-height:18px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  letter-spacing:normal;
  color:#2d2d2d;
  margin-top:4px;
  max-height:54px;
  text-overflow:ellipsis;
  overflow:hidden; }

.pagination{
  margin:0;
  padding:0;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  height:40px; }

.pagination .page-item{
  display:block;
  margin:0;
  padding:0;
  box-sizing:border-box; }

.pagination .central-items{
  padding:0;
  display:flex;
  outline:none;
  box-shadow:none;
  margin:0 20px;
  box-sizing:border-box; }

.central-items .page-item{
  border-right:1px solid #e1e1e1;
  box-sizing:border-box;
  height:40px;
  width:40px;
  flex:0 0 40px;
  border-top:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1; }
  .central-items .page-item:first-child{
    border-left:1px solid #e1e1e1;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px; }
  .central-items .page-item:last-child{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px; }
  .central-items .page-item:nth-last-child(2){
    border-top-right-radius:2px;
    border-bottom-right-radius:2px; }

.pagination .page-link{
  margin:0;
  border-radius:0;
  text-decoration:none;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  outline:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor:pointer;
  background-color:transparent;
  font-family:Lato,sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  text-align:center;
  color:#028f68;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
  width:40px;
  height:40px;
  flex:0 0 40px; }
  .pagination .page-link:hover{
    color:#2d2d2d; }

.page-link-active{
  color:#2d2d2d !important; }

.pagination .page-previous{
  box-sizing:border-box; }

.pagination .link-previous{
  width:120px; }

.pagination .link-next{
  width:141px; }

.link-next .word-forward{
  display:none; }

.link-next .word-next,.nav-img{
  display:block; }

.nav-img{
  flex:0 0 16px;
  margin:0;
  padding:0;
  width:16px;
  height:16px;
  box-sizing:border-box; }

.nav-img-forward{
  background-image:url(/images/arrow_forward_green.svg);
  background-repeat:no-repeat;
  background-size:16px 16px;
  background-position:50%; }

.pagination .link-next,.pagination .link-previous{
  border-radius:4px;
  border:1px solid #e1e1e1;
  box-sizing:border-box;
  margin:0;
  text-decoration:none;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  outline:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor:pointer;
  background-color:transparent;
  font-family:Lato,sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  text-align:center;
  color:#028f68;
  justify-content:center;
  align-items:center;
  height:40px; }
  .pagination .link-next:hover,.pagination .link-previous:hover{
    color:#2d2d2d; }
    .pagination .link-next:hover .nav-img,.pagination .link-previous:hover .nav-img{
      background-image:url(/images/arrow_forward_dark.svg); }

.metadata{
  display:block;
  margin:0;
  padding:10px 19px 20px;
  border:1px solid #d6dde8;
  background-color:#fff;
  box-sizing:border-box; }

.metadata .metadata-items{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  box-sizing:border-box; }

.metadata-items .top-items{
  flex:1 1 100%;
  margin-bottom:9px;
  box-sizing:border-box; }

.metadata-items .left-items{
  flex:1 1 calc(50% - 5px);
  margin-right:15px;
  box-sizing:border-box; }

.metadata-items .right-items{
  flex:1 1 calc(50% - 10px);
  box-sizing:border-box; }

.digital-codes{
  display:flex;
  flex-direction:row;
  width:100%;
  justify-content:flex-start;
  box-sizing:border-box; }

.digital-codes .digital-code{
  font-family:Lato,sans-serif;
  font-size:14px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:18px;
  letter-spacing:normal;
  color:#999;
  text-decoration:none;
  margin:0;
  padding:0;
  box-sizing:border-box; }

.metadata .patent-code{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  box-sizing:border-box; }

.metadata .patent-code .code-part{
  margin-right:16px;
  box-sizing:border-box; }
  .metadata .patent-code .code-part:last-child{
    margin-right:0; }

.metadata .patent-code .country-code,.metadata .patent-code .document-code,.metadata .patent-code .patent-number{
  font-family:Lato,sans-serif;
  font-size:24px;
  font-weight:900;
  font-style:normal;
  font-stretch:normal;
  line-height:28px;
  letter-spacing:normal;
  color:#2d2d2d;
  text-decoration:none;
  text-transform:uppercase; }

.metadata .patent-code .patent-number{
  color:#028f68 !important; }

.metadata .mpk-classes{
  display:block;
  margin-top:10px;
  box-sizing:border-box; }

.metadata .mpk-classes .code-part{
  margin-bottom:4px; }

.mpk-classes .mpk-title{
  font-family:Lato,sans-serif;
  font-size:18px;
  font-weight:600;
  font-style:normal;
  font-stretch:normal;
  line-height:22px;
  letter-spacing:normal;
  color:#2d2d2d;
  text-decoration:none;
  text-transform:uppercase; }

.mpk-classes .mpk-class span:first-child{
  margin-right:10px; }

.meta-item{
  margin:11px 0 0;
  padding:0;
  display:block;
  box-sizing:border-box; }

.meta-item .meta-item-name{
  text-transform:uppercase;
  font-size:12px;
  line-height:18px;
  color:#999; }

.meta-item .meta-item-name,.meta-item .meta-item-values{
  font-family:Lato,sans-serif;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  letter-spacing:normal; }

.meta-item .meta-item-values{
  margin-top:3px;
  font-size:14px;
  line-height:20px;
  color:#2d2d2d; }

.action-btn{
  display:block;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  text-decoration:none;
  background-color:transparent;
  outline:none;
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  width:20px;
  height:20px;
  flex:0 0 20px; }
  .action-btn:hover{
    opacity:.7; }

.close{
  background-image:url(/images/close.svg);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:11px 11px; }

.input{
  display:block;
  width:100%;
  margin:0;
  padding:0 10px;
  height:40px;
  outline:none;
  border:1px solid #e1e1e1;
  background-color:#fbfbfb;
  font-family:Lato,sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  line-height:20px;
  letter-spacing:normal;
  color:#3f3333;
  box-sizing:border-box;
  -webkit-appearance:none;
  -moz-appearance:none; }
  .input:hover{
    border-color:#999; }
  .input:focus{
    border-color:#028f68;
    box-shadow:0 0 4px 0 rgba(2, 143, 104, .3); }
  .input::placeholder{
    font-family:Lato,sans-serif;
    font-size:16px;
    font-weight:400;
    font-style:normal;
    font-stretch:normal;
    letter-spacing:normal;
    color:#999; }

.input-main{
  border-radius:24px;
  height:48px; }

.input-main,.input-rounded{
  padding:0 20px;
  font-size:18px;
  line-height:22px; }

.input-rounded{
  border-radius:20px; }

.main-section{
  padding:0;
  background-color:#fff;
  width:100%;
  margin:auto 0; }

form.search-form{
  width:100%; }

.main-section,.main-section .wrapper{
  height:100%; }

.main-section .items{
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
  max-width:468px;
  margin:0 auto;
  padding:0 4px;
  box-sizing:border-box;
  align-items:center; }

.main-section .items .logo{
  display:block;
  margin:0;
  padding:0;
  box-sizing:border-box; }

.logo img{
  display:block;
  width:300px;
  height:48px; }

.logo .title{
  margin:5px 0 0;
  padding:0; }

.main-section .items .input{
  margin-top:55px; }

.patent-section{
  box-sizing:border-box;
  padding:60px 0 40px;
  margin:0; }

.patent-section .items{
  display:flex;
  flex-wrap:wrap;
  margin-left:-10px;
  margin-right:-10px;
  margin-top:40px;
  flex-wrap:nowrap;
  align-items:flex-start;
  justify-content:flex-end; }

.patent-section .items .patent-container{
  box-sizing:border-box;
  word-wrap:break-word;
  margin-left:10px;
  width:calc(58.33333% - 20px);
  margin-right:30px; }

.patent-container .patent-meta .text-info{
  display:block;
  margin-right:4px;
  transition:hover .3s; }

.patent-container .patent-meta{
  text-decoration:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:flex-start;
  justify-content:flex-start;
  height:18px;
  box-shadow:none;
  border:0;
  border-radius:0;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  transition:hover .3s;
  cursor:pointer; }
  .patent-container .patent-meta:hover .text-info{
    color:#2d2d2d; }
  .patent-container .patent-meta:hover .arrow-down{
    background-image:url(/images/arrow_down_dark.svg); }
  .patent-container .patent-meta:hover .arrow-up{
    background-image:url(/images/arrow_up_dark.svg); }

.patent-container .metadata{
  margin-top:20px; }

.patent-section .items .attributes{
  box-sizing:border-box;
  word-wrap:break-word;
  margin-left:10px;
  margin-right:10px;
  width:calc(33.33333% - 20px); }

.patent-meta .meta-show{
  margin-top:0px;
  display:block !important; }

#meta-toggle{
  position:absolute;
  z-index:-10000;
  overflow:hidden;
  width:0;
  height:0;
  visibility:hidden; }

.patent-meta .arrow-down{
  display:block !important; }

.patent-meta .arrow-up,.patent-meta .meta-hide{
  margin-top:0px;
  display:none !important; }

.patent-container .metadata{
  display:none; }

#meta-toggle:checked+.patent-meta>.arrow-down,#meta-toggle:checked+.patent-meta>.meta-show{
  display:none !important; }

#meta-toggle:checked+.patent-meta+.metadata,#meta-toggle:checked+.patent-meta>.arrow-up,#meta-toggle:checked+.patent-meta>.meta-hide{
  display:block !important; }

.search-section{
  box-sizing:border-box;
  padding:60px 0 40px;
  margin:0; }

.search-section .items{
  display:flex;
  flex-wrap:wrap;
  margin-left:-10px;
  margin-right:-10px;
  margin-top:39px;
  flex-wrap:nowrap;
  align-items:flex-start;
  justify-content:flex-end; }

.search-section .items .result-items{
  box-sizing:border-box;
  word-wrap:break-word;
  margin-left:10px;
  width:calc(58.33333% - 20px);
  margin-right:30px;
  margin: 0 auto; }

.result-items .total-found{
  margin-bottom:20px; }

.result-items .filters{
  margin:16px 0;
  flex-direction:row;
  flex-wrap:nowrap;
  display:none; }

.result-items .filters .select{
  flex:1 1 100%;
  margin-right:8px; }

.result-items .filters .btn-filter{
  flex:0 0 98px; }

.result-items .result{
  margin-bottom:40px; }

.search-section .items .settings{
  box-sizing:border-box;
  word-wrap:break-word;
  margin-left:10px;
  margin-right:10px;
  width:calc(33.33333% - 20px); }

@media screen and (max-width:925px){
    .wrapper{
      padding-left:40px;
      padding-right:40px; }
    .settings{
      border-radius:0;
      border:0;
      position:absolute;
      bottom:0;
      z-index:9996;
      width:100% !important; }
    .settings,.settings .settings-header{
      top:0;
      left:0;
      right:0; }
    .settings .settings-header{
      padding:14px 16px;
      position:fixed;
      z-index:9997;
      border-top-right-radius:0;
      border-top-left-radius:0; }
    .settings .settings-title{
      font-size:14px;
      line-height:20px; }
    .settings .settings-header .close{
      display:block; }
    .settings .settings-body{
      padding:48px 16px 20px;
      background-color:#fff; }
    .date-container .input:first-child{
      margin-right:8px; }
    .settings .settings-body .label{
      margin-top:16px; }
  .settings .settings-body .label:first-child{
    margin-top:18px; }
    .settings .settings-body .input,.settings .settings-body .select{
      margin-top:8px; }
    .settings .settings-footer{
      display:block;
      overflow:hidden;
      padding:0 0 20px;
      left:0;
      right:0; }
    .settings .settings-footer .btn-green{
      border-radius:0; }
    .patent-section .items{
      flex-wrap:wrap-reverse; }
    .patent-section .items .patent-container{
      width:calc(100% - 20px);
      margin-right:10px; }
    .patent-section .items .attributes{
      width:calc(100% - 20px);
      margin-top:0;
      margin-bottom:16px; }
    .search-section .items{
      margin-top:0; }
    .search-section .items .result-items{
      width:calc(100% - 20px);
      margin-right:10px; }
    .result-items .total-found{
      display:none; }
    .result-items .filters{
      display:flex; }
    .search-section .items .settings{
      width:calc(100% - 20px);
      margin:0 !important;
      padding:0 !important;
      display:none; }
  .result-filter .items .settings{
    display:block !important; }
  .result-filter .items .result-items{
    display:none !important; } }

@media screen and (max-width:768px){
    .wrapper{
      padding-left:16px;
      padding-right:16px; }
    .header{
      padding:8px 0; }
    .header-items .logo-mark{
      flex:0 0 32px;
      margin-right:8px; }
    .header-items .logo-mark img{
      width:32px;
      height:32px; }
    .footer{
      padding:8px 0 16px; }
    .footer-items{
      flex-wrap:wrap; }
    .footer-items .privacy{
      margin-right:0; }
    .footer-items .privacy,.footer-items .user-agreement{
      flex:1 1 100%;
      font-size:14px;
      line-height:20px; }
    .title{
      font-size:14px;
      line-height:18px;
      letter-spacing:.8px; }
    .sub-title{
      font-size:18px;
      line-height:24px; }
    .text-regular{
      font-size:13px;
      line-height:18px; }
    .defis{
      margin:0 7px; }
    .divider-small{
      margin-right:6px !important;
      margin-left:-1px !important; }
    .count{
      font-size:18px;
      line-height:24px; }
    .attributes .attributes-header{
      padding:11px 19px 10px; }
    .attributes .attributes-body{
      padding:9px 15px 15px; }
    .attributes .attributes-footer{
      padding:0 16px 15px; }
    .attributes .attributes-header .patent-code{
      font-size:18px;
      line-height:20px; }
    .attributes .attributes-header .patent-country{
      font-size:12px;
      line-height:18px; }
    .attributes .attributes-body .attribute-name{
      font-size:11px;
      line-height:16px;
      margin-top:9px; }
    .attributes .attributes-body .patent-author,.attributes .attributes-body .patent-date,.attributes .attributes-body .patent-owner{
      font-size:13px !important;
      line-height:16px !important; }
    .label{
      font-size:14px;
      line-height:18px; }
    .patent .patent-name{
      margin-top:16px;
      font-size:20px;
      line-height:24px; }
    .patent .sub-title{
      margin-top:16px;
      margin-bottom:9px; }
  .table .year-col{
    text-align:right; }
  .table .authors-col,.table .document-col{
    display:none; }
  .table .second-col{
    text-align:right; }
    .table .fourth-col,.table .third-col{
      display:none; }
    .table td{
      font-size:13px;
      line-height:16px;
      padding:11px; }
    .table th{
      font-size:11px;
      padding:11px 12px 9px 8px; }
    .select,.table th{
      line-height:20px; }
    .select{
      padding:0 20px 0 8px;
      font-size:14px;
      background-position:calc(100% - 4px) 50%; }
    .btn-dl,.btn-pdf,.select{
      height:40px; }
    .result .keyword,.result .result-header .result-name{
      font-size:16px;
      line-height:20px; }
    .result .attr,.result .date-name,.result .date-value{
      font-size:12px;
      line-height:12px; }
    .result .dates{
      margin-top:4px; }
    .result .attrs,.result .text-preview{
      margin-top:1px; }
    .result .text-preview{
      font-size:13px;
      line-height:16px;
      max-height:80px; }
    .pagination{
      height:32px; }
    .central-items .page-item{
      height:32px;
      width:32px;
      flex:0 0 32px; }
      .central-items .page-item:first-child{
        border-left:1px solid #e1e1e1;
        border-top-left-radius:2px;
        border-bottom-left-radius:2px; }
      .central-items .page-item:last-child{
        border-top-right-radius:2px;
        border-bottom-right-radius:2px; }
    .pagination .page-link{
      font-size:14px;
      line-height:20px;
      width:32px;
      height:32px;
      flex:0 0 32px; }
    .pagination .link-next,.pagination .link-previous{
      border-radius:2px;
      min-width:83px;
      height:32px;
      font-size:14px;
      line-height:20px; }
    .metadata{
      padding:8px 11px 15px; }
    .metadata-items .top-items{
      padding-bottom:10px;
      margin-bottom:0; }
    .metadata-items .left-items{
      margin-right:0;
      flex:1 1 100%; }
    .metadata-items .right-items{
      flex:1 1 100%; }
    .digital-codes .digital-code{
      font-size:13px;
      line-height:18px; }
  .metadata .patent-code .code-part:first-child{
    margin-right:19px; }
  .metadata .patent-code .code-part:last-child{
    padding-left:10px; }
    .metadata .patent-code .country-code,.metadata .patent-code .document-code,.metadata .patent-code .patent-number{
      font-size:22px;
      line-height:28px; }
    .metadata .mpk-classes{
      margin-top:8px; }
    .mpk-classes .mpk-title{
      font-size:16px;
      line-height:20px; }
  .mpk-classes .mpk-class{
    font-size:13px;
    line-height:20px; }
    .mpk-classes .mpk-class span:first-child{
      margin-right:15px; }
    .meta-item{
      margin:16px 0 0;
      min-height:56px; }
  .metadata .right-items .meta-item:last-child{
    margin-top:15px; }
    .meta-item .meta-item-name{
      font-size:11px;
      line-height:16px; }
    .meta-item .meta-item-values{
      margin-top:3px;
      font-size:13px;
      line-height:18px; }
    .input{
      padding:0 8px;
      font-size:14px; }
    .input,.input-main{
      height:40px;
      line-height:20px; }
    .input-main{
      font-size:16px;
      padding:0 20px;
      border-radius:24px; }
    .input-rounded{
      height:32px;
      border-radius:20px;
      padding:0 10px 3px;
      font-size:16px;
      line-height:20px; }
    .logo img{
      width:200px;
      height:32px; }
    .logo .title{
      margin-top:4px; }
    .main-section .items .input{
      margin-top:32px; }
    .patent-section{
      padding:48px 0 16px; }
    .patent-section .items{
      margin-top:16px; }
    .patent-container .patent-meta .text-info{
      font-size:13px;
      line-height:16px;
      margin-right:3px; }
    .patent-container .metadata{
      margin-top:14px; }
    .search-section{
      padding:66px 0 40px; }
    .result-items .total-found{
      margin-bottom:16px; }
    .result-items .filters .btn-filter,.result-items .filters .select{
      height:32px; }
    .result-items .result{
      margin-bottom:16px; } }

@media screen and (max-width:500px){
    .wrapper{
      padding-left:16px;
      padding-right:16px; }
    .pagination .central-items{
      margin:0 8px; }
      .central-items .page-item:first-child,.central-items .page-item:last-child{
        display:none; }
    .central-items .page-item:nth-child(2){
      border-left:1px solid #e1e1e1;
      border-top-left-radius:2px;
      border-bottom-left-radius:2px; }
    .pagination .link-previous{
      width:83px; }
    .pagination .link-next{
      width:85px; }
    .link-next .word-forward{
      display:block; }
    .link-next .word-next{
      display:none; } }

h2#similar.sub-title:before { content: ''; display: block; position: relative; width: 0; height: 70px; margin-top: -70px; }

.st9 li {
	padding-top: 5px;
	padding-left: 15px;
}

.st9 .digital-code {
  font-family:Lato,sans-serif;
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  color:#999;
  margin:0;
  padding:0;
}
