/*
Theme Name: СleanMate_Сhild
Theme URI: Дочерняя тема для темы Cleanmate
Author: stylenova@gmail.com
Author URI: 
Description: Description
Template: cleanmate
Version: 1.0.0
*/
@import url("../cleanmate/style.css");

.surname-cleacom{
    display: none;
}

.cfooter-top-wrap{
    background: #F6F6F6;
}
.cfooter-top{
    padding: 64px 0;
}
.cfooter-container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto; 
}
.cfooter-top{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}
.cfooter-item__title{
    color: #111;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    padding: 0 0 16px;
    display: block;
    letter-spacing: -0.6px;
}
.cfooter-list{
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}
.cfooter-list a{
    display: block;
    color: #353B42;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: all 0.3s;
}
.cfooter-copyright__link:hover,
a.cfooter-contacts__value:hover,
.cfooter-list a:hover{
    color: #36B4B6;
    text-decoration: none;
}
.cfooter-item{
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
}
.cfooter-item:first-child,
.cfooter-item:nth-child(2){
    max-width: 255px;
}
.cfooter-item:last-child{
    max-width: 274px;
}
.cfooter-bottom-wrap{
    padding: 16px 0;
}
.cfooter-bottom__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding-bottom: 16px;
}
.cfooter-contacts{
    display: flex;
    grid-gap: 64px;
    flex-wrap: wrap;
}
.cfooter-socials{
    display: flex;
    align-items: center;
    grid-gap: 16px;
    flex-wrap: wrap;
}
.cfooter-socials a{
    height: 44px;
    padding: 0 8px;
    border-radius: 10px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}
.cfooter-socials a img{
    max-height: 24px;
    transition: all 0.3s;
}
.cfooter-socials a:hover img{
    opacity: 0.7;
}
.cfooter-contacts__title{
    color: #353B42;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}
.cfooter-contacts__value{
    color: #111;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
a.cfooter-contacts__value{
    text-decoration: none;
    transition: all 0.3s;
}
.cfooter-contacts__item{
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}
.cfooter-copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid #F6F6F6;
    color: #353B42;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}
.cfooter-copyright__link{
    font-size: 16px;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.3s;
}

@media all and (max-width: 1189px){
    .cfooter-container{
        max-width: 750px;
    }
    .cfooter-top{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 32px 16px;
    }
    .cfooter-bottom__item:first-child{
        order: 1;
    }
    .cfooter-bottom__item:nth-child(3){
        order: 2;
    }
    .cfooter-bottom__item:nth-child(2){
        order: 3;
        width: 100%;
    }
    .cfooter-contacts{
        width: 100%;
        justify-content: space-between;
    }
}

@media all and (max-width: 767px){
    .cfooter-container{
        max-width: 462px;
    }
    .cfooter-top{
        display: flex;
        flex-direction: column;
    }
    .cfooter-bottom__top{
        flex-direction: column;
    }
    .cfooter-contacts{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 32px;
        text-align: center;
    }
    .cfooter-copyright{
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        justify-content: center;
        grid-gap: 16px;
    }
}

@media only screen and (max-width: 479px) {
	.site-container .theme-page .page-header {
		max-width: 100% !important;
	}
	.site-container .vc_row{
		width: 100% !important;
		max-width: 95% !important;
	}
	#header_slider  {
		max-width: 100% !important;
	}
	.site-container .footer-row {
		max-width: 100% !important;
	}
    .cfooter-container{
        max-width: 95%;
    }
}