@charset "utf-8";.contacts{padding:100px 0;background-color:var(--main-color-group-black)}.contacts-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts-info-el{-webkit-box-flex:0;-ms-flex:0 2 auto;flex:0 2 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:355px;font-size:var(--font-size-22)}.contacts-icon{width:40px;height:40px;margin:0 18px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts-icon-point-map{width:31px;height:35px}.contacts-map{margin:60px 0 0 0;height:500px;border-radius:30px;overflow:hidden}.contacts-map>iframe{width:100%;height:100%}@media screen and (min-width:80px) and (max-width:1200px){.contacts-info-el{font-size:calc((100vw - 850px)/ (1200 - 850) * (22 - 18) + 18px)}}@media screen and (max-width:850px){.contacts-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px 0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contacts{padding:80px 0}.contacts-info-el{max-width:100%;font-size:16px}}