  /*
Theme Name: Hello Elementor Child
Theme URI:      http: //example.com/
Description:    Child Theme
Author:         the WordPress team
Author URI:     http: //example.com/about/
Template:       hello-elementor
Version:        0.1.0
*/





body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Sequel';
  background: #241517!important;
}

.projects__logo {
  text-align: center;
  padding: 58px 25px 30px 25px;
}
.projects__logo img {
  width: 82px;
  height: auto;
  vertical-align: top;
}
@media (max-width:767.98px) {
  .projects__logo img {
    width: 60px;
  }
  .projects__logo {
    text-align: center;
    padding: 24px 25px 30px 25px;
  }
}
.projects__container {
  margin: 0 auto;
  max-width: 1400px;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.projects__container h2 {
  font-size: 76px;
  letter-spacing: -0.06em;
  line-height: 1em;
  margin: 0;
  padding: 63px 0 21px 0;
  font-weight: 600;
  color: #fff!important;
}
@media (max-width:1024px) {
  .projects__container h2 {
    font-size: 60px;
  }
}
@media (max-width:767.98px) {
  .projects__container h2 {
    font-size: 40px;
    padding: 3px 0 21px 0;
  }

}
.projects__filters .projects__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
   max-width: 1344px;
}
.projects__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.projects__tags__line{
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 20px;
  border-radius: 19px;
  max-width: 725px;
}
.projects__tags__radio_title {
  display: flex;
  align-items: center;
  gap:17px; 
  color: #fff;
  margin-right: 42px;
}
.projects__tags__radio_title img {
  width: 36px;
  height: auto;
}
.projects__tags__radio, .projects__tags__radio_title  {
  font-size: 22px;
  position: relative;
  line-height: 1em;
  letter-spacing: -0.06em;
}
.projects__tags__radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.projects__tags__radio label {
  position: relative;
  cursor: pointer;
  background: #FC4E29;
  color: #000000;
  border-radius: 12px;
  padding: 20px 22px 20px 22px;
  display: inline-flex;
}

@media (max-width:767.98px) {
  .projects__tags {
    gap: 7px;
  }
  .projects__filters .projects__container.projects__container1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .projects__tags__radio, .projects__tags__radio_title  {
    font-size: 12px;
  }
  .projects__tags__radio_title {
    gap:10px; 
    margin-right: 22px;
    margin-left: 22px;
  }
  .projects__tags__radio_title img {
    width: 21px;
  }
  .projects__tags__radio label {
    border-radius: 8px;
    padding: 11px 15px 10px 15px;
  }
}

.projects__tags__radio input:checked + label {
    background: #CBCAB4;
}

.projects__cats {
  background: #AFAEA0;
  border-radius: 19px;
  display: flex;
  justify-content: space-around;
  min-width: 318px;
  position: relative;
  padding: 11px 20px 11px 20px;
  z-index: 4;
}

.projects__cats__title {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  cursor: pointer;
  padding-right: 24px;
}
.projects__cats__title:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.038' height='8.061' viewBox='0 0 13.038 8.061'%3E%3Cg transform='translate(-4031.064 10191.603) rotate(90)'%3E%3Crect width='9.152' height='2.248' rx='1.124' transform='translate(-10190.013 -4044.102) rotate(45)' fill='%231b1b1b'/%3E%3Crect width='9.152' height='2.248' rx='1.124' transform='translate(-10191.603 -4032.654) rotate(-45)' fill='%231b1b1b'/%3E%3C/g%3E%3C/svg%3E%0A") 0 0 no-repeat;
  background-size: contain;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 8px;
}
.projects__cats__item.hover .projects__cats__title:before {
  transform: rotate(180deg);
}

