@font-face{
    font-family: 'Neo Sans LIghtItalic';
    src: url('../fonts/NeoSansCyr-LIghtItalic.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face{
    font-family: 'Neo Sans Cyr LIght';
    src: url('../fonts/NeoSansCyr-LIght.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Neo Sans Cyr Medium';
    src: url('../fonts/NeoSansCyr-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'Neo Sans Cyr Regular';
    src: url('../fonts/NeoSansCyr-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Neo Sans Cyr Italic';
    src: url('../fonts/NeoSansCyr-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
html, body{
    padding: 0;
    margin: 0;
    height: 100%;
}
body *{
    font-family: "Neo Sans Cyr LIght", sans-serif;
    font-size: 19px;
    outline: 0!important;
}
.wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content{
    flex: 1 0 auto;
}
footer{
    flex: 0 0 auto;
    color: #fff;
}
footer p{
    margin: 0;
}
.footer-contact{
    font-size: 44px;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    margin-bottom: 70px;
}
.footer-phone, .footer-email, .footer-address{
    font-size: 26px;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    margin-bottom: 20px;
}
.footer-link{
    color: #CB2D2D;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    text-decoration: none;
}
.footer-link:hover{
    text-decoration: none;
    color: #CB2D2D;
}
.copyright{
    margin-top: 100px;
}
.copyright-text{
    color: #696969;
    font-size: 14px;
}
.copyright-text a{
    color: #696969;
    font-size: 14px;
    text-decoration: underline;
}
.header-bg{
    background-image: url("../images/header_bg.jpg");
    background-position: center center;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 30px;
}
.header-bg .nav-link{
    margin-right: 40px;
}
.header-bg .nav-item:first-child .nav-link{
    margin-left: 10px;
}
.header-bg .nav-item:last-child .nav-link{
    margin-right: 0;
}
.footer-bg{
    background-image: url("../images/footer_bg.jpg");
    background-position: center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.btn-callback{
    position: relative;
    background: transparent;
    border: 2px solid #5E6063;
    padding: 10px 30px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
}
.slider{
    margin-top: 145px;
}
.left-top{
    background-image: url('../images/left-top.png');
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.left-bottom{
    background-image: url('../images/left-bottom.png');
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -2px;
    left: -2px;
}
.right-top{
    background-image: url('../images/right-top.png');
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -2px;
    right: -2px;
}
.right-bottom{
    background-image: url('../images/right-bottom.png');
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -2px;
    right: -2px;
}
.header-address{
    text-align: right;
    line-height: 1;
    padding-right: 30px;
}
.header-address > span{
    display: block;
}
.header-mail a{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.header-mail a:hover{
    text-decoration: none;
}
.header-phone{
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
}
.header-menu .nav-item a{
    color: #FFFFFF!important;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    text-transform: uppercase;
}
.slider *{
    color: #FFFFFF;
}
.slider-button{
    background-color: #D42323;
    padding: 20px 50px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-size: 16px;
    margin-top: 45px;
    margin-bottom: 120px;
}
.slider-button:hover{
    text-decoration: none;
}
#callback .close span{
    font-family: Arial, sans-serif;
}
#callback .invalid-feedback{
    display: none;
}
.more{
    display: inline-block;
    padding: 10px 23px;
    color: #FFFFFF;
    background-color: #D42323;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-size: 16px;
    position: absolute;
    right: 35px;
    bottom: 50px;
}
.more:hover{
    text-decoration: none;
}
.title-h1{
    font-size: 44px;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-weight: bold;
}
.title-h3{
    display: inline-block;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 21px;
    color: #000;
}
.title-h3:hover{
    color: #D42323;
    text-decoration: none;
}
.service-block{
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 370px;
}
.col-block{
    padding-top: 15px;
    padding-bottom: 30px;
}
.portfolio-more{
    color: #BC2020;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
}
.portfolio-more:hover{
    color: #000;
    text-decoration: none;
}
.portfolio-more i{
    padding-left: 5px;
}
.content-main{
    padding-top: 110px;
    padding-bottom: 100px;
}
.portfolio-block{
    margin-top: 120px;
}
.portfolio-item-title:hover{
    text-decoration: none;
    color: #D42323;
}
.hvr-underline-from-left::before{
    background: #CB2D2D;
}
.title-page{
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-size: 44px;
    color: #ffffff;
}
.breadcrumb{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
}
.breadcrumb a{
    color: #ffffff;
}
.breadcrumb-item.active{
    color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #ffffff;
}
.navbar{
    padding-left: 0;
    padding-right: 0;
}
.form-title-contact{
    font-size: 36px;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    margin-bottom: 30px;
}
.contact-title-p{
    margin-bottom: 5px;
}
.contact-block-m{
    margin-bottom: 30px;
}
.portfolio-item-title{
    font-size: 20px;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    color: #131313;
    text-decoration: underline;
    font-weight: bold;
}
.portfolio-block-item{
    padding-top: 15px;
    padding-bottom: 30px;
}
.portfolio-image{
    display: block;
    margin-bottom: 15px;
}
.portfolio-children-title{
    text-align: center;
    padding-top: 15px;
    margin: 0;
}
.portfolio-children-block{
    padding-top: 15px;
    padding-bottom: 15px;
}
.item-link{
    display: block;
    height: 269px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.my-pagination{
    margin-top: 50px;
}
.my-pagination .page-link{
    border-radius: 50%!important;
    margin: 5px;
}
.my-pagination a.page-link{
    border: 1px solid #FFFFFF;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-weight: bold;
    color: #000;
}
.my-pagination a.page-link:hover{
    background: none;
}
.my-pagination .page-item.active .page-link{
    background-color: transparent;
    border-color: #B92C2C;
    color: #B92C2C;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-weight: bold;
}
.contact-form button{
    cursor: pointer;
}
.item-block-rel{
    position: relative;
}
.item-block-rel:hover .item-hover-bg{
    display: block;
}
.item-hover-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(188, 32, 32, 0.7);
    display: none;
}
.plus-circle{
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 50px;
    line-height: 18px;
}
.pryce-title h1{
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 25px;
}
.pryce-title-scroll{
    padding-top: 20px;
}
.pryce-title-scroll a{
    color: #B92C2C;
    text-decoration: underline;
    font-family: 'Neo Sans Cyr Regular', sans-serif;
}
.slider-title-h1 h1{
    font-size: 44px;
    font-family: 'Neo Sans Cyr Medium', sans-serif;
    line-height: 60px;
}
.content-main__description{
    padding-bottom: 20px;
}
.content-main__title{
    margin-bottom: 30px;
}
.service-image{
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 15px;
}
a.scrollto{
    color: #D42323!important;
    text-decoration: underline;
    font-family: 'Neo Sans Cyr Regular', sans-serif;
    margin-top: 15px;
    display: inline-block;
}
.loader_ajax{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.loader_ajax_spinner{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../images/loader-ajax.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
}
.service-video{
    width: 500px;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media(max-width: 576px){
    .more{
        right: auto;
        bottom: 30px;
    }
    .item-link{
        height: 200px;
    }
    .slider{
        margin-top: 50px;
    }
}
@media(max-width: 768px){
    .footer-contact{
        margin-bottom: 30px;
    }
    .copyright{
        margin-top: 30px;
    }
    .copyright-text{
        float: none;
        display: block;
    }
    .footer-link{
        margin-bottom: 20px;
        display: block;
    }
    .footer-phone, .footer-email, .footer-address{
        margin-bottom: 5px;
    }
    .footer-bg{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service-block{
        height: 200px;
    }
    .content-main{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .portfolio-block{
        margin-top: 30px;
    }
    .my-pagination{
        margin-top: 20px;
    }
    .plus-circle{
        top: 40%;
        left: 40%;
    }
    .header-bg .nav-link{
        margin: 0!important;
    }
}
@media(max-width: 992px){
    .header-address, .header-callback{
        display: block;
        text-align: left;
        width: 100%;
    }
    .header-address{
        margin-bottom: 10px;
        margin-top: 10px;
        padding-right: 0;
    }
    .header-callback{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #modal-map{
        width: 100%!important;
    }
}
@media(max-width: 1200px){}