/*
Theme Name:  MyAgroParts Child
Theme URI:   https://myagroparts.ru/
Description: Дочерняя тема для MyAgroParts Step 7 Blog Archive. Используйте её для безопасного добавления собственных стилей и переопределения шаблонов — обновления родительской темы не затронут ваши правки.
Author:      Alexey Noskovich
Author URI:  https://myagroparts.ru/
Template:    myagroparts
Version:     1.0.0
Text Domain: myagroparts-child
*/


.cooperation-section{
    background: linear-gradient(135deg, #145214 0%, #1e7a2a 50%, #2d9a3f 100%);
    margin-left:0px!important;
    margin-right:0px!important;
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    gap: 48px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cooperation-section-suptitle{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.cooperation-section-title{
    
}

.cooperation-section-subtitle{
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 500px;
}

.cooperation-section-tel-btn{
    margin-right:24px;
}

.cooperation-section-tel-btn a,.cooperation-section-mail-btn a{
    display: flex!important;
    align-items: center;
    gap: 10px;
    padding: 12px 20px!important;
    background: rgba(255, 255, 255, 0.12)!important;
    border-radius: 12px!important;
    backdrop-filter: blur(4px);
    transition: background 0.2s!important;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 600;
    padding-left: 45px !important;
    border-color: transparent !important;
}

.cooperation-section-tel-btn a:hover,.cooperation-section-mail-btn a:hover{
    background: rgba(255, 255, 255, 0.22)!important;
}

.cooperation-section-tel-btn i,.cooperation-section-mail-btn i{
    opacity: 0.8;
}

.cooperation-section-img{
    text-align:center!important;
}

.cooperation-section-img img{
    width: 180px;
    height: 180px;
    border-radius: 20px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.cooperation-section-name{
    font-family: 'Inter', sans-serif;
    margin-top: -30px!important;
    font-weight: 700;
}

.cooperation-section-name-subtext{
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
    margin-top: 2px;
}


.advantages-section{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 40px;
}

.advantages-section .vc_column-inner{
    padding-left:0px!important;
    padding-right:0px!important;
}

.advantages-section .wpb_column{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 30px;
    border-right: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.advantages-section .wpb_column:hover{
    background: #f8fdf8;
}

.advantages-section .vc_icon_element{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e8f5e9, #d4edda);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advantages-section .wpb_wrapper{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 15px;
    align-items: center;
    transition: background 0.2s;
}

.advantages-section .vc_icon_element{
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    margin-bottom: 0;
}

.advantages-section .vc_icon_element-icon{
    font-size: 15px !important;
}

.advantages-section .vc_custom_heading{
    grid-column: 2;
    grid-row: 1;
    font-size: 14px;
    font-weight: 700!important;
    color: #1a1a1a;
    margin-bottom: -12px;
    font-family: 'Inter', sans-serif!important;
}

.advantages-section .wpb_text_column{
    grid-column: 2;
    grid-row: 2;
    font-size: 12px;
    color: #888;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}


/*   Стили для футера.   */

.footer-section{
    background: #1a1a1a;
}

.footer-logo img{
    width:60px;
    height:auto;
}

.footer-about-text{
    font-size: 14px;
    color: #888888;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-btns{
    margin-right:10px;
}

.footer-btns button{
    width: 40px;
    height: 40px;
    display: flex!important;
    align-items: center;
    cursor: pointer!important;
    border-radius: 10px!important;
    background: rgb(42, 42, 42)!important;
    transition: 0.2s!important;
    border-color: transparent!important;
}

.footer-btns .vc_btn3-icon{
    color: #888888;
}

.footer-btns button:hover{
    background: #3ba54e!important;
}

.footer-btns button:hover > .vc_btn3-icon{
    color: #FFFFFF!important;
}

.footer-menu .widgettitle{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-contacts-title{
    font-size: 14px;
    font-weight: 700!important;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px!important;
    font-family: 'Inter', sans-serif!important;
}

.footer-menu ul.menu{
    list-style: none;
}

.footer-menu ul.menu>li{
    font-size: 14px;
    color: #888;
    transition: color 0.2s;
    margin-bottom: 12px;
}

.footer-menu ul.menu>li:hover{
    color:#3ba54e;
}

.footer-contacts-item{
    margin-bottom:20px;
}


.footer-contacts-item p{
    color: #888;
    line-height: 1.5;
    font-size: 12px;
}

.footer-contacts-item a{
    color: #fff;
    font-weight: 600;
    transition: color 0.2s;
    font-size: 14px;
}

.footer-contacts-item a:hover{
    color:#3ba54e;
}

.footer-contacts-item .wpb_wrapper{
    display: flex;
    align-items: center;
}

.footer-contacts-item .wpb_text_column{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom:0;
}

.footer-contacts-item .vc_icon_element{
    margin-bottom:0;
}

.footer-contacts-item .vc_icon_element-inner{
    width: 2em!important;
    height: auto!important;
}

.footer-contacts-item .vc_icon_element-icon{
    left: 30%!important;
}

.footer-copyright-text{
    font-size: 13px;
    color: #666;
}

.footer-copyright-links p{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.footer-copyright-links a{
    font-size: 13px;
    color: #666;
    transition: color 0.2s;
}

.footer-copyright-links a:hover{
    color:#3ba54e;
    cursor:pointer;
}

.page-template-page-catalog .footer-section{
    margin-top:50px;
}