* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
a,
select:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'roboto';
}
p,
ul {
  margin: 0;
}
* {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
*:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.jcfepr22 {
  padding-right: 22px;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.title {
  font-family: 'roboto-medium';
  font-size: 30px;
  color: #313342;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .container {
    padding: 0 10px;
  }
  .bg1 .container {
    width: 90%;
  }
}
@font-face {
  font-family: 'roboto';
  /* название одно */
  src: url('../fonts/roboto/Roboto-Regular.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/Roboto-Regular.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-medium';
  /* название одно */
  src: url('../fonts/roboto/Roboto-Medium.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/Roboto-Medium.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-black';
  /* название одно */
  src: url('../fonts/roboto/roboto-black.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/roboto-black.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/roboto-black.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/roboto-black.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-bold';
  /* название одно */
  src: url('../fonts/roboto/roboto-bold.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/roboto-bold.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/roboto-bold.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/roboto-bold.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
.container {
  width: 940px;
  margin: 0 auto;
}
.information {
  /* Active and Hoverable Pagination */
  /* border-pagination */
}
.information .title {
  margin-top: 71px;
  margin-bottom: 62px;
}
.information .information_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.information .information_ul li {
  margin-bottom: 20px;
  width: 300px;
  height: 470px;
}
.information .information_ul li .inf_photo {
  height: 212px;
}
.information .information_ul li .title_info {
  font-family: 'roboto-medium';
  font-size: 22px;
  margin-top: 34px;
  color: #313342;
  margin-bottom: 21px;
}
.information .information_ul li .descr_info {
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.1px;
}
.information .information_ul li .link_info {
  width: 120px;
  height: 30px;
  background: #31333e;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 29px;
}
.information .information_ul li .link_info:hover {
  background: #fbeacc;
  color: #31333e;
}
.information .information_ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information #pagination {
  margin: 22px 0 0 0;
  padding: 0;
  text-align: center;
}
.information #pagination li {
  display: inline;
}
.information #pagination li:first-child a {
  background: #31333e;
  border-radius: 50%;
  height: 19px;
  position: relative;
  padding: 0!important;
  width: 19px;
  top: 3px;
}
.information #pagination li:first-child a:hover {
  background-color: none!important;
}
.information #pagination li:first-child a:hover span {
  position: relative;
}
.information #pagination li:first-child a:hover span:before {
  border-right: 4px solid #31333e;
}
.information #pagination li:first-child a span {
  position: relative;
}
.information #pagination li:first-child a span:before {
  content: '';
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: -7px;
  bottom: -14px;
  border: 4px solid transparent;
  border-right: 4px solid #fff;
}
.information #pagination li:last-child a {
  background: #31333e;
  border-radius: 50%;
  height: 19px;
  position: relative;
  padding: 0!important;
  width: 19px;
  top: 3px;
}
.information #pagination li:last-child a:hover {
  background-color: none!important;
}
.information #pagination li:last-child a:hover span {
  position: relative;
}
.information #pagination li:last-child a:hover span:before {
  border-left: 4px solid #31333e;
}
.information #pagination li:last-child a span {
  position: relative;
}
.information #pagination li:last-child a span:before {
  content: '';
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: -1px;
  bottom: -14px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.information #pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 12px;
  color: #31333e;
}
.information #pagination li a {
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.information #pagination li a.active {
  background-color: #e3dad1;
  color: #31333e;
}
.information #pagination li a:hover:not(.active) {
  background-color: #ddd;
}
.information .b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information #border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.information #border-pagination li {
  display: inline;
}
.information #border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;
}
.information #border-pagination li a {
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.information #border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}
.information #border-pagination li a:hover:not(.active) {
  background: #ddd;
}
@media only screen and (min-width: 768.5px) and (max-width: 950px) {
  .information .information_ul li {
    margin-bottom: 20px;
    height: 450px;
    width: 43%;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .information .title {
    margin-top: 36px;
    margin-bottom: 27px;
  }
  .information .information_ul li {
    margin-bottom: 20px;
    height: 410px;
    width: 48%;
  }
  .information .information_ul li .title_info {
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 7px;
  }
  .information .information_ul li .descr_info {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .information .information_ul li .link_info {
    margin-top: 18px;
  }
  .information #pagination {
    margin: 4px 0 32px 0;
  }
}
@media only screen and (max-width: 480px) {
  .information .information_ul li {
    margin-bottom: 20px;
    height: 379px;
    width: 100%;
  }
}
