
.section-four__card:not(:hover){transition: 0.2s;}
.section-six__socials{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px; padding-bottom: 50px;}
@media (max-width:479px){.section-six__socials{grid-template-columns:1fr}}
.section-six__social{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:29px 40px;border-radius:20px;text-decoration:none;color:#fff;transition:background-color .3s}
@media (max-width:850px){.section-six__social{-webkit-flex-direction:column;flex-direction:column;padding:20px 15px}}@media (max-width:479px){.section-six__social{-webkit-flex-direction:row;flex-direction:row}}
.section-six__social--vk{background-color:#2787f5}.section-six__social--vk:hover{background-color:#45a5ff}.section-six__social--dis{background-color:#7289da}
.section-six__social--dis:hover{background-color:#90a7f8}@media (max-width:850px){.section-six__social-content{margin-bottom:20px;text-align:center}}
@media (max-width:479px){.section-six__social-content{text-align:left}}
.section-six__social-title{margin-bottom:12px;font-size:30px;line-height:37px;font-weight:700}
@media (max-width:479px){.section-six__social-title{font-size:20px;line-height:27px}}
.section-six__social-logo{-webkit-flex-shrink:0;flex-shrink:0;line-height:0}
.section-six__social:hover {
	text-decoration: none;
}
.soctext {
	    font-size: 22px;
    font-weight: 700;
    color: black;
    padding: 10px;
    text-align: center;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 0%);
}
.socimg {
    height: 100px;
    margin: -91px 0px 0px 20px;
    position: absolute;    
}