@font-face {
  font-family: "DecaSans-Regular";
  src: url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSans-Regular.eot");
  src: url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSans-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSans-Regular.woff") format("woff"), url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "DecaSerif-Regular";
  src: url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSerif-Regular.eot");
  src: url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSerif-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSerif-Regular.woff") format("woff"), url("/wp-content/themes/boyarintsev/fonts/Deca/DecaSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  height: 100%;
  font-family: "DecaSans-Regular" !important;
}

body {
  font-family: "DecaSans-Regular" !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  background-color: #f3f3f3;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.container {
  width: 96% !important;
  max-width: 1440px !important;
  /* background-color: antiquewhite; */
}

.load {
  background: rgb(226, 226, 226);
  padding: 20px 40px;
  text-transform: uppercase;
  display: inline-block;
}

a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}

.logo {
  font-family: "DecaSerif-Regular";
  font-size: 24px;
}

.project-title {
  font-family: "DecaSerif-Regular";
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 5px;
}

.project-block a:hover {
  opacity: 1;
}

.project-thum img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-block img:hover {
  opacity: 0.6;
}

.lang li {
  list-style-type: none;
  float: left;
  margin-left: 15px;
}

.lang {
  float: right;
}

.make {
  text-align: right;
  float: right;
  opacity: 0.6;
}

.footer {
  font-size: 12px;
  margin-top: 30px;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style-type: none;
  float: left;
  margin-right: 60px;
  text-transform: uppercase;
}

.bcs {
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 30px;
}

.menu li a {
  display: block;
}

.block {
  width: 40px;
  height: 40px;
  background-color: blueviolet;
}

.header {
  margin: 20px 0px 60px 0px;
}

img {
  width: 100%;
}

.photo {
  transform: translate(0px, 100px);
  opacity: 0;
}

.textblock {
  transform: translate(0px, 100px);
  opacity: 0;
}

.project-info-block {
  transform: translate(0px, 100px);
  opacity: 0;
}

.img_obj img {
}

.project-thum {
  transform: translate(0px, 100px);
  opacity: 0;
}

.textblock span {
  /* opacity: 0.6; */
}

.project-block {
  margin-bottom: 60px;
}

.wp-block-gallery {
  margin-bottom: 40px;
}

.content {
  flex: 1 0 auto;
}

.wp-block-eedee-block-gutenslider {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  width: 800px !important;
  margin: auto;
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 780px) {
  /* Ширина изображений управляется индивидуально через ACF поле width_adaptiv */

  .wp-block-eedee-block-gutenslider {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    margin: auto;
  }

  .footer {
    padding: 30px 0px 10px 0px;
    position: unset !important;
    height: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .logo {
    font-size: 14px;
  }

  .menu {
    margin-top: 20px;
  }

  .menu li {
    list-style-type: none;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
  }
  .header {
    margin: 20px 0px 40px 0px;
  }

  .project-title {
    font-family: "DecaSerif-Regular";
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .project-descr {
    margin-bottom: 16px;
  }
  .project-block {
    margin-bottom: 30px;
  }
  .photo {
    margin: 15px 0px;
  }
}
