html, body {
  padding: 0px;
  margin: 0px;
  background-color: #00163d;
}

img {
  max-width: 100%;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

.padder {
  padding: 15px 0px;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #dfa800;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.page {
  /*main title*/
  /*main title e*/
  /* header*/
  /*header e*/
  /* content */
  /* content e*/
  /*team*/
  /*team e*/
  /*docs*/
  /*docs e*/
  /*albums*/
  /*albums e*/
  /*images*/
  /*images e*/
}
.page .main-title {
  background-image: url(../../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px 25px;
  padding-left: 45px;
  border-bottom: 3px solid #dfa800;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page .header .house-image .sky {
  background-image: url(../../img/house/sky.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
.page .header .house-image .house {
  background-image: url(../../img/house/house.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  background-size: contain;
}
.page .header .house-image .fence {
  background-image: url(../../img/house/fence.png);
  background-repeat: repeat-x;
  height: 300px;
  background-position: bottom center;
  background-size: contain;
}
.page .header .main-menu {
  background-color: #417310;
  border-top: 3px solid #dfa800;
  border-bottom: 3px solid #dfa800;
  background-image: url(../../img/main-menu-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.page .header .main-menu .navbar-expand-lg .navbar-collapse {
  flex-direction: row-reverse;
}
.page .header .main-menu .logotype {
  text-align: center;
}
.page .header .main-menu .logotype img {
  max-height: 60px;
}
.page .header .main-menu .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.page .header .main-menu .navbar .navbar-nav {
  align-items: center;
}
.page .header .main-menu .nav-item .nav-link {
  font-size: 20px;
  font-family: "PlumbKazBold";
  color: #f5f5f5;
}
.page .header .main-menu .nav-item .active {
  color: #fff600;
}
.page .header .main-menu .nav-item .nav-link:hover {
  color: #fff600;
}
.page .content-block, .page .content-block-mini, .page .docs {
  background-color: #f5f5f5;
  background-image: url(../../img/noise.png);
  background-repeat: repeat;
  background-position: top left;
}
.page .content-block img, .page .content-block-mini img, .page .docs img {
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page .team {
  background-image: url(../../img/team.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.page .team .els {
  justify-content: center;
}
.page .team .els .el .outer {
  -webkit-transition: padding-bottom 0.5s ease, border-bottom 0.5s ease;
  -moz-transition: padding-bottom 0.5s ease, border-bottom 0.5s ease;
  -o-transition: padding-bottom 0.5s ease, border-bottom 0.5s ease;
  transition: padding-bottom 0.5s ease, border-bottom 0.5s ease;
  padding-bottom: 10px;
  border-bottom: 10px solid #dfa800;
  margin: 0px 0px 15px 0px;
}
.page .team .els .el .outer .inner {
  background-color: #f5f5f5;
}
.page .team .els .el .outer .inner .img {
  padding: 2%;
}
.page .team .els .el .outer .inner .img div {
  overflow: hidden;
}
.page .team .els .el .outer .inner .img img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.page .team .els .el .outer .inner .info {
  padding: 15px 10px;
}
.page .team .els .el .outer .inner .info .name {
  text-align: center;
}
.page .team .els .el .outer .inner .info .post {
  color: #666;
  text-align: center;
}
.page .team .els .el .outer:hover {
  padding-bottom: 0px;
  border-bottom: 20px solid #dfa800;
}
.page .team .els .el .outer:hover .img img {
  transform: scale(1.15);
}
.page .albums {
  background-color: #f5f5f5;
  background-image: url(../../img/noise.png);
  background-repeat: repeat;
  background-position: top left;
}
.page .albums .els {
  justify-content: center;
}
.page .albums .els .el {
  margin: 0px 0px 15px 0px;
}
.page .albums .els .el .outer .inner {
  position: relative;
}
.page .albums .els .el .outer .inner a {
  cursor: pointer;
  display: block;
  color: #000;
}
.page .albums .els .el .outer .inner img, .page .albums .els .el .outer .inner .shadow {
  border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.page .albums .els .el .outer .inner .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../../img/shadow.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0;
  z-index: 110;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.page .albums .els .el .outer .inner .title {
  z-index: 112;
  position: absolute;
  background-color: #dfa800;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
.page .albums .els .el:hover .outer .inner .shadow {
  opacity: 1;
}
.page .images {
  background-color: #f5f5f5;
  background-image: url(../../img/noise.png);
  background-repeat: repeat;
  background-position: top left;
}
.page .images .els {
  justify-content: center;
}
.page .images .els .el {
  margin: 0px 0px 15px 0px;
}
.page .images .els .el .outer .inner {
  position: relative;
}
.page .images .els .el .outer .inner a {
  cursor: pointer;
  display: block;
  color: #000;
}
.page .images .els .el .outer .inner img, .page .images .els .el .outer .inner .shadow {
  border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.page .images .els .el .outer .inner .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../../img/shadow.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0;
  z-index: 110;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.page .images .els .el:hover .outer .inner .shadow {
  opacity: 1;
}
