@media screen and (max-width: 767px) {

  body{

    padding-top:40px;
    
  }
  
}


@media screen and (max-width: 425px) {
    th,td {
        display:revert !important;
    }

    th:nth-child(1),
    td:nth-child(1) {
        display: none!important;
    }


/*
    th:nth-last-child(1),
    td:nth-last-child(1) {
        display: revert !important;
    }
*/
   
    th:nth-last-child(1),
    td:nth-last-child(1) {
        display: none!important;
    }    
    
}

th:nth-child(1),
td:nth-child(1),
th:nth-last-child(1),
td:nth-last-child(1) {
    width:1px;
    white-space: nowrap!important;
}





.logo_mobile {
    width: 200px;
}




.image {
    height: 200px;
    max-width: 100%;
}


h1,h2{
    color: #333;
    font-family: 'Roboto';
    font-weight: 900;
}





header{
    background:#ffef00;
}




header .contacts {
    color: #262626;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
}

header .contacts a{
    color: #262626;
}



header .nav_menu_hor ul > li {
  display: inline;
}

header .nav_menu_hor ul a{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #262626;
  text-decoration: none;
}

header .nav_menu_hor ul a:hover{
  color: #515151;;
}




.nav_menu_ver ul a {
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}


.contacts_mobile-header *{
    
    color: #c2c1c1;
    
}


.color-white{
    
    color: #ffffff!important;
}


.offcanvas{
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.45);
}


.offcanvas-start {
    width: 100%!important;
}


.hamburger rect{
  fill:black;
}




.offcanvas .order_call a {
    background: white;
    padding: 1px 10px 2px 6px;
    border-radius: 6px;
}

.offcanvas .order_call * {
    color: #252323!important;
}


.sticky-top {
    top: 3vw;
}





.request_form {

    background-color: #f9f9f9;

}




table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

table td {
    border: 1px solid #dddddd;
    padding: 5px;
}


.table_price_list tbody tr {
    cursor: pointer;
}

.table_price_list tbody tr:hover {
    color: black
}


.table_price_list tr td:nth-last-child(1) {
    color: #969696;

}



.table_price_list tr:hover td:nth-last-child(1) {
    color: white;
    background-color: #007eff;
}







footer{
    background-color: #383838;
    color: gray;
}


footer p,footer a{
color:gray;
}





.logo_footer img {
    width: 250px;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(50%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(50%);
}




ul {
    list-style-type: none;
}


ul a {
 text-decoration: none;
}






.modal-success {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fafafa;
    border-radius: 5px;
    z-index: 9999;
    width: 400px;
    height: 270px;
    display: none;
}

.success-close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px
}

.success-title {
    font: 24px Roboto;
    font-weight: 500;
    color: #013766;
    text-align: center;
    padding: 60px 0 30px 0
}

.modal-success>svg {

    display: block;
    margin: auto

}

.modal-success>svg>path {
  
  fill: #00a3ff;

}














