@font-face {
	font-family: "robotoSlabBold";
	src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "robotoSlabRegular";
	src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
.carousel-centered{
    bottom: 0%;
    left: 20%;
}
.menu-wrapper li{
    margin-bottom: 10px;
}
.carousel-title{
    font-family: robotoSlabRegular;
    font-weight:100;
}
h1, .h1, h2, .h2, h3, .h3{
    font-family: robotoSlabBold;
}
.btn-theme-sm {
    padding: 15px 35px 10px;
}
.header .logo-img{
    width: 100px;
}
.inside-header{
    box-shadow: 0 0 1px;
}
.page-on-scroll .logo-img, .inside-header .logo-img{
    width: 80px;
}
.footer .footer-logo {
    width: 50px;
}
.copy-block{
    text-align: center;
}
.copy-block img{
    margin-bottom: 15px;
}
.menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-cont-phone a{
    color: #FFF;
    font-size: 21px;
}
.top-cont-phone a:hover{
    color: #e74523;
}
.top-cont-phone svg{
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
}
.top-cont-phone svg path{
    fill: #FFF;
}
.page-on-scroll .top-cont-phone svg path, .inside-header .top-cont-phone svg path{
    fill: #000;
}
.top-cont-email{
    text-align: right;
}
.page-on-scroll .top-cont-phone a, .inside-header .top-cont-phone a {
    color: #515769;
}
.top-cont-email a{
    font-weight: 700;
}
.btn-theme-sm:after{
    content: none;
}
.top-nav-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-nav-block .btn-theme-sm{
    padding: 7px 35px 5px;
}
.top-cont-block{
    margin-left: 30px;
    margin-right: 30px;
}

.smallerh2{
    font-size: 21px;
    line-height: 26px;
    text-align: center;
}
.accordion .panel-title-child{
    padding: 15px;
}
.accordion .panel-title, h3, h4 {
    font-size: 20px;
}

/**/
.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    .swiper-button-next, .swiper-button-prev {
        top: 30%;
        width: 44px;
        height: 44px;
        background: #000;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 19px;
        color: #FFF;
    }
/**/
.carousel-indicators li{
    margin: 2px !important;
}
.carousel-indicators .active {
    background-color: #E74623;
}
/**/
.menu-btn{
    width: 50px;
}
.menu-btn a{
    display: block;
}
.menu-btn span{
    width: 100%;
    height: 3px;
    border-radius:3px;
    background: #FFF;
    margin-bottom: 3px;
    display: block;
    margin-bottom: 8px;
}

.page-on-scroll .menu-btn span, .inside-header .menu-btn span{
    background: #000;
}

#menu{
    width: 90%;
    height: 90%;
    background: rgba(255,255,255, 0.7);
}
.menu-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.topmenu-list{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.menu-wrapper a{
    font-size: 21px;
    color: #441f1f;
}
.menu-wrapper a:hover{
    color: #e74523;
}
/**/
.type-info{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    background: rgba(0,0,0, .5);
}
.type-title, .type-price{
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 21px;
}
.type-line{
    height: 3px;
    width: 50px;
    background: #FFF;
    border-radius: 10px;
    margin: 2px auto 5px;
}
.type-title{
    color: #FFF;
}
.type-price{
    color: #E74623;
}
/**/
.text-page{
    margin-top: 150px;
}
.text-page h1{
    margin-bottom: 35px;
}
.text-page h2{
    line-height: 15px;
}
.fl-l{
    float: left;
    margin-right: 15px;
    max-width: 300px;
}
/**/
.form{
    max-width: 400px;
    padding: 35px;
}
#callbackModal{
    background: rgba(255,255,255, .9);
}
.form input[type=text]{
    width: 100%;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    padding: 10px;
}
.btn-theme-sm {
    padding: 10px 35px 10px;
}

/**/
.lookmaplink{
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.contact-page-form{
    padding: 0;
    margin-top: 40px;
    max-width: 500px;
}
.contact-page-form h3{
    padding: 10px;
    margin: 0;
}
.rek-img{
    display: block;
    width:180px;
    margin: 0 auto;
    position: relative;
    top:0;
    transition: top .25s;
}
.rek-link:hover .rek-img{
    top: -20px;
}
.rek-link:hover .smallerh2{
    color: #000;
}
.text-page p, .text-page li{
    font-weight: 400;
    color: #515769;
    font-size: 16px;
}
.btn-white-bg, .btn-white-bg:focus {
    background: #e74523;
    transition: background .25s;
}
.btn-white-bg:hover{
    background: #96230b;
}
.fancybox-close-small {
    color: #e74523 !important;
}
.color-base {
    color: #007194!important;
}
.work-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work-item{
    width: 32%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.wi-title, .wi-info{
    position: absolute;
}
.wi-title{
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0, .7);
    padding: 10px;
    color: #FFF;
    font-weight: 700;
    z-index: 9;
}
*{max-width:100%}
.wi-info{
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform .5s;
    padding: 10px;
    /*opacity: 0;
    transition: opacity .5s;*/
}
.work-item:hover .wi-info{
    /*opacity: 1;*/
    transform: translateY(0);
}
.gallery-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-items a{
    width: 31%;
    margin: 1%;
    /*max-width:30%;*/
}
.gallery-items.horizontal a{
    margin: 1%;
    width:47.5%;
}


.mw-contacts{
    width: 100%;
    text-align: center;
}
.banner-block{
    padding: 15px;
    border-radius: 10px;
}
.banner-block.black{
    background: rgba(255,255,255, 0.1);
}
.banner-block.white{
    background: rgba(0,70,255, 0.2);
}
.desktop-img{
    display: block;
}
.mob-img{
    display: none;
}


/* go media */
@media (max-width: 1200px){
    .carousel-centered {
        left: 10%;
    }
}

@media (max-width: 991px){
    .carousel-centered {
        left: 0%;
        width: 100%;
    }
    .banner-block{
        border-radius: 0;
    }
    .work-item { width: 48%; }
    .header { background: transparent; }   
    .page-on-scroll .header{ 
        background: #FFF; 
        padding: 5px 0;
        box-shadow: 0 0 5px;
    }
}

@media (max-width: 768px){
    h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .menu-wrapper li{
        line-height: 16px;
    }
    .menu-wrapper a {
        font-size: 16px;
     }
    .top-cont-phone a {
        font-size: 18px;
    }
    .header .logo {
        width: auto;
        height: auto;
    }
    .top-nav-block{
        justify-content: end;
    }
     .top-order-btn-block{
         width: 100%;
         order: 3;
         text-align: right;
     }
}


@media (max-width: 600px){
    .work-item { width: 100%; }
    .work-item img{ width: 100%; }
}

@media (max-width: 600px){
    .desktop-img{ display: none !important; }
    .mob-img{ display: block; }
}