/*
Theme Name: Lightning-child
Version: 15.29.6
Template: lightning
*/

#vk-mobile-nav-menu-btn{
    display: none;
}

.site-footer-copyright p{
    font-size: 1rem;
}
.site-footer-copyright p:nth-child(2){
    display: none;
}

.company_info{
    width: 100%;
    background:linear-gradient(90deg,rgb(245,245,245) 79%,rgba(218,236,242,0) 79%);
    margin-top: 40px;
    padding-top:70px;
    padding-right:0px;
    padding-bottom:20px;
}
.top_title {
    padding-left: 45px;
}
.company_img{
 width: 92%;
 margin: 0 auto;
}

.top_title::before{
    content: "";
    position: absolute;
    background: linear-gradient(262deg, #4594CA 0%, #70C1DF 100%);
    width: 14px;
    height: 75px;
    flex-shrink: 0;
    position: absolute;
    left: 20px;
    font-weight: 700;
}
.top_title_h2{
    padding: 0 0;
    border-top: 0 solid var(--vk-color-primary);
    border-bottom: 0px solid var(--vk-color-border-hr);
    margin-bottom: 0px;
}

.top_title p {
    font-size: 1.5rem;
}
.company_comment {
    font-size: 1.2rem;
    text-align: left;
    padding: 20px;
    font-weight: 400;
}
.company_profile table {
    border-collapse: collapse;
    width: 85%;
    margin: 50px auto 0;

}
.company_profile{
    margin-top: 0px;
    padding-top:70px;
    padding-right:0px;
    padding-bottom:20px;
}
.company_profile th ,
.company_profile td{
    padding: 15px 25px;
    border-color: #FFF;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
}
.company_profile th {
    background-color: #00000017;
}

.contact {

    width: 100%;
    background-image: url(./_g3/img/contact.jpg);
    background-size: cover;
    min-height:400px;
    aspect-ratio:unset;
    text-align: center;
    padding-top:90px;
    padding-right:30px;
    padding-bottom:30px;
    padding-left:30px;
    color: #FFF;
}

.contact_title {
    font-size: 2rem;
    z-index: 2;
}
.contact a {
    background-color: #ffaa0c;
    padding: 10px 40px;
    border-radius: 30px;
    color: #FFF;
    font-size: 1.5rem;
    z-index: 2;
}
footer {
    background: linear-gradient(75deg, rgb(25, 102, 177) 2%, rgb(81, 161, 209) 100%);
    text-align: center;
    padding: 100px 0 150px;
}

footer img {
    width: 80%;

}
footer p {
    padding:20px 0 30px;
    color: #FFF;
}
.site-body {
    padding: 2rem 0 0;
}