.projects__cats__list {
  position: absolute;
  background: #AFAEA0;
  border-radius:19px;
  top: 100%;
  left: 0px;
  margin: 3px 0 0 0;
  padding: 0px 15px;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.projects__cats__item.hover .projects__cats__list{
  max-height: 1500px;
  padding: 15px;
}


.projects__cats__list .projects__tags__radio2 {
  padding: 7px 0;
  cursor: pointer;
  position: relative;
}
.projects__cats__list .projects__tags__radio2 label {
  cursor: pointer;
  opacity: 0.8;
  position: relative;
}
.projects__cats__list .projects__tags__radio2 label:before {
  content: "";
  position: absolute;
  left: -20px;
    top: 6px;
   width: 13px;
  height: 8px;
  pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.038' height='8.061' viewBox='0 0 13.038 8.061'%3E%3Cg transform='translate(-4031.064 10191.603) rotate(90)'%3E%3Crect width='9.152' height='2.248' rx='1.124' transform='translate(-10190.013 -4044.102) rotate(45)' fill='%231b1b1b'/%3E%3Crect width='9.152' height='2.248' rx='1.124' transform='translate(-10191.603 -4032.654) rotate(-45)' fill='%231b1b1b'/%3E%3C/g%3E%3C/svg%3E%0A") 0 0 no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  opacity: 0;
}
.projects__cats__list .projects__tags__radio2 input {
  opacity: 0;
  cursor: pointer;
}
.projects__cats__list .projects__tags__radio2 input:checked + label {
  opacity: 1;
}
.projects__cats__list .projects__tags__radio2 input:checked + label:before {
  opacity: 1;
}
.projects {
  padding-top: 20px;
}
.projects__list {
  margin: 0;
  padding: 1px 0 0 0;
  list-style: none;
  flex-wrap: wrap;
  width: calc(25% - 16px);
}

.projects__item {
  
  background:#CBCAB4;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #1B1B1B;
  font-weight: 600;
  font-size: 20px;
  margin-top: 19px;
  padding-bottom: 42px;
}


.projects__item-new  {
  position: absolute;
  left: 17px;
  top: 15px;
  padding: 16px 22px 14px 22px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: -0.06em;
  background: #2A5C5A;
  border-radius: 12px;
}
.projects__item-img {
  background: #1B1B1B;
  position: relative;
}
.projects__item-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  /*
  aspect-ratio: 322/252;
  object-fit: cover;
  */
}
.projects__item-info {
  padding: 22px 65px 14px 24px;
  display: flex;
    flex-direction: column-reverse;

  
}
.projects_item_js {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  display: block;
}
.projects__item-client {
  
  font-size: 20px;
  margin: 9px 0 0 ;
  font-weight: 600;
  line-height: 1.25em;
   letter-spacing: -0.06em;
}
.projects__item-excerpt {
  line-height: 1.07em;
  font-size: 30px;
  margin: 0px 0 0 0;
  letter-spacing: -0.06em;
}
.projects__item-tags p {
  color: #E65B2F;
  padding: 24px 17px 4px 24px;
  margin: 0;
}
.projects__item-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #707070;
}
.projects__item-tags ul:first-child { border-top:none }
.projects__item-tags ul li:not(.projects__item-sub) {
   letter-spacing: -0.06em;
  padding: 6px 17px 2px 24px;
  border-bottom: 1px solid #707070;
  font-weight: 500;
  font-size: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.061' height='13.038' viewBox='0 0 22.061 13.038'%3E%3Cg transform='translate(10191.603 4044.102)'%3E%3Crect width='9.152' height='2.248' rx='1.124' transform='translate(-10190.013 -4044.102) rotate(45)' fill='%231b1b1b'/%3E%3Crect width='9.152' height='2.248' rx='1.124' transform='translate(-10191.603 -4032.654) rotate(-45)' fill='%231b1b1b'/%3E%3C/g%3E%3C/svg%3E%0A") right center no-repeat;
}
.projects__item-tags ul li a {
  color: #1B1B1B;
  text-decoration: none;
}
.projects__item-tags ul li.projects__item-sub {
  color: #E65B2F;
  padding: 24px 17px 4px 24px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #707070;
   letter-spacing: -0.06em;
}

