.calc{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width:640px){.calc{grid-template-columns:1fr;gap:20px}}.calc__map{min-height:361px}@media screen and (max-width:640px){.calc__map{height:300px;min-height:unset}}.calc__data{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;background-color:#f4f6f9;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){.calc__data{gap:20px}}.calc__title{margin-bottom:8px;font-weight:600;font-size:22px;line-height:29px;color:#1a56a2}@media screen and (max-width:640px){.calc__title{margin-bottom:0}}.calc__input{padding:13px 15px;width:100%;background-color:#fff;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:500;font-size:16px;line-height:17px;color:#252525}.calc__input::-webkit-input-placeholder{color:#777}.calc__input::-moz-placeholder{color:#777}.calc__input:-ms-input-placeholder,.calc__input::-ms-input-placeholder{color:#777}.calc__input::placeholder{color:#777}.calc__transports{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}@media screen and (max-width:640px){.calc__transports{grid-template-columns:repeat(2,1fr)}}.calc__transport{padding:13px 15px;background-color:#fff;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:600;font-size:16px;line-height:17px;text-align:center;color:#252525;-webkit-transition-duration:400ms;-o-transition-duration:400ms;transition-duration:400ms;cursor:pointer}.calc__transport.active{background-color:#1a56a2;border-color:#1a56a2;color:#fff;cursor:default}.calc__summary{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}@media screen and (max-width:640px){.calc__summary{margin-top:0;gap:15px}}.calc__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.calc__total{text-wrap:nowrap;font-weight:600;font-size:20px;line-height:27px;color:#252525}@media screen and (max-width:640px){.calc__total{font-size:18px;line-height:18px}}.calc__text{font-weight:500;font-size:16px;line-height:16px;color:#777}@media screen and (max-width:640px){.calc__text{font-size:14px;line-height:14px}}