/* Обычный */
@font-face {
	font-family: 'Concepto'; 
	src: url(/assets/fonts/Concepto_BoldItalic.ttf); 
}
 

@font-face {
	font-family: 'roboto'; 
	src: url(/assets/fonts/roboto-regular.ttf); 
}




#navbarNavNew {
    justify-content: center;
}
.nav-link {
    color: #000;
    font-weight: 700;
    padding-right: 1.2rem!important;
    padding-left: 1.2rem!important;
}
.products-title, .whu-title, .callback-title-1 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-weight: 800;
}
.callback-title-2 {
    text-align: center;
    padding-bottom: 1rem;
}
.products-items {
    padding: 2rem;
}
.foto-box {
    border: 2px solid;
    padding: 1rem;
}
.foto-description {
    text-align: center;
    padding-top: 0.5rem;
    font-weight: 500;
}
.foto-price {
    text-align: center;
    /* padding: 0.5rem; */
    font-weight: 300;
}
.form-control {
    height: calc(1.7em + 0.75rem + 2px);
    border-radius: 0;
    margin-bottom: 1rem;
}

.person {
    font-size: .9em;
}
.text-small {
    font-size: .7em;
}
.btn-zayavka {
    background: #FE2502;
    border: #FE2502;
    color: #fff;
    text-decoration: unset;
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.footer_1, .footer_2,.footer_3 {
    height: 3rem;
}
.footer_1 {
    background-image: url(/assets/img/footer_bg1.jpeg);
    background-size: cover;
}
.footer_2 {
    background-image: url(/assets/img/footer_bg2.jpeg);
    background-size: cover;
}
.footer_3 {
    background-image: url(/assets/img/footer_bg3.jpeg);
    background-size: cover;
}
.title_footer_1, .txt_footer_2 {
    display: flex;
    height: 3rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title_footer_1 {
    font-weight: 800;
}
.txt_footer_2 {
    font-weight: 300;
    color:#fff;
    font-size: .8em;
}




.gal_item {
    padding: 2rem;
}
.gal1_button, .gal2_button, .gal3_button, .gal4_button {
    width: 100%;
    height: 21rem;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}
.gal1_button {
    background: url(/assets/gallery/1/1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.gal2_button {
    background: url(/assets/gallery/2/6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.gal3_button {
    background: url(/assets/gallery/3/12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.gal4_button {
    background: url(/assets/gallery/4/18.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.gal_button_txt1 {
    bottom: 4rem;
}
.gal_button_txt2 {
    bottom: 2.5rem;
}
.gal_button_txt1, .gal_button_txt2 {
    position: absolute;
    font-size: 1rem;
    font-family: Concepto;
    color: #fff;
    left: 4rem;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
  padding: .5rem;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.modal-body {
    padding: 0;
}
.modal-dialog {
    max-width: 80%;
}
.modal-header .hb2_title {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 36px;
}
.fotomore {
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-decoration: underline;
    color: #949494;
    text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: unset;
}

@media (max-width: 991px) {
.grid-sizer,.grid-item {
      width: 100%;
}
.modal-dialog {
    max-width: 80%;
    margin: auto;
}

}

@media (max-width: 576px) {
.gal1_button, .gal2_button, .gal3_button, .gal4_button {
    width: 100%;
    /* height: 12rem; */
    height: 80vw;
}

}