@import "responsive.css";
@import "page-key.css";
@import "page-parts.css";
@import "page-sensor.css";
body{
    background: #fff;
    font-size: 16px;
    color: #0e1118;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
a{
    font-family: Montserrat, sans-serif;
    font-size:17px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #000;
}
img{
    width: 100%;
    height: auto;
}
section{
    position: relative;
}
h2{
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    margin-top: 0;
}
p{
    padding: 0;
    margin: 0;
}


/*===================Header========================*/


.wrapper{
    position: relative;
    margin: 0 auto;
    max-width: 768px;
    height: 100%;
}

.main-wtm{
    background: #0e1118;
    padding: 25px 135px 35px;
    display: flex;
    justify-content: space-around;
}
.button-a {
    display: block;
    color: #fff;
    background: #E6B300;
    padding: 9px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
}
.button-a:hover {
    background: #D43030;
    color: #fff;
    text-decoration: none;
}
.adr{
    color: #ffffff;
    font-size: 19px;
}
.phones {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.phones span {
    color: #e6b300;
    font-size: 23px;
}
.wr-order{
    text-align: center;
}
.cont_wr a:hover{
    text-decoration: none;
 }

.modal-footer {
    justify-content: flex-start;
}


/*===========navi=========*/

.bg-nav-wtm{
    padding: 15px;
    background: #e6b300;
}
.navbar-toggler span{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.menu {
   padding-left: 10px;
}
.menu li {
    list-style: none;
    margin-bottom: 12px;
}
.menu li a{
    color: #fff;
}
.menu li a:hover{
    color: #e6b300;
    text-decoration: none;
}
.modal-backdrop {
    z-index: 1019 !important;
}
/*======Секция Main-content========*/


.main_title h1{
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.main-content{
    background: url("../images/bg_main.jpg");
    background-size: cover;
    padding: 15px;
}
.portal-1{
    text-align: center;
    background: url("../images/portal/1.png");
    background-size: cover;
    height: 235px;
}
.portal-2{
    text-align: center;
    background: url("../images/portal/2.png");
    background-size: cover;
    height: 235px;
}
.portal-3{
    text-align: center;
    background: url("../images/portal/3.png");
    background-size: cover;
    height: 235px;
}
.port-span{
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 30px;
}
.bold{
    font-weight: 600;
    color: #E6B300;
}


/*======Секция footer========*/

.footer-content{
    background: #070302;
    padding: 50px 15px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-logo_wr{
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.footer-logo_wr p{
  margin-left: 10px;
}
.footer-logo_wr img {
    width: 23%;
    margin: auto;
}
.footer-wrap-order{
    text-align: center;
}

.copy-st-site{
    padding: 15px;
    background: #0e1118 ;
}
.copy-st-site p{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.copy-st-site p a{
    color: #E6B300;
}
.modal-tel{
    font-size: 30px;
}

#mod-2, #mod-3{
    padding: 20px 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 4px;
    background: #e6b300;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100px;
    /*left:50%;
    margin-left:-150px;*/
    z-index: 10000;
    text-align: center;

}

















































