.progressPath__stepsText{text-align:center;width:100%;font-family:BenderBold,Arial,sans-serif;font-size:18px}.progressPath{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.progressPath__item{position:relative}.progressPath__index{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%);fill:#000;font-family:BenderBold,Arial,sans-serif;font-size:20px}.progressPath__index.progressPath__index--done{color:#fff}.progressPath__index.progressPath__index--error{color:grey}.progressPath path{fill:none;stroke-width:4;-webkit-transition:stroke-dashoffset .3s ease;transition:stroke-dashoffset .3s ease}.progressPath__background{stroke:grey}.progressPath__progress{stroke:#dc4128}.progressPath__progress.progressPath__progress--done{fill:#dc4128}.progressPath__progress.progressPath__progress--error{fill:none;stroke:grey}@media screen and (max-width:575px){.progressPath svg{width:70px;height:70px}.progressPath__index{font-size:16px;-webkit-transform:translate(-50%,-45%);transform:translate(-50%,-45%)}}.mainButton{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;font-family:BenderBold,Arial,sans-serif;font-weight:700;font-size:16px;padding:8px 20px;background-color:#dc4128;cursor:pointer;border:2px solid transparent;text-decoration:none}.mainButton.mainButton--secondary{background-color:#fff;border-color:#dc4128;color:#dc4128}.mainButton.mainButton--disabled{background-color:grey;border-color:grey;color:#fff;cursor:default}.customSelect__label{display:block;font-family:RalewayBold,Arial,sans-serif;font-size:16px;margin-bottom:8px}.customSelect__label--required:after{position:absolute;content:"*";color:#dc4128;font-size:24px}.customSelect__select{width:100%;margin-bottom:12px;color:#000;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.customSelect__select--invalid{color:#fff;background-color:#dc4128}.customCheckbox{position:relative}.customCheckbox__agreement{font-family:RalewayRegular,Arial,sans-serif;-webkit-transition:color .3s ease;transition:color .3s ease}.customCheckbox__agreement--invalid{color:#dc4128}.customCheckbox__label{font-family:RalewayBold,Arial,sans-serif;font-size:16px;margin-bottom:8px}.customCheckbox__agreement a{color:#000;font-family:RalewaySemiBold,Arial,sans-serif;-webkit-transition:color .3s ease;transition:color .3s ease}.customCheckbox__agreement a:hover{color:#dc4128}.customCheckbox input:required+.customCheckbox__agreement:after{position:absolute;content:"*";color:#dc4128;font-size:24px;font-weight:600}.scrollArea{padding:12px;height:220px;border:2px solid;overflow-y:auto;font-family:RalewayRegular,Arial,sans-serif;font-size:16px;line-height:1.4}h1,h2,h3,h4,h5,h6{margin:0 0 8px;font-family:RalewaySemiBold,Arial,sans-serif}.scrollArea__check{margin-top:20px}.step1{max-width:400px;margin:0 auto}.fullCalendar{position:relative}.fullCalendar__input{position:absolute;top:50%;opacity:0;z-index:-2}.fullCalendar .fc-toolbar-title{font-family:BenderBold,Arial,sans-serif;font-size:24px!important;text-transform:capitalize}.fullCalendar .fc-col-header-cell{text-transform:capitalize}.fullCalendar .fc-today-button{display:none!important}.fullCalendar .fc-button-group{margin:0 -8px}.fullCalendar .fc-button{position:relative!important;margin:0 8px!important;border-radius:0!important;border:2px solid #dc4128!important;background-color:#fff!important;color:#000!important}.fullCalendar .fc-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:#dc4128;z-index:0;-webkit-transition:width .3s ease;transition:width .3s ease}.fullCalendar .fc-button:hover{color:#fff;border-color:#dc4128;background-color:#fff}.fullCalendar .fc-button:hover:before{width:100%}.fullCalendar .fc-button .fc-icon{position:relative;z-index:2}.fullCalendar table{font-family:RalewayRegular,Arial,sans-serif;overflow:hidden}.fullCalendar .fc-daygrid-day-frame{height:30px}.fullCalendar .fc .fc-daygrid-day{color:#000}.fullCalendar .fc .fc-daygrid-day:hover{color:#fff;background-color:#dc4128;cursor:pointer}.fullCalendar .fc .fc-daygrid-day:hover .fc-daygrid-day-top{opacity:1}.fullCalendar .fc .fc-day-past,.fullCalendar .fc .fc-day-past:hover{background-color:hsla(0,0%,90.2%,.30196)}.fullCalendar .fc .fc-day-past:hover{color:#000;cursor:default}.fullCalendar .fc .fc-day-other:hover .fc-daygrid-day-top{opacity:.3}.fullCalendar .fc .fc-day-today{color:#dc4128;background-color:#fff}.fullCalendar .fc .selectedCell{color:#fff!important;background-color:#dc4128!important}.fullCalendar .fc .selectedCell .fc-daygrid-day-top{opacity:1}@media screen and (max-width:575px){.fullCalendar .fc-toolbar-title{font-size:18px!important}.fullCalendar .fc-daygrid-day-number{font-size:14px!important}.fullCalendar .fc .fc-daygrid-day{pointer-events:none}}.radioButton{position:relative}.radioButton label{text-align:center;display:block;position:relative;padding:8px 16px;margin:0;font-family:RalewayRegular,Arial,sans-serif;font-weight:700;font-size:16px;border:2px solid #dc4128;background-color:#fff;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.radioButton label:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:#dc4128;z-index:0;-webkit-transition:width .3s ease;transition:width .3s ease}.radioButton label:hover{color:#fff}.radioButton label:hover:before{width:100%}.radioButton input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;z-index:0;border-radius:0}.radioButton span{position:relative;z-index:1}.radioButton input[type=radio]:checked+label{color:#fff}.radioButton input[type=radio]:checked+label:before{width:100%}.radioButton input[type=radio]:disabled+label{color:#fff;cursor:default;border-color:grey}.radioButton input[type=radio]:disabled+label:before{width:100%;background-color:grey}@media screen and (max-width:575px){.radioButton label{pointer-events:none}}.radioButtonGroup{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.radioButtonGroup,.radioButtonGroup__header{display:-webkit-box;display:-ms-flexbox;display:flex}.radioButtonGroup__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:42px;font-family:BenderBold,Arial,sans-serif;font-size:24px;margin-top:0;margin-bottom:24px}.radioButtonGroup__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-4px;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.radioButtonGroup__description{margin-bottom:4px;font-family:BenderBold,Arial,sans-serif;font-size:14px}.radioButtonGroup__wrap{padding:4px;min-width:84px}.radioButtonGroup__empty{font-family:RalewayRegular,Arial,sans-serif;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.radioButtonGroup__empty h3{font-size:20px;color:#dc4128}.radioButtonGroup__inactiveDescription{margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:RalewayRegular,Arial,sans-serif;font-size:16px}.radioButtonGroup__inactiveDescription a{text-decoration:none;color:#dc4128}@media screen and (max-width:575px){.radioButtonGroup__header{margin-bottom:8px;font-size:18px}}.step2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step2__calendar{width:48%}.step2__options{width:49%}.step2__additionOptions{margin-top:20px}.step2__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:575px){.step2__calendar,.step2__options{width:100%}.step2__options{margin-top:20px}}.customInput__label{display:block;font-family:RalewayBold,Arial,sans-serif;font-size:16px;margin-bottom:8px}.customInput__input{width:100%;padding:12px;font-family:RalewayRegular,Arial,sans-serif;font-size:14px;border:2px solid #000;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.customInput__input::-webkit-input-placeholder{-webkit-transition:color .3s ease;transition:color .3s ease}.customInput__input::-moz-placeholder{-moz-transition:color .3s ease;transition:color .3s ease}.customInput__input:-ms-input-placeholder{-ms-transition:color .3s ease;transition:color .3s ease}.customInput__input::-ms-input-placeholder{-ms-transition:color .3s ease;transition:color .3s ease}.customInput__input::placeholder{-webkit-transition:color .3s ease;transition:color .3s ease}.customInput__input--invalid{background-color:#dc4128}.customInput__input--invalid::-webkit-input-placeholder{color:#fff}.customInput__input--invalid::-moz-placeholder{color:#fff}.customInput__input--invalid:-ms-input-placeholder{color:#fff}.customInput__input--invalid::-ms-input-placeholder{color:#fff}.customInput__input--invalid::placeholder{color:#fff}.customInput__label--required:after{position:absolute;content:"*";color:#dc4128;font-size:24px}.captcha{position:relative}.captcha input{position:absolute;bottom:0;z-index:-2;opacity:0}#captcha-block{min-height:102px}.step3{max-width:400px;margin:0 auto}.step3__input:not(:last-child){margin-bottom:12px}.step3__description{color:#dc4128;font-family:RalewayRegular,Arial,sans-serif;font-size:13px}.loading{border:8px solid #f6f5f7;border-top-color:#dc4128;border-radius:50%;width:70px;height:70px;-webkit-animation:spin 2.5s linear infinite;animation:spin 2.5s linear infinite;margin:0 auto}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.step4{max-width:400px;margin:0 auto;text-align:center}.step4 h2{font-family:RalewayBold,Arial,sans-serif;font-size:28px;margin:0 0 12px}.step4__description{font-family:RalewayRegular,Arial,sans-serif;font-size:16px}.step4__description a{text-decoration:none;color:#dc4128}.step4__description strong{font-family:RalewaySemiBold,Arial,sans-serif}.step4__description--attention strong{color:#dc4128}@media screen and (max-width:575px){.step4 h2{font-size:22px}}.multiStepRegister{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1280px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;padding:20px}.multiStepRegister__header{margin:12px 0;text-align:center;font-family:BenderBold,Arial,sans-serif;font-size:32px}.header__dynamic:after{content:"Регистрация для посещения "}.multiStepRegister__city{text-align:center;width:100%;font-family:BenderBold,Arial,sans-serif;font-size:18px;margin-bottom:8px}.multiStepRegister__noTickets{width:100%;height:540px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:RalewayRegular,Arial,sans-serif;font-size:16px;padding-top:40px}.multiStepRegister__noTickets h2{font-family:RalewayBold,Arial,sans-serif;font-size:28px;color:#dc4128;margin-bottom:20px;text-align:center}.multiStepRegister__noTickets p{max-width:420px;text-align:center;margin:0 0 40px}.multiStepRegister__noTickets p a{text-decoration:none;color:#dc4128}.multiStepRegister__path{margin:0 auto 20px}.multiStepRegister__form{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;max-width:700px;margin:0 auto}.multiStepRegister__buttonWrap{text-align:center;margin:30px 0}.mainButton--secondary{margin-right:12px}@media screen and (max-width:767.99px){.header__dynamic:after{white-space:pre;content:"Регистрация для посещения\A"}.multiStepRegister__noTickets{font-size:14px}.multiStepRegister__noTickets h2{font-size:24px}}@media screen and (max-width:575px){.multiStepRegister__header{font-size:24px}.multiStepRegister__noTickets{font-size:12px}.multiStepRegister__noTickets h2{font-size:18px}.header__dynamic:after{white-space:pre;content:"Регистрация\Aдля посещения\A"}.multiStepRegister__buttonWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.multiStepRegister__buttonWrap button{width:100%}.mainButton--secondary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:12px;margin-right:0}}