@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Regular.woff2') format('woff2'),
    url('/fonts/Mont-Regular.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-SemiBold.woff2') format('woff2'),
    url('/fonts/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Bold.woff2') format('woff2'),
    url('/fonts/Mont-Bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Heavy.woff2') format('woff2'),
    url('/fonts/Mont-Heavy.woff') format('woff');
    font-weight: 800;
}
body{
    font-family: 'Mont',sans-serif;
}
 body .call-back-link{
    color: #FBBE07;
    font-size: 14px;
     transition: .3s;
     font-weight: 600;
     cursor: pointer;
}
body .call-back-link:hover{
    color: #fff;
    text-decoration: none;
}
.modal-title{
    color: #343a40;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}
.modal-sub-title{
    color: #343a40;
    font-weight: 400;
    font-size: 16px;
}
.color-dark{
    color: #343a40;
}
.modal-body{
    max-width: 500px;
}
.modal-body_video{
    max-width: 100%;
}
.modal-video video{
    width: 100%;
    height: 100%;
}
a{
    color: #FBBE07;
    text-decoration: underline;
}
a:hover{
    color: #FBBE07;
    text-decoration: none;
}
.contact-info .info-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact-info .info-text{
    flex: 1;
}
.info-price{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
}
.portfolio .portfolio-btn-list {
    text-transform: uppercase;
}