@font-face{
	font-family: NeoSansPro-Med;
    src: local("NeoSansPro-Med"), url(../fonts/NeoSansPro-Medium.ttf);
}
@font-face{
    font-family: Roboto;
    src: local("Roboto"), url(../fonts/Roboto.ttf);
}
body{
	/*font-family: "NeoSansPro-Med";*/
    font-family: 'Roboto';
   	font-size: 20px;
    font-weight: 300;
}
.h1, h1, .h2, h2 {
    font-family: "NeoSansPro-Med";
    font-size: 3rem;
    /*font-family: 'Roboto';*/
    /*font-weight: 600;*/
    text-align: center;
}
.h3, h3{
    font-family: "NeoSansPro-Med";
    font-size: 3rem;
    /*font-family: 'Roboto';*/
    font-weight: 300;
    text-align: center;
}
.img-fluid {
    border-radius: 0.9rem;
}
.card-body h5{
    font-family: "NeoSansPro-Med";
    font-size: 1.5rem;
    font-weight: normal;
}
.card-body a{
    margin-top:30px;
    margin-bottom: 20px;
}
/*.h2, h2 {
    font-family: "NeoSansPro-Med";
    font-size: 3rem;
    font-weight: 600;
}*/
.pb-01 span {
    /*background-color: #ffcb0c;*/
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}
a{
    color:#004085;
}

.card {
    border-radius: 0.9rem;
}

.navbar{
    padding: .9rem 1rem;
}
.navbar-dark {
    border-bottom: 2px solid rgba(34, 22, 0, 0.12);
}
.animate{
    /*background: #071821;*/
	background: #fff;
    /*color:#000 !important;*/
	/*border-bottom-color: transparent;*/
    border-bottom-color: #b3b3b370;
  	transition: all .3s cubic-bezier(0.47, 0.03, 0.68, 0.96);
}
.slider{
    font-family: "NeoSansPro-Med";
	overflow: hidden;
	position: relative;
    /*border-bottom: 6px solid #ffcb0c;*/
	min-height: 600px;
	background: url(../img/slide3.jpg)no-repeat;
}
.slider_page2{
    background: url(../img/slide4.jpg)no-repeat;
}
.slider span {
    font-weight: normal;
}
.slider .wrap{
	position: absolute;
	/*top: 200px;*/
	margin-top: 100px;
	text-shadow: 0 0 10px #000;
    z-index: 100;
}
.slider .card {
    background-color: #969696a3;
}.slider .card:hover {
    background-color: #fff;
    outline: none;
}
.slider .form-control {
    background-color: #969696a3;
    color: #000;
    border: 1px solid #737373eb;
    font-weight: normal;
}
.slider .mcard .btn-primary {
    background-color: #d53c25;
    border-color: #b9301c;
}
.slider .mcard .btn-primary:hover{
    background-color: #d53c25b8;
    border-color: #b9301c;
}
.slider input::placeholder{
    color: #000;
}
.form-control-lg{
    font-size: 1.2rem;
}
.btn{
	padding: .4375rem 1.5rem;
}
.btn-primary {
    color: #fff;
    background-color: #d53c25;
    border-color: #b9301c;
}
.btn-primary:hover {
    color: #fff;
    background-color:  #d53c25b8;
    border-color: #b9301c;
}
/*переопределю _buttons.scss:44*/
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d53c25b8;
    border-color: #b9301c;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(185 48 28 / 50%);
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.navbar-dark .navbar-brand {
    color: #fff :inherit;
    text-shadow: 0 0 10px #000;
}
.test {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000; 
    background: rgba(0, 0, 0, 0.4); 
    z-index: 100;
}

.wrap .phone{
    color: #fff;
    font-size: 34px;
    display:none;
}

/*Обратный звонок*/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: none;
}
.card-body {
    flex: 1 1 auto;
    /*padding: 2rem;*/
    font-size: 18px;
}
.d-flex {
    display: flex!important;
}
.mtop4{
    margin-top: 3.5rem;
}
.page1 .mtop4{
    margin-top: 3.5rem;
}
.mtop6{
    margin-top: 40px;
}
.mbot6{
    margin-bottom: 40px;
}
.slider p {
    font-size: 3rem;
}
/*.display {
    font-size: 3rem;
    display: inline;
}*/
.slider span{
    /*background-color:#ffcb0c;*/
    padding:5px 10px;   
}
.slider .phone span{
    background:none;

}
.slider .card{
    border: 1px solid rgba(0,0,0,.125);
}
.pb-0{
    position: relative;
    /*height: 935px;*/
    overflow:   hidden; 
}
.pb-0 .api{
    /*display:flex;*/
    /*align-items: flex-start;*/
}
.pb-0 .api img{
    margin:20px 10px;
}
.pb-01{
    background-color: #d75c12;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    margin-top: 60px;
    color:#fff;
}
.pb-01 .card{
    /*outline: 3px solid #ffcb0c;*/
    color: #0f0f0f;
}
.pb-01 .card-footer{
    font-family: "NeoSansPro-Med";
}
.pb-02{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    /*text-align: center;*/
}
.pb-02 .card {
    width: 15rem;
}
.pb-02 .card img{
    width: 80px;
}
.pb-02 h5 {
    text-align:center;
}
.pb-02 .card:hover{
    box-shadow: none;
}