.projects__item-deel {
  float: right;
  text-align: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='25.528' viewBox='0 0 27 25.528'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='25.528' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M5.027,364.193a4.6,4.6,0,0,1-3.3-1.188c-1.956-1.865-1.781-5.374-1.665-7.7.023-.463.043-.863.043-1.185a.809.809,0,1,1,1.617,0c0,.362-.021.78-.045,1.265-.1,2.027-.254,5.091,1.166,6.445a3.352,3.352,0,0,0,2.781.711c.026,0,.053,0,.079,0h15.7a3.816,3.816,0,0,0,2.828-.805c1.146-1.137,1.146-3.853,1.146-7.612a.809.809,0,1,1,1.617,0c0,4.3,0,7.148-1.624,8.76a5.207,5.207,0,0,1-3.893,1.275H5.743q-.368.034-.715.034' transform='translate(0 -338.665)' fill='%23231f20'/%3E%3Cpath d='M306.918,45.079a.884.884,0,0,1-.809-.89l-.054-19.968a.809.809,0,0,1,.807-.811h0a.809.809,0,0,1,.809.807l.054,19.968a.884.884,0,0,1-.807.894Z' transform='translate(-293.365 -22.44)' fill='%23231f20'/%3E%3Cpath d='M183.577,10.565a.809.809,0,0,1-.7-1.213L188.043.4a.809.809,0,0,1,1.4,0l5.166,8.947a.809.809,0,0,1-1.4.809l-4.465-7.734-4.466,7.735a.808.808,0,0,1-.7.4' transform='translate(-175.19)' fill='%23231f20'/%3E%3C/g%3E%3C/svg%3E%0A") center top no-repeat;
  background-size: contain;
  padding-top: 29px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  color: #1B1B1B;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 18px;
  margin-top: 16px;
  letter-spacing: -0.1px;
}

@media (max-width:1200px) {
  .projects__tags__line{
    max-width: 540px;
  }
}

@media (max-width:1024px) {
  .projects__list {
      width: calc(50% - 22px);
      display: contents;
  }
  .projects__list > li {
    width: calc(50% - 20px);
  }
}
@media (max-width:767px) {
  .projects__list {
      width: 100%;
      display: block;
  }
  .projects__list > li {
    width: 100%;
  }
  .projects__item-new  {
    left: 16px;
    top: 16px;
    padding: 12px 18px 10px 18px;
    
    font-size: 12px;
    border-radius: 8px;
  }
}

/*banner_popup*/
.banner_popup {
  position: fixed;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(23,23,23,0.79);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  overflow: auto;
  padding: 0 20px;
  box-sizing: border-box;
  flex-direction: column;
}
.banner_popup::before,
.banner_popup::after{
	content:"";
    width:100%;
    display:block;
    flex-grow: 1;
    min-height: 50px;
}
@media (min-width:768px) {
	.banner_popup::before,
    .banner_popup::after{
        min-height: 65px;
    }
}

.banner_popup.banner_popup__open {
  visibility: visible;
  opacity: 1;
}
.banner_popup__wrap1 {
  padding: 0px 0px 20px 0px;
  position: relative;
  background:#CBCAB4;
  max-width: 100%;
  box-sizing: border-box;
  top: 0;
  border-radius: 0 0 33px 33px;
}
.banner_popup__wrap {
  position: relative;
  max-width: 100%;
}
.banner_popup__wrap.banner_popup__wrap--wide,
.banner_popup__wrap.banner_popup__wrap--wide .banner_popup__iframe{
	width:100vw!important
}
@media (min-width:768px) {
    .banner_popup__wrap.banner_popup__wrap--wide,
    .banner_popup__wrap.banner_popup__wrap--wide .banner_popup__iframe{
        width:70vw!important
    }
}


