@font-face {
    font-family: 'GTSectraFine';
    src: url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Regular.eot');
    src: url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Regular.eot?#iefix') format('embedded-opentype'),
        url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Regular.woff2') format('woff2'),
        url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GTSectraFine';
    src: url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Bold.eot');
    src: url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Bold.eot?#iefix') format('embedded-opentype'),
        url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Bold.woff2') format('woff2'),
        url('/TEMPLATE/CSS/GT-Sectra/GTSectraFine-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html
{
/* cursor: url('/IMG/cursor.png'),url('/IMG/cursor.cur'), default; */
  scroll-behavior: smooth;
  background-color: #fff;
}
body {
  background-color: white;
  font-family: 'GTSectraFine','Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  margin: 0;
  font-size: 22px;
  background-color: #fff;
  letter-spacing: 0.4px;
}

a,a:hover,a:focus
{
    color: #000;
    text-decoration: none;
}
p {margin-bottom: 1.25em;}
h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-family: 'GTSectraFine', sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}
h1 {
  margin-top: 0;
  font-size: 72px
}
h2 {font-size: 2.441em;}
h3 {font-size: 1.953em;}
h4 {font-size: 1.563em;}
h5 {font-size: 1.25em;}

.page{min-height: 100vh;padding-bottom: 100px;}
.btn{
    border-radius: 50px;
    background-color: #3d3c40;
    color: #d0d0d0;
    letter-spacing: 1px;
    transition: .2s all ease-in-out;
    cursor: pointer;
    /* font-weight: bold; */
    padding: 10px 16px 10px;

}
.btn:hover,
.btn:focus,
.btn.active
{
  color: #111;
  background-color: #ddd;
}
.btn:active{
  color: #000;
  background-color: #fff;
}
.cont{
  width: 1680px;
  max-width: calc(100% - 40px);
  padding: 0 20px;
  margin: auto;
}

.underline{
  text-decoration: underline;
  transition: .4s all ease-in-out;
}
.underline:hover{
  text-decoration: none;
  /*color: #fff;
    text-shadow: 0 0 7px #eee,
    0 0 5px #eee,
    0 0 11px #eee,
    0 0 21px #eee*/
}
/*//////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////*/
.blue{
  color: #00f;
}
.btn,
.inter
{
  font-family: "Inter", serif;
}
select,
.select-items div,
.select-selected
{
   font-family: "Inter", serif;
   font-size: 22px;
   transition: 0.2s all linear;
}
.btn:hover,
.btn:focus
{
  color: #00f;
}
.custom-select .select-items div,
.select-selected.select-arrow-active,
.select-selected:hover{
   color: #00f;
   border-color: #00f;
}
/*//////////////////////////////////////////////////////////////////////*/

/*SELECT*/
.custom-select
{
  position: relative;
  display: block;
}
.custom-select select
{
  display: none;
  position: relative;
}
.select-selected
{
  background-color: transparent;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  transition: 0.4s ease-in-out;
  display: none;
}
.select-selected.select-arrow-active:after {
  /* border-color: transparent transparent #000 transparent; */
  transform: rotate(180deg);
  top: 12px;
}
.select-items div,.select-selected {
  padding: 7px 10px;
  padding: 5px 10px;
  border: 1px solid #000;
  cursor: pointer;
  user-select: none;
  border-radius: 20px;
  background-color: #fff;
  border-color: #C6C6C6;
  color: #C6C6C6;
  font-size: 20px;
}
.select-items {
  position: absolute;
  top: calc(100% - -2px);
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  /* overflow: hidden; */
  opacity: 1;
  display: block;
}
.select-hide {
  /* top: 0; */
  /* max-height: 0; */
  opacity: 0;
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #e8e8e8;
}
.select-items div
{
  margin-bottom: -1px;
  text-align: center;
}
.select_helper
{
  height: 1px;
  width: 1px;
  opacity: 0.01;
  padding: 0;
  margin: 0;
  border: none;
}
/*SELECT*/
/*//////////////////////////////////////////////////////////////////////*/
header{
  font-family: "Inter", serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  font-size: 20px;
  padding: 0 20px;
  gap: 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
header a{
  width: calc(25% - 20px););
  display: block;
  padding: 10px 20px 10px 0px;
  box-sizing: border-box;
}
header .active{
  font-weight: bold;
  display: block;
}
/*//////////////////////////////////////////////////////////////////////*/
.info_top{}
.info_top>h1{
    margin: 40px auto 20px;
    text-align: center;
    padding: 0 20px;
}
.info_top>.info{
    max-width: 100%;
    width: 865px;
    text-align: center;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.hp_p{
    padding: 20px 20px;
    margin-top: 40px;
}
.hp_p>.top_filter{position: relative;height: 41px;}
.hp_p>.top_filter>.filter_line{position: absolute;}
.hp_p>.top_filter>.filter_line>.text{
    float: left;
    line-height: 39px;
    padding-right: 20px;
    font-size: 20px;
    font-family: "Inter", serif;
}
.hp_p>.top_filter>.filter_line>.selects{
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 50;
}
.hp_p>.top_filter>.filter_line>.selects .select-selected{
    min-width: 180px;
    /* overflow: hidden; */
    box-sizing: border-box;
    text-align: center;
    padding: 5px 10px;
    font-size: 20px;
    margin: initial;
}
.hp_p>.top_filter>.filter_line>.close{
  border-radius: 100%;
  float: left;
  border: 1px solid blue;
  color: blue;
  line-height: 43px;
  height: 39px;
  width: 39px;
  text-align: center;
  margin-left: 10px;
  display: block;
  transition: 0.2s all linear;
  cursor: pointer;
}
.hp_p>.top_filter>.filter_line>.selects .select-selected:hover{
  background-color: #ddd;
}
.hp_p>.top_filter>.filter_line>.close:hover{
  background-color: blue;
  background-color: #ddd;
}
/*//////////////////////////////////////////////////////////////////////*/
.hp_images{
   padding-top: 0;
   margin: -5px -20px 0;
   width: 100%;
}
.fg-container
{
  width: 100%;
}
/*//////////////////////////////////////////////////////////////////////*/
.cont{}
.cont.v2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: initial;
}
.cont>.left_bar{
    width: 440px;
    max-width: 36%;
    font-size: 18px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
    width: calc(25% - 20px);
}
.cont>.left_bar .nav1{
    margin-bottom: 2rem;
}
.cont>.left_bar .nav1 .h{
    margin-top: 10px;
}
.cont>.left_bar .nav1 .b{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0.5rem;
    /* margin-bottom: 2rem; */
}
.cont>.left_bar .nav1 .b .btn{
    background-color: white;
    border: 1px solid blue;
    color: blue;
    font-size: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cont>.content{
    width: calc(100% - 440px);
    width: calc(75% - 10px);
}
.cont>.content picture{
 
}
.cont>.content picture img{width: 100%;display: block; margin-bottom: 20px;}
.cont>.content .text{
    width: 900px;
    max-width: calc(100%);
}
.cont>.content .text .name{
  color: blue;
  margin-bottom: 20px;
}
.cont>.content .text .body{
  margin-bottom: 20px;
}
.cont>.content .text a,
.cont>.content .text a.url,
.cont>.content .text a.email{
  color: blue;
}
/*//////////////////////////////////////////////////////////////////////*/
.gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
}
.gallery .col{
  
  box-sizing: border-box;
}
.gallery.c4 .col{
  max-width: 25%;
  width: calc(25% - 15px);
}
.gallery.c3 .col{
  max-width: 33%;
  width: calc(33% - 15px);
}
.gallery .item{
    margin-bottom: 20px;
    display: block;
}
.gallery .item>.img{width: 100%}
.gallery .item>.img .filter{}
.gallery .item>.img picture img{
    transition: all 0.2s ease-in-out;
}
.gallery .item>.img picture:hover img,
.gallery .item>.img picture:focus img
{
  
}
.gallery .item>.img picture img{
  width: 100%;
  display: block;
}
.gallery .item>.title{
    margin-top: 1rem;
}

.gallery.projekt{
    margin-bottom: initial;
    gap: 40px;
    margin-top: 0;
    margin-bottom: 60px;
}
.gallery.projekt picture{
   width: calc(50% - 20px);
   display: block;
}
.gallery.projekt picture.wide{
   width: calc(100%);
   display: block;
}

.gallery.projekt picture img{
  width: 100%;
}
.gallery.c2,
.gallery.c1{
  display: none;
}
.selected .select-selected {
    color: blue;
    border-color: blue;
}
/*//////////////////////////////////////////////////////////////////////*/
.pictures{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  
}
.pictures .picture.l{
    width: calc(100%);
}
.pictures .picture{
    width: calc(33.33% - 10px);
}
.pictures .picture picture{}
.pictures .picture picture img{
  width: 100%;
  margin-bottom: 0;
}
/*//////////////////////////////////////////////////////////////////////*/
.prace{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.prace.o_a{
  
}
.prace .item{
  width: calc(50% - 10px);
}
.prace .item.o_a{
  width: calc(33.33% - 10px);
}
.prace h2{
  color: blue;
  margin-top: 1rem;
}
.prace .text{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.prace .btns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.prace .btns .btn{background-color: white;color: black;border: 1px solid black;padding: 5px 10px;font-size: 18px;}
.prace .btns .btn:hover,
.cont>.left_bar .nav1 .b .btn:hover,
.cont>.left_bar .nav1 .b .btn.active
{
  border-color: blue;
  background-color: blue;
  color: white;
}
.cont>.left_bar .nav1 .b .btn:active{
  border-color: white;
}
.prace .item img{
  width: 100%;
  display: block;
}
/*//////////////////////////////////////////////////////////////////////*/
.mobile_hamburger{
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.mobile_hamburger img{
  width: 40px;
  display: block;
  padding: 20px;
}
/*//////////////////////////////////////////////////////////////////////*/
.mobile_menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 50;
  display: none;
}
.mobile_menu>div{
    margin: 10vh auto;
}
.mobile_menu>div a{
  display: block;
  text-align: center;
  padding: 20px;
  font-family: "Inter", serif;
}
.mobile_menu img{
  position: absolute;
  right: 0px;
  top: 20px;
  padding: 20px;
  height: 20px;
}
/*//////////////////////////////////////////////////////////////////////*/

.content{}
.content .item{}
.content .item picture{}
.content .item picture img{}

/*//////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 1440px){}
@media only screen and (max-width: 1024px){
  .gallery .col{
    width: calc(33% - 12px);
    max-width: initial;
  }
  header{
    display: none;
  }
  .mobile_hamburger{
    display: flex;
  }
  h1{
    font-size: 60px;
  }
  .cont>.left_bar{
    width: 100%;
    max-width: initial;
    padding-right: initial;
  }
  .cont>.content{
    width: 100%;
  }
  .prace .item{
    width: 100%;
  }
  .cont.o-atelieru >.left_bar{
    order: 2;
  }
  .cont.o-atelieru >.right_bar{
    order: 1;
  }
  .pictures .picture{
      width: calc(25% - 10px);
  }
  
}
@media only screen and (max-width: 768px){
  .gallery .col{
    width: calc(50% - 12px);
    max-width: initial;
  }

  h1{
    font-size: 40px;
  }
  .pictures .picture{
      width: calc(100%);
  }
  
}
@media only screen and (max-width: 500px){
  .gallery .col{
    width: calc(100% - 0px);
    max-width: initial;
  }
  .hp_p>.top_filter>.filter_line>.selects{
    width: 100%;
  }
  .filter_line .custom-select{
    width: 100%;
  }
  .hp_p>.top_filter{
    height: 180px;
  }
}