.wt-header-navigation{
    background:#000;
}
.wt-sticky{
    background:#000;
}
.wt-sticky-navigation a:hover{
    background-color: #1f57aa;
}
.wt-header-brand {
    width: 25%;
}
.wt-header-action {
    width: 40%;
}
.wt-header-contacts {
    width: 35%;
}
.wt-header-contacts-phone a:before {
    background-image: url(img/svg/contacts-phone.svg);
    background-size: cover;
    filter: invert(100%) brightness(0%) contrast(200%);

}
.wt-footer-contacts-meta:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(img/svg/contacts-phone.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    margin-top: -25px;
    
   filter: invert(100%) brightness(200%) contrast(200%);

}


.section_newservpage_1_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_newservpage_1_list {
    width: 55%;
}

.section_newservpage_1_list_img {
    width: 40%;
}

.section_newservpage_1_list_img img {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_newservpage_1_list_tpl {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 21px;
    box-shadow: 0 0 5px #9b9b9b;
    border-radius: 5px;
}

.section_newservpage_1_list_tpl img {
    width: 50px;
    margin-right: 20px;
}

.section_newservpage_1_list_tpl span {
    font-weight: bold;
    font-size: 18px;
    color: #1c4eb6;
}

.section_newservpage_1_red_text {
    color: red;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.section_newservpage_1 {
    padding-bottom: 60px;
}

.hidemb {
       display: block;
}

.hidepc {
    display: none;
 
}


@media (max-width: 768px){
    .wt-action.hidepc {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}

.wt-action.hidepc a.btn.btn-default.me_phone {
    width: 100%;
}

    .wt-action.hidepc {margin-bottom: 0;margin-top: 0;}

.section_newservpage_1_wrap {
    justify-content: center;
}

    
    .hidemb {
    display: none;
}

.hidepc {
   display: block; 
}
   
    
    .section_newservpage_1_list_img {
    
    width: 100%;
    margin-bottom: 20px;
}

.section_newservpage_1_list {
    width: 100%;
}

.section_newservpage_1_red_text {
    font-size: 16px;
} 
.section_newservpage_1_list_tpl img {
    width: 30px;
}

.section_newservpage_1_list_tpl span {
    font-size: 14px;
}

.section_newservpage_1_list_tpl {
    margin-bottom: 4px;
    padding: 6px;
}

.section_newservpage_1_list_img {
    order: -1;
}
}

@media (min-width: 992px){
    
    



   .wt-footer-contacts-meta {
    padding-left: 40px;
    padding-bottom: 20px;
} 
}
.wt-footer-contacts-meta {
    padding-left: 40px;
    padding-bottom: 20px;
} 


@media (min-width: 992px) {
    [class*="-btn-extra"] .btn {
        font-size: 30px;
        padding: 20px 50px 20px 50px;
    }
}

.wt-header-main {
    padding:40px 0 20px;
    background-color: #a1dbf0;
    background-image: url('img/svg/header-image.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}


.wt-header-main .row {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.wt-header-main .row span {
    color: #111;
    font-size: 2em;
    top: -8px;
    position: relative;
}

.wt-header-main img {
    margin-right: 10px;
    display: inline-block;
}


html,body{
     overflow-x: hidden;
}

@media only screen 
and (min-device-width: 240px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
header {
font-size: 0.5em; /* a little smaller*/
}
}