.banner_popup__img img, .banner_popup__img video {
  width: 100%;
  height: auto;
}
.banner_popup__content {
  position: relative;
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.banner_popup__content img,
.banner_popup__content video {
  width: 100%;
  height: auto;
}
.banner_popup__content_wrap {
  position: relative;
  /*
  min-width: 300px;
  */
  margin-top: 0;
  background: #1B1B1B;
  min-height: 50px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.banner_popup__external {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 225px;
  height: 59px;
  background: #E65B2F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.5px;
  transition: all 0.3s ease
}
.banner_popup__external:hover {
  background: #c54e28;
}
.banner_popup__close {
  position: absolute;
  right: 24px;
  right: 0;
  max-width: 20px;
    top: -40px;
  cursor: pointer;
}
@media (min-width:768px) {
    .banner_popup__close{
		top: -52px;
        max-width:none;
    }
}
.banner_popup__title {
  color: #241517;
    font-size: 24px;
    letter-spacing: -0.06em;
    line-height: 1.06em;
    font-weight: 600;
    padding: 6px 0px 0 0px;
}
.banner_popup__descr {
  color: #241517;
    font-size: 34px;
    letter-spacing: -0.06em;
    line-height: 1.06em;
    font-weight: 600;
   padding: 24px 0px 0 0px;
}
.banner_popup__adname_little {
  text-align: left;
  line-height: 1.25em;
  font-size: 20px;
  color: #241517;
  font-weight: 400;
  padding: 80px 45px 0 45px;
  word-break: break-all;
}
.banner_popup__adname_little p:first-child {
  margin-top: 0;
}
.banner_popup .wp-block-video:first-child, .banner_popup .wp-block-image:first-child  {
  margin-top: -80px;
}
.banner_popup .wp-block-video, .banner_popup .wp-block-image  {
  margin: 0 -45px;
}
@media (max-width:767px) {
  .banner_popup__adname_little {
    padding: 70px 33px 0 33px;
  }
  .banner_popup .wp-block-video:first-child, .banner_popup .wp-block-image:first-child  {
    margin-top: -70px;
  }
  .banner_popup .wp-block-video, .banner_popup .wp-block-image  {
    margin: 0 -33px;
  }
  .banner_popup__descr {
    font-size: 24px;
  }
  .banner_popup__title {
    font-size: 17px;
  }
  .banner_popup__adname_little {
    font-size: 14px;
  }
}
.banner_popup .wp-block-video video,
.banner_popup .wp-block-image img {
  width:100% ;
  height: auto;
  vertical-align: top;
}


.projects__item-icon {
  position: absolute;
  width: 36.77px;
  height: 39.5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.774' height='41.521' viewBox='0 0 38.774 41.521'%3E%3Cg transform='translate(-210.411 -320.626)'%3E%3Cpath d='M47.185,28.812A18.4,18.4,0,0,1,21.212,45.552a.43.43,0,0,0-.371.006l-8.583,4.307a.429.429,0,0,1-.6-.517L14.5,40.67a.431.431,0,0,0-.074-.4A18.387,18.387,0,1,1,47.185,28.812Z' transform='translate(201 311.214)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M172.47,60.893a3.146,3.146,0,1,1-3.146-3.146,3.146,3.146,0,0,1,3.146,3.146' transform='translate(60.466 268.507)' fill='%23ffffff'/%3E%3Cpath d='M148.315,146.8a.366.366,0,0,1-.366-.366v-12.5a.143.143,0,0,0-.143-.143h-7.2a.143.143,0,0,0-.143.138l-.144,4.115a.143.143,0,0,0,.143.148h2a.366.366,0,0,1,.366.366v7.873a.366.366,0,0,1-.366.366h-2.644a.143.143,0,0,0-.143.143v4.18a.143.143,0,0,0,.143.143h11.209a.143.143,0,0,0,.143-.143v-4.18a.143.143,0,0,0-.143-.143Z' transform='translate(84.379 199.892)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A") center no-repeat;
  background-size: contain;
  right: 18px;
  top: 18px;
  pointer-events: auto;
}
.banner_popup__buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 0 20px;
}
.banner_popup__button {
	width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px !important;
    
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: #E65B2F!important;
  outline: none!important;
  transition: all 0.3s ease;
}
.banner_popup__wrap_short .banner_popup__button {
  position: absolute;
  top: 5px;
}
.banner_popup__wrap_short  .banner_popup__button_prev {
  left: -70px;
}
.banner_popup__wrap_short  .banner_popup__button_next {
  right: -70px;
}
@media (min-width:768px) {
    .banner_popup__button {
        width: 59px;
      min-width: 59px;
      height: 59px;
      border-radius: 17px!important;
      }
}
.banner_popup__button:hover {
  background: #c54e28!important;
}
.banner_popup__button_next svg {
      transform: rotate(180deg);
}
.banner_popup__adname {
  color: #241517;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.06em;
  line-height: 1.25em;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  word-break: break-word;
  font-weight: 600;
  /* width: calc(100% - 59px - 59px); */
}
@media (min-width:768px) {
	.banner_popup__adname {
        font-size: 20px;
      padding: 19px 5px 10px 5px;
     }
      
}
.banner_popup__reload {
  position: absolute;
  left: 5px ;
  cursor: pointer;
  z-index: 3;
  
   max-width: 20px;
    top: -40px;
}

@media (min-width:768px) {
    .banner_popup__reload{
		top: -52px;
        max-width:none;
    }
}
.banner_popup__iframe {
  position: relative;
  max-width: 100%;
}
.banner_popup__info {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}



.banner_popup__close_all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none!important;
  background: none!important;
}


@media (max-width:767px) {
  .projects__item-icon {
    width: 32px;
    height: 32px;
  }
}