.pb-03 h5, .pb-03 a{
    text-align: center;
}
.pb-03 .card img{
    width: 150px;
    margin: 0 auto;
}
.pb-03 .card{
    border: none;
}
.pb-03 .card:hover{
    box-shadow: none;
}
.pb-03 .card-body a{
    font-family: "NeoSansPro-Med";
    font-size: 1.5rem;
    text-decoration: underline;
    line-height: 1.2;
}
.pb-04{
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 60px;
}
.mflex {
    display: flex;
    align-items: flex-end;
}

.pb-05 {
    /*border-top: 6px solid #ffcb0c;*/
    /*border-bottom: 6px solid #ffcb0c;*/
    position: relative;
    background-color: #ffcb0c;
}
.pb-05 .connect{
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 20px;
}
.pb-05 .bg{
    /*background: url("../img/main_2.jpg");*/
    background: url("../img/connect2.jpg");
    background-size: cover;
}

.pb-06 {
    padding-bottom: 50px;

}
.pb-06 img{
    padding-right: 10px;
}

.pb-06 .wrap{
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.pb-06 .wrap .center{
    margin-left:10px;
}
.pb-06 .wrap .left{
    padding-top: 35px;
}
    .pb-06 .wrap .right{
    padding-top: 20px;
}
a.card {
    text-decoration: none;
    color:#4c4c4c;
}
a.card h3{
    color:  #000;
    font-size: 24px;
}
.card-text span{
    color: red;
    font-weight: bold;
}
.card:hover{
     transition: background-color .2s ease,box-shadow .2s ease,transform .2s ease;
    box-shadow: 0 0 15px rgba(0,0,0,.7);
}

.mt-6{
    margin-top: 60px;
}
.mb-6{
    margin-bottom: 50px;
}
.jus{
    text-align: justify;
}
.p-2 {
    padding: 1rem!important;
}
.tcaption{
    font-size: 2rem;
    text-align: center;
}
.pb-1{
    position: relative;
    background: url(../img/pb-0-1.jpg);
    background-repeat: no-repeat;
    line-height: 1.1em;
}
.pb-1 .card i{
    font-size: 50px;
    color: blue;
}
.card-body {
    padding: 1.1rem;
}

.nav-link{
    padding: 6px 5px 6px 0px;   
}
.vmenu-h{
    padding: 10px 5px;
    border: 1px solid #e8e8e8;
    border-top: 5px solid #3c2d23;
    border-bottom: none;
}
.vmenu {
    border-radius: 10px;
}
.left a i{
    margin-top: 5px;
    float: right;
    margin-right: 0px;
    transition: transform .2s ease;
}
.left .vmenu a{
    color: #4c4c4c;
    border-bottom: 1px dotted #e6e6e6;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    font-size: 18px;
}
.left .vmenu ul li:last-child{
    border-bottom: none;
}
.left .vmenu ul{
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: 5px solid #3c2d23;
}
.left .vmenu li:hover{
    background-color: #f7f7f7;
}
.left .vmenu li:hover a i{
    transition: transform .2s ease;
}
i[class*=hover-] {
    transition: transform .2s ease;
}
.left .vmenu a.red{
    color: red;
}
.pb-0 .left{
    margin-top: 50px;
}
.pb-2{
    position: relative;
    height: 900px;
    line-height: 1.1em;
}
.slider .call{
    display: none;
}
.pb-05 .row{
    margin-right: 0px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    margin: 5px 0;
}
.navbar img{
    height: 60px;
}

/*Малые девайсы («ландшафтные», >= 575px)*/
@media (max-width: 767.98px) {
    a.nav-link{
        font-size: 1.5em;
    }
    .slider {
        border-top: 6px solid #ffcb0c;
    }
    .mtop4 {
        margin-top: 0px;
    }
    .fixed-top {
        position: inherit;  
    }
    .slider{
        background: url(../img/slide3-xs.jpg)no-repeat;
    }
    .slider p {
        font-size: 1.8em;
    }
 /*   .slider .display {
        font-size: 1.8em;
        margin-bottom: 50px;
    }
*/   
    .pb-01{
        margin:0px 5px 10px 5px;
        padding-top: 40px;
    }
    .pb-02 .card{
        margin-bottom: 10px;
        width: 100%;
    }
    .pb-02 .mb-4{
        margin-bottom: 0px!important;
    }
    .slider .call{
        display: block;
        width: 100%;
        text-align: center
    }
    .slider .call .btn {
    padding: 10px 50px;
    }
    .slider .call a{
        font-size: 22px;
    }
    .navbar-dark .navbar-toggler{
        border: 2px solid #000;
    }
    .navbar-dark {
        background-color: #fff;
    }
    .navbar a{
        color: #000!important;
        text-shadow: none!important;
    }
    .navbar .navbar-toggler .navbar-toggler-icon{
        /*background-color: #000;*/
        color: #000;
    }
    .card a{
        font-size: 26px;
    }
    


 
}

/*Средние девайсы («таблетки», >= 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*Большие девайсы (большие десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Большие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) {
    
}


