.bubble{display:inline-block;padding:0 5px}.bubble:nth-of-type(1) .circle{animation-delay:.2s}.bubble:nth-of-type(2) .circle{animation-delay:.4s}.bubble:nth-of-type(3) .circle{animation-delay:.6s}.bubble:nth-of-type(4) .circle{animation-delay:.8s}.bubble .circle{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.9)}100%{transform:scale(1)}}.calendar-section{width:100%}.own-tour{width:100%;height:700px}.calendar{margin:11px auto 0;position:relative;max-width:1920px}.calendar:first-child{margin-top:0}.calendar .loader__block{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.7);z-index:2}.calendar .loader__block .bubbles{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.calendar .loader__block .bubble{padding:0 30px}.calendar .loader__block .bubble .circle{width:30px;height:30px;background-color:#ed4457}.calendar-grid{height:clamp(700px,36.458333vw,900px);width:100%;display:grid;grid-template-rows:1fr;grid-template-columns:repeat(2,1fr)}.calendar-grid_small{display:grid}.calendar-grid_small.two{grid-template-rows:repeat(2,1fr)}.calendar-grid_small.three{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}.calendar-grid_small.three.big-top .calendar-grid_col-small:first-child{grid-column-start:1;grid-column-end:3}.calendar-grid_small.three.big-bottom .calendar-grid_col-small:last-child{grid-column-start:1;grid-column-end:3}.calendar-grid_small.four{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}@media (max-width:1280px){.calendar-grid{height:540px}.calendar{margin-top:1px}}