/* font-family: "GothamProRegular"; */

@font-face {
  font-family: "GothamProRegular";
  src: url("./fonts/GothamProRegular/GothamProRegular.eot");
  src: url("./fonts/GothamProRegular/GothamProRegular.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("./fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GothamProBold"; */

@font-face {
  font-family: "GothamProBold";
  src: url("/fonts/GothamProBold/GothamProBold.eot");
  src: url("./fonts/GothamProBold/GothamProBold.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/GothamProBold/GothamProBold.woff") format("woff"),
    url("./fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GothamProMedium"; */

@font-face {
  font-family: "GothamProMedium";
  src: url("./fonts/GothamProMedium/GothamProMedium.eot");
  src: url("./fonts/GothamProMedium/GothamProMedium.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
    url("./fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

html {
  height: 100%;
}

body {
  overflow-y: scroll;
  min-height: 100%;
  height: 100%;
  font-family: "GothamProRegular";
  font-size: 16px;
  color: #000;
  background: #1d346f;
}

p > a > img {
  height: auto;
}

a {
  color: #1d346f;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #3958aa;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 10px;
}

.assistive-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

ul,
ol {
  list-style: none;
}

.left {
  float: left;
}

.right {
  float: left;
}

.clr {
  clear: both;
}

/* foto-slider */

.foto-sliders {
  width: 100%;
  height: auto;
}

/* Header "sidebar" */

header {
  position: fixed;
  width: 180px;
  height: auto;
  min-height: 640px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  color: #fff;
  z-index: 1000;
}

.logo {
  display: block;
  height: 125px;
  width: auto;
  background: url("./img/logo.png") #132452 center no-repeat;
  text-indent: -9999px;
  z-index: 10;
}

#menu-sidebar {
  display: block;
  position: fixed;
  width: 180px;
  top: 167px;
  bottom: 0;
  background: #1d346f;
}

header > nav {
  padding: 40px 0 40px 0;
}

.main-nav {
  font-family: "GothamProMedium";
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 11px 20px 0 20px;
  height: 39px;
  box-sizing: border-box;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.main-nav a span {
  border-bottom: 1px solid #3a5394;
  padding-bottom: 3px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.main-nav a:hover span {
  border-bottom: 1px solid transparent;
}

.main-nav a:hover {
  background: #2b4588;
}

.main-nav .active-item a {
  color: #747e9c;
}

.main-nav .active-item span {
  border-bottom: 1px solid transparent;
}

.searchform {
  padding-left: 20px;
  padding-top: 45px;
  margin-bottom: 20px;
}

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

.searchform input[type="text"] {
  float: left;
  width: 115px;
  height: 20px;
  padding: 3px 0;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.searchform input[type="text"].open-search {
  width: 150px;
}

.searchform input:focus {
  outline: none;
}

.ico-search {
  float: left;
  width: 17px;
  height: 17px;
  background: url("./img/icon-search.png");
  background-position: 0 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  margin: 5px 10px;
}

.ico-search:hover {
  background-position: -20px 0;
}

.change-lang {
  position: absolute;
  padding-left: 25px;
  font-family: "GothamProMedium";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  bottom: 105px;
}

.change-lang li {
  float: left;
  padding-right: 5px;
}

.change-lang li:last-child {
  padding-right: 0;
}

.change-lang a,
.change-lang span {
  display: block;
  width: 40px;
  height: 21px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 150%;
}

.change-lang a:hover {
  color: #fff;
  background: #2b4588;
}

.change-lang .active {
  color: #1d346f;
  background: #fff;
}

.social-btns {
  position: absolute;
  padding-left: 25px;
  padding-bottom: 20px;
  bottom: 0;
  float: left;
}

.social-btns li {
  float: left;
}

.social-btns li:first-child {
  padding-bottom: 20px;
}

.fb_iframe_widget {
  bottom: -2px;
  padding-right: 15px;
}

/* main */

main {
  display: block;
  /*fix ie*/
  width: 1100px;
  min-height: 100%;
  margin-left: 180px;
  background: #fafafa;
}

/* section "head" */

.head {
  height: 77px;
  width: auto;
  padding: 25px 35px 23px 35px;
  background: url("./img/head.jpg") no-repeat;
  color: #fff;
  font-family: "GothamProBold";
  letter-spacing: 0.05em;
}

.head h1 {
  font-size: 26px;
  line-height: 92%;
  text-transform: uppercase;
}

.head h1 span {
  font-size: 16px;
  line-height: 150%;
}

#mobile-menu {
  display: none;
}

/* container */

.container {
  width: auto;
  padding: 25px 20px 20px 20px;
}

@media screen and (min-width: 1366px) {
  .main-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.container:after,
footer:after,
section:after {
  content: "";
  clear: both;
  display: block;
}

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

.title_without_line {
  margin-bottom: 30px;
}

.subtitle {
  margin-bottom: 55px;
}

.title_a_all {
  padding-right: 150px;
}

.title_logo {
  padding-right: 300px;
}

.title_logo img {
  position: absolute;
  top: 0;
  right: 0;
}

.title:after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  border-bottom: 3px solid #1d346f;
  bottom: -15px;
}

.title_without_line:after {
  display: none;
}

.title h1,
.title > h2 {
  display: inline-block;
  font-family: "GothamProBold";
  font-size: 20px;
  color: #1d346f;
  text-transform: uppercase;
}

.title > h2 {
  font-size: 29px;
}

.title a {
  position: absolute;
  font-family: "GothamProMedium";
  font-size: 16px;
  color: #1d346f;
  /*border-bottom: 1px solid #bfcad7;*/
  bottom: 4px;
  right: 0;
}

.title a:hover {
  /*border-bottom: 1px solid transparent;*/
}

.title .term_desc {
  max-width: 100%;
}

/* projects + announce */

.projects,
.announce {
  float: left;
  /*margin-right: 20px;*/
  margin-right: 15px;
}

/*.projects:nth-of-type(3n), .announce:nth-of-type(3n) {
	margin-right: 0;
}*/

.announce:nth-of-type(3n) {
  margin-right: 0;
}

/* projects */

.projects-container {
  width: 760px; //715px;
  /*padding-right: 20px;*/
  margin-right: 15px;
  display: block;
  /*overflow: auto;*/
  float: left;
  margin-bottom: 20px;
}

.projects-container:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1366px) {
  .projects-container {
    margin-bottom: 50px;
  }
}

.projects {
  position: relative;
  /*width: 240px;*/
  width: 175px;
  height: 255px;
  text-align: center;
  z-index: 1;
  -webkit-transition: z-index ease-in-out 0.8s;
  -moz-transition: z-index ease-in-out 0.8s;
  -o-transition: z-index ease-in-out 0.8s;
  -ms-transition: z-index ease-in-out 0.8s;
  transition: z-index ease-in-out 0.8s;
}

.projects:hover {
  z-index: 100;
}

.projects > a {
  display: block;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.14);
}

.projects a {
  color: #000;
  text-decoration: none;
}

.projects a:hover {
  color: #000;
}

.projects:nth-of-type(1),
.projects:nth-of-type(2),
.projects:nth-of-type(3) {
  margin-bottom: 20px;
}

.projects-info {
  height: 180px;
  /*padding: 20px;*/
  padding: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}

.project_img {
  display: table-cell;
  height: 110px;
  width: 200px;
  vertical-align: middle;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}

.project_img img {
  /* max-width: 185px;
        max-height: 110px;*/
  max-width: 100px;
  max-height: 90px;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}

.projects-info h2 {
  font-family: "GothamProBold";
  /*font-size: 20px;*/
  font-size: 16px;
  padding-bottom: 20px;
  /*margin-top: 15px;*/
  margin-top: 10px;
}

.projects-info p {
  font-family: "GothamProRegular";
  max-height: 55px;
  overflow: hidden;
  font-size: 15px;
}

.projects .project_link {
  display: table-cell;
  width: auto;
  /*width: 240px;
    max-width: 240px;*/
  width: 175px;
  max-width: 175px;
  height: 35px;
  vertical-align: middle;
  overflow: hidden;
  font-family: "GothamProMedium";
  /*font-size: 14px;*/
  font-size: 11px;
  color: #fff;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}

.projects a:hover .project_img {
  height: 128px;
}

.projects a:hover .project_img img {
  -webkit-transform: scale(0.8, 0.8);
  /* Safari */
  transform: scale(0.8, 0.8);
}

.projects a:hover .projects-info {
  height: 200px;
}

.projects a:hover .project_link {
  height: 48px;
}

.policeundercontrol,
.policeundercontrol a,
.policeundercontrol-en,
.policeundercontrol-en a {
  background: #473582;
  color: #473582;
}

.antydot,
.antydot a,
.antydot-en,
.antydot-en a {
  background: rgba(0, 0, 0, 1);
}

.police-access,
.police-access a,
.police-access-en,
.police-access-en a {
  background: #4cc4d2;
  color: #4cc4d2;
}

.policeexpertcontrol,
.policeexpertcontrol a,
.policeexpertcontrol-en,
.policeexpertcontrol-en a {
  background: #0f85e5;
  color: #0f85e5;
}

.placesofdetention,
.placesofdetention a,
.placesofdetention-en,
.placesofdetention-en a {
  background: #838383;
  color: #838383;
}

.realstoriesproduction,
.realstoriesproduction a,
.realstoriesproduction-en,
.realstoriesproduction-en a {
  background: #000;
  color: #000;
}

.policeviolations,
.policeviolations a,
.policeviolations-en,
.policeviolations-en a {
  background: #18509e;
  color: #18509e;
}

.knowyourrights,
.knowyourrights a,
.education-en,
.education-en a {
  background: #a9c0b2;
  color: #a9c0b2;
}

.advisor-placesofdetention,
.advisor-placesofdetention a,
.advisor-placesofdetention-en,
.advisor-placesofdetention-en a {
  background: #838383;
}

.advisor-policeexpertcontrol,
.advisor-policeexpertcontrol a,
.advisor-policeexpertcontrol-en,
.advisor-policeexpertcontrol-en a {
  background: #2bb6ff;
}

.criminaljustice,
.criminaljustice a,
.criminaljustice-en,
.criminaljustice-en a {
  background: #085663;
  color: #085663;
}

/* announces */

.announces {
  margin-top: 20px;
  margin-bottom: 20px;
  /*background: #e5eff4;*/
}

.search_result .announce {
  margin-bottom: 40px;
}

.announce {
  width: 280px;
  /*height: 365px;*/
  background: #fff;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.14);
}

.announce img {
  display: block;
  /*width: 320px;*/
  /*height: 207px;*/
}

.announce > div {
  padding: 15px 18px;
}

.info {
  padding-bottom: 15px;
  font-family: "GothamProBold";
  font-size: 13px;
  color: #b6b6b6;
}

.info li {
  padding-right: 10px;
}

.info li,
.post_info span {
  position: relative;
  display: inline;
}

.info .announce_date,
.post_info .announce_date {
  padding-left: 26px;
  padding-right: 20px;
}

.info .deadline,
.post_info .deadline {
  padding-left: 18px;
}

.info li:before,
.post_info span:before {
  content: "";
  position: absolute;
  display: block;
  background: url("./img/date-deadline_icons.png") no-repeat;
  height: 18px;
  left: 0;
  bottom: 0;
}

.info .announce_date:before,
.post_info .announce_date:before {
  width: 17px;
}

.info .deadline:before,
.post_info .deadline:before {
  width: 13px;
  background-position: -17px 0;
}

.post_title {
  font-size: 14px;
  line-height: 1.2;
}

.post_title a {
  font-family: "GothamProBold";
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.post_title a:hover {
  color: #1d346f;
  border-bottom: 1px solid #ceced8;
}

.discription_short {
  padding-top: 20px;
}

/* announce-table */

.announce-table td {
  padding: 10px 0 10px 10px;
}

.announce-table tr td:first-child {
  padding: 10px 10px 10px 0;
}

.events-row:after {
  content: "";
  clear: both;
  display: block;
}

.events-row {
  padding-bottom: 20px;
}

/* news_projects */

.news_projects {
  margin-top: 20px;
  background: #e5eff4;
  /*float: right;*/
  /*width: 280px;// 325px;*/
}

.news_projects .article {
  width: 265px;
  background: #e5eff4;
}

.article {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 280px;
  /*width: 100%;*/
  min-height: 147px;
  overflow: hidden;
  background: #fafafa;
  padding: 15px 20px 20px 20px;
  box-shadow: 1px 0 0 0 #dadada, 0 1px 0 0 #dadada, 1px 1px 0 0 #dadada,
    1px 0 0 0 #dadada inset, 0 1px 0 0 #dadada inset;
}

.article .project_name {
  height: 11px;
  font-family: "GothamProBold";
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.article h2 {
  display: block;
  height: 100px;
  font-family: "GothamProMedium";
  font-size: 14px;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 13px;
}

.article h2 a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.article h2 a:hover {
  color: #1d346f;
  border-bottom: 1px solid #ceced8;
}

.article .date {
  font-family: "GothamProBold";
  color: #c9c9c9;
  font-size: 13px;
}

.article a {
  background: none;
  padding-right: 5px;
}

/* helpful */

.helpful,
.announces {
  float: right;
  width: 280px;
  clear: right;
}

.helpful_menu {
  background: url("./img/helpful_menu.jpg") no-repeat #1b97c4;
}

.helpful_menu li {
  border-bottom: 19px solid #fafafa;
}

.helpful_menu li:last-child {
  border-bottom: 0;
}

.helpful_menu a {
  display: table-cell;
  width: 720px;
  height: 74px;
  box-sizing: border-box;
  padding: 20px 20px;
  font-family: "GothamProBold";
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: background 1.5s;
  transition: background 1.5s;
}

.helpful_menu a:hover {
  background: #1d346f;
  text-decoration: none;
}

/* content_menu */

.content_menu {
  width: auto;
  background: #e9eaef;
  overflow: hidden;
}

.content_menu li {
  display: inline-block;
  padding: 20px 15px 22px 15px;
  text-align: center;
  vertical-align: middle;
}

.content_menu a,
.content_menu span {
  font-family: "GothamProMedium";
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d346f;
  padding-bottom: 2px;
  border-bottom: 2px solid #d4d7e2;
}

.content_menu a:hover {
  border-bottom: 2px solid transparent;
}

.content_menu span {
  font-family: "GothamProBold";
}

/* archive */

.archive-description {
  font-size: 17px;
  padding-top: 40px;
  width: auto;
  max-width: 900px;
}

.section_archive {
  padding-top: 70px;
}

.announce_archive {
  /*height: 200px;*/
  width: auto;
  padding-bottom: 50px;
}

.announce_archive:last-child {
  padding-bottom: 0;
}

.announce_archive img {
  float: left;
  width: 340px;
  height: 200px;
  padding-right: 34px;
}

.announce_archive div {
  float: left;
  max-width: 670px;
  /*height: 195px;*/
  overflow: hidden;
  padding-top: 3px;
}

/* pagination */

.pagin-padding {
  padding-top: 50px;
  float: left;
  clear: both;
}

.pagination ul {
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: 33px;
  height: 33px;
  font-size: 19px;
  text-align: center;
  line-height: 170%;
  margin: 0 4px;
}

.pagination .active {
  background: #1d346f;
}

.pagination .first,
.pagination .last {
  width: auto;
}

.pagination li a {
  font-family: "GothamProRegular";
  color: #000;
  text-decoration: none;
}

.pagination li a:hover {
  text-decoration: underline;
}

.pagination li span {
  font-family: "GothamProBold";
  color: #fff;
}

/* library */

.book_big {
  float: left;
  min-height: 270px;
  height: 270px;
  overflow: hidden;
  padding-top: 70px;
}

.book_big:nth-child(even) {
  float: right;
}

.book_big:after,
.announce_archive:after,
.announce_archive div:after {
  content: "";
  clear: both;
  display: block;
}

.book_big img {
  display: block;
  float: left;
  width: 190px;
  height: 270px;
  margin-right: 25px;
}

.book_big > div {
  float: right;
  width: 295px;
}

.book_little {
  float: left;
  padding-right: 24px;
}

.book_little:last-child {
  padding-right: 0;
}

.book_little img {
  display: block;
  width: 190px;
  padding-bottom: 20px;
}

.book_little > div {
  width: 190px;
  height: 91px;
  overflow: hidden;
}

.book_little .post_title a {
  font-size: 16px;
}

/* single page post*/

.post_info {
  font-family: "GothamProBold";
  font-size: 14px;
  color: #b6b6b6;
  text-transform: uppercase;
}

.post_info span {
  background: transparent;
  padding-right: 45px;
}

.content_post {
  padding-top: 40px;
}

.content_post ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 30px;
  padding-bottom: 20px;
}

.content_post ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 30px;
  padding-bottom: 20px;
}

.content_post ol li,
.content_post ul li {
  margin-bottom: 10px;
}

.text_description {
  font-size: 20px;
  color: #717171;
  border-left: 2px solid #c0c0c0;
  padding: 0 0 0 25px;
  margin-bottom: 40px;
}

.content_post {
  font-size: 17px;
  max-width: 780px;
}

.content_post img {
  max-width: 100%;
}

.content_post p {
  padding-bottom: 15px;
  line-height: 1.3;
}

.content_post blockquote {
  position: relative;
  padding: 0 0 45px 77px;
  font-family: "GothamProMedium";
  font-size: 22px;
}

.content_post blockquote:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  background: #000;
  left: 0;
  top: 11px;
}

.content_post blockquote p {
  padding-bottom: 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

div.staff {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}

/* knowyourrights-panel */

.knowyourrights-panel {
  max-width: 760px;
  width: 100%;
}

.placeofdet li:nth-child(1) {
  background-image: url("./img/6.png");
}

.placeofdet li:nth-child(2) {
  background-image: url("./img/7.png");
}

.placeofdet li:nth-child(3) {
  background-image: url("./img/8.png");
}

.placeofdet li:nth-child(4) {
  background-image: url("./img/9.jpg");
}

.placeofdet li:nth-child(5) {
  background-image: url("./img/10.jpg");
}

.placeofdet li:nth-child(6) {
  background-image: url("./img/11.jpg");
}

.icon-img-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.knowyourrights-panel ul a {
  z-index: 20;
  display: block;
  height: 100%;
  position: relative;
}

.icon-img,
.icon-img-wrapper li {
  float: left;
  position: relative;
  width: 245px;
  height: 245px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.icon-img:nth-child(3n),
.icon-img-wrapper li:nth-child(3n) {
  margin-right: 0;
  clear: right;
}

.icon-img:hover:after,
.icon-img-wrapper li:hover:after {
  opacity: 0;
}

.icon-img:hover,
.icon-img-wrapper li:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.icon-img:after,
.icon-img-wrapper li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: all 0.6s;
}

.icon-img-wrapper .icon-img h2,
.icon-img-wrapper li h2 {
  margin-top: -35px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
  padding: 0px 10px;
  box-sizing: border-box;
  z-index: 20;
}

.icon-img-wrapper li p {
  position: absolute;
  bottom: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 20px;
}

.icon-img-wrapper li h2 {
  margin-top: -95px;
}

.icon-img h2,
.icon-img-wrapper li h2 {
  width: 100%;
  font-size: 29px;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
}

.icon-img h2 a:hover,
.icon-img-wrapper li h2 a:hover {
  text-decoration: none;
  color: #aaa;
}

.cols-50 .icon-img,
.cols-50 .icon-img-wrapper li {
  width: 356px;
}

.cols-50 .icon-img:nth-child(3n),
.cols-50 .icon-img-wrapper li:nth-child(3n) {
  margin-right: 12px;
}

.cols-50 .icon-img:nth-child(2n),
.cols-50 .icon-img-wrapper li:nth-child(2n) {
  margin-right: 0;
}

.cols-50 .icon-img:hover,
.cols-50 .icon-img-wrapper li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.icon-1 {
  background-image: url("./img/icon-1.jpg");
}

.icon-2 {
  background-image: url("./img/icon-2.jpg");
}

.icon-3 {
  background-image: url("./img/icon-3.jpg");
}

.icon-4 {
  background-image: url("./img/icon-4.jpg");
}

.icon-5 {
  background-image: url("./img/icon-5.jpg");
}

.icon-6 {
  background-image: url("./img/icon-6.jpg");
}

.icon-posylennya-sudovogo-kontrolyu {
  background-image: url("./img/icon-posylennya-sudovogo-kontrolyu.jpg");
}

.icon-pidvyshhennya-pravovoyi-osvity-gromadyan {
  background-image: url("./img/icon-pidvyshhennya-pravovoyi-osvity-gromadyan.jpg");
}

.icon-uchast-u-zakonotvorchij-roboti {
  background-image: url("./img/icon-uchast-u-zakonotvorchij-roboti.jpeg");
}

.icon-spivpratsya-z-organamy-suddivskogo-vryaduvannya {
  background-image: url("./img/icon-spivpratsya-z-organamy-suddivskogo-vryaduvannya.jpg");
}

.library-slider {
  position: relative;
  padding-top: 40px;
}

.library-slider .menu-item {
  float: left;
}

.pager {
  position: absolute;
  width: 115px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pager a.selected:before {
  width: 10px;
  height: 10px;
  display: block;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 2px;
  bottom: 0;
}

.pager a span {
  display: none;
}

.pager a {
  /*-webkit-transition:box-shadow 0.5s ease;*/
  /*transition:box-shadow 0.5s ease;*/
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 5px;
}

/*.knowyourrights-panel {*/

/*float: none;*/

/*}*/

/*.knowyourrights-panel:after {*/

/*content: '';*/

/*display: block;*/

/*clear: both;*/

/*}*/

/*.knowyourrights-panel article {*/

/*width:240px;*/

/*height:240px;*/

/*-webkit-transition: all 1.5s;*/

/*transition: all 1.5s;*/

/*}*/

/*.knowyourrights-panel article a {*/

/*display: block;*/

/*width:100%;*/

/*height:100%;*/

/*}*/

/*.knowyourrights-panel article h2 {*/

/*font-size: 19px;*/

/*text-align: center;*/

/*padding: 16px 20px;*/

/*}*/

/*.knowyourrights-panel article:hover {*/

/*background-size: 80%;*/

/*}*/

/*.policeundercontrol-item {*/

/*background: url("./img/police-logo_new_eng.png") #fff no-repeat center center;*/

/*background-size: 50%;*/

/*}*/

@media only screen and (max-width: 1365px) {
  .icon-img,
  .icon-img-wrapper li {
    width: 231px;
    height: 200px;
  }
  .cols-50 .icon-img,
  .cols-50 .icon-img-wrapper li {
    width: 356px;
  }
}

@media only screen and (max-width: 1023px) {
  .cols-50 .icon-img,
  .cols-50 .icon-img-wrapper li {
    width: 353px;
  }
}

@media only screen and (max-width: 767px) {
  .icon-img,
  .icon-img-wrapper li {
    width: 32%;
    margin-right: 2%;
  }
  .icon-img h2,
  .icon-img-wrapper li h2 {
    font-size: 22px;
  }
  .cols-50 .icon-img,
  .cols-50 .icon-img-wrapper li {
    width: 49%;
  }
  .cols-50 .icon-img:nth-child(3n),
  .cols-50 .icon-img-wrapper li:nth-child(3n) {
    margin-right: 2%;
  }
  .cols-50 .icon-img:nth-child(2n),
  .cols-50 .icon-img-wrapper li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 624px) {
  .icon-img,
  .icon-img-wrapper li {
    width: 100%;
    margin-right: 0;
  }
  .icon-img h2,
  .icon-img-wrapper li h2 {
    font-size: 29px;
  }
  .cols-50 .icon-img,
  .cols-50 .icon-img-wrapper li {
    width: 100%;
  }
  .cols-50 .icon-img:nth-child(3n),
  .cols-50 .icon-img-wrapper li:nth-child(3n) {
    margin-right: 0;
  }
}

/* footer */

footer {
  width: 1100px;
  box-sizing: border-box;
  margin-left: 180px;
  padding: 30px 35px 40px 35px;
  background: #132452;
  color: #fff;
  font-family: "PT Sans", serif;
}

.copy {
  float: left;
}

.copy div {
  width: 450px;
  padding-bottom: 35px;
  font-size: 15px;
}

.copy p {
  padding-bottom: 25px;
}

.copy a {
  color: #4b97cc;
}

.copy img {
  float: left;
}

.copy span {
  padding: 15px 0 0 80px;
  display: block;
  font-size: 18px;
}

.footer_contacts {
  float: right;
  width: 285px;
}

.footer_contacts li {
  padding-bottom: 28px;
}

.footer_contacts li:last-child {
  padding-bottom: 0;
  float: left;
}

.footer_contacts li:nth-child(4) {
  float: left;
  margin-right: 81px;
}

.footer_contacts a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.footer_contacts a:hover {
  border-bottom: 1px solid transparent;
}

.footer_contacts span {
  position: relative;
}

.footer_contacts span:before {
  content: "";
  position: absolute;
  display: block;
  background: url("./img/icons-contact.png") no-repeat;
}

.footer_contacts .phone:before {
  width: 14px;
  height: 26px;
  left: -29px;
  bottom: -3px;
}

.footer_contacts .mail:before {
  width: 21px;
  height: 16px;
  left: -33px;
  background-position: -14px -10px;
  bottom: 0;
}

.footer_contacts .address:before {
  width: 17px;
  height: 23px;
  left: -31px;
  background-position: -35px -3px;
}

.footer_contacts .facebook:before {
  width: 22px;
  height: 22px;
  left: -34px;
  background-position: -52px -4px;
}

.footer_contacts .youtube:before {
  width: 31px;
  height: 22px;
  left: -41px;
  background-position: -75px -4px;
}

.likely,
.likely__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0 !important;
  list-style: none !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
}

.likely {
  opacity: 0;
  font-size: 0 !important;
}

.likely_visible {
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

.likely > * {
  display: inline-block;
  visibility: hidden;
}

.likely_visible > * {
  visibility: inherit;
}

.likely__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.likely__button,
.likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: 0;
  outline: 0;
}

.likely__button {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.likely__counter {
  display: none;
  position: relative;
  font-weight: 400;
}

.likely_ready .likely__counter {
  display: inline-block;
}

.likely_ready .likely__counter_empty {
  display: none;
}

.likely__widget,
.likely__icon,
.likely__button,
.likely__counter {
  vertical-align: top;
}

.likely__widget {
  transition: background 0.33s ease-out, color 0.33s ease-out,
    fill 0.33s ease-out;
  line-height: inherit;
}

.likely__widget:hover,
.likely__widget:active,
.likely__widget:focus {
  transition: none;
  cursor: pointer;
}

.likely__icon {
  position: relative;
  text-align: left;
  display: inline-block;
}

.likely svg {
  position: absolute;
}

.likely__button,
.likely__counter {
  line-height: inherit;
  cursor: inherit;
}

.likely__button:empty {
  display: none;
}

.likely__counter {
  text-align: center;
}

.likely .likely__widget {
  color: #000;
  background: #ececec;
  background: rgba(231, 231, 231, 0.8);
}

.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0) 0.5px,
    rgba(0, 0, 0, 0) 100%
  );
}

.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: rgba(236, 236, 236, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
}

.likely-light .likely__counter {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 255, 255, 0) 0.5px,
    rgba(255, 255, 255, 0) 100%
  );
}

.likely__widget_facebook {
  fill: #425497;
}

.likely__widget_facebook:hover,
.likely__widget_facebook:active,
.likely__widget_facebook:focus {
  background: rgba(207, 212, 229, 0.8);
}

.likely-light .likely__widget_facebook:hover,
.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus {
  text-shadow: #425497 0 0 0.25em;
  background: rgba(66, 84, 151, 0.7);
}

.likely__widget_twitter {
  fill: #00b7ec;
}

.likely__widget_twitter:hover,
.likely__widget_twitter:active,
.likely__widget_twitter:focus {
  background: rgba(191, 237, 250, 0.8);
}

.likely-light .likely__widget_twitter:hover,
.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus {
  text-shadow: #00b7ec 0 0 0.25em;
  background: rgba(0, 183, 236, 0.7);
}

.likely__widget_gplus {
  fill: #dd4241;
}

.likely__widget_gplus:hover,
.likely__widget_gplus:active,
.likely__widget_gplus:focus {
  background: rgba(246, 207, 207, 0.8);
}

.likely-light .likely__widget_gplus:hover,
.likely-light .likely__widget_gplus:active,
.likely-light .likely__widget_gplus:focus {
  text-shadow: #dd4241 0 0 0.25em;
  background: rgba(221, 66, 65, 0.7);
}

.likely__widget_vkontakte {
  fill: #526e8f;
}

.likely__widget_vkontakte:hover,
.likely__widget_vkontakte:active,
.likely__widget_vkontakte:focus {
  background: rgba(211, 218, 227, 0.8);
}

.likely-light .likely__widget_vkontakte:hover,
.likely-light .likely__widget_vkontakte:active,
.likely-light .likely__widget_vkontakte:focus {
  text-shadow: #526e8f 0 0 0.25em;
  background: rgba(82, 110, 143, 0.7);
}

.likely__widget_pinterest {
  fill: #cc002b;
}

.likely__widget_pinterest:hover,
.likely__widget_pinterest:active,
.likely__widget_pinterest:focus {
  background: rgba(242, 191, 202, 0.8);
}

.likely-light .likely__widget_pinterest:hover,
.likely-light .likely__widget_pinterest:active,
.likely-light .likely__widget_pinterest:focus {
  text-shadow: #cc002b 0 0 0.25em;
  background: rgba(204, 0, 43, 0.7);
}

.likely__widget_odnoklassniki {
  fill: #f6903b;
}

.likely__widget_odnoklassniki:hover,
.likely__widget_odnoklassniki:active,
.likely__widget_odnoklassniki:focus {
  background: rgba(252, 227, 206, 0.8);
}

.likely-light .likely__widget_odnoklassniki:hover,
.likely-light .likely__widget_odnoklassniki:active,
.likely-light .likely__widget_odnoklassniki:focus {
  text-shadow: #f6903b 0 0 0.25em;
  background: rgba(246, 144, 59, 0.7);
}

.likely {
  line-height: 20px;
  margin: 0 -5px -10px;
}

.likely .likely__widget {
  font-size: 14px;
  border-radius: 3px;
  height: 22px;
  margin: 0 5px 10px;
}

.likely .likely__icon {
  width: 22px;
  height: 22px;
}

.likely .likely__button {
  padding: 1px 4px 1px 0;
}

.likely .likely__counter {
  padding: 1px 4px;
}

.likely svg {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}

.likely-big {
  line-height: 28px;
  margin: 0 -6px -12px;
}

.likely-big .likely__widget {
  font-size: 18px;
  border-radius: 4px;
  height: 32px;
  margin: 0 6px 12px;
}

.likely-big .likely__icon {
  width: 32px;
  height: 32px;
}

.likely-big .likely__button {
  padding: 2px 6px 2px 0;
}

.likely-big .likely__counter {
  padding: 2px 6px;
}

.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
}

.likely-small {
  line-height: 14px;
  margin: 0 -4px -8px;
}

.likely-small .likely__widget {
  font-size: 12px;
  border-radius: 2px;
  height: 18px;
  margin: 0 4px 8px;
}

.likely-small .likely__icon {
  width: 18px;
  height: 18px;
}

.likely-small .likely__button {
  padding: 2px 3px 2px 0;
}

.likely-small .likely__counter {
  padding: 2px 3px;
}

.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 1365px) {
  /* Header "sidebar" */
  header {
    width: 200px;
  }
  #menu-sidebar {
    width: 200px;
  }
  /*.searchform input[type=text] {*/
  /*width: 105px;*/
  /*}*/
  /*.social-btns li:first-child {*/
  /*padding-bottom: 20px;*/
  /*}*/
  /*.change-lang {*/
  /*bottom: 105px;*/
  /*}*/
  /* .head */
  .head {
    padding: 35px 50px 33px 50px;
  }
  /* main */
  main {
    width: 824px;
    margin-left: 200px;
  }
  /* container */
  .container {
    padding: 35px 50px 20px 50px;
  }
  /* projects */
  .projects-container {
    width: 100%;
  }
  .projects {
    float: left;
    width: 340px;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .projects:nth-of-type(4) {
    margin-bottom: 20px;
  }
  .projects:nth-of-type(2n),
  .announce:nth-of-type(2n) {
    float: right;
  }
  .projects:nth-of-type(5),
  .projects:nth-of-type(6) {
    margin-bottom: 20px;
  }
  .projects .project_link,
  .project_img {
    width: 340px;
    max-width: 340px;
  }
  /* .announce */
  .announce {
    width: 340px;
    margin-right: 0;
  }
  .announce img {
    width: 340px;
  }
  .announce:last-child {
    /*display: none;*/
  }
  /* news_projects */
  .news_projects {
    width: 720px;
    padding-bottom: 75px;
  }
  .article,
  .news_projects .article {
    width: 300px;
  }
  /* helpful */
  .helpful,
  .announces {
    float: left;
    width: 720px;
  }
  .helpful_menu li {
    background: -moz-linear-gradient(
      left,
      rgba(27, 151, 196, 0) 0%,
      rgba(27, 151, 196, 0) 36%,
      rgba(27, 151, 196, 1) 44%,
      rgba(27, 151, 196, 1) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(27, 151, 196, 0) 0%,
      rgba(27, 151, 196, 0) 36%,
      rgba(27, 151, 196, 1) 44%,
      rgba(27, 151, 196, 1) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      left,
      rgba(27, 151, 196, 0) 0%,
      rgba(27, 151, 196, 0) 36%,
      rgba(27, 151, 196, 1) 44%,
      rgba(27, 151, 196, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .library-slider {
    width: 280px;
    float: none;
    margin: 0 auto;
    clear: both;
  }
  /* archive */
  .announce_archive img {
    width: 280px;
  }
  .announce_archive div {
    max-width: 410px;
  }
  /* library */
  .book_big > div {
    width: 503px;
  }
  .book_big:nth-child(even) {
    float: left;
  }
  .book_little:nth-of-type(1),
  .book_little:nth-of-type(2),
  .book_little:nth-of-type(3) {
    margin-bottom: 40px;
  }
  /* footer */
  footer {
    width: 824px;
    margin-left: 200px;
    padding: 30px 50px 40px 50px;
  }
  .footer_contacts {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  /* Header "sidebar" */
  header {
    width: 168px;
    min-height: 127px;
    height: 127px;
    overflow: visible;
    bottom: auto;
  }
  #menu-sidebar {
    top: 127px;
    height: auto;
    max-height: 100%;
    width: 600px;
    margin-left: 168px;
    background: #254189;
    /*overflow: hidden;*/
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: transform ease-in-out 1s;
    -moz-transition: transform ease-in-out 1s;
    -o-transition: transform ease-in-out 1s;
    -ms-transition: transform ease-in-out 1s;
    transition: transform ease-in-out 1s;
    z-index: -10;
  }
  #menu-sidebar.hideMenu {
    transform: translateY(-140%);
  }
  .logo {
    height: 127px;
    width: 168px;
  }
  .searchform input[type="text"] {
    width: 244px;
  }
  .social-btns {
    right: 0;
    padding-right: 25px;
  }
  .change-lang {
    bottom: 0;
    padding-bottom: 38px;
  }
  /* .head */
  .head {
    position: fixed;
    width: 530px;
    height: 59px;
    z-index: 1000;
    margin-left: 168px;
    background: #1d346f;
    padding: 35px 35px 33px 35px;
    top: 0;
  }
  .head h1 {
    font-size: 20px;
    line-height: 83%;
    border-right: 0;
  }
  .head h1 span {
    font-size: 13px;
    line-height: 72%;
    letter-spacing: 0.05em;
  }
  #mobile-menu {
    display: block;
    position: absolute;
    width: 41px;
    height: 36px;
    background: url("./img/icon-menu.png");
    right: 22px;
    top: 40px;
    z-index: 100;
  }
  /* main */
  main {
    width: 768px;
    margin-left: 0;
    margin-top: 127px;
  }
  /* container */
  .container {
    padding: 35px 25px 20px 25px;
  }
  /* .announce */
  .announce {
    width: 340px;
  }
  .announce img {
    width: 340px;
  }
  /* news_projects */
  .news_projects {
    width: 718px;
  }
  .article,
  .news_projects .article {
    width: 299px;
  }
  /* helpful */
  .helpful,
  .announces {
    width: 719px;
  }
  /* archive */
  .announce_archive div {
    max-width: 400px;
  }
  /* footer */
  footer {
    width: 768px;
    margin-left: 0;
    padding: 30px 25px 40px 25px;
  }
}

@media only screen and (max-width: 767px) {
  @viewport {
    user-zoom: fixed;
  }
  /* Header "sidebar" */
  #menu-sidebar {
    /*width: 320px;*/
    width: 100%;
    margin-left: 0;
  }
  .main-nav a {
    padding: 11px 15px 0 15px;
  }
  .searchform {
    padding-left: 15px;
  }
  .searchform input[type="text"] {
    width: 260px;
  }
  .change-lang {
    right: 230px;
  }
  /* .head */
  .head {
    position: fixed;
    width: auto;
    min-width: 123px;
    height: 59px;
    z-index: 1000;
    margin-left: 168px;
    background: #1d346f;
    padding: 35px 15px 33px 15px;
    top: 0;
    right: 0;
    left: 0;
  }
  .head h1 {
    display: none;
  }
  #mobile-menu {
    right: 55px;
    top: 45px;
  }
  /* main */
  main {
    width: auto;
    min-width: 320px;
    margin-left: 0;
    margin-top: 127px;
  }
  /* container */
  .container {
    padding: 35px 15px 20px 15px;
    min-width: 290px;
    box-sizing: border-box;
  }
  .title h1,
  .title > h2 {
    font-size: 26px;
  }
  .subtitle {
    margin-bottom: 36px;
  }
  /*.title a {*/
  /*bottom: -60px;*/
  /*right: 0;*/
  /*}*/
  .title_a_all,
  .title_logo {
    padding-right: 0;
  }
  .title_logo img {
    position: inherit;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
  }
  .subtitle {
    margin-bottom: 36px;
  }
  .subtitle h1,
  .subtitle h2 {
    font-size: 19px;
  }
  .subtitle a {
    bottom: -30px;
  }
  /* projects */
  .projects,
  .announce {
    width: 290px;
  }
  .projects .project_link,
  .project_img {
    width: 290px;
    max-width: 290px;
  }
  /* announce */
  .announce img {
    width: 290px;
  }
  /* news_projects */
  .news_projects {
    width: 100%;
  }
  .article,
  .news_projects .article {
    width: 50%;
    box-sizing: border-box;
  }
  /* helpful */
  .helpful,
  .announces {
    width: 100%;
  }
  .library-slider {
    width: 280px;
  }
  /* books */
  .book_big > div {
    width: calc(100% - 215px);
  }
  .book_little {
    float: left;
    padding-right: 13px;
    margin-bottom: 40px;
  }
  .book_little:last-child {
    padding-right: 13px;
    margin-bottom: 0;
  }
  .book_little img {
    width: 132px;
  }
  .book_little > div {
    width: 132px;
  }
  .book_little .post_title {
    font-size: 16px;
  }
  /* archive */
  .announce_archive {
    height: auto;
  }
  .announce_archive div {
    float: left;
    max-width: 100%;
    height: auto;
    padding-top: 26px;
  }
  /* footer */
  footer {
    width: 100%;
    min-width: 320px;
    padding: 30px 15px 40px 15px;
    position: relative;
  }
  .copy {
    width: 50%;
  }
  .copy div {
    width: auto;
  }
}

@media only screen and (max-width: 624px) {
  header {
    min-height: 90px;
    height: 90px;
  }
  .logo {
    height: 90px;
    background: url("./img/logo_small.png") #132452 center no-repeat;
  }
  .head {
    height: 60px;
    padding: 15px 15px 15px 15px;
  }
  #mobile-menu {
    top: 30px;
  }
  #menu-sidebar {
    top: 90px;
  }
  main {
    margin-top: 90px;
  }
  .projects,
  .announce {
    margin: 0 auto 50px auto;
    float: none;
  }
  .projects:nth-of-type(5) {
    margin-bottom: 50px;
  }
  .projects:nth-of-type(2n),
  .announce:nth-of-type(2n) {
    float: none;
  }
  .projects:nth-of-type(3n),
  .announce:nth-of-type(3n) {
    margin-right: auto;
  }
  /* news_projects */
  .article,
  .news_projects .article {
    width: 100%;
  }
  /* books */
  .book_big {
    height: auto;
  }
  .book_big > div {
    width: 100%;
    padding-top: 10px;
  }
  /* footer */
  .copy {
    width: 100%;
  }
  .copy img {
    position: absolute;
    bottom: 30px;
  }
  .copy span {
    position: absolute;
    bottom: 50px;
  }
  .footer_contacts {
    width: auto;
    margin-bottom: 80px;
    float: left;
    margin-left: 33px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* edits Gryga */

.reports,
.reports a {
  background: #3749c1;
  color: #3749c1;
}

.projects-container .title {
  width: 100%;
}

.projects-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

section.projects-container:after {
  content: "";
  clear: none;
  display: none;
}

.logo {
  /* background: url(https://umdpl.info/wp-content/themes/umdpl/img/logo/logo_Vertical_Horizontal_white.png) #132452 center no-repeat; */
  /* background: url(https://umdpl.info/wp-content/themes/umdpl/img/logo/logo_Horizontal_white.png)  #132452 center no-repeat; */
  background: url(https://umdpl.info/wp-content/themes/umdpl/img/logo/Freerights_logo_horizontal.png)
    #132452 center no-repeat;
  width: 125px;
  height: 125px;
  background-size: contain;
  display: flex;
  justify-content: center;
  background-color: unset;
  margin: auto;
}

header {
  background-color: #1d346f;
}

@media only screen and (max-width: 1023px) {
  header {
    display: flex;
  }
  .logo {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 630px) {
  .logo {
    height: 70%;
    width: 70%;
  }
}
