.contacts{justify-content:center;flex-direction:column;background-color:#f7f7f7;width:100%;margin-top:50px;display:flex}.contacts_part{grid-template-columns:50% 50%}.contacts_part,.contactsf_part{justify-items:center;width:100%;display:grid}.contactsf_part{grid-template-columns:25% 25% 25% 25%;justify-content:center}.contactsf_part__contact{padding-top:10px;padding-bottom:10px}.contactsf_part__contact p{margin-bottom:10px;text-align:center;width:100%}.contact img,.contactsf_part__contact img{height:100px;border-radius:50%;width:100px}.horses{justify-content:center;flex-direction:column;background-color:#f7f7f7;width:100%;display:flex}.horses_part{grid-template-columns:33% 34% 33%;justify-items:center;width:100%;display:grid}.horse img{transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;-webkit-transition:all .7s ease-out;border-radius:50%;width:200px}.horse img:hover{transform:scale(1.23);-webkit-transform:scale(1.23);-moz-transform:scale(1.23);-o-transform:scale(1.23)}.contact{justify-content:space-between;margin:30px;align-items:center;width:310px;display:flex}.contact__info{width:190px}.horse{flex-direction:column;margin:30px;width:200px;display:flex}.horse,.horse p{text-align:center}.horse p{padding-top:20px}@media (max-width:767px){.horses_part{grid-template-columns:50% 50%}.contacts_part{grid-template-columns:100%}}@media (max-width:426px){.contacts_part,.horses_part{grid-template-columns:100%}.contactsf_part{grid-template-columns:50% 50%}}