.contacts-page__title{margin-bottom:3rem;max-width:350px}.contacts-page__inner{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:3rem auto;max-width:1600px}.contacts-page__inner h2,.contacts-page__inner h3{font-size:38px;line-height:1.15}.contacts-page__inner>div{display:flex;flex-direction:column;width:45%}.contacts-page__info-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.contacts-page__info-block{align-items:start;display:flex;flex-direction:row;gap:8px;justify-content:start;width:48%}.contacts-page__info-block h3{font-size:20px;font-weight:700;margin-bottom:0}.contacts-page__info-block p{font-size:18px;line-height:130%;margin:0}@media screen and (min-width:640px) and (max-width:767px){.contacts-page__info-block{width:100%}}@media screen and (max-width:639px){.contacts-page__info-block{width:90%}}@media screen and (max-width:1000px){.contacts-page__title{margin:0;max-width:100vw}.contacts-page__inner>div{width:48%}}@media screen and (max-width:768px){.contacts-page__inner>div{width:100%}}@media (769px < width < 1239px){.contacts-page__info-block{width:100%!important}}.contacts-accordion-container{width:100%}.contacts-accordion{margin-bottom:30px}.contacts-accordion__content-wrapper{font-size:1.25em;line-height:1.4em;max-height:0;overflow:hidden;transition:.25s ease-in-out}.contacts-accordion__title{background:#e2e2e8;border-radius:4px;cursor:pointer;display:block;font-size:20px!important;font-weight:700;margin-bottom:0;padding:2px 7px;position:relative;transition:all .25s ease-out}.contacts-accordion__title:after{border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;float:right;height:10px;position:relative;right:20px;top:9px;transform:rotate(135deg);transform-origin:center;transition:.35s ease-in-out;width:10px}.contacts-accordion__title:hover{color:#4e4b52}.contacts-accordion__trigger:checked+.contacts-accordion__title+.contacts-accordion__content-wrapper{max-height:1000px}.contacts-accordion__trigger:checked+.contacts-accordion__title:after{transform:rotate(-45deg);transition:.25s ease-in-out}.contacts-accordion__content{display:flex;flex-wrap:wrap;gap:20px;justify-content:start;padding-top:20px}input[type=checkbox]:not(fieldset input[type=checkbox]){display:none}