section.contacts-page .columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;margin-bottom:4rem}section.contacts-page .columns .phones{display:flex;flex-direction:row;align-items:flex-start;gap:3rem}section.contacts-page .columns .param{position:relative;padding-left:2.2rem}section.contacts-page .columns .param .name{font-weight:500}section.contacts-page .columns .param .value{font-weight:400}section.contacts-page .columns .param .value a{color:#202020}section.contacts-page .columns .param .value .socials{display:flex;flex-direction:row;align-items:center;gap:1rem}section.contacts-page .columns .param .value .socials a{width:3rem;min-width:3rem;height:3rem;min-height:3rem}section.contacts-page .columns .param .value .socials a.vk{background:url('/i/svg/socials/vk.svg') center center no-repeat}section.contacts-page .columns .param .value .socials a.youtube{background:url('/i/svg/socials/youtube.svg') center center no-repeat}section.contacts-page .columns .param .value .socials a.telegram{background:url('/i/svg/socials/telegram.svg') center center no-repeat}section.contacts-page .columns .param:before{position:absolute;top:.1rem;left:0;color:#cf2523;font-family:'Font Awesome 6 Pro'}section.contacts-page .columns .param.param-phone:before{content:'\f095'}section.contacts-page .columns .param.param-email:before{content:'\f0e0'}section.contacts-page .columns .param.param-address:before{content:'\f3c5'}section.contacts-page .columns .param.param-time:before{content:'\f017'}section.contacts-page .columns .param.param-car{margin-bottom:2.6rem!important;padding-left:0}section.contacts-page .columns .param.param-car .value{padding-left:5rem}section.contacts-page .columns .param.param-car .value:before{content:'';position:absolute;top:3.4rem;left:0;display:block;width:3.5rem;height:2.1rem;background:url('/i/svg/car.svg') center center no-repeat}section.contacts-page .columns .param.param-human{padding-left:0}section.contacts-page .columns .param.param-human .value{padding-left:5rem}section.contacts-page .columns .param.param-human .value:before{position:absolute;top:3rem;left:1rem;content:'';display:block;width:1.7rem;height:3.5rem;background:url('/i/svg/human.svg') center center no-repeat}section.contacts-page .columns .param:not(:last-child){margin-bottom:1.6rem}section.contacts-page .columns iframe{border:none;border-radius:.5rem}section.contacts-page .columns img{width:100%;height:auto}