.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: default;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: default;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-family:"ProbaPro";src:url(../assets/fonts/ProbaPro-ExtraLight.eot);src:url(../assets/fonts/ProbaPro-ExtraLight.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/ProbaPro-ExtraLight.woff2) format("woff2"),url(../assets/fonts/ProbaPro-ExtraLight.woff) format("woff"),url(../assets/fonts/ProbaPro-ExtraLight.ttf) format("truetype"),url(../assets/images/d39d290316e1589d0df546fdb198da1f.svg#../assets/fonts/ProbaPro-ExtraLight) format("svg");font-weight:200;font-style:normal}@font-face{font-family:"ProbaPro";src:url(../assets/fonts/ProbaPro-Light.eot);src:url(../assets/fonts/ProbaPro-Light.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/ProbaPro-Light.woff2) format("woff2"),url(../assets/fonts/ProbaPro-Light.woff) format("woff"),url(../assets/fonts/ProbaPro-Light.ttf) format("truetype"),url(../assets/images/c055d6e6efb0d0facf1d2bbaec09df4f.svg#../assets/fonts/ProbaPro-Light) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"ProbaPro";src:url(../assets/fonts/ProbaPro-Regular.eot);src:url(../assets/fonts/ProbaPro-Regular.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/ProbaPro-Regular.woff2) format("woff2"),url(../assets/fonts/ProbaPro-Regular.woff) format("woff"),url(../assets/fonts/ProbaPro-Regular.ttf) format("truetype"),url(../assets/images/61cfb28ed0aba832806301c250e397b4.svg#../assets/fonts/ProbaPro-Regular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"ProbaPro";src:url(../assets/fonts/ProbaPro-Medium.eot);src:url(../assets/fonts/ProbaPro-Medium.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/ProbaPro-Medium.woff2) format("woff2"),url(../assets/fonts/ProbaPro-Medium.woff) format("woff"),url(../assets/fonts/ProbaPro-Medium.ttf) format("truetype"),url(../assets/images/6f9e486fe458afe9e695edde589308b6.svg#../assets/fonts/ProbaPro-Medium) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"ProbaPro";src:url(../assets/fonts/ProbaPro-SemiBold.eot);src:url(../assets/fonts/ProbaPro-SemiBold.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/ProbaPro-SemiBold.woff2) format("woff2"),url(../assets/fonts/ProbaPro-SemiBold.woff) format("woff"),url(../assets/fonts/ProbaPro-SemiBold.ttf) format("truetype"),url(../assets/images/9617a73e2048c21fa17f9863de3970db.svg#../assets/fonts/ProbaPro-SemiBold) format("svg");font-weight:600;font-style:normal}@font-face{font-family:"ProbaPro";src:url(../assets/fonts/ProbaPro-Bold.eot);src:url(../assets/fonts/ProbaPro-Bold.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/ProbaPro-Bold.woff2) format("woff2"),url(../assets/fonts/ProbaPro-Bold.woff) format("woff"),url(../assets/fonts/ProbaPro-Bold.ttf) format("truetype"),url(../assets/images/a809d5a4e0fe8b7141075ee59b6353d4.svg#../assets/fonts/ProbaPro-Bold) format("svg");font-weight:700;font-style:normal}@media (any-hover: hover){.btn:hover{text-decoration:none}.btn_accent:hover{background:#f6cd00}.btn_primary:hover{background:#234161}.btn_default:hover{border-color:#234161;color:#234161}.btn_action:hover{background:#2d5ca6;color:#f5f7fa}.btn_action:hover svg path{fill:#f5f7fa;opacity:0.5}}button{outline:none}button:focus{outline:none}.btn{height:50px;padding:0 30px;border-color:none;background:transparent;border:none;font-weight:700;display:flex;justify-content:center;align-items:center;text-align:center;transition:background 0.2s, color 0.2s, border-color 0.1s;cursor:pointer;white-space:nowrap}.btn:focus,.btn:active{outline:none}.btn_accent{background:#ffe358;width:298px;font-size:1.25rem;color:#0e2938;border:2px solid transparent}.btn_accent:active{border:2px solid #4085bf}.btn_default{border:2px solid #6D727C;color:#2d5ca6;font-size:1.25rem}.btn_default:active{background:#4085bf;color:#fff;border:2px solid #4085bf}.btn_primary{background:#2d5ca6;color:#fff;font-size:1.25rem;border:2px solid transparent}.btn_primary:active{border:2px solid #4085bf}.btn_action{background:#f5f7fa;border-radius:20px;height:40px;color:#2d5ca6;font-size:0.9375rem;width:auto;display:flex;justify-content:center;align-items:center;padding:0 14px}.btn_action svg{margin-right:10px}.btn_action:active{background:#234161}.btn_disabled{background:#c2c5cb;color:#6d727c;font-size:1.25rem;cursor:auto}@media (max-width: 767px){.btn_accent{width:289px}}@media (any-hover: hover){.select:hover{border:2px solid #234161}}.label{font-size:1.125rem;font-weight:600;position:relative;padding-left:15px;margin-bottom:20px;cursor:pointer}.label:before{position:absolute;left:0;height:100%;content:"*";margin-right:5px;color:#1d1d1b}.label_light{color:rgba(0,0,0,0.5);font-size:0.9375rem;line-height:1.5rem;margin-bottom:15px;padding-left:0;font-weight:400}.label_light:before{display:none}.label_notReq{padding:0}.label_notReq:before{display:none}.input{display:block;width:100%;border:1px solid rgba(14,41,56,0.5);box-sizing:border-box;height:40px;margin-bottom:0;font-weight:400;font-size:1rem;line-height:1rem;width:298px;padding:0 15px 0 13px;padding-left:13px;-webkit-appearance:none}.input:focus{outline:none}.input_uppercase{text-transform:uppercase}.input.error{border:1px solid #b10e1e}.textarea.error{border:1px solid #b10e1e}.select{height:40px;margin-bottom:0;font-size:0.9375rem;line-height:1rem;padding-left:23px}.select_own{position:absolute !important;top:0;display:block !important;visibility:hidden}.select:focus{outline:none}.textarea{display:block;border:1px solid rgba(14,41,56,0.5);box-sizing:border-box;font-weight:400;font-size:1rem;line-height:1rem;width:298px;padding:15px;padding-left:13px;height:150px;resize:none}.textarea:focus{outline:none}.test123{margin-bottom:30px}.test321{margin-bottom:30px}.test{width:300px;margin-left:50px}.radioLabel{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:1.375rem;user-select:none}.radioLabel .error{position:absolute;bottom:-20px;left:0}.radioLabel:hover .checkmark{border:2px solid #234161}.radioLabel:hover input ~ .checkmark{background-color:#fff}.radioLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.radioLabel input:checked ~ .checkmark{border:2px solid #234161}.radioLabel input:checked ~ .checkmark:after{opacity:1;background:#2d5ca6}.radioLabel .checkmark{position:absolute;top:0;left:0;height:24px;width:24px;background-color:#fff;border:2px solid #1d1d1b;border-radius:50%;transition:0.2s;border-radius:none}.radioLabel .checkmark:after{content:"";position:absolute;opacity:0;top:calc(50% - 8px);left:calc(50% - 8px);border-radius:50%;width:16px;height:16px;background:white;transition:all 0.2s}.checkboxLabel{margin:50px;display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:1.375rem;user-select:none}.checkboxLabel .error{position:absolute;bottom:-20px;left:0;width:300px}.checkboxLabel:hover .checkmark{border:2px solid #234161}.checkboxLabel:hover input ~ .checkmark{background-color:#fff}.checkboxLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkboxLabel input:checked ~ .checkmark{background-color:#2d5ca6;border:2px solid #2d5ca6}.checkboxLabel input:checked ~ .checkmark:after{opacity:1;background:transparent}.checkboxLabel .checkmark{position:absolute;top:0;left:0;height:24px;width:24px;background-color:#fff;border:2px solid #1d1d1b;transition:0.2s;border-radius:2px}.checkboxLabel .checkmark:after{content:"";position:absolute;opacity:0;top:calc(50% - 6px);left:calc(50% - 7px);transform:rotate(-45deg);width:12px;height:7px;transition:all 0.2s;border-bottom:2px solid #fff;border-left:2px solid #fff}.uploadInput{position:absolute;z-index:-1;opacity:0;margin:10px 0 0 7px}.uploadInput+label{align-items:center;display:flex;justify-content:center;position:relative;cursor:pointer;height:50px;max-width:298px;padding-bottom:0;padding-top:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track-piece{background-color:transparent}::-webkit-scrollbar-thumb{height:88px;background-color:#c2c5cb;border-radius:10px}.select{border:1px solid #6d727c;position:relative;user-select:none;transition:all 0.2s;width:298px}.select.opened{border:2px solid #2d5ca6;outline:none}.select.opened .select__currentText:after{transform:rotate(180deg) translateY(3px)}.select.opened .select__options{background-color:#fff;border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,0.1);border:none;max-height:150px;overflow:auto;opacity:1;top:calc(100% + 3px);transition:opacity 0.3s, transform 0.3s;visibility:visible;width:100%;z-index:10}.select.opened .select__arrow{transform:rotate(180deg)}.select__arrow{position:relative;height:7px;width:10px;position:absolute;right:15px;top:calc(50% - 3.5px);transition:transform 0.3s;transform-origin:center;cursor:pointer}.select__arrow svg{position:absolute;top:0;left:0}.select__current{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;position:relative;height:100%}.select__currentText{display:inline-block;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:1rem;color:#6d727c}.select__currentText:before{background-size:45%;border-radius:50%;box-sizing:border-box;content:"";display:none;height:20px;left:0;top:calc(50% - 10px);padding:6px;position:absolute;width:20px}.select__currentText:after{display:block;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);background-size:contain;width:10px;height:6px;transition:all 0.5s ease-in-out}.select__disabledText{color:rgba(29,29,27,0.3)}.select__options{border-radius:3px;background-color:#fff;position:absolute;top:calc(100% + 10px);left:0;width:calc(100% + 1px);transform-origin:top;opacity:0;max-height:250px;overflow-y:auto;z-index:-10;visibility:hidden;border:1px solid rgba(45,92,166,0.5)}.select__option{color:#1d1d1b;font-size:1rem;font-weight:400;min-height:50px;line-height:1.5rem;cursor:pointer;padding:13px 15px 13px 23px;text-overflow:ellipsis;transition:0.2s ease-in-out}.select__option:first-of-type{display:none}.select__option:hover{background:#4085bf;color:#fff}@media (max-width: 767px){.textarea{max-width:290px;width:100%}.select{max-width:290px;width:100%}.input{max-width:290px;width:100%}}h1{font-size:2.5rem;line-height:3.75rem}h2{font-size:1.875rem;line-height:2.8125rem}h3{font-size:1.5rem;line-height:2.25rem}h4{font-size:1.25rem;line-height:1.875rem}@media (max-width: 1023px){h1{font-size:2.375rem;line-height:3.5625rem}h2{font-size:1.75rem;line-height:2.625rem}h3{font-size:1.375rem;line-height:2.0625rem}h4{font-size:1.125rem;line-height:1.6875rem}}@media (max-width: 767px){h1{font-size:2.25rem;line-height:3.375rem}h2{font-size:1.625rem;line-height:2.4375rem}h3{font-size:1.25rem;line-height:1.875rem}h4{font-size:1rem;line-height:1.5rem}}.daterangepicker{box-shadow:0 4px 4px rgba(0,0,0,0.25);width:298px;z-index:1}@media (max-width: 767px){.daterangepicker{width:290px}}@media (max-width: 575px){.daterangepicker{width:265px}}.daterangepicker .month{color:#004bc0;font-weight:400}.daterangepicker:before,.daterangepicker:after{display:none}.daterangepicker .next,.daterangepicker .prev{background:url(../assets/images/b85a14020c9d768a6f8d31f0fa3f6581.svg) no-repeat;background-size:15px;background-position:9px}.daterangepicker .next span,.daterangepicker .prev span{display:none !important}.daterangepicker .prev{transform:rotate(180deg)}.daterangepicker thead tr:last-of-type th{font-weight:400;color:#737478}.daterangepicker th.next:hover{background-color:transparent;opacity:0.6}.daterangepicker th.next:active{opacity:0.8}.daterangepicker th.prev:hover{background-color:transparent;opacity:0.6}.daterangepicker .off.ends{color:#737478}.daterangepicker .calendar-table td{border:2px solid #f3f3f3}.daterangepicker .drp-calendar.left{padding:6px 0 6px 8px}@media (max-width: 575px){.daterangepicker .drp-calendar.left{padding:0 8px}}.daterangepicker .drp-calendar.left .calendar-table{padding:5px 14px 10px}@media (max-width: 767px){.daterangepicker .drp-calendar.left .calendar-table{padding:5px 9px 9px}}@media (max-width: 575px){.daterangepicker .drp-calendar.left .calendar-table{padding:5px 6px 10px}}.daterangepicker .drp-calendar.left .calendar-table th,.daterangepicker .drp-calendar.left .calendar-table td{padding:5px 10px}@media (max-width: 575px){.daterangepicker .drp-calendar.left .calendar-table th,.daterangepicker .drp-calendar.left .calendar-table td{padding:3px 5px}}.daterangepicker .calendar-table td{height:32px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#004bc0}.daterangepicker.show-calendar .ranges{margin-top:0}.blocked{pointer-events:none;color:#737478}.lowVision{filter:grayscale(1)}*{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-family:"ProbaPro", sans-serif;font-weight:400;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}ul{list-style:none;padding:0;margin:0}ol{counter-reset:list 0;padding-left:0}li{list-style-type:none}a{text-decoration:none;color:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.wrapper{width:100%;max-width:1200px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.contentWrapper,.header{width:100%;padding:0 30px;position:relative}.cabinetWrapper{width:100%;padding:0 52px 0 30px}@media (max-width: 1023px){.cabinetWrapper{padding:0 30px}}@media (max-width: 767px){.contentWrapper,.header{padding:0 15px}.cabinetWrapper{padding:0 15px}}.map,#map{width:1000px;height:500px}.no-scroll{overflow:hidden;-webkit-overflow-scrolling:touch}.activeEvent{background:-webkit-gradient(linear, left bottom, left top, from(rgba(45,92,166,0.1)), to(rgba(45,92,166,0.1))),#fff;background:-o-linear-gradient(bottom, rgba(45,92,166,0.1), rgba(45,92,166,0.1)),#fff;background:linear-gradient(0deg, rgba(45,92,166,0.1), rgba(45,92,166,0.1)),#fff}select{visibility:hidden}@media print{.header{display:none !important}.footer{display:none}}

@media (any-hover: hover){.calendar__label:hover .calendar__img{opacity:0.6}.calendar__input:hover{cursor:pointer}.calendar__eventNext:hover{color:#234161}.calendar__eventNext:hover svg path{fill:#234161;opacity:0.6}.calendar__eventNext:active{opacity:0.8;outline:none}.main__paginationBack:hover,.main__paginationNext:hover{color:#234161;opacity:0.6}.main__paginationBack:hover svg path,.main__paginationNext:hover svg path{fill:#234161}.main__paginationBack:active,.main__paginationNext:active{opacity:0.8;outline:none}}.mainPage__header{width:100%}.mainPage__content{width:100%;overflow-x:hidden;position:relative}.mainPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.main .daterangepicker{position:static !important;top:0;left:0}.main__inner{padding-top:58px}.main__news{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 30px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:65px}@media (max-width: 767px){.main__news{padding:0 15px}}.main__newsItem{position:relative;width:310px;height:310px;padding:15px 15px 22px 15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main__newsItem:before{content:"";position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.5);width:100%;height:100%;z-index:1}@media (max-width: 767px){.main__newsItem{width:290px}}@media (max-width: 1023px){.main__slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.main__newsImg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main__newsText{position:relative;color:#ebeef1;line-height:1.875rem;font-size:1.125rem;z-index:2;overflow:auto;margin:0}.main__newsText::-webkit-scrollbar{width:5px;opacity:0.3}@media (max-width: 767px){.main__newsText{line-height:1.5rem;font-size:1rem}}.main__newsDots{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:2;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.main__newsDot{margin-right:15px;width:2px;height:2px;background-color:#fff;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.main__newsDot:last-of-type{margin-right:0}.main__next{background-image:url(../assets/images/743de8371f0d164c0c73cd255c2b5b7d.svg);background-repeat:no-repeat;background-size:100%;position:absolute;bottom:-20px;width:14px;height:10px;right:30px;background-color:transparent;border:none;padding:0;cursor:pointer}@media (max-width: 767px){.main__next{right:15px}}.main__prev{background-image:url(../assets/images/743de8371f0d164c0c73cd255c2b5b7d.svg);background-repeat:no-repeat;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);position:absolute;width:14px;height:10px;bottom:-20px;right:50px;background-size:100%;background-color:transparent;border:none;padding:0;cursor:pointer}@media (max-width: 767px){.main__prev{right:35px}}.main__info{padding:50px 30px 30px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(245,247,250,0.5)}@media (max-width: 767px){.main__info{padding:50px 15px 30px 15px}}.main__underTitle{font-size:0.9375rem;line-height:0.9375rem;color:rgba(14,41,56,0.5);position:relative;text-transform:uppercase;font-weight:700;margin-bottom:20px}.main__underTitle::before,.main__underTitle::after{content:"";position:absolute;width:30px;height:1px;background-color:rgba(14,41,56,0.5);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main__underTitle::before{left:-40px}.main__underTitle::after{right:-40px}.main__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:45px}.main__download{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main__downloadItem{margin-bottom:20px;background-color:#fff;padding:20px 15px 10px 15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%}@media (max-width: 575px){.main__downloadItem{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.main__downloadIcon{background:url(../assets/images/f6d7b6572d80be0ae8e7f71d0cfd7ca1.svg) no-repeat;background-size:cover;width:30px;height:29px;margin-bottom:16px}.main__downloadName{margin-bottom:10px;color:#2d5ca6}.main__downloadLink{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin-top:auto}.main__calendar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:50px 63px}@media (max-width: 1023px){.main__calendar{padding:50px 30px}}.main__documents{padding:50px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(245,247,250,0.5)}@media (max-width: 767px){.main__documents{padding:50px 15px}}.main__documents .main__downloadItem{-webkit-flex-basis:29.5%;-ms-flex-preferred-size:29.5%;flex-basis:29.5%}@media (max-width: 1023px){.main__documents .main__downloadItem{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%}}@media (max-width: 575px){.main__documents .main__downloadItem{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.main__moreBtn{display:none;width:338px;margin-top:50px}@media (max-width: 767px){.main__moreBtn{width:290px}}.calendar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}@media (max-width: 1023px){.calendar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.calendar__wrapper{margin-right:125px}@media (max-width: 1023px){.calendar__wrapper{margin:0 auto 45px;text-align:center;width:325px}}@media (max-width: 767px){.calendar__wrapper{width:285px}}.calendar__alert{font-weight:600;font-size:1.875rem;line-height:2.8125rem;text-align:center;margin:auto}.calendar__label{position:relative}.calendar__input{padding:10px 12px;position:relative;width:380px}@media (max-width: 1023px){.calendar__input{width:100%}}.calendar__img{position:absolute;right:10px;-webkit-transition:all ease 0.2s;-o-transition:all ease 0.2s;transition:all ease 0.2s;top:50%;height:18px;width:18px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.calendar .daterangepicker{border:0;-webkit-box-shadow:none;box-shadow:none}.calendar .daterangepicker td.start-date.end-date{border-radius:0}.calendar .daterangepicker .drp-calendar.left{padding-left:0;padding-top:5px}.calendar .daterangepicker .drp-calendar.left .calendar-table{background:rgba(245,247,250,0.5);border-radius:4px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.15);box-shadow:0 4px 4px rgba(0,0,0,0.15);display:table;padding:5px 26px 26px}.calendar .daterangepicker .next,.calendar .daterangepicker .prev{background:url(../assets/images/b85a14020c9d768a6f8d31f0fa3f6581.svg) no-repeat;background-size:15px;background-position:9px}.calendar .daterangepicker .drp-calendar.left .calendar-table th,.calendar .daterangepicker .drp-calendar.left .calendar-table td{font-size:14px;padding:10px 14px}@media (max-width: 1023px){.calendar .daterangepicker .drp-calendar.left .calendar-table th,.calendar .daterangepicker .drp-calendar.left .calendar-table td{padding:8px 10px}}@media (max-width: 767px){.calendar .daterangepicker .drp-calendar.left .calendar-table th,.calendar .daterangepicker .drp-calendar.left .calendar-table td{padding:6px 7px}}.calendar .daterangepicker .calendar-table td{border:1px solid #f3f3f3;pointer-events:none}.calendar .daterangepicker .calendar-table td.activeEvent{pointer-events:auto}.calendar__event{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative}.calendar__event_hidden{display:none}.calendar__eventHeader{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}@media (max-width: 767px){.calendar__eventHeader{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.calendar__eventHeaderInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (max-width: 1023px){.calendar__eventHeaderInner{margin-bottom:25px}}.calendar__eventSubtitle{color:#aab3c6;font-size:0.9375rem;font-weight:bold;line-height:0.9375rem;letter-spacing:0.145em;margin-bottom:20px;text-transform:uppercase}.calendar__eventHeaderItem{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:50%}.calendar__eventHeaderItemText{color:#2d5ca6;font-size:0.9375rem;line-height:1.5rem;margin-left:10px;opacity:0.5}.calendar__eventSubtitle{width:100%}.calendar__eventTitle,.calendar__eventDescription{color:#0e2938;width:90%}@media (max-width: 1023px){.calendar__eventTitle,.calendar__eventDescription{width:80%}}.calendar__eventTitle{font-size:1.875rem;font-weight:600;line-height:2.8125rem;margin-bottom:30px}@media (max-width: 1023px){.calendar__eventTitle{font-size:1.75rem;line-height:2.625rem}}@media (max-width: 767px){.calendar__eventTitle{width:100%}}.calendar__eventDescription{color:#0e2938;font-size:1.125rem;line-height:1.6875rem}@media (max-width: 1023px){.calendar__eventDescription{width:50%}}@media (max-width: 767px){.calendar__eventDescription{width:100%}}.calendar__eventButtons{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px}@media (max-width: 767px){.calendar__eventButtons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:290px}}.calendar__btnDetails{margin-top:0;width:290px}.calendar__eventNext{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#2d5ca6;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;padding:0;width:auto}.calendar__eventNext svg{margin-left:10px;margin-right:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.main__calendar{padding-left:30px;padding-right:30px}@media (max-width: 767px){.main__calendar{padding:45px 15px 50px}}.main__calendar .main__pagination{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px;margin-top:40px}@media (max-width: 767px){.main__calendar .main__pagination{margin-bottom:40px;margin-top:15px}}.main__calendar .main__paginationLine{background-color:#2d5ca6;display:block;height:1px;width:30px}.main__calendar .main__paginationBack,.main__calendar .main__paginationNext{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#2d5ca6;font-size:1.125rem;font-weight:bold;line-height:1.5rem;background-color:transparent;border:none;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}@media (max-width: 767px){.main__calendar .main__paginationBack,.main__calendar .main__paginationNext{padding:0}}.main__calendar .main__paginationBack svg{margin-right:15px}.main__calendar .main__paginationNext{z-index:2}.main__calendar .main__paginationNext svg{margin-left:15px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main__calendar .main__paginationDate{padding-left:70px;padding-right:70px;position:relative}@media (max-width: 767px){.main__calendar .main__paginationDate{padding-left:19px;padding-right:19px}}.main__calendar .main__paginationDay,.main__calendar .main__paginationMonth{color:#0e2938;font-size:30px;font-weight:600;line-height:45px;position:relative;z-index:2}@media (max-width: 1023px){.main__calendar .main__paginationDay,.main__calendar .main__paginationMonth{font-size:28px;line-height:42px}}@media (max-width: 767px){.main__calendar .main__paginationDay,.main__calendar .main__paginationMonth{font-size:26px;line-height:39px}}.main__calendar .main__paginationYear{color:#ebeef1;opacity:0.6;font-size:5.6875rem;font-weight:900;line-height:5.875rem;position:absolute;bottom:0;left:47%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}@media (max-width: 767px){.main__calendar .main__paginationYear{font-size:4.125rem;line-height:4.375rem}}.statistics__item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:3px}.statistics__item:last-child{margin-bottom:0}.statistics__title{color:#0e2938;font-size:0.9375rem;line-height:1.5rem;opacity:0.5;width:100%}.statistics__line{background-color:rgba(14,41,56,0.5);height:1px;margin-left:30px;margin-right:15px;width:25px}.statistics__number{color:#1d1d1b;font-size:1rem;font-weight:bold;line-height:1.25rem}.slick-disabled{opacity:0.5;cursor:default}.slick-disabled:hover{opacity:0.5}.slick-disabled:active{opacity:0.5}.slick-slide{margin:0 27px}.slick-list{margin:0 -27px}

@media (any-hover: hover){.firstStepForm__choiceInner:hover .firstStepForm__tooltip{visibility:visible;opacity:1;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}}.stepOne__header{width:100%}.stepOne__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}.stepOne__content .preloader{background-color:rgba(255,255,255,0.7)}.stepOne__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.stepOne__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.stepOne__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.firstStep__inner{padding:35px 0 100px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.firstStep__stages{padding:0 52px 0 30px;margin-bottom:40px}.firstStep__title{text-align:center;padding:0 52px 0 30px;margin-bottom:60px}.firstStep__subtitle{margin-bottom:30px;padding:0 52px 0 30px}.firstStepForm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.firstStepForm__hiddenValidator{height:0;overflow:hidden !important;visibility:hidden !important;display:block;position:absolute}.firstStepForm__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-bottom:30px;padding:0 52px 0 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.firstStepForm__topInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px}@media (max-width: 767px){.firstStepForm__topInner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.firstStepForm__topInnerLabel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.firstStepForm__topInnerLabel input{width:100%;max-width:645px;margin-top:20px}@media (max-width: 767px){.firstStepForm__topInnerLabel input{max-width:290px}}.firstStepForm__topInnerLabel span{padding-left:15px}.firstStepForm__inputWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 52px 0 30px;width:100%}.firstStepForm__textareaGroup{margin-right:49px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.firstStepForm__textareaGroup label.error{position:absolute;bottom:-20px}.firstStepForm__textareaGroup:last-of-type{margin-right:0}.firstStepForm__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5);margin-bottom:10px}.firstStepForm__label{margin-bottom:10px}.firstStepForm__inputGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;position:relative}.firstStepForm__inputGroup label.error{position:absolute;bottom:-20px}.firstStepForm__inputGroup .select.error{border:1px solid #b10e1e}.firstStepForm__commonInfoSelect{width:298px;margin-right:49px}.firstStepForm__subtitle_upload{padding-left:15px;position:relative}.firstStepForm__subtitle_upload:before{position:absolute;left:0;height:100%;content:"*";margin-right:5px;color:#1d1d1b}.firstStepForm__subtitle_notReq{padding-left:0}.firstStepForm__subtitle_notReq:before{display:none}.firstStepForm__categories{width:100%;margin-top:40px;position:relative}.firstStepForm__categoriesTitle{padding:40px 0 0 15px;margin-left:30px;margin-right:52px;border-top:1px solid rgba(0,0,0,0.2);position:relative}.firstStepForm__categoriesTitle:before{content:"*";position:absolute;left:0;height:100%;margin-right:5px;color:#1d1d1b}.firstStepForm__categoriesSubtitle{padding:0 52px 0 30px}.firstStepForm__subAccord{position:relative}.firstStepForm__subAccord:first-of-type:after{content:"";position:absolute;left:30px;bottom:0;height:1px;width:calc(100% - 76px);background-color:rgba(0,0,0,0.1)}.firstStepForm__subAccord .firstStepForm__categoryTitle{font-size:1.125rem;margin:0;padding-left:35px}.firstStepForm__subAccord .firstStepForm__categoryListText{text-indent:0}.firstStepForm__subAccord .firstStepForm__categoryListText:before{left:-100px}.firstStepForm__category{position:relative}.firstStepForm__category:before{content:"";position:absolute;left:30px;top:0;height:1px;width:calc(100% - 76px);background-color:rgba(0,0,0,0.2)}.firstStepForm__category:after{content:"";position:absolute;left:30px;bottom:0;height:1px;width:calc(100% - 76px);background-color:rgba(0,0,0,0.2)}.firstStepForm__category:first-of-type:after{display:none}.firstStepForm__categoryTitle{max-width:572px}.firstStepForm__categoryList{position:relative;z-index:1}.firstStepForm__subCategory .firstStepForm__categoryListElem:before{display:none}.firstStepForm__subCategory .firstStepForm__categoryListElem:after{display:none}.firstStepForm__categorySubList{position:relative;z-index:1;padding-left:35px}.firstStepForm__categoryListElem{padding:20px 30px;position:relative}.firstStepForm__categoryListElem:after{content:"";position:absolute;left:30px;bottom:0;height:1px;width:calc(100% - 76px);background-color:rgba(0,0,0,0.1)}.firstStepForm__categoryListElem:first-of-type:before{content:"";position:absolute;left:30px;top:0;height:1px;width:calc(100% - 76px);background-color:rgba(0,0,0,0.1)}.firstStepForm__categoryListText{display:inline-block;position:relative;max-width:535px;font-size:1.125rem;line-height:1.6875rem;font-weight:400}.firstStepForm__categoryListText::before{content:"";position:absolute;top:-20px;left:-65px;width:100vw;height:calc(100% + 40px);background-color:transparent;z-index:-1}.firstStepForm__categoryNumber{font-weight:600}.firstStepForm__categoryLabel{display:inline-block;margin-bottom:0}.firstStepForm__categoryArrow{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:10px}.firstStepForm__categoryRadio:checked ~ .firstStepForm__categoryListText::before{background-color:rgba(45,92,166,0.1)}.firstStepForm__subCategory .firstStepForm__categoryHeader{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.firstStepForm__subCategory .firstStepForm__categoryArrow{margin-left:0;margin-right:10px}.firstStepForm__categoryHeader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 76px 30px 30px;position:relative}.firstStepForm__categoryHeader label.error{position:absolute;bottom:0}.firstStepForm__title{position:relative;padding-left:15px;margin-bottom:40px}.firstStepForm__title:before{position:absolute;left:0;height:100%;content:"*";margin-right:5px;color:#1d1d1b}.firstStepForm__subtitle{font-size:1.125rem;line-height:1.25rem;margin-bottom:16px;font-weight:600}.firstStepForm__choice{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 52px 0 0;margin-left:30px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.firstStepForm__choiceInner{border-radius:19px;background-color:#f5f7fa;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:40px;position:relative;margin:0 15px 30px 0}.firstStepForm__choiceInner:last-of-type{margin-right:0}.firstStepForm__choiceBtn{height:40px;min-width:142px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#2d5ca6;font-weight:700;cursor:pointer;padding:0 10px}.firstStepForm__choiceBtn svg{margin:0}.firstStepForm__tooltip{padding:10px;background-color:#fafafa;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.25);box-shadow:0 1px 4px rgba(0,0,0,0.25);border-radius:3px;position:absolute;-webkit-transform:translate(70%, -100px);-ms-transform:translate(70%, -100px);transform:translate(70%, -100px);top:-10px;right:-10px;opacity:0;visibility:hidden;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;color:rgba(0,0,0,0.8);font-size:0.9375rem;line-height:1.375rem;z-index:3;width:200px;max-height:200px;overflow:auto;white-space:normal;font-weight:400}.firstStepForm__description{display:none;padding:0 15px}.firstStepForm__descriptionText{margin:0;padding:10px 0;font-size:0.9375rem;line-height:1.375rem}.firstStepForm__choiceOuter{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.firstStepForm__choiceDelete{border:none;background-color:transparent;width:20px;height:20px;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:5px;cursor:pointer;outline:none;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.firstStepForm__choiceDelete svg{width:50%;height:50%;margin:0}.firstStepForm__arrowSmall{display:none}.firstStepForm__actualAddress{margin-top:40px;padding:0 52px 0 30px;width:100%}@media (max-width: 1023px){.firstStepForm__actualAddress{padding:0 30px}}@media (max-width: 767px){.firstStepForm__actualAddress{padding:0 15px}}.firstStepForm__actualAddressInner{padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,0.1)}.firstStepForm__actualAddressTitle{margin-bottom:20px}.firstStepForm__actualAddressTextArea{margin-top:20px;max-width:645px;width:100%}.firstStepForm__map{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 52px 0 30px;width:100%;margin:40px 0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.firstStepForm__mapInner{border-bottom:1px solid rgba(0,0,0,0.2);padding-bottom:40px;width:100%}.firstStepForm__mapAction{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.firstStepForm__mapTitle{margin-bottom:10px}.firstStepForm__mapSubtitle{font-size:1.125rem;line-height:1.6875rem;margin:0 0 30px 0}.firstStepForm__mapLabel{position:relative;font-size:1.125rem;line-height:1.25rem;padding-left:15px;font-weight:600;margin:0 0 20px 0}.firstStepForm__mapLabel:before{content:"*";position:absolute;left:0;height:100%;margin-right:5px;color:#1d1d1b}.firstStepForm__mapContainer{width:645px;height:374px;margin-bottom:10px}.firstStepForm__mapTooltip{opacity:0.5;font-size:0.9375rem;line-height:1.6875rem;max-width:344px}.firstStepForm__mapLocation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:30px;position:relative}.firstStepForm__mapGroup{margin-right:48px;width:298px}.firstStepForm__mapGroup:last-of-type{margin-right:0}@media (max-width: 767px){.firstStepForm__mapGroup input{max-width:260px}.firstStepForm__mapGroup .select{max-width:260px}}.firstStepForm__mapTip{margin-bottom:10px;line-height:1.6875rem;font-size:0.9375rem}.firstStepForm__markers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:645px;margin-top:10px}.firstStepForm__markerBtn{width:185px;margin-bottom:20px;margin-right:20px}.firstStepForm__markerBtn:last-of-type{margin-right:0}.firstStepForm__markerBtn svg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:14px;height:14px}.firstStepForm__markerBtn svg path{fill:#2d5ca6}.firstStepForm__addLocation{width:167px;margin-bottom:10px}.firstStepForm__deleteLocation{width:24px;height:24px;padding:0;position:absolute;top:77px;right:-35px;z-index:1}.firstStepForm__deleteLocation svg{margin-right:0;width:100%;height:100%}.firstStepForm__deleteLocation:hover svg path{fill:#f5f7fa;stroke:#f5f7fa;opacity:0.5}@media (max-width: 767px){.firstStepForm__deleteLocation{width:20px;height:20px;left:270px;top:75px}}.firstStepForm__addLocationTip{opacity:0.5;font-size:0.9375rem;line-height:1.6875rem;max-width:344px}.firstStepForm__files{padding:0 52px 0 30px;width:100%;margin-bottom:40px}.firstStepForm__filesInner{padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,0.2)}.firstStepForm__address{margin-top:75px;padding:0 52px 0 30px;width:100%}.firstStepForm__addressColumn:first-child{margin-right:49px}.firstStepForm__addressColumnItem{margin-bottom:25px}.firstStepForm__addressColumnItem:last-child{margin-bottom:0}.firstStepForm__addressInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-bottom:1px solid rgba(0,0,0,0.2);padding-bottom:30px}.firstStepForm__addressTitle{margin-bottom:40px}.firstStepForm__case{color:#1d1d1b;font-size:1.125rem;padding:0 52px 0 30px}.firstStepForm__caseInfo{border:1px solid rgba(14,41,56,0.5);border-radius:8px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:25px 20px 0 20px}.firstStepForm__caseInfoItem{margin-bottom:30px;margin-right:26px;width:30%}.firstStepForm__caseInfoItem:first-child{width:100%}.firstStepForm__caseInfoItem:last-child{margin-right:0}.firstStepForm__caseInfoText{line-height:1.6875rem}.firstStepForm__caseInfoItemInner{width:75%}.firstStepForm__caseInfoName{font-size:1.25rem;line-height:1.875rem;color:#224f91;margin:0}.firstStepForm__caseShowMap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:202px}.firstStepForm__caseShowMap svg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.firstStepForm__caseInfoTitle{font-size:1.125rem;line-height:1.5rem;font-weight:600;margin-bottom:20px}.firstStepForm__caseMessage{margin-top:30px;width:85%}.firstStepForm__caseMessageText{font-size:1.25rem;font-weight:600;line-height:1.875rem;margin:0 0 15px 0}.firstStepForm__caseMessageText_warning{color:#f00}.firstStepForm__submit{margin-top:45px}@media (max-width: 1023px){.firstStep__title{padding:0 30px}.firstStep__subtitle{padding:0 30px}.firstStep__stages{padding:0 30px}.stepOne__content{width:100%}.firstStepForm__top{padding:0 30px}.firstStepForm__inputWrapper{padding:0 30px}.firstStepForm__caseInfoItem{margin-bottom:20px;width:33%}.firstStepForm__caseInfoItem:last-child{margin-bottom:0}.firstStepForm__caseInfoItemInner{width:100%}.firstStepForm__caseInfoTitle{margin-bottom:15px}.firstStepForm__choice{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 30px 30px 0}.firstStepForm__descText{padding:10px}.firstStepForm__choiceBtn{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.firstStepForm__choiceBtn:last-of-type{margin-bottom:0}.firstStepForm__choiceBtn span{margin-right:auto}.firstStepForm__tooltip{display:none}.firstStepForm__description{display:block}.firstStepForm__arrowSmall{display:block}.firstStepForm__choiceInner{overflow:hidden;margin-bottom:15px;margin-right:0}.firstStepForm__choiceInner:last-of-type{margin-bottom:0}.firstStepForm__categoriesTitle{margin-right:30px}.firstStepForm__categoriesSubtitle{padding:0 30px}.firstStepForm__categoriesInner{margin-right:0}.firstStepForm__categoryListElem:after{width:calc(100% - 64px)}.firstStepForm__categoryListElem:first-of-type:before{width:calc(100% - 64px)}.firstStepForm__category:after{width:calc(100% - 64px)}.firstStepForm__category:before{width:calc(100% - 64px)}.firstStepForm__categoryListText:before{width:100vw}.firstStepForm__categoryHeader{padding-right:54px}.firstStepForm__subAccord:first-of-type:after{width:calc(100% - 64px)}.firstStepForm__subAccord .firstStepForm__categoryTitle{font-size:1.125rem}.firstStepForm__case{padding:0 30px}.firstStepForm__caseInfoItem:last-of-type{margin-bottom:30px}.firstStepForm__map{padding:0 30px;width:100%}.firstStepForm__address{width:100%;padding-right:30px}.firstStepForm__files{width:100%;padding-right:30px}}@media (max-width: 767px){.firstStep__title{max-width:400px;margin:0 auto 60px auto;padding:0 15px}.firstStep__subtitle{padding:0 15px}.firstStep__stages{padding:0 15px}.firstStepForm__top{padding:0 15px}.firstStepForm__inputWrapper{padding:0 15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.firstStepForm__commonInfoSelect{margin-bottom:30px}.firstStepForm__commonInfoSelect:last-child{margin-bottom:0}.firstStepForm__caseInfoItem{width:100%}.firstStepForm__caseMessage{width:100%}.firstStepForm__caseMessageText{font-size:1rem;line-height:1.5rem}.firstStepForm__addressColumn{width:100%}.firstStepForm__addressColumn:first-child{margin-bottom:25px;margin-right:0}.firstStepForm__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.firstStepForm__textareaGroup{margin-right:0;margin-bottom:30px}.firstStepForm__textareaGroup:last-of-type{margin-bottom:0}.firstStepForm__categoriesTitle{margin:0 15px}.firstStepForm__categoriesSubtitle{padding:0 15px}.firstStepForm__choice{padding:0 15px 30px 0;margin-left:15px}.firstStepForm__category:after{left:15px;width:calc(100% - 30px)}.firstStepForm__category:before{left:15px;width:calc(100% - 30px)}.firstStepForm__categoryHeader{padding:30px 30px 30px 15px}.firstStepForm__categoryListElem{padding:30px 30px 30px 15px}.firstStepForm__categoryListElem:after{left:15px;width:calc(100% - 30px)}.firstStepForm__categoryListElem:first-of-type:before{left:15px;width:calc(100% - 30px)}.firstStepForm__categoryListText:before{top:-30px;left:-50px;height:calc(100% + 60px)}.firstStepForm__subAccord:first-of-type:after{left:15px;width:calc(100% - 30px)}.firstStepForm__subAccord .firstStepForm__categoryListText:before{left:-50px}.firstStepForm__subCategory .firstStepForm__categoryListText{text-indent:33px}.firstStepForm__subCategory .firstStepForm__categoryLabel{padding-left:0}.firstStepForm__address{padding:0 15px}.firstStepForm__case{padding:0 15px}.firstStepForm__map{padding:0 15px}.firstStepForm__mapLocation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.firstStepForm__mapContainer{margin-bottom:40px}.firstStepForm__mapGroup{width:260px;margin-right:0;margin-bottom:40px}.firstStepForm__mapGroup:last-of-type{margin-bottom:0}.firstStepForm__files{padding:0 15px}}@media (max-width: 690px){.firstStepForm__mapContainer{width:100%;height:500px}}#mapPoints-error{margin-bottom:20px;display:block}#category-error{position:absolute;top:20px;left:30px}@media (max-width: 767px){#category-error{left:15px}}

@media (any-hover: hover){.secondStep__dateIcon:hover{cursor:pointer}}.secondStep__header{width:100%}.secondStep__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}.secondStep__content .preloader{background-color:rgba(255,255,255,0.7)}.secondStep__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.secondStep__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.secondStep__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.secondStep__inner{padding-top:35px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.secondStep__title{margin:0 auto 60px 0;text-align:center;width:100%}.secondStep__subtitle{margin-bottom:30px;position:relative;margin-right:auto}@media (max-width: 575px){.secondStep__subtitle{max-width:300px}}.secondStep__subtitle .tooltipe{right:-35px;bottom:4px}@media (max-width: 575px){.secondStep__subtitle .tooltipe{bottom:initial;top:10px;right:25px}}.secondStep__subtitle .tooltipe__body{bottom:-95px}@media (max-width: 575px){.secondStep__subtitle .tooltipe__body{bottom:-120px;right:-16px}}.secondStepForm__item{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:40px;margin-bottom:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.secondStepForm__bottom{border-bottom:none}.secondStepForm__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.secondStepForm__date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:40px;position:relative}.secondStepForm__ctrlBlock{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.secondStepForm__ctrlBlock{position:absolute;bottom:10px;right:0}}.secondStepForm__groupCtrlButton{width:24px;height:24px;border:none;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 10px}.secondStepForm__groupCtrlButton:nth-child(2){border-left:1px solid #000}.secondStepForm__subtitle_upload{padding-left:15px;position:relative}.secondStepForm__subtitle_upload:before{position:absolute;left:0;height:100%;content:"*";margin-right:5px;color:#1d1d1b}.secondStepForm__subtitle_notReq{padding-left:0}.secondStepForm__subtitle_notReq::before{display:none}.secondStepForm__progress{margin-top:55px}.secondStepForm__inputIcon{height:20px;right:20px;bottom:10px;position:absolute;width:20px}.secondStepForm__inputGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:303px;position:relative}.secondStepForm__inputGroup:nth-child(odd){margin-right:50px}.secondStepForm__inputGroup label.error{position:absolute;bottom:-20px}.secondStepForm__inputGroup .select.error{border:1px solid #b10e1e}.secondStepForm__inputGroup:last-of-type{margin-right:0}.secondStepForm__inputGroup .tooltipe{z-index:3002}@media (max-width: 575px){.secondStepForm__inputGroup .tooltipe{right:0}}@media (max-width: 575px){.secondStepForm__inputGroup{width:290px}}.secondStepForm__inputOuter{position:relative;cursor:pointer;z-index:0;max-width:298px}.secondStepForm__inputOuter::after{content:"";position:absolute;width:20px;height:20px;top:10px;right:15px;background:url(../assets/images/3e1f5e555bfb4bf9c895539754eee582.svg) no-repeat 50%;z-index:0;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}@media (max-width: 767px){.secondStepForm__inputOuter{max-width:290px}}.secondStepForm__inputOuter:hover::after{opacity:0.6}.secondStepForm__inputOuter:active::after{opacity:0.8}@media (max-width: 575px){.secondStepForm__inputOuter{max-width:100%}}.secondStepForm__inputDate{cursor:pointer;padding:0 15px 0 13px;position:relative;z-index:2;background-color:transparent;font-weight:400}.secondStepForm__inputDate:active+.secondStepForm__dateBtn{opacity:0.8}.secondStepForm__dateIcon{height:20px;position:absolute;top:10px;right:23px;width:20px}.secondStepForm__select{width:150px}.secondStepForm__message{margin-top:30px;width:85%}.secondStepForm__messageBtn{margin-top:50px;width:298px}.secondStepForm__messageItem{font-size:1.25rem;font-weight:600;line-height:1.875rem;margin:0 0 15px 0}.secondStepForm__messageItem:last-child{margin-bottom:0}.secondStepForm__messageItem_warning{color:#f00}@media (max-width: 1023px){.secondStep__content{width:100%}}@media (max-width: 767px){.secondStep__title{width:100%}.secondStepForm__inputGroup:first-child{margin-bottom:20px;margin-right:0}.secondStepForm__inputGroup:nth-child(odd){margin-right:30px}.secondStepForm__date{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.secondStepForm__dateBtn{width:288px}.secondStepForm__message{width:100%}.secondStepForm__messageBtn{width:288px}}

.stepsPage__header{width:100%}.stepsPage__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.stepsPage__content{width:100%}}.stepsPage__content .preloader{background-color:rgba(255,255,255,0.7)}.stepsPage__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.stepsPage__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.stepsPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.stepsPage__formStepTwo{padding-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.stepsPage__formStepTwo .secondStepForm__messageBtn{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.stepsPage__formStepTwo .secondStepForm__addDocsSubmit{margin-top:50px}.formStepTwo__date{margin-bottom:40px}.formStepTwo__formStepTwoSubmit{margin:40px 0}.formStepTwo__title{font-size:1.5rem;line-height:2.25rem;margin:30px 0;margin-right:auto;position:relative}.formStepTwo .secondStepForm__item:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.resendStepFirst .firstStepForm__filesInner{border-bottom:none;padding:0}.stepsStart__inner{padding:35px 0 100px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.stepsStart__detailsButton{margin:20px 0;padding:0 30px;width:310px}@media (max-width: 575px){.stepsStart__previewBody .stepsPage__formStepTwo .tooltipe{right:5px}}@media (max-width: 575px){.stepsStart__previewBody .stepsPage__formStepTwo .tooltipe__body{right:-4px}}.stepsStart__content{padding-bottom:35px}.stepsStart__title{text-align:center;padding:0 52px 0 30px;margin-bottom:60px}@media (max-width: 1023px){.stepsStart__title{padding:0 30px}}@media (max-width: 767px){.stepsStart__title{padding:0 15px}}.stepsStart__subtitle{text-align:center;margin-bottom:50px}.stepsStart__button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:50px}.stepsStart__preview{padding:0 52px 0 30px}@media (max-width: 1023px){.stepsStart__preview{padding:0 30px}}@media (max-width: 767px){.stepsStart__preview{padding:0 15px}}.stepsStart__placeInfo{width:100%}.stepsStart__placeInfoTop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 767px){.stepsStart__placeInfoTop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.stepsStart__map{margin-top:30px}.stepsStart__mapContainer{width:645px;height:374px;background:rgba(0,0,0,0.1)}@media (max-width: 690px){.stepsStart__mapContainer{width:100%;height:500px}}.stepsStart__previewStep{border-bottom:1px solid rgba(14,41,56,0.5)}.stepsStart__previewStep:first-child{border-top:1px solid rgba(14,41,56,0.5);border-bottom:1px solid rgba(14,41,56,0.5)}.stepsStart__previewStep:first-child .stepsStart__previewButton{width:300px}.stepsStart__previewStep_disabled{pointer-events:none}.stepsStart__previewStep_enabled{pointer-events:auto;border-bottom:2px solid #2d5ca6}.stepsStart__previewStep_enabled .stepsStart__previewTitle{color:#1d1d1b}.stepsStart__previewStep_enabled:first-child{border-top:2px solid #2d5ca6;border-bottom:2px solid #2d5ca6}.stepsStart__previewStep:nth-of-type(2) .stepsStart__previewBlock{border-bottom:none}.stepsStart__previewHeader{height:105px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:15px}.stepsStart__previewBlock{padding:30px 15px 30px 0;border-bottom:1px solid #c2c5cb;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.stepsStart__previewBlock:nth-child(3){border-bottom:none}.stepsStart__previewBlock:last-child{border-bottom:none}@media (max-width: 767px){.stepsStart__previewBlock{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.stepsStart__previewItem{width:calc(100% / 3);padding:0 25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width: 767px){.stepsStart__previewItem{width:100%;padding:0;margin-bottom:30px}.stepsStart__previewItem:last-child{margin-bottom:0}}.stepsStart__previewItem:first-child{padding-left:0}.stepsStart__previewItem:last-child{padding-right:0}.stepsStart__previewTitle{color:#c2c5cb}.stepsStart__previewSubtitle{line-height:1.5rem;font-size:1.125rem;font-weight:600;margin-bottom:20px;cursor:pointer}@media (max-width: 767px){.stepsStart__previewSubtitle{margin-bottom:15px}}.stepsStart__previewDuration{min-width:186px}.stepsStart__previewDescription{font-size:1.125rem;line-height:1.6875rem}.stepsStart__previewDescription.primaryColor{color:#2d5ca6}.stepsStart__previewAwait{color:red;font-size:1.25rem;line-height:1.875rem;font-weight:600;position:relative;margin-bottom:30px}.stepsStart__previewAwait:before{position:absolute;content:"i";height:20px;width:20px;border-radius:50%;background:red;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;left:-25px;top:4px}@media (max-width: 1023px){.stepsStart__previewAwait{font-size:1.125rem;line-height:1.6875rem}}@media (max-width: 767px){.stepsStart__previewAwait{padding-left:30px}.stepsStart__previewAwait:before{left:0}}.stepsStart__previewDownloads,.stepsStart__previewReceivings{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;font-size:1.125rem;line-height:1.6875rem}@media (max-width: 1279px){.stepsStart__previewDownloads,.stepsStart__previewReceivings{font-size:1rem;line-height:1.5rem}}.stepsStart__previewDownloads.primaryColor,.stepsStart__previewReceivings.primaryColor{color:#2d5ca6}.stepsStart__previewButtons{padding:50px 0 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width: 767px){.stepsStart__previewButtons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:0}}.stepsStart__previewButton{margin:0 30px 30px 0;width:100%}.stepsStart__previewButton .btn{width:100%;padding:0}.stepsStart__previewButton:last-child{margin-right:0}@media (max-width: 767px){.stepsStart__previewButton{width:100%;margin-right:0;margin-bottom:30px}.stepsStart__previewButton:last-child{margin-bottom:0}}.stepsStart__previewTooltip{font-size:0.9375rem;line-height:1.6875rem;color:#c2c5cb}.stepsStart__decline{padding:50px 0 0 30px}@media (max-width: 767px){.stepsStart__decline{padding:50px 15px 0}}.stepsStart__declineTitle{font-size:1.25rem;line-height:1.875rem;color:#000;font-weight:600}@media (max-width: 767px){.stepsStart__declineTitle{font-size:1rem;line-height:1.5rem}}@media (max-width: 767px){.stepsStart__declineButton{width:100%}.stepsStart__declineButton .btn{width:100%}}.stepsStart__declineAttantion{font-size:1.25rem;line-height:1.875rem;padding:20px 0 30px;color:red;font-weight:600}@media (max-width: 767px){.stepsStart__declineAttantion{font-size:1rem;line-height:1.5rem}}.stepsStart__previewBox{margin-top:30px}.stepsStart__previewCategory{margin-bottom:30px}.stepsStart__categoryBtn{color:#224f91;border:0;padding:0;background-color:transparent}.stepsStart__categoryBtn:hover{opacity:0.6}.stepsStart__categoryBtn:active{opacity:0.8}.stepsStart__categoryBtn:focus{outline:none}.stepsStart__panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.actionsBlk{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.actionsBlk__btnWrapper{width:29%}@media (max-width: 767px){.actionsBlk__btnWrapper{width:100%}}

.registrationPage__header{width:100%}.registrationPage__content{width:100%;position:relative}.registrationPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.registration__inner{padding:40px 0 100px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}@media (max-width: 767px){.registration__inner{padding:40px 29px 100px 15px}}.registration__title{margin-bottom:60px}@media (max-width: 767px){.registration__title{margin-bottom:30px}}.registration__tip{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#1d1d1b;opacity:0.5;line-height:1.6875rem;margin-bottom:20px}

.authPage__header{width:100%}.authPage__content{width:100%;position:relative}.authPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.auth__inner{padding:40px 0 100px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}@media (max-width: 1023px){.auth__inner{padding:40px 30px 100px 30px}}@media (max-width: 767px){.auth__inner{padding:40px 15px 100px 15px}}.auth__title{margin-bottom:60px}@media (max-width: 767px){.auth__title{margin-bottom:30px}}.auth__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:33px}@media (max-width: 767px){.auth__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:290px}}.auth__registration{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.25rem;line-height:1.875rem}.auth__link{text-decoration:underline;color:#4085bf}.auth__link:hover{opacity:0.6}.auth__link:active{opacity:0.8}.authForm__form{margin-right:150px;width:346px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.authForm__form label.error{position:absolute;bottom:-20px}.authForm__form:first-of-type .authForm__text{margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.authForm__form:last-of-type{margin-right:0}@media (max-width: 1023px){.authForm__form{margin-right:75px;width:300px}}@media (max-width: 767px){.authForm__form{margin-right:0;margin-bottom:40px;width:100%}.authForm__form:last-of-type{margin-bottom:0}}.authForm__img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;margin-bottom:15px;border-radius:50%;background-color:rgba(45,92,166,0.2);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 767px){.authForm__img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}}.authForm__subtitle{margin-bottom:30px;max-width:280px}.authForm__text{margin-bottom:30px}.authForm__tip{color:#1d1d1b;opacity:0.5;line-height:1.5rem}.authForm__label{padding-left:0}.authForm__label:before{display:none}.authForm__inputGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;position:relative}.authForm__inputGroup input{width:100%}.authForm__inputGroup:last-of-type{margin-bottom:0}.authForm__inputInner{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:40px;border:1px solid rgba(14,41,56,0.5)}.authForm__uploadIcon{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:15px}.authForm__uploadFile{position:absolute;z-index:-1;opacity:0}.authForm__upload{position:relative}.authForm__uploaded{display:none;width:20px;height:20px;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.authForm__uploaded_active{display:block}.authForm__labelFile{margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.authForm__labelFile p{margin:0;margin-bottom:20px}.authForm__inputWrapper{position:relative}.authForm__inputWrapper input{width:100%;padding-right:33px}.authForm__inputWrapper input::-webkit-outer-spin-button,.authForm__inputWrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.authForm__showPassword{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:none;background-color:transparent;padding:0;cursor:pointer}.authForm__showPassword_active{-webkit-filter:brightness(0.5);filter:brightness(0.5)}.authForm__showPassword:hover{opacity:0.6}.authForm__showPassword:active{opacity:0.8;outline:none}.authForm__showPassword:focus{outline:none}.authForm__btn{height:50px;color:#fff;font-size:1.25rem;margin-top:54px;letter-spacing:0.05px;padding:0 30px}.authForm__submit{margin-bottom:45px}.authForm__forgot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.authForm__forgot span{font-size:0.9375rem;line-height:1.5rem;color:#2d5ca6;font-weight:600;margin-left:10px}.authForm__forgot:hover span{text-decoration:underline}.error{font-size:0.9375rem;color:#b10e1e;font-weight:400}@media (max-width: 767px){.error{font-size:0.875rem}}#entity-error{bottom:-30px;width:260px}@media (max-width: 767px){#entity-error{bottom:-74px}}

.errorPage{min-height:100vh;min-width:100vw;width:100%;background:-o-radial-gradient(center, ellipse, #2d5ca6 0%, #234161 100%);background:radial-gradient(ellipse at center, #2d5ca6 0%, #234161 100%)}.errorPage__content{max-width:1200px;margin:0 auto;padding:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;min-height:100vh}@media (max-width: 1279px){.errorPage__content{padding:15px}}.errorPage__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media (max-width: 767px){.errorPage__logo{margin-bottom:15px}}.errorPage__block{width:100%}.errorPage__info{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto;max-width:520px;padding-bottom:50px}@media screen and (max-width: 767px){.errorPage__info{margin-top:0;padding-bottom:25px}}@media screen and (max-width: 1023px){.errorPage__info{max-width:420px}}.errorPage__title{margin:0 auto;font-size:32px;line-height:40px;text-align:center;color:#fff;font-weight:300;margin-top:12px}@media screen and (max-width: 767px){.errorPage__title{font-size:22px;line-height:34px}}.errorPage__subTitle{font-weight:300;color:#aab3c6;font-size:16px;line-height:16px;margin:0 auto}@media screen and (max-width: 767px){.errorPage__subTitle{margin-top:15px;line-height:20px}}.errorPage__reason{border-top:1px solid rgba(255,255,255,0.2);padding-top:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:90%;margin:0 auto}@media (max-width: 1023px){.errorPage__reason{width:100%}}@media (max-width: 767px){.errorPage__reason{padding-top:15px}}.errorPage__reasonNumber{font-size:90px;line-height:90px;color:rgba(255,255,255,0.2);font-weight:bold;margin-bottom:30px}@media (max-width: 767px){.errorPage__reasonNumber{font-size:80px;margin-bottom:0}}.errorPage__reasonTitle{font-size:30px;line-height:45px;color:#fff}@media (max-width: 1023px){.errorPage__reasonTitle{font-size:28px;line-height:42px}}@media (max-width: 767px){.errorPage__reasonTitle{font-size:26px;line-height:39px}}.errorPage__description{max-width:700px;width:100%;margin:45px auto 0;font-size:18px;line-height:27px;text-align:center;color:#fff}@media (max-width: 767px){.errorPage__description{margin-top:20px}}.errorPage_descriptionLink{text-decoration:underline}.errorPage__descriptionText{font-size:18px;line-height:27px}

@media (any-hover: hover){.cases__arrow:hover svg path{fill:#fff}}.allCases__header{width:100%}.allCases__content{width:100%}.allCases__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.cases{width:100%;padding-bottom:100px}.cases__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:50px 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cases__link{color:#2d5ca6;font-weight:600}.cases__link:hover{text-decoration:underline}.cases__disabledBtn{pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1)}.cases__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:50px;border-bottom:1px solid rgba(14,41,56,0.5);margin-bottom:30px;position:relative;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cases .label{margin-bottom:10px;padding-left:0;line-height:1.875rem}.cases .label:before{display:none}.cases__formClear{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:0;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;max-width:250px}@media (max-width: 767px){.cases__formClear{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%;max-width:100%}}.cases__findBtn{padding:0}.cases__findBtn span{margin-left:12px}.cases__btnClear{height:40px;padding:0;width:100%}.cases__formSave{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:0;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;max-width:250px}@media (max-width: 767px){.cases__formSave{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%;max-width:100%}}.cases__btnSave{height:40px;padding:0;width:100%}.cases__savedParams{margin-bottom:30px}@media (max-width: 767px){.cases__savedParams .select{max-width:100%}}.cases__formSearch{-webkit-box-flex:0;-webkit-flex:0 0 48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:546px;padding-bottom:30px;position:relative}.cases__formSearch input{width:100%}@media (max-width: 767px){.cases__formSearch{padding-right:0;max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.cases__formSearch input{max-width:unset}}.cases__formSearchIcon{position:absolute;right:20px;top:50px}.cases__formSearchIcon svg{width:14px;fill:#234161}.cases__formSearchIcon svg path{fill:#234161}@media (max-width: 767px){.cases__formSearchIcon{right:10px}}.cases__formDateFrom,.cases__formDateTo{-webkit-box-flex:0;-webkit-flex:0 0 22%;-ms-flex:0 0 22%;flex:0 0 22%;padding-bottom:30px;max-width:250px}.cases__formDateFrom input,.cases__formDateTo input{width:100%;max-width:100%}@media (max-width: 767px){.cases__formDateFrom,.cases__formDateTo{max-width:100%;-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%}}.cases__box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-webkit-flex:0 0 74%;-ms-flex:0 0 74%;flex:0 0 74%}@media (max-width: 767px){.cases__box{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:50px}}.cases__label{display:block}.cases__formEnterpriseName{-webkit-box-flex:0;-webkit-flex:0 0 48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:546px}.cases__formEnterpriseName input{width:100%}@media (max-width: 767px){.cases__formEnterpriseName{max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:30px}.cases__formEnterpriseName input{max-width:unset}}.cases__formCaseStatus{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 24%;-ms-flex:0 0 24%;flex:0 0 24%;max-width:250%}.cases__formCaseStatus .select{padding-left:35px;width:unset}@media (max-width: 767px){.cases__formCaseStatus .select{max-width:100%}}@media (max-width: 767px){.cases__formCaseStatus{max-width:unset;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:30px}}.cases__formCaseStatusIcon{position:absolute;top:50px;left:8px}.cases__formRegion{-webkit-box-flex:0;-webkit-flex:0 0 22%;-ms-flex:0 0 22%;flex:0 0 22%;max-width:250px;padding-bottom:30px}.cases__formRegion .select{width:unset}@media (max-width: 767px){.cases__formRegion{max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.cases__formRegion .select{width:100%;max-width:unset}}.cases__formClassificator{-webkit-box-flex:0;-webkit-flex:0 0 22%;-ms-flex:0 0 22%;flex:0 0 22%;padding-right:0;padding-bottom:30px;max-width:250px}.cases__formClassificator input{width:100%}@media (max-width: 767px){.cases__formClassificator input{max-width:unset}}@media (max-width: 767px){.cases__formClassificator{max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.cases__formNumber{-webkit-box-flex:0;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;max-width:250px}.cases__formNumber input{width:100%}@media (max-width: 767px){.cases__formNumber input{max-width:unset}}@media (max-width: 767px){.cases__formNumber{max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:30px}}.cases__formButton{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:0;-webkit-flex:0 0 22%;-ms-flex:0 0 22%;flex:0 0 22%;max-width:250px}.cases__formButton .btn{width:100%}@media (max-width: 767px){.cases__formButton{max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:0}}.cases__total{font-size:1.125rem;line-height:1.125rem;color:#1d1d1b;margin-bottom:30px}.cases__result{margin-bottom:50px}.cases__result .resultHeader__info{display:grid;grid-template-columns:175px 130px 165px 151px 184px 127px 205px;border-bottom:1px solid rgba(14,41,56,0.5)}@media (max-width: 1199px){.cases__result .resultHeader__info{display:none}}.cases__result .resultHeader__item{font-size:1.125rem;line-height:1.25rem;border-right:1px solid rgba(14,41,56,0.5);color:#1d1d1b;font-weight:700;padding:0 5px 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cases__result .resultHeader__item span{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cases__result .resultHeader__item svg{margin-left:10px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.cases__result .resultHeader__item:first-child{padding-left:0}.cases__result .resultHeader__item:last-child{border-right:0;padding-right:0;padding-left:5px}.cases__result .resultHeader__select{display:none}@media (max-width: 1199px){.cases__result .resultHeader__select{display:block;margin-bottom:40px;margin-top:10px}}.cases__result .resultBody__item{padding:25px 0;border-bottom:1px solid rgba(14,41,56,0.5)}.cases__result .resultBody__itemName{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:10px}@media (max-width: 1199px){.cases__result .resultBody__itemName{border-bottom:1px solid rgba(14,41,56,0.5);padding-bottom:25px}}@media (max-width: 767px){.cases__result .resultBody__itemName{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-bottom:30px}}.cases__result .resultBody__itemTitle{font-size:1.5rem;line-height:2.25rem;color:#2d5ca6;max-width:820px}@media (max-width: 1199px){.cases__result .resultBody__itemTitle{font-size:1.375rem;line-height:2.0625rem;max-width:474px}}@media (max-width: 767px){.cases__result .resultBody__itemTitle{margin-bottom:25px;font-size:1.25rem;line-height:1.875rem}}.cases__result .resultBody__itemButton{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}@media (max-width: 1199px){.cases__result .resultBody__itemButton{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width: 767px){.cases__result .resultBody__itemButton{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}}.cases__result .resultBody__showCase{margin-right:20px}@media (max-width: 1199px){.cases__result .resultBody__showCase{margin-right:0;margin-bottom:10px}}@media (max-width: 767px){.cases__result .resultBody__showCase{margin-right:20px;margin-bottom:0}}.cases__result .resultBody__itemInfo{padding-top:10px;display:grid;grid-template-columns:170px 120px 155px 140px 175px 119px 200px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media (max-width: 1199px){.cases__result .resultBody__itemInfo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (max-width: 767px){.cases__result .resultBody__itemInfo{padding-top:0}}.cases__result .resultBody__itemBlock{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cases__result .resultBody__itemBlock:first-of-type{padding-left:0}@media (max-width: 1199px){.cases__result .resultBody__itemBlock{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);padding:15px 0}}.cases__result .resultBody__itemBlockTitle{font-size:1.125rem;line-height:1.25rem;color:#1d1d1b;margin-bottom:10px;font-weight:500}@media (max-width: 1199px){.cases__result .resultBody__itemBlockTitle{margin-bottom:0;margin-right:10px}}.cases__result .resultBody__itemBlockDescr{font-size:1rem;line-height:1.5rem;color:#1d1d1b;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 1199px){.cases__result .resultBody__itemBlockDescr{text-align:right}}.cases__result .resultBody__itemBlockDescr .status{height:10px;width:10px;border-radius:50%;background:#ffe358;margin-right:15px}.filter{border:1px solid #6d727c;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;width:298px;height:40px;margin-bottom:0;font-size:0.9375rem;line-height:1rem;padding-left:23px}@media (max-width: 767px){.filter{width:100%}}.filter.opened{border:2px solid #2d5ca6;outline:none}.filter.opened .filter__options{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);border:none;max-height:150px;overflow:auto;opacity:1;top:calc(100% + 3px);-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;transition:opacity 0.3s, -webkit-transform 0.3s;-o-transition:opacity 0.3s, transform 0.3s;transition:opacity 0.3s, transform 0.3s;transition:opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;visibility:visible;width:100%;z-index:10}.filter.opened .filter__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.filter__arrow{position:relative;height:7px;width:10px;position:absolute;right:15px;top:calc(50% - 3.5px);-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;cursor:pointer}.filter__arrow svg{position:absolute;top:0;left:0}.filter__current{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;height:100%}.filter__disabledText{color:rgba(29,29,27,0.3)}.filter__options{border-radius:3px;background-color:#fff;position:absolute;top:calc(100% + 10px);left:0;width:calc(100% + 1px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;opacity:0;max-height:250px;overflow-y:auto;z-index:-10;visibility:hidden;border:1px solid rgba(45,92,166,0.5)}.filter__option{color:#1d1d1b;font-size:1rem;font-weight:400;min-height:50px;line-height:1.5rem;cursor:pointer;padding:13px 15px 13px 23px;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.filter__option:hover{background:#4085bf;color:#fff}

.detailed__header{width:100%}.detailed__content{width:100%;overflow-x:hidden;position:relative}.detailed__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.detailedCase{padding:54px 30px 100px 30px}@media (max-width: 767px){.detailedCase{padding:54px 15px 100px 15px}}.detailedCase__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:942px;margin:0 auto}.detailedCase__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 auto 30px auto;max-width:942px}@media (max-width: 575px){.detailedCase__actions{margin:0 auto 30px auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.detailedCase__actionsTop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:27px;width:100%}.detailedCase__actionPanel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width: 575px){.detailedCase__actionPanel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.detailedCase__actionBtn{margin:0 19px 25px 0;-webkit-box-flex:0;-webkit-flex:0 1 15%;-ms-flex:0 1 15%;flex:0 1 15%}@media (max-width: 767px){.detailedCase__actionBtn{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%}}@media (max-width: 575px){.detailedCase__actionBtn{margin-right:0;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}}.detailedCase__back{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#2d5ca6;font-size:0.9375rem;line-height:1.5rem}.detailedCase__back svg{margin-right:10px}.detailedCase__back:hover{color:#234161}.detailedCase__back:hover svg path{fill:#234161}.detailedCase__back:active{opacity:0.8}@media (max-width: 1199px){.detailedCase__back{margin-left:0}}.detailedCase__name{margin-right:50px;max-width:346px}@media (max-width: 767px){.detailedCase__name{margin-right:0;margin-bottom:35px}}.detailedCase__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:30px;border-top:1px solid rgba(0,0,0,0.1);margin-bottom:30px}@media (max-width: 767px){.detailedCase__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.detailedCase__itemButtons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 1023px){.detailedCase__itemButtons{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width: 575px){.detailedCase__itemButtons{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.detailedCase__additionalBtn{margin-right:20px}@media (max-width: 1023px){.detailedCase__addToCalendar{margin-right:0}}@media (max-width: 767px){.detailedCase__addToCalendar{margin:0 20px 25px 0}}@media (max-width: 575px){.detailedCase__addToCalendar{margin:0 0 25px 0}}@media (max-width: 767px){.detailedCase__discoverStatus{margin-right:0}}.detailedCase__closeCase{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.detailedCase__closeCaseTitle{text-transform:uppercase;color:red;margin-bottom:5px}.detailedCase__closeCaseText{line-height:1.875rem;margin:0 0 10px 0}.detailedCase__closeCaseLink{color:#224f91;line-height:1.5rem}.detailedCase__closeCaseLink:hover{opacity:0.6}.detailedCase__closeCaseLink:active{opacity:0.8}.detailedCase__specification{display:grid;grid-template-columns:27% 27% calc(23% - 15px) calc(23% - 15px);row-gap:30px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}@media (max-width: 767px){.detailedCase__specification{grid-template-columns:250px;row-gap:0}}.detailedCase__description{max-width:346px}.detailedCase__title{margin-bottom:20px}.detailedCase__text{font-size:1.125rem;line-height:1.6875rem;margin:0}.detailedCase__category{margin-top:30px}.detailedCase__categoryBtn{color:#224f91;border:0;padding:0;background-color:transparent}.detailedCase__categoryBtn:hover{opacity:0.6}.detailedCase__categoryBtn:active{opacity:0.8}.detailedCase__categoryBtn:focus{outline:none}.detailedCase__location{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.detailedCase__item{margin-right:5.8%;max-width:250px}.detailedCase__item:last-of-type{margin-right:0}@media (max-width: 767px){.detailedCase__item{margin:0;margin-bottom:35px}.detailedCase__item:last-of-type{margin-bottom:0}}.detailedCase__date{min-width:123px}.detailedCase__period{min-width:145px}.detailedCase__map{margin-top:30px;width:100%;max-width:100%}@media (max-width: 767px){.detailedCase__map{margin-top:0}}.detailedCase__number .detailedCase__title{min-width:250px}.detailedCase__reject{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.detailedCase__status .processingStatus{margin-bottom:30px}.detailedCase__showMap{width:202px}.detailedCase__documentsList{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:35px}.detailedCase__documentsItem{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.detailedCase__documentsItem:last-of-type{margin-bottom:0}.detailedCase__documentsName{color:#2d5ca6;line-height:1.5rem}.detailedCase__documentsTip{color:#1d1d1b;opacity:0.5}.detailedCase__download{width:198px}.detailedCase__videos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.detailedCase__videosTitle{margin-bottom:30px;text-align:center}.detailedCase__video{position:relative;width:645px;height:374px;overflow:hidden;margin-bottom:30px}.detailedCase__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.detailedCase__video:last-of-type{margin-bottom:0}@media (max-width: 767px){.detailedCase__video{width:100%;height:0;padding-bottom:56.25%}}

.cabinetCases__header{width:100%}.cabinetCases__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.cabinetCases__content{width:100%}}.cabinetCases__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.cabinetCases__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.cabinetCases__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.cabinetCases{padding:50px 52px 100px 30px}@media (max-width: 1023px){.cabinetCases{padding:50px 30px 100px 30px}}@media (max-width: 767px){.cabinetCases{padding:50px 15px 100px 15px}}.cabinetCases .cases__title{margin-bottom:50px}.cabinetCases__result .cabinetCases__resultHeader .resultHeader__info{grid-template-columns:repeat(5, 1fr)}.cabinetCases__result .cabinetCases__resultBody .resultBody__itemInfo{grid-template-columns:repeat(5, 1fr)}.cabinetCases__result .resultBody__itemTitle{margin-right:10px}.cabinetCases__formSearch{-webkit-flex-basis:46.2%;-ms-flex-preferred-size:46.2%;flex-basis:46.2%}.cabinetCases__formSearch input{padding-right:40px}@media (max-width: 767px){.cabinetCases__formSearch{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.cabinetCases__formEnterpriseName{-webkit-flex-basis:46.2%;-ms-flex-preferred-size:46.2%;flex-basis:46.2%}@media (max-width: 767px){.cabinetCases__formEnterpriseName{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.cabinetCases__formClassificator{-webkit-flex-basis:22%;-ms-flex-preferred-size:22%;flex-basis:22%;padding-bottom:0}@media (max-width: 767px){.cabinetCases__formClassificator{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-bottom:30px}}.cabinetCases__formRegion{-webkit-flex-basis:24%;-ms-flex-preferred-size:24%;flex-basis:24%}@media (max-width: 767px){.cabinetCases__formRegion{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.cabinetCases__formNumber{-webkit-flex-basis:22%;-ms-flex-preferred-size:22%;flex-basis:22%}@media (max-width: 767px){.cabinetCases__formNumber{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.cabinetCases__btnClear{-webkit-flex-basis:24%;-ms-flex-preferred-size:24%;flex-basis:24%}@media (max-width: 767px){.cabinetCases__btnClear{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%;margin-bottom:30px}}.cabinetCases__formButton{margin-top:30px}.cabinetCases__formDateTo,.cabinetCases__formDateFrom{-webkit-flex-basis:24%;-ms-flex-preferred-size:24%;flex-basis:24%}@media (max-width: 767px){.cabinetCases__formDateTo,.cabinetCases__formDateFrom{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%}}.cabinetCases__btnSave{-webkit-flex-basis:24%;-ms-flex-preferred-size:24%;flex-basis:24%}@media (max-width: 767px){.cabinetCases__btnSave{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%;margin-bottom:30px}}

.myOption__header{width:100%}.myOption__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.myOption__content{width:100%}}.myOption__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.myOption__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.myOption__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.options__text{color:red}.options__inner{padding:50px 30px 100px 30px}@media (max-width: 1023px){.options__inner{padding:50px 30px 100px 30px}}@media (max-width: 767px){.options__inner{padding:50px 15px 100px 15px}}.options__radioGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.options__radioGroup{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.options__radioLabel{margin-bottom:0;margin-right:30px;font-size:1.125rem;line-height:1.5rem;font-weight:600}.options__radioLabel:last-of-type{margin-right:0}@media (max-width: 767px){.options__radioLabel{margin-right:0}.options__radioLabel:first-of-type{margin-bottom:25px}}.options__inputGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;position:relative}.options__inputGroup .select.error{border:1px solid #b10e1e}.options__inputGroup:last-of-type{margin-bottom:0}.options__tip{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#1d1d1b;opacity:0.5;line-height:1.6875rem;margin-bottom:20px}.options__registration{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-bottom:30px}.options__registration .registrationForm{margin:0;width:100%}.options__registration .registrationForm__inner{margin-bottom:30px}.options__registration .registrationForm__submit{margin:30px 0;max-width:347px;width:100%}@media (max-width: 1100px){.options__registration .registrationForm__submit{max-width:327px}}@media (max-width: 767px){.options__registration .registrationForm__submit{width:260px}}.options__registration .registrationForm__item{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 767px){.options__registration .registrationForm__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.options__registration .registrationForm__outer{margin:0;max-width:100%;margin-right:auto}@media (max-width: 575px){.options__registration .registrationForm__outer{max-width:255px}}@media (max-width: 767px){.options__registration .registrationForm__outer .tooltipe{right:-45px}}@media (max-width: 575px){.options__registration .registrationForm__outer .tooltipe{right:-30px}}.options__registration .registrationForm__inputGroup{max-width:347px;width:100%}@media (max-width: 1100px){.options__registration .registrationForm__inputGroup{max-width:327px}}@media (max-width: 767px){.options__registration .registrationForm__inputGroup{width:290px}}@media (max-width: 575px){.options__registration .registrationForm__inputGroup{width:260px}}@media (max-width: 575px){.options__registration .registrationForm__inputGroup .tooltipe{right:-24px}}@media (max-width: 767px){.options__registration .registrationForm__inputGroup input{max-width:290px}}@media (max-width: 767px){.options__registration .registrationForm__inputGroup .select{max-width:290px}}.options__registration .registrationForm__inputGroup:last-of-type{margin-bottom:30px}.options__registration input{width:100%}.options__registration .select{width:100%}.options__registration .registrationForm__inputGroup:nth-child(odd){margin-right:50px}@media (max-width: 1100px){.options__registration .registrationForm__inputGroup:nth-child(odd){margin-right:30px}}@media (max-width: 767px){.options__registration .registrationForm__inputGroup:nth-child(odd){margin-right:0}}.options__registration__label_notReq{padding:0}.options__registration__label_notReq:before{display:none}.options__addEmail{position:relative}.options__password{position:relative}.options__title{margin-bottom:40px}.options__text{margin:0;font-size:1.25rem;line-height:2.25rem;font-weight:600;margin-bottom:10px}@media (max-width: 767px){.options__text{max-width:290px}}.options__panel{margin:24px 0 40px 0}.passwordRestore{padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,0.1)}.passwordRestore__title{width:100%;margin-bottom:40px}.passwordRestore__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5);margin-bottom:10px}.passwordRestore__inputsBlock{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid rgba(0,0,0,0.1)}@media (max-width: 767px){.passwordRestore__inputsBlock{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.passwordRestore__inputsBlock:last-child{border-bottom:none}.passwordRestore__label_notReq{padding:0}.passwordRestore__label_notReq:before{display:none}.passwordRestore__input{width:100%;height:45px;line-height:2.8125rem;margin-top:20px}.passwordRestore__inputGroup{width:100%;max-width:347px;margin-bottom:30px;position:relative}.passwordRestore__inputGroup label.error{position:absolute;bottom:-85px;width:100%;min-width:290px}.passwordRestore__inputGroup .select.error{border:1px solid #b10e1e}.passwordRestore__inputGroup:nth-child(odd){margin-right:50px}@media (max-width: 1100px){.passwordRestore__inputGroup:nth-child(odd){margin-right:30px}}@media (max-width: 767px){.passwordRestore__inputGroup:nth-child(odd){margin-right:0}}@media (max-width: 1100px){.passwordRestore__inputGroup{max-width:327px}}@media (max-width: 767px){.passwordRestore__inputGroup{max-width:290px}}.passwordRestore__inputGroup .select{margin-top:20px;width:100%;max-width:347px;height:45px}@media (max-width: 1100px){.passwordRestore__inputGroup .select{max-width:327px}}@media (max-width: 767px){.passwordRestore__inputGroup .select{max-width:290px}}.passwordRestore__action label.error{bottom:-25px}.passwordRestore__submit{margin:20px 0 32px 0;width:347px}@media (max-width: 1100px){.passwordRestore__submit{max-width:327px}}@media (max-width: 767px){.passwordRestore__submit{width:290px}}


.emailSentMessage__header{width:100%}.emailSentMessage__content{width:calc(100% - 258px);position:relative}@media screen and (max-width: 1023px){.emailSentMessage__content{width:100%}}.emailSentMessage__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.emailSentMessage__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.emailSentMessage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.emailSent{padding:0 15px;margin-top:95px;margin-bottom:275px;text-align:center}@media (max-width: 767px){.emailSent{margin-bottom:150px}}.emailSent__button{font-weight:600;letter-spacing:0.05em;margin:50px auto 0;max-width:260px;width:100%}@media (max-width: 767px){.emailSent__button{max-width:290px}}.emailSent__text{font-size:0.9375rem;line-height:1.3125rem;margin-bottom:0;margin-top:0}.emailSent__extra{color:#aab3c6;font-size:0.9375rem;line-height:1.3125rem;margin:20px auto 0;max-width:335px}

.registrationMessage__header{width:100%}.registrationMessage__content{width:100%;position:relative}.registrationMessage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.regMessage{padding:50px 0 100px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.regMessage__public{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.regMessage__acsk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.regMessage__title{margin-bottom:15px}.regMessage__titleAcsk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.regMessage__text{margin:0}.regMessage__textPublic{max-width:275px}

@media (any-hover: hover){.news:hover{cursor:pointer}.news__subtitle:hover{text-decoration:underline}.news__button:hover{opacity:0.8}}.newsPage__header{width:100%}.newsPage__content{width:100%;position:relative}.newsPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.news{padding:60px 80px 100px}@media (max-width: 1199px){.news{padding-left:30px;padding-right:30px}}@media (max-width: 767px){.news{padding-left:15px;padding-right:15px;padding-top:30px}}.news__title{text-align:center;margin-bottom:60px}.news__sort{border-top:1px solid rgba(0,0,0,0.5);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:45px;padding:30px 15px 0;text-align:center}@media (max-width: 1199px){.news__sort{margin-bottom:40px}}.news__button{border-color:none;background:transparent;border:none;font-size:1.125rem;font-weight:700;line-height:1.25rem;color:#000;opacity:0.5;padding:0;-webkit-transition:color 0.3s;-o-transition:color 0.3s;transition:color 0.3s;cursor:pointer;white-space:nowrap}.news__button:first-child{margin-right:60px}.news__button:focus,.news__button:active{outline:none}.news__button_active{color:#2d5ca6;opacity:1;position:relative}.news__button_active:after{background:#2d5ca6;content:"";display:block;height:1px;margin-top:5px;position:absolute;bottom:-6px;left:4px;width:calc(100% - 8px)}.news__button_active:hover{opacity:1}.news__item{border-bottom:1px solid rgba(0,0,0,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:30px;padding-top:30px}.news__item:first-child{border-top:1px solid rgba(0,0,0,0.2)}@media (max-width: 1023px){.news__item{padding-top:25px;padding-bottom:25px}}@media (max-width: 767px){.news__item{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:30px}}.news__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:73%}@media (max-width: 1023px){.news__text{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:54%}}@media (max-width: 767px){.news__text{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;width:100%}}.news__date{color:#000;font-size:0.9375rem;line-height:1.6875rem;opacity:0.4;width:25%}@media (max-width: 1023px){.news__date{margin-top:30px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;width:100%}}.news__description{width:75%}@media (max-width: 1023px){.news__description{width:100%}}.news__subtitle{font-weight:bold;margin-bottom:20px}@media (max-width: 1023px){.news__subtitle{font-size:1.25rem;line-height:1.6875rem;max-width:420px}}.news__info{color:#0e2938;font-size:1.125rem;line-height:1.6875rem}@media (max-width: 1023px){.news__info{max-width:420px}}.news__img{width:24%}@media (max-width: 1199px){.news__img{height:154px;width:203px}}@media (max-width: 1023px){.news__img{width:234px;height:176px}}@media (max-width: 767px){.news__img{height:auto;margin-bottom:20px;max-width:420px;width:100%}}.news__img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}

@media (any-hover: hover){.newsDetailed__articlesTitle:hover,.breakingNews__articlesTitle:hover{cursor:pointer;text-decoration:underline}.socials__icon:hover{background-color:#2d5ca6;cursor:pointer}.socials__icon:hover svg path{fill:#fff}.socials__icon:active{background-color:#234161}.socials__icon:active svg path{fill:#fff}}.newsDetailedPage__header{width:100%}.newsDetailedPage__content{overflow-x:hidden;width:100%;position:relative}.newsDetailedPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.newsDetailed{padding-top:50px}.newsDetailed__header{border-bottom:1px solid rgba(14,41,56,0.2)}.newsDetailed__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:25px 30px 50px}@media (max-width: 1023px){.newsDetailed__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:30px}}@media (max-width: 767px){.newsDetailed__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:45px}}.newsDetailed__title{font-size:2.5rem;font-weight:normal;line-height:2.5rem;margin:0 auto;text-align:center;width:90%}@media (max-width: 1023px){.newsDetailed__title{font-size:2.3125rem;width:90%}}@media (max-width: 767px){.newsDetailed__title{font-size:1.875rem;width:100%}}.newsDetailed__explanations{color:rgba(14,41,56,0.6);font-size:0.9375rem;line-height:0.9375rem;margin:20px auto 0;padding-bottom:50px;text-align:center}@media (max-width: 1023px){.newsDetailed__explanations{line-height:1.375rem;margin-top:15px;width:80%}}@media (max-width: 767px){.newsDetailed__explanations{width:100%}}.newsDetailed__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media (max-width: 1023px){.newsDetailed__content{padding-bottom:50px;border-bottom:1px solid rgba(14,41,56,0.2)}}@media (max-width: 767px){.newsDetailed__content{border-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.newsDetailed__socials{padding-right:30px}@media (max-width: 1023px){.newsDetailed__socials{padding-right:50px}}@media (max-width: 767px){.newsDetailed__socials{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;padding-right:0}}@media (max-width: 767px){.newsDetailed__text{margin-bottom:50px}}.newsDetailed__textItem{font-size:1.125rem;line-height:1.6875rem;margin:0 0 35px}.newsDetailed__textItem:first-child:first-letter{font-size:1.625rem;font-weight:bold}.newsDetailed__img{margin-top:15px;margin-bottom:50px;width:100%}.newsDetailed__extraTitle{font-size:1.125rem;font-weight:bold;line-height:1.6875rem;margin-bottom:25px;margin-top:0}.newsDetailed__extraContent{font-size:1.125rem;line-height:1.6875rem;margin-bottom:45px}.newsDetailed__pagination{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.newsDetailed__back,.newsDetailed__next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#2d5ca6;font-size:1.125rem;font-weight:bold;line-height:1.5rem}.newsDetailed__back:hover,.newsDetailed__next:hover{color:#234161}.newsDetailed__back:hover svg path,.newsDetailed__next:hover svg path{fill:#234161}.newsDetailed__back:active,.newsDetailed__next:active{opacity:0.8}.newsDetailed__back svg{margin-right:10px}.newsDetailed__next svg{margin-left:10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.newsDetailed__articles{padding-left:25px;width:23%}@media (max-width: 1023px){.newsDetailed__articles{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:45px;padding-left:0;width:100%}}@media (max-width: 767px){.newsDetailed__articles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:0}}.newsDetailed__articlesItem{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:30px;padding-top:30px}@media (max-width: 1023px){.newsDetailed__articlesItem{border-bottom:0;padding:0;width:45%}}@media (max-width: 767px){.newsDetailed__articlesItem{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:30px;padding-top:5px;width:100%}.newsDetailed__articlesItem:first-child{padding-top:0}.newsDetailed__articlesItem:last-child{border-bottom:none;padding-bottom:0}}.newsDetailed__articlesItem:first-child{padding-top:0}.newsDetailed__articlesItem:last-child{border-bottom:none}.newsDetailed__articlesDate{color:rgba(0,0,0,0.3);font-size:0.875rem;line-height:1.875rem;padding-bottom:15px}@media (max-width: 767px){.newsDetailed__articlesDate{padding-bottom:10px}}.newsDetailed__articlesTitle{color:#2d5ca6;font-size:1rem;font-weight:bold;line-height:1.5rem;cursor:pointer}.socials{border:1px solid rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 1023px){.socials{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (max-width: 767px){.socials{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.socials__item{border-right:1px solid rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width: 767px){.socials__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.socials__item:nth-child(2n){border-right:0}@media (max-width: 1023px){.socials__item:first-child{border-bottom:1px solid rgba(0,0,0,0.1);border-right:0}}@media (max-width: 767px){.socials__item:first-child{border-right:1px solid rgba(0,0,0,0.1);border-bottom:0}}.socials__icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:24px 17px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.socials__icon svg{height:16px;width:16px}.socials__icon svg path{fill:#043583}.socials__icon:first-child{border-bottom:1px solid rgba(0,0,0,0.1)}@media (max-width: 767px){.socials__icon:first-child{border-bottom:0;border-right:1px solid rgba(0,0,0,0.1)}}.breakingNews{background-color:rgba(245,247,250,0.5);padding:35px 30px 50px}@media (max-width: 767px){.breakingNews{padding-bottom:30px;padding-left:15px;padding-right:15px}}.breakingNews__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 1023px){.breakingNews__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.breakingNews__title{color:#0e2938;font-size:1.5rem;line-height:1.5rem;margin-bottom:45px}.breakingNews__last{display:block;margin-right:10px;overflow:hidden;position:relative;max-width:450px}@media (max-width: 1023px){.breakingNews__last{margin-bottom:30px;margin-right:0;max-width:100%}}.breakingNews__lastIcon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:10px;opacity:.5;width:25px}.breakingNews__lastIcon svg{width:100%}.breakingNews__lastIcon svg path{fill:#fff}@media (max-width: 767px){.breakingNews__lastIcon{width:17px}}.breakingNews__lastContent{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:25px 15px 20px;z-index:10}@media (max-width: 767px){.breakingNews__lastContent{padding-bottom:15px;padding-top:15px}}.breakingNews__lastTitle{color:#fff;font-size:1.6875rem;font-weight:bold;line-height:1.875rem}@media (max-width: 1023px){.breakingNews__lastTitle{font-size:1.875rem;line-height:2.8125rem;width:90%}}@media (max-width: 767px){.breakingNews__lastTitle{font-size:1rem;line-height:1.5rem;max-width:400px;width:100%}}.breakingNews__lastBottom{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.breakingNews__lastDate{color:#fff;font-size:1.125rem;font-weight:bold;line-height:1.875rem}@media (max-width: 767px){.breakingNews__lastDate{font-size:0.875rem}}.breakingNews__articles{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media (max-width: 1023px){.breakingNews__articles{width:70%}}@media (max-width: 767px){.breakingNews__articles{width:100%}}.breakingNews__articlesItem{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:10px;padding-top:10px}.breakingNews__articlesItem:first-child{padding-top:0}.breakingNews__articlesItem:last-child{border-bottom:0}.breakingNews__articlesDate{color:rgba(0,0,0,0.3);font-size:1.125rem;line-height:1.875rem;margin-bottom:5px}.breakingNews__articlesTitle{color:#2d5ca6;font-size:1.125rem;font-weight:bold;line-height:1.5rem}.bgImage{display:block}.bgImage_darkened:after{background-color:rgba(14,41,56,0.7);content:'';position:absolute;top:0;left:0;right:0;height:100%;width:100%;z-index:5}.bgImage__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}

.utoPage__header{width:100%}.utoPage__content{width:100%;position:relative}.utoPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.contacts{padding:60px 30px 100px 30px}@media (max-width: 767px){.contacts{padding:60px 15px 100px 30px}}.contacts__title{text-align:center;margin-bottom:60px}.contacts__inner{margin:0 auto;width:100%;max-width:1042px;border:1px solid #000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media (max-width: 575px){.contacts__inner{border:none}}.contacts__list{width:297px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-right:1px solid rgba(0,0,0,0.2);max-height:900px;overflow:auto}@media (max-width: 575px){.contacts__list{width:100%;border:none}}.contacts__regionBtn{text-align:left;font-size:1.25rem;line-height:1.875rem;font-weight:600}.contacts__right{width:100%}@media (max-width: 575px){.contacts__right{display:none}}.contacts__letter{background-color:rgba(196,196,196,0.2);height:35px;line-height:35px;border-bottom:1px solid rgba(0,0,0,0.3);padding-left:20px;color:rgba(29,29,27,0.5);text-transform:uppercase}@media (max-width: 575px){.contacts__letter{padding-left:10px}}.contacts__region{height:88px;padding:0;padding-left:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:none;width:100%;border-bottom:1px solid rgba(0,0,0,0.3)}@media (max-width: 575px){.contacts__region{padding:10px;border-bottom:none}}.contacts__region:focus{outline:none}.contacts__region_active{background-color:#234161;color:#fff}@media (max-width: 575px){.contacts__region_active{background-color:transparent;color:#1d1d1b}}@media (max-width: 575px){.contacts__accordion{border-bottom:1px solid rgba(0,0,0,0.3)}}.contacts__arrow{display:none}@media (max-width: 575px){.contacts__arrow{display:block}}.contacts__info{padding:40px 50px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 767px){.contacts__info{padding:40px 30px}}@media (max-width: 575px){.contacts__info{padding:20px 0}}.contacts__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.125rem;-webkit-box-flex:1;-webkit-flex:1 0 45%;-ms-flex:1 0 45%;flex:1 0 45%;margin-bottom:40px;margin-right:7.6%}.contacts__item:nth-child(even){margin-right:0}@media (max-width: 767px){.contacts__item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:0}}.contacts__subtitle{line-height:1.25rem;font-weight:600;margin-bottom:20px}.contacts__text{line-height:1.6875rem}.contacts__link{line-height:1.6875rem;color:#2d5ca6;margin-bottom:10px}.contacts__link:last-of-type{margin-bottom:0}.contacts__link:hover{text-decoration:underline}.contacts__action{padding-top:10px;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.contacts__btn{margin:0 auto;width:100%;max-width:247px}@media (max-width: 767px){.contacts__btn{margin:0}}@media (max-width: 575px){.contacts__btn{max-width:290px}}

.questionaryPage__header{width:100%}.questionaryPage__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.questionaryPage__content{width:100%}}.questionaryPage__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.questionaryPage__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.questionaryPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.questionary__inner{padding:50px 30px 100px 30px}@media (max-width: 1023px){.questionary__inner{padding:50px 30px 100px 30px}}@media (max-width: 767px){.questionary__inner{padding:50px 15px 100px 15px}}.questionary__legal{position:relative}.questionary__individual{position:relative}.questionary__panel{margin:10px 0 30px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 767px){.questionary__panel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.questionary__panelLink{margin-right:20px;max-width:260px}.questionary__panelLink:last-of-type{margin-right:0}@media (max-width: 767px){.questionary__panelLink:last-of-type{margin-bottom:0}}@media (max-width: 767px){.questionary__panelLink{margin-right:0;margin-bottom:20px;padding:0}}

.allMessagePage__header{width:100%}.allMessagePage__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.allMessagePage__content{width:100%}}.allMessagePage__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.allMessagePage__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.allMessagePage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.allMessage{padding:60px 52px 100px 30px}@media (max-width: 1023px){.allMessage{padding:60px 30px 100px 30px}}@media (max-width: 767px){.allMessage{padding:60px 15px 100px 15px}}.allMessage__title{margin-bottom:50px}@media (max-width: 1023px){.allMessage__title{margin-bottom:40px}}@media (max-width: 767px){.allMessage__title{margin-bottom:30px}}.allMessage__counter{margin:0 0 20px 0;font-size:1.125rem}.allMessage__counter span{font-weight:600}.allMessage__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.allMessage__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px 0;border:2px solid rgba(45,92,166,0.1);border-radius:10px;margin-bottom:15px}.allMessage__item:last-of-type{margin-bottom:0}@media (max-width: 575px){.allMessage__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:15px}}.allMessage__date{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:110px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:rgba(29,29,27,0.7);border-right:2px solid rgba(45,92,166,0.05)}@media (max-width: 575px){.allMessage__date{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;border-right:0;border-bottom:2px solid rgba(45,92,166,0.05);width:100%;padding-bottom:12px}}.allMessage__case{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 20px 10px 22px}@media (max-width: 575px){.allMessage__case{padding:10px 0 0 0}}.allMessage__subtitle{font-size:1.5rem;margin-bottom:10px;font-weight:600}.allMessage__link{color:#2d5ca6;text-decoration:underline;white-space:nowrap}.allMessage__link:hover{opacity:0.8}.allMessage__link:active{opacity:0.6}.allMessage__text{font-size:1.125rem;line-height:1.5rem;color:rgba(29,29,27,0.6)}

.bookmarksPage__header{width:100%}.bookmarksPage__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.bookmarksPage__content{width:100%}}.bookmarksPage__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.bookmarksPage__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.bookmarksPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.bookmarks__inner{padding:50px 30px 100px 30px}@media (max-width: 1023px){.bookmarks__inner{padding:50px 30px 100px 30px}}@media (max-width: 767px){.bookmarks__inner{padding:50px 15px 100px 15px}}.bookmarks__title{margin-bottom:40px}.bookmarks__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.folder{border:2px solid rgba(45,92,166,0.1);border-radius:10px;margin-bottom:10px;padding:0 15px}.folder:first-of-type .folder__notificationFolder{margin-right:0}.folder:last-of-type{margin-bottom:0}.folder__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0}.folder__headerInfo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;margin-right:15px}.folder__headerInfoImg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-right:2px solid rgba(45,92,166,0.05);padding:5px 15px 5px 0;margin-right:15px}.folder__name{font-weight:600;margin:0;font-size:1.3125rem;line-height:1.5rem;color:#1d1d1b;border:none;width:100%;height:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-right:15px;pointer-events:none}.folder__name:focus{outline:none}.folder__message{font-size:0.875rem;line-height:1.5rem;padding:10px 0 10px 61px;border-top:2px solid #f4f7fb}.folder__panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.folder__btn{width:21px;height:21px;padding:0}.folder__btn svg{width:100%;height:100%;margin-right:0}.folder__btn:hover svg path{stroke:#f5f7fa}.folder__renameBtn,.folder__confirmNameBtn{margin-right:15px;background-repeat:no-repeat;background-position:center}.folder__renameBtn:hover,.folder__confirmNameBtn:hover{opacity:0.8}.folder__renameBtn:active,.folder__confirmNameBtn:active{opacity:0.6}.folder__renameBtn{background-image:url(../assets/images/15d005eda9c98e8ff0db945ae16f0231.svg)}.folder__confirmNameBtn{background-image:url(../assets/images/cd60b001e7a4a483cfa3ae304d64d826.svg)}.folder__notification{margin-right:15px;background-image:url(../assets/images/fa92c9f1dad75a77b18c5974a1c4e558.svg);background-repeat:no-repeat;background-position:center}.folder__notification:hover{opacity:0.8}.folder__notification:active{opacity:0.6}.folder__notificationCase{margin-right:0;margin-top:10px}.folder__case{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:2px solid #f4f7fb;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:25px 0}@media (max-width: 767px){.folder__case{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.folder__casePanel{width:46px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.folder__caseName{max-width:196px;width:100%;color:#2d5ca6;font-weight:600;margin-right:30px}@media (max-width: 767px){.folder__caseName{margin-right:0;padding-bottom:10px;border-bottom:1px solid rgba(29,29,27,0.1);max-width:100%;margin-bottom:10px}}.folder__caseTitle{color:rgba(29,29,27,0.7);margin-bottom:12px;font-weight:600}.folder__caseItem{margin-right:4%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.folder__caseItem:last-of-type{margin-right:0}@media (max-width: 767px){.folder__caseItem:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}}@media (max-width: 767px){.folder__caseItem{margin-right:0;margin-bottom:10px;border-bottom:1px solid rgba(29,29,27,0.1);padding-bottom:10px}}.folder__caseBlock{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:15px;width:100%}@media (max-width: 767px){.folder__caseBlock{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}}.folder .accordion__header_active .folder__name{color:#2d5ca6}

.processingStatus{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.processingStatus .accept{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;height:10px;width:10px;border-radius:50%;background:#44fa26}.processingStatus .inProgress{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;height:10px;width:10px;border-radius:50%;background:#ffe358}.processingStatus .reject{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:10px;height:10px;background-color:#b10e1e;border-radius:50%;margin-right:10px}

.pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}.pagination a,.pagination .mobile__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:45px;width:45px;border:1px solid #828282;border-left:none;color:#2d5ca6;font-weight:700;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.pagination a:first-child,.pagination .mobile__link:first-child{border-left:1px solid #828282;border-radius:3px 0 0 3px}.pagination a:last-child,.pagination .mobile__link:last-child{border-radius:0 3px 3px 0}.pagination a:hover,.pagination .mobile__link:hover{background:#2d5ca6;color:#fff}@media (max-width: 767px){.pagination a.mobile__link,.pagination .mobile__link.mobile__link{display:none}}.pagination .mobile__link_active{background-color:#2d5ca6;color:#fff}.pagination__arrow{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:1.875rem;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.pagination__arrow_left svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pagination__arrow svg path{fill:#224f91}.pagination__arrow:hover svg path{fill:#fff}

.header{width:100%;padding-top:20px;position:relative;background:-o-radial-gradient(50% 57.28%, 50% 45.09%, #004983 0%, #1a4065 100%);background:radial-gradient(50% 45.09% at 50% 57.28%, #004983 0%, #1a4065 100%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.header{padding-bottom:20px}}@media (max-width: 1023px){.header__logo{position:absolute;left:30px;top:20px}}@media screen and (max-width: 767px){.header__logo{display:none !important}}.header__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.header__menu{width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:20px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 1023px){.header__menu{display:block}}@media screen and (max-width: 767px){.header__menu{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;margin:0}}.header__searchMenu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:25px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:210px}@media screen and (max-width: 1023px){.header__searchMenu{width:100%}}@media screen and (max-width: 767px){.header__searchMenu{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin:0;position:absolute;right:20px;top:20px}.header__searchMenu .socialButtons{display:none}}.header__fontPanel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.header__fontBtn{background-color:transparent;border:none;padding:0;margin-right:10px;cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header__fontBtn svg path{fill:#fff;opacity:0.5}.header__fontBtn:hover svg path{opacity:1}.header__fontBtn:active svg path{opacity:0.8}.header__fontBtn_disabled{pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1)}.header__mobileSocial{display:none}@media (max-width: 767px){.header__mobileSocial{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px}}.header__titleWrapper{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto;max-width:520px}@media screen and (max-width: 767px){.header__titleWrapper{margin-top:25px}}@media screen and (max-width: 1023px){.header__titleWrapper{max-width:420px}}.header__title{margin:0 auto;font-size:2rem;line-height:2.5rem;text-align:center;color:#fff;font-weight:300;margin-bottom:5px;margin-top:12px}@media screen and (max-width: 767px){.header__title{font-size:1.875rem}}.header__searchToggler{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:300}.header__searchToggler svg path{fill:#fff;opacity:0.5}.header__searchToggler:hover svg path{opacity:1}.header__searchToggler:active svg path{opacity:0.7}.header__subTitle{font-weight:300;color:#aab3c6;font-size:1rem;line-height:1.5rem;text-align:center;margin:0 auto}@media screen and (max-width: 767px){.header__subTitle{margin-top:15px;width:90%;text-align:center}}.header__menuToggler{width:30px;height:24px;padding:0;outline:none;border:none;cursor:pointer;background:url(../assets/images/0fad91d8c8fbd3b26a4b13af269bbca7.svg) no-repeat 50% 50%;display:none}@media screen and (max-width: 1023px){.header__menuToggler{top:20px;right:30px;display:block;position:absolute;z-index:2}}@media screen and (max-width: 767px){.header__menuToggler{top:20px;right:auto}}.header__search{-webkit-transition:all linear 0.3s;-o-transition:all linear 0.3s;transition:all linear 0.3s;position:absolute;top:100%;width:100%;left:0;z-index:11;background:#1a4065}.search{max-height:0;overflow:hidden;padding:0 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.search_active{max-height:100px;padding-bottom:15px}@media screen and (max-width: 520px){.search_active{max-height:150px}}.search__title{color:#fff;font-size:1.125rem;margin:10px 0;width:100%}.search__input{background:#5b697d;outline:none;border:none;height:45px;width:65%;padding:0 20px;color:#fff}@media screen and (max-width: 520px){.search__input{width:100%;margin-bottom:10px}}.search__button{height:45px;width:250px}@media screen and (max-width: 1023px){.search__button{width:150px}}.logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.logo__text{margin-left:10px;text-align:left}.logo__title{color:#fff;font-size:1.25rem;letter-spacing:0.035em;font-weight:bold;text-align:left}.logo__subTitle{color:#aab3c6;font-size:0.9375rem;letter-spacing:-0.01em;line-height:1.5rem}.logo__button{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.logo__button:focus{outline:none}.logo:hover .logo__title{text-decoration:underline}.logo__button{border:none;background-color:transparent;padding:0}.searchToggler{background:transparent;outline:none;border:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:15px}@media (max-width: 1023px){.searchToggler{margin-left:0}}.searchToggler__title{margin:0;color:#fff;font-size:1.25rem;font-weight:500;margin-left:8px}.searchToggler__icon{width:20px;height:20px}.navMenu{-webkit-transition:all linear 0.3s;-o-transition:all linear 0.3s;transition:all linear 0.3s;line-height:1.5625rem}@media screen and (max-width: 1023px){.navMenu{background:-o-radial-gradient(50% 43.3%, 50% 43.3%, #004983 0%, #1a4065 100%);background:radial-gradient(50% 43.3% at 50% 43.3%, #004983 0%, #1a4065 100%);padding:50px 30px;position:absolute;z-index:10;width:100vw;height:100vh;overflow-y:scroll;left:-100vw;opacity:0;top:0}.navMenu_open{opacity:1;top:0;left:0;position:fixed;z-index:12}}@media screen and (max-width: 767px){.navMenu{padding:15px 20px}}.navMenu__close{display:none}@media screen and (max-width: 1023px){.navMenu__close{display:block;position:absolute;right:15px;top:20px;width:20px;height:20px;background:url(../assets/images/3726bb7883e3343aa4465f526d0fc6b0.svg) no-repeat;background-position:50%;outline:none;border:none}.navMenu__close:hover{opacity:0.5}}.navMenu__logo{display:none;max-width:300px;margin-bottom:50px}@media screen and (max-width: 767px){.navMenu__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.navList{margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width: 1023px){.navList{max-width:330px;display:block}}@media screen and (max-width: 767px){.navList{max-width:270px}}.navList__item{display:block;color:#fff;padding:0 10px;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.145em}@media screen and (max-width: 1023px){.navList__item{padding:0;font-size:1.125rem;margin-bottom:20px;line-height:1.6875rem}}@media screen and (max-width: 767px){.navList__item{font-size:0.875rem;margin-bottom:20px;line-height:1.5rem}}.navList__item:hover,.navList__item:active{color:#ffe358}.navList__item_active{color:#ffe358}.navSettings{margin:0;padding:0;max-width:200px}@media screen and (max-width: 1023px){.navSettings{margin-top:50px;max-width:330px;position:static;display:none}}@media screen and (max-width: 767px){.navSettings{max-width:270px}}.navSettings__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.navSettings__item svg{width:18px;height:18px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.navSettings__item svg path{fill:#fff;opacity:0.5}.navSettings__item:hover svg path{opacity:1}.navSettings__item:active svg path{opacity:0.8}.navSettings__button{padding:0;border:none;cursor:pointer;background-color:transparent}.navSettings__button:focus{outline:none}.navSettings__icon{width:23px;height:23px;text-align:center;line-height:1.4375rem}.navSettings__text{margin:0;margin-left:12px;font-size:0.8125rem;line-height:1.25rem;color:#fff;text-align:left}@media screen and (max-width: 1023px){.navSettings__text{margin-left:20px;font-size:1.125rem;line-height:1.25rem}}.navSettings__itemLinks{margin-left:12px;color:#fff}@media (max-width: 1023px){.navSettings__itemLinks{margin-left:20px}}.navSettings__itemLink{line-height:1.25rem;font-size:0.8125rem}.navSettings__itemLink:hover{text-decoration:underline}@media (max-width: 1023px){.navSettings__itemLink{font-size:1.125rem;line-height:1.25rem}}.navSettings__problemVisionBtn{background-color:transparent;border:none;padding:0}.navSettings__mobile{display:none}@media (max-width: 1023px){.navSettings__mobile{display:block}}

.sitesModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-color:#2d5ca6;padding:23px 0 23px 50px}@media (max-width: 767px){.sitesModal{padding:23px 20px 23px 20px}}.sitesModal__link{color:#fff;line-height:1.5rem;margin-bottom:10px;font-weight:400;text-align:left}.sitesModal__link:last-of-type{margin-bottom:0}.sitesModal__link:hover{text-decoration:underline}.sitesModal__link:active{opacity:0.8}

.preloader{position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#ffffff;z-index:15;z-index:50}.preloader__small{position:absolute;background-color:rgba(255,255,255,0.8);width:100%;height:100%;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:50}.box{position:relative;margin:0 auto;width:270px}.box .ball{position:absolute;display:inline-block;width:20px;height:20px;border-radius:50%;background:#2d5ca6;opacity:0;-webkit-animation:runball 1500ms ease infinite both;animation:runball 1500ms ease infinite both}.box .ball:nth-child(1){-webkit-animation-delay:70ms;animation-delay:70ms}.box .ball:nth-child(2){-webkit-animation-delay:140ms;animation-delay:140ms}.box .ball:nth-child(3){-webkit-animation-delay:210ms;animation-delay:210ms}.box .ball:nth-child(4){-webkit-animation-delay:280ms;animation-delay:280ms}.box .ball:nth-child(5){-webkit-animation-delay:350ms;animation-delay:350ms}.box .ball:nth-child(6){-webkit-animation-delay:420ms;animation-delay:420ms}.box .ball:nth-child(7){-webkit-animation-delay:490ms;animation-delay:490ms}.box .ball:nth-child(8){-webkit-animation-delay:560ms;animation-delay:560ms}.box .ball:nth-child(9){-webkit-animation-delay:630ms;animation-delay:630ms}@-webkit-keyframes runball{0%{opacity:0.5;-webkit-transform:translate(0) scale(0.5);transform:translate(0) scale(0.5)}50%{opacity:1}100%{opacity:0.1;-webkit-transform:translate(260px, 0) scale(0.5);transform:translate(260px, 0) scale(0.5)}}@keyframes runball{0%{opacity:0.5;-webkit-transform:translate(0) scale(0.5);transform:translate(0) scale(0.5)}50%{opacity:1}100%{opacity:0.1;-webkit-transform:translate(260px, 0) scale(0.5);transform:translate(260px, 0) scale(0.5)}}

.overlay{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;background-color:rgba(0,0,0,0.4);overflow:auto;padding:30px;z-index:1010;-webkit-overflow-scrolling:touch}@media (max-width: 767px){.overlay{padding:15px}}.overlay::before{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.overlaySites{display:none}.overlaySites .modal{width:98%}.modal{display:inline-block;vertical-align:middle;width:100%;max-width:849px;position:relative;background-color:#fff}.modal__content{padding:40px 50px 50px 50px}@media (max-width: 767px){.modal__content{padding:40px 12px 50px 12px}}.modal__content_default{padding:0}.modal_small{max-width:393px}.modal__close{position:absolute;right:20px;top:20px;border:none;width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:transparent;padding:0;cursor:pointer}.modal__close svg{width:100%;height:100%;margin-right:0}.modal__close:hover svg path{stroke:#f5f7fa}.modal__close:focus{outline:none}.modal__close_small{right:20px;top:20px;background-image:url(../assets/images/9e2c0f1e8887f804de4a548fad1fe25a.svg);background-repeat:no-repeat;background-position:center;background-size:50%;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.modal__close_small svg{display:none}.modal__close_small:hover{opacity:0.8}.modal__close_small:active{opacity:0.6}

.categoryModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.categoryModal__title{margin-bottom:15px}.categoryModal__text{margin:0;font-size:1.125rem;line-height:1.6875rem;text-align:left}

.subscribe{padding:30px 33px;background-color:#2d5ca6;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff}@media (max-width: 1023px){.subscribe{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width: 575px){.subscribe{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:30px 15px}}.subscribe__info{width:240px;margin-right:50px}@media (max-width: 1023px){.subscribe__info{margin-right:5%}}@media (max-width: 575px){.subscribe__info{margin-right:0;margin-bottom:30px}}.subscribe__title{margin-bottom:10px}.subscribe__subtitle{font-size:0.9375rem;line-height:1.5rem;margin:0}.subscribe__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (max-width: 1023px){.subscribe__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:329px}}@media (max-width: 575px){.subscribe__form{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.subscribe__formLabel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:50px;position:relative}.subscribe__formLabel label.error{position:absolute;bottom:-20px;left:0}.subscribe__formLabel h4{margin-bottom:10px}@media (max-width: 1023px){.subscribe__formLabel{margin-right:0;margin-bottom:30px;width:100%}}.subscribe__formInput{border:1px solid #fff;background-color:transparent;height:45px}@media (max-width: 1023px){.subscribe__formInput{max-width:100%;width:100%}}@media (max-width: 575px){.subscribe__formInput{max-width:290px}}.subscribe__formSubmit{width:240px}@media (max-width: 1023px){.subscribe__formSubmit{width:100%;height:45px}}@media (max-width: 575px){.subscribe__formSubmit{width:290px}}

.printBtn{width:24px;height:24px;padding:0;border:none;background-color:transparent;position:absolute;top:20px;right:20px;z-index:1;background:url(../assets/images/ecaed5fcddbbb68d5517fd560aee0064.svg) no-repeat;background-size:100%}.printBtn:hover{opacity:0.8}.printBtn:active{opacity:0.6}@media print{.printBtn{display:none}}

.socialButtons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:80px}.socialButtons__button{width:20px;height:20px;cursor:pointer;opacity:0.5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.socialButtons__button:hover{opacity:1}.socialButtons__button:active{opacity:0.8}

.accordion__header{cursor:pointer}.accordion__header_active .arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accordion__body{-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;overflow:hidden}.accordion__body_active{-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.arrow{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}

.sideBarWrapper{height:100%}.sideBar{width:258px;padding:0;position:-webkit-sticky;position:sticky;height:100vh;overflow:auto;top:0}@media screen and (max-width: 1023px){.sideBar{width:100%;position:relative;height:auto}}@media screen and (max-width: 767px){.sideBar{height:auto;background:#f5f7f8;height:auto}}.sideBar__content{width:100%}.sideBar__infoPanel{margin-bottom:20px}.sideBar__infoPanel_bgFix{width:100%;background:#fff}.infoPanel{width:100%;padding:20px 30px 20px 20px;background:rgba(235,238,241,0.5)}@media screen and (max-width: 1023px){.infoPanel{min-height:0;margin-bottom:0;background:#ebeef1}}.infoPanel__arrow{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.infoPanel__arrow svg{fill:#1d1d1b}.infoPanel__name{color:#1d1d1b;font-size:1.125rem;font-weight:bold;word-wrap:break-word;margin-bottom:20px}@media (max-width: 1023px){.infoPanel__name{margin-bottom:0}}@media (max-width: 767px){.infoPanel__name{margin-right:10px}}.infoPanel__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media (max-width: 1023px){.infoPanel__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background-color:#ebeef1}}.infoPanel__settings{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;outline:none;border:none;background:none;cursor:pointer;margin-bottom:10px;color:#aab3c6}.infoPanel__settings:last-of-type{margin-bottom:0}@media screen and (max-width: 1023px){.infoPanel__settings{margin:0 0 20px 0;padding:0 0 0 30px}}@media (max-width: 767px){.infoPanel__settings{margin:0 0 0 0;padding:0 0 20px 15px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;background-color:#ebeef1}}.infoPanel__settings:hover{color:#2d5ca6}.infoPanel__settings:hover .infoPanel__icon path{fill:#2d5ca6}.infoPanel__settings:active .infoPanel__text{opacity:0.7}.infoPanel__settings:active .infoPanel__icon path{opacity:0.7}.infoPanel__settings_active{color:#2d5ca6}.infoPanel__settings_active .infoPanel__icon path{fill:#2d5ca6}.infoPanel__text{font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:underline;padding:0 5px 0 8px;text-align:left}.infoPanel__icon{width:18px;height:19px}.documentPanel{width:224px;margin:0 auto;border-bottom:1px solid #aab3c6;padding-bottom:10px}@media screen and (max-width: 1023px){.documentPanel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:30px 30px 20px 30px;background:#f5f7f8}}@media screen and (max-width: 767px){.documentPanel{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%;margin:0 auto;padding:20px 0 10px 0}}.documentPanel__button{width:224px;padding:0;margin:0 auto;margin-bottom:10px;line-height:3.125rem}@media screen and (max-width: 1023px){.documentPanel__button{margin:0;margin-right:50px}}@media screen and (max-width: 767px){.documentPanel__button{margin:0 auto;margin-bottom:20px}}.userPanel{width:224px;margin:0 auto}@media screen and (max-width: 1023px){.userPanel{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;background:#f5f7f8}}@media screen and (max-width: 767px){.userPanel{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.userPanel__group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 0;position:relative;border-bottom:1px solid #aab3c6;flex-wrap:wrap}.userPanel__group:last-child{border-bottom:none}@media screen and (max-width: 1023px){.userPanel__group{margin:0;max-width:200px;border-bottom:none}.userPanel__group_shrink{padding:0}.userPanel__group_shrink:after,.userPanel__group_shrink:before{display:none}.userPanel__group:nth-child(2):after{content:"";position:absolute;height:calc(100% - 30px);width:1px;background:#aab3c6;right:-10px}.userPanel__group:nth-child(2):before{content:"";position:absolute;height:calc(100% - 30px);width:1px;background:#aab3c6;left:-25px}}@media screen and (max-width: 767px){.userPanel__group{width:90%;margin:0 auto;max-width:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:15px 0;border-bottom:1px solid #aab3c6}.userPanel__group:last-child{border-bottom:none}.userPanel__group:nth-child(2):before,.userPanel__group:nth-child(2):after{display:none}}@media screen and (max-width: 1023px){.userPanel__lastGroup{padding:15px 0}}@media screen and (max-width: 767px){.userPanel__lastGroup{width:100%;padding:0}}.userPanel__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:34px;margin:15px 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:400;padding-left:5px;width:100%;border-radius:9px}.userPanel__link_active{background-color:#d8d8d8;color:#1d1d1b;font-weight:600}.userPanel__link:hover{background-color:rgba(216,216,216,0.7)}.userPanel__link:active{background-color:#d8d8d8;color:#1d1d1b;font-weight:600}@media screen and (max-width: 1023px){.userPanel__link{margin:0;margin-bottom:5px;min-height:40px}.userPanel__link:last-of-type{margin-bottom:0}}@media screen and (max-width: 767px){.userPanel__link{margin:15px 0}}.userPanel__button{border:none;background-color:transparent}.userPanel__button:focus{outline:none}.userPanel__linkText{margin:0;margin-left:15px;font-size:0.9375rem;letter-spacing:0.05em}.userPanel__icon{width:20px;height:20px}.userPanel__countMessages{margin:0;width:26px;height:26px;background-color:#f04949;color:#fff;margin-left:10px;border-radius:50%;overflow:hidden;text-align:center;line-height:1.625rem;font-size:0.9375rem;font-weight:600;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.userPanel__countMessages span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 1023px){.sideBar{display:none}}.sideBarMobile{display:none;width:258px;padding:0;position:-webkit-sticky;position:sticky;height:100vh;overflow:auto;top:0}@media screen and (max-width: 1023px){.sideBarMobile{width:100%;position:relative;height:auto;display:block}}@media screen and (max-width: 767px){.sideBarMobile{height:auto;background:#f5f7f8;height:auto}}.sideBarMobile__content{width:100%}.sideBarMobile__infoPanel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:15px 30px 20px 30px}.sideBarMobile__infoPanel_bgFix{width:100%;background:#fff}@media (max-width: 767px){.sideBarMobile__infoPanel{padding-left:15px}}@media (max-width: 767px){.sideBarMobile .userPanel__link{margin-bottom:15px}}.sideBarMobile .userPanel__lastGroup .userPanel__group_shrink{max-width:270px}@media (max-width: 767px){.sideBarMobile .userPanel__lastGroup .userPanel__group_shrink{max-width:100%}}.sideBarMobile .userPanel__lastGroup .userPanel__link{padding-right:5px}.sideBarMobile__documentPanel{padding:20px 30px 30px 30px}@media (max-width: 767px){.sideBarMobile__documentPanel{padding:20px 0 10px 0}}

.footer{width:100%;background:#fff;border-top:2px solid #2d5ca6;padding:50px 30px 65px 30px}.footer__nav{margin-bottom:35px}.footer__navHeader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer__navHeader svg{fill:#2d5ca6;margin-top:5px}.footer__contactsPlace{margin-bottom:5px}.footer__navText{font-size:1.25rem;line-height:1.3125rem;color:#2d5ca6;margin-right:7px;font-weight:700}.footer__navList{padding-top:20px}.footer__navListItem{padding:10px 0;color:#2d5ca6;font-weight:600}.footer__contacts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:52px;position:relative;margin-bottom:65px}.footer__contacts::after{content:"";position:absolute;bottom:0;width:calc(100% - 40px);height:1px;background-color:#aab3c6;left:20px}.footer__contactsItem{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;max-width:325px;margin-right:30px}.footer__contactsImg{margin-right:18px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.footer__contactsText{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer__description{line-height:1.25rem;width:100%;max-width:432px;color:#aab3c6}.footer__description a{color:#4085bf}.footer__contactsInfo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer__contactsInfoItem{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:30px}.footer__contactsInfoItem:last-of-type{margin-right:0}.footer__contactsInfoTitle{margin:0;line-height:1.5rem;font-weight:600}.footer__contactsInfoLink{line-height:1.5rem;margin-top:10px;color:#1e4dba}.footer__contactsInfoLink:last-of-type{margin-bottom:0}.footer__contactsInfoLink:hover{text-decoration:underline}.footer__contactInfoBtn{margin-top:20px;width:137px}.footer__bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.footer__bottomInfo{margin-right:20px}.footer__bottomInfoItem{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.footer__bottomInfoItem a:hover{text-decoration:underline}.footer__bottomInfoItem:last-of-type{margin-bottom:0}.footer__bottomInfoImg{margin-right:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.footer__bottomPanel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.footer__bottomSetting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer__bottomSetting:hover .footer__bottomSettingIcon path{opacity:1}.footer__bottomSetting:active .footer__bottomSettingIcon path{opacity:0.8}.footer__problemVisionBtn{background-color:transparent;border:none;padding:0;margin-bottom:15px}.footer__bottomSettingIcon{width:23px;height:23px;text-align:center;margin-right:10px}.footer__bottomSettingIcon path{fill:#2d5ca6;opacity:0.5}.footer__bottomText{margin:0;font-size:0.8125rem;line-height:1.25rem;color:#2d5ca6;font-weight:600}.footer__socials{margin-top:15px}.footer__socials .socialButtons__button svg path{fill:#2d5ca6}.footer__logo{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin-top:auto;position:absolute;bottom:0;right:0}@media (max-width: 1023px){.footer__contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer__contactsItem{margin-bottom:35px}.footer__contactsInfo{padding-left:46px}}@media (max-width: 767px){.footer{padding:51px 15px 41px 15px}.footer__contacts::after{left:15px}.footer__contactsInfo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer__contactsInfoItem{margin-right:0;margin-bottom:40px}.footer__contactsInfoItem:last-of-type{margin-bottom:0}.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer__bottomInfo{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-right:0;margin-bottom:40px}.footer__bottomPanel{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:40px}.footer__logo{position:relative;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.footer__bottomInfoImg{width:50px;height:50px;margin-right:30px}}

.registrationForm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.registrationForm label.error{position:absolute;bottom:-20px}.registrationForm #agree-error{bottom:-25px}.registrationForm__inner{margin-bottom:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 767px){.registrationForm__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.registrationForm__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.registrationForm__item:last-of-type{margin-right:0}@media (max-width: 767px){.registrationForm__item{margin-right:0;margin-bottom:30px}.registrationForm__item:last-of-type{margin-bottom:0}}.registrationForm__inputGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;position:relative}.registrationForm__inputGroup .select.error{border:1px solid #b10e1e}.registrationForm__inputGroup:last-of-type{margin-bottom:0}@media (max-width: 575px){.registrationForm__inputGroup .input{max-width:260px}}@media (max-width: 575px){.registrationForm__inputGroup .select{max-width:260px}}.registrationForm__inputGroupSelect .tooltipe__body{-webkit-transform:translateY(88%);-ms-transform:translateY(88%);transform:translateY(88%)}.registrationForm__label_notReq{padding-left:0}.registrationForm__label_notReq::before{display:none}.registrationForm__submit{margin:0 auto;margin-top:30px;width:268px}@media (max-width: 767px){.registrationForm__submit{width:290px}}@media (max-width: 575px){.registrationForm__submit{width:260px;margin:30px 0 0 0}}.registrationForm__outer{position:relative;margin:0 auto}@media (max-width: 767px){.registrationForm__outer{margin:0}}.registrationForm__outer .tooltipe{right:-30px;bottom:1px;z-index:0}@media (max-width: 767px){.registrationForm__outer .tooltipe{right:-24px}}@media (max-width: 575px){.registrationForm__outer .tooltipe{right:-34px;bottom:initial;top:0}}.registrationForm__outer .tooltipe__body{-webkit-transform:translateY(65%);-ms-transform:translateY(65%);transform:translateY(65%)}@media (max-width: 575px){.registrationForm__outer{max-width:255px}}.registrationForm__confidential{margin:0 auto;font-size:1.125rem;line-height:1.5rem;font-weight:600;color:#234161;z-index:0}

.addEmail{padding-top:50px}.addEmail__title{width:100%;margin-bottom:40px}.addEmail__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5);margin-bottom:10px;max-width:388px}.addEmail__input{width:100%;height:45px;line-height:45px;margin-top:20px}.addEmail__inputGroup{width:100%;max-width:347px;margin-bottom:30px;position:relative}.addEmail__inputGroup label.error{position:absolute;bottom:-85px;width:100%;min-width:310px}@media (max-width: 767px){.addEmail__inputGroup label.error{min-width:290px}}.addEmail__inputGroup .select.error{border:1px solid #b10e1e}.addEmail__inputGroup:nth-child(odd){margin-right:50px}@media (max-width: 1100px){.addEmail__inputGroup:nth-child(odd){margin-right:30px}}@media (max-width: 767px){.addEmail__inputGroup:nth-child(odd){margin-right:0}}@media (max-width: 1100px){.addEmail__inputGroup{max-width:327px}}@media (max-width: 767px){.addEmail__inputGroup{max-width:290px}}.addEmail__inputGroup .select{margin-top:20px;width:100%;max-width:347px;height:45px}@media (max-width: 1100px){.addEmail__inputGroup .select{max-width:327px}}@media (max-width: 767px){.addEmail__inputGroup .select{max-width:290px}}.addEmail__action label.error{bottom:-25px}.addEmail__submit{margin:20px 0 32px 0;width:347px}@media (max-width: 1100px){.addEmail__submit{max-width:327px}}@media (max-width: 767px){.addEmail__submit{width:290px}}

.legalForm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.legalForm__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width: 767px){.legalForm__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.legalForm__container{width:100%}.legalForm__outer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;width:100%}@media (max-width: 767px){.legalForm__outer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.legalForm__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5)}.legalForm__inputsBlock{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 0 0 0;border-bottom:1px solid rgba(0,0,0,0.1)}@media (max-width: 767px){.legalForm__inputsBlock{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.legalForm__inputsBlock:last-child{border-bottom:none}.legalForm__title{width:100%;margin-bottom:40px}.legalForm__inputGroup{width:100%;max-width:347px;margin-bottom:30px;position:relative}.legalForm__inputGroup label.error{position:absolute;bottom:-85px;width:100%;min-width:290px}.legalForm__inputGroup .select.error{border:1px solid #b10e1e}.legalForm__inputGroup:nth-child(odd){margin-right:50px}@media (max-width: 1100px){.legalForm__inputGroup:nth-child(odd){margin-right:30px}}@media (max-width: 767px){.legalForm__inputGroup:nth-child(odd){margin-right:0}}@media (max-width: 1100px){.legalForm__inputGroup{max-width:327px}}@media (max-width: 767px){.legalForm__inputGroup{max-width:290px}}.legalForm__inputGroup .select{margin-top:20px;width:100%;max-width:347px;height:45px}@media (max-width: 1100px){.legalForm__inputGroup .select{max-width:327px}}@media (max-width: 767px){.legalForm__inputGroup .select{max-width:290px}}.legalForm__selectGroup .select{margin-top:20px;height:45px;width:100%}.legalForm__subTitle{color:rgba(14,41,56,0.5);font-size:0.9375rem;font-weight:400}.legalForm__input{width:100%;height:45px;line-height:2.8125rem;margin-top:20px}.legalForm__label_notReq{padding:0}.legalForm__label_notReq:before{display:none}.legalForm__addEcp{width:347px}@media (max-width: 1100px){.legalForm__addEcp{width:327px}}@media (max-width: 767px){.legalForm__addEcp{width:290px;margin-bottom:50px}}.legalForm__action{position:relative;margin:0;max-width:100%;margin-right:auto}@media (max-width: 575px){.legalForm__action{max-width:255px}}.legalForm__action .tooltipe{bottom:1px;right:-30px}@media (max-width: 767px){.legalForm__action .tooltipe{right:-45px}}@media (max-width: 575px){.legalForm__action .tooltipe{right:-30px;bottom:initial;top:0}}.legalForm__action .tooltipe__body{-webkit-transform:translateY(65%);-ms-transform:translateY(65%);transform:translateY(65%)}.legalForm__action label.error{bottom:-25px}.legalForm__actionInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:30px}@media (max-width: 767px){.legalForm__actionInner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.legalForm__submit{margin:0 50px 30px 0;width:347px}@media (max-width: 1100px){.legalForm__submit{max-width:327px;margin:0 30px 30px 0}}@media (max-width: 767px){.legalForm__submit{width:290px}}

.individualForm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.individualForm__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width: 767px){.individualForm__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.individualForm__container{width:100%}.individualForm__title{width:100%}.individualForm__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5)}.individualForm__textarea{min-height:200px;margin-top:10px;width:100%}.individualForm__inputsBlock{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 0 0 0;border-bottom:1px solid rgba(0,0,0,0.1)}.individualForm__inputsBlock_column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media (max-width: 767px){.individualForm__inputsBlock{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.individualForm__inputsBlock:last-child{border-bottom:none}.individualForm__inputsBlock:last-child{border-bottom:none}.individualForm__confidential{margin:0}.individualForm__submitWrapper{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.individualForm__confidential{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.individualForm__title{width:100%;margin-bottom:40px}.individualForm__breaker{width:100%;height:0}.individualForm__inputGroup{width:100%;max-width:347px;margin-bottom:30px;position:relative}.individualForm__inputGroup label.error{position:absolute;bottom:-85px;width:100%;min-width:290px}.individualForm__inputGroup_textarea label.error{position:absolute;bottom:-230px;width:100%;min-width:290px}.individualForm__inputGroup .select.error{border:1px solid #b10e1e}.individualForm__inputGroup:nth-child(odd){margin-right:50px}@media (max-width: 1100px){.individualForm__inputGroup:nth-child(odd){margin-right:30px}}@media (max-width: 767px){.individualForm__inputGroup:nth-child(odd){margin-right:0}}@media (max-width: 1100px){.individualForm__inputGroup{max-width:327px}}@media (max-width: 767px){.individualForm__inputGroup{max-width:290px}}.individualForm__inputGroup .select{margin-top:20px;width:100%;max-width:347px;height:45px}@media (max-width: 1100px){.individualForm__inputGroup .select{max-width:327px}}@media (max-width: 767px){.individualForm__inputGroup .select{max-width:290px}}.individualForm__selectGroup .select{margin-top:20px;height:45px;width:100%}.individualForm__subtitle{margin-top:30px}.individualForm__text{color:rgba(14,41,56,0.5);font-size:0.9375rem;font-weight:400}.individualForm__input{width:100%;height:45px;line-height:2.8125rem;margin-top:20px}.individualForm__label_notReq{padding:0}.individualForm__label_notReq:before{display:none}.individualForm__action{position:relative;margin:0;max-width:100%;margin-right:auto}@media (max-width: 575px){.individualForm__action{max-width:255px}}.individualForm__action .tooltipe{bottom:1px;right:-30px}@media (max-width: 767px){.individualForm__action .tooltipe{right:-45px}}@media (max-width: 575px){.individualForm__action .tooltipe{right:-30px;bottom:initial;top:0}}.individualForm__action .tooltipe__body{-webkit-transform:translateY(65%);-ms-transform:translateY(65%);transform:translateY(65%)}.individualForm__action label.error{bottom:-25px}.individualForm__addEcp{width:347px}@media (max-width: 1100px){.individualForm__addEcp{width:327px}}@media (max-width: 767px){.individualForm__addEcp{width:290px;margin-bottom:50px}}.individualForm__submit{margin:0 50px 30px 0;width:347px}@media (max-width: 1100px){.individualForm__submit{max-width:327px;margin:0 30px 30px 0}}@media (max-width: 767px){.individualForm__submit{width:290px}}.individualForm__checkboxLabel{font-size:1.125rem;line-height:1.5rem;font-weight:600;color:#234161;margin:0 auto;margin-top:30px}

.errorModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:33px 0 24px 0}.errorModal__img{margin-bottom:20px}.errorModal__title{margin-bottom:15px}.errorModal__text{margin:0;max-width:250px}.errorModal__textMessage{max-width:500px}.errorModal__btn{margin-top:30px;width:220px}

.errorRelocateModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:33px 0 24px 0}.errorRelocateModal__img{margin-bottom:20px}.errorRelocateModal__title{margin-bottom:15px}.errorRelocateModal__text{margin:0;max-width:250px}.errorRelocateModal__textMessage{max-width:500px}.errorRelocateModal__btn{margin-top:30px;width:220px}

.connect{position:fixed;z-index:11;top:320px;right:0;width:33px;height:27px}.connect__btn{width:100%;height:100%;padding:0}.connect__btn svg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:29px;height:21px}

.successSend{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:33px 0 24px 0}.successSend__img{margin-bottom:20px}.successSend__title{margin-bottom:15px}

.connectModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.connectModal__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.connectModal__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-basis:46.5%;-ms-flex-preferred-size:46.5%;flex-basis:46.5%;margin-bottom:30px;position:relative}@media (max-width: 575px){.connectModal__label{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.connectModal__label label.error{position:absolute;bottom:-20px;left:0}.connectModal__labelTextarea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.connectModal__title{margin-bottom:30px}.connectModal__input{width:100%}@media (max-width: 575px){.connectModal__input{max-width:100%}}.connectModal__textarea{width:100%}@media (max-width: 767px){.connectModal__textarea{max-width:100%}}.connectModal__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5);margin-bottom:10px}.connectModal__submit{margin:50px auto 0 auto}.connectModal__hiddenCheckbox{height:0;overflow:hidden;visibility:hidden;display:block;position:absolute}.captcha{width:100%;position:relative}.captcha label.error{position:absolute;bottom:-20px;left:0}.g-recaptcha{max-width:348px;-webkit-transform:scale(0.845);-ms-transform:scale(0.845);transform:scale(0.845);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}

.stopCaseModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.stopCaseModal__title{margin-bottom:30px;text-align:left}.stopCaseModal__text{margin:0 0 25px 0}.stopCaseModal__panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 767px){.stopCaseModal__panel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.stopCaseModal__submit{width:100%}.stopCaseModal .upload{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;text-align:left}.stopCaseModal .upload:last-of-type{margin-bottom:50px}.stopCaseModal .upload__btn{width:100%}.stopCaseModal .upload .uploadedList{width:100%}

.savedParams{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.savedParams__title{margin-bottom:30px;text-align:left}@media (max-width: 575px){.savedParams__title{max-width:70%}}.savedParams__label{display:block;margin-bottom:20px;text-align:left}.savedParams__form{width:100%}.savedParams__formLabel{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:50px}.savedParams__formLabel label.error{position:absolute;bottom:-20px;left:0;font-size:1rem}

.successRegistration{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:33px 0 24px 0}.successRegistration__img{margin-bottom:20px}.successRegistration__title{margin-bottom:15px}.successRegistration__text{margin:0;max-width:250px}

.contactModal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.contactModal__title{margin-bottom:30px}.contactModal__form{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.contactModal__label{-webkit-flex-basis:46.5%;-ms-flex-preferred-size:46.5%;flex-basis:46.5%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}@media (max-width: 575px){.contactModal__label{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.contactModal__label label.error{position:absolute;bottom:-20px}.contactModal__labelTextArea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.contactModal__input{margin-top:20px;width:100%}@media (max-width: 767px){.contactModal__input{max-width:100%}}.contactModal__textarea{width:100%}@media (max-width: 767px){.contactModal__textarea{max-width:100%}}.contactModal__tip{font-size:0.9375rem;line-height:1.5rem;color:rgba(0,0,0,0.5);margin:10px 0;font-weight:400}.contactModal__action{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.contactModal__submit{margin:0 auto;margin-top:30px}@media (max-width: 575px){.contactModal__submit{width:260px}}

.auditionsPage__header{width:100%}.auditionsPage__content{width:100%;overflow-x:hidden;position:relative}.auditionsPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}

@media (any-hover: hover){.calendar__label:hover .calendar__img{opacity:0.6}.calendar__input:hover{cursor:pointer}.calendar__eventNext:hover{color:#234161}.calendar__eventNext:hover svg path{fill:#234161;opacity:0.6}.calendar__eventNext:active{opacity:0.8;outline:none}}.auditionsCabinetPage__header{width:100%}.auditionsCabinetPage__content{width:calc(100% - 258px);overflow-x:hidden;position:relative}@media (max-width: 1023px){.auditionsCabinetPage__content{width:100%}}.auditionsCabinetPage__sidebar{width:258px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;background:#ebeef1}@media screen and (max-width: 1023px){.auditionsCabinetPage__sidebar{width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;display:block}}.auditionsCabinetPage__footer{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;width:100%;z-index:10}.auditions{display:grid;grid-template-areas:"title title" "calendar events";grid-template-columns:50% 50%;grid-template-rows:-webkit-max-content minmax(500px, -webkit-max-content);grid-template-rows:max-content minmax(500px, max-content);padding-left:31px}@media (max-width: 1199px){.auditions{grid-template-areas:"title title" "calendar events"}}@media (max-width: 767px){.auditions{grid-template-areas:"title" "calendar" "events";padding-left:0;grid-template-columns:100%;grid-template-rows:-webkit-max-content 350px -webkit-max-content;grid-template-rows:max-content 350px max-content}}.auditions__title{margin-top:52px;margin-bottom:60px;grid-area:title}@media (max-width: 1199px){.auditions__title{margin-bottom:60px}}@media (max-width: 1023px){.auditions__title{margin-top:35px}}@media (max-width: 767px){.auditions__title{padding:0 16px}}.auditions__calendar{position:relative;grid-area:calendar}.auditions__calendar #calendar{height:0;padding:0;margin:0;border:0}.auditions__calendar .daterangepicker{top:0 !important;margin-top:0;border:0;-webkit-box-shadow:none;box-shadow:none}@media (max-width: 767px){.auditions__calendar .daterangepicker{left:50% !important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.auditions__calendar .daterangepicker td.start-date.end-date{border-radius:0}.auditions__calendar .daterangepicker .drp-calendar.left{padding-left:0;padding-top:0}.auditions__calendar .daterangepicker .drp-calendar.left .calendar-table{background:rgba(245,247,250,0.5);border-radius:4px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.15);box-shadow:0 4px 4px rgba(0,0,0,0.15);display:table;padding:5px 26px 26px}.auditions__calendar .daterangepicker .next,.auditions__calendar .daterangepicker .prev{background:url(../assets/images/b85a14020c9d768a6f8d31f0fa3f6581.svg) no-repeat;background-size:15px;background-position:9px}.auditions__calendar .daterangepicker .calendar-table th,.auditions__calendar .daterangepicker .calendar-table td{font-size:14px;padding:10px 14px}@media (max-width: 1199px){.auditions__calendar .daterangepicker .calendar-table th,.auditions__calendar .daterangepicker .calendar-table td{padding:8px 11px}}@media (max-width: 1023px){.auditions__calendar .daterangepicker .calendar-table th,.auditions__calendar .daterangepicker .calendar-table td{padding:8px 10px}}@media (max-width: 767px){.auditions__calendar .daterangepicker .calendar-table th,.auditions__calendar .daterangepicker .calendar-table td{padding:6px 7px}}.auditions__calendar .daterangepicker .calendar-table td{border:1px solid #f3f3f3;pointer-events:none}.auditions__calendar .daterangepicker .calendar-table td.activeEvent,.auditions__calendar .daterangepicker .calendar-table td.off{pointer-events:auto}.auditions__events{grid-area:events;background:rgba(196,196,196,0.1);padding:50px 30px 0 50px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width: 1199px){.auditions__events{padding:30px 25px 0 25px}}@media (max-width: 767px){.auditions__events{padding:30px 15px 0 15px}}.auditions__eventsPagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}@media (max-width: 1199px){.auditions__eventsPagination{padding:0}}.auditions__eventsControl{width:30px;border:none;background:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.auditions__eventsControl img{width:100%;vertical-align:middle}.auditions__eventsControl_left{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.auditions__eventsControl:hover{opacity:0.6}.auditions__eventDate{font-size:1.5rem;line-height:2.25rem;color:#000000;font-weight:600}.auditions__eventsItems{margin-top:30px}.auditions__eventsItems .calendar__alert{margin-bottom:30px}.auditions__event{border-top:1px solid rgba(0,0,0,0.1);padding:25px 20px 25px 0}@media (max-width: 1199px){.auditions__event{padding:25px 0}}.auditions__eventTop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767px){.auditions__eventTop{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.auditions__eventInfoBlock{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.auditions__eventInfoBlock:last-child{margin-bottom:20px}}.auditions__eventInfoIcon{margin-right:13px}.auditions__eventInfoText{font-size:0.9375rem;line-height:1.5rem;color:#1d1d1b;margin:20px 0 0 0}.auditions__eventTitle{font-size:1.25rem;line-height:1.875rem;font-weight:600}.auditions__eventTitle:hover{text-decoration:underline}

@media (any-hover: hover){.autoCompiler__listItem:hover{color:#fff;cursor:pointer;font-weight:400;background-color:#4085bf}}.autoCompiler{position:relative}.autoCompiler__input{color:#1d1d1b;font-size:1rem;font-weight:400;line-height:1rem;padding-left:10px;padding-right:10px;width:100%}.autoCompiler__listWrapper{position:absolute;width:100%;border:1px solid rgba(14,41,56,0.5);z-index:4;padding:3px;background:#fff;display:none;max-height:225px;overflow:scroll}.autoCompiler__list{max-height:225px;overflow:auto;background:#fff;z-index:2;display:table}.autoCompiler__listItem{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#1d1d1b;font-size:1rem;font-weight:400;line-height:1rem;height:45px;padding:0 10px;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;min-width:200px}.autoCompiler__code{width:90px;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:100%;line-height:45px}.autoCompiler__name{white-space:nowrap;height:100%;line-height:45px}::-webkit-scrollbar-button{width:6px;height:10px}::-webkit-scrollbar-track{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;width:10px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(194,197,203,0.7);-webkit-box-shadow:none;box-shadow:none;opacity:0.5}::-webkit-resizer{width:7px;height:0}::-webkit-scrollbar{width:11px}::-webkit-scrollbar-track-piece{background:transparent}

.stagesWrapper{margin-bottom:40px}.stages{width:263px;margin:0 auto;height:47px;padding:0 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.stages:before{content:"";position:absolute;width:50%;z-index:3;height:1px;left:0;background-color:#2d5ca6;top:11px}.stages:after{content:"";position:absolute;width:100%;z-index:2;height:1px;left:0;background-color:#ccc;top:11px}.stages_stepFirst:before{width:20%}.stages_stepSecond:before{width:50%}.stages_stepSecond .stages__item:nth-of-type(2) .stages__number{color:#fff;background-color:#2d5ca6;border-color:#2d5ca6}.stages_stepSecond .stages__item:nth-of-type(2) .stages__text{color:#000}.stages_stepThird:before{width:100%}.stages_stepThird .stages__item:last-of-type .stages__number{color:#fff;background-color:#2d5ca6;border-color:#2d5ca6}.stages_stepThird .stages__item:last-of-type .stages__text{color:#000}.stages__item{width:30%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:5;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.stages__item:first-of-type .stages__number{color:#fff;background-color:#2d5ca6;border-color:#2d5ca6}.stages__item:first-of-type .stages__text{color:#000}.stages__number{width:26px;height:26px;line-height:26px;text-align:center;border-radius:50%;border:1px solid #ccc;z-index:4;font-size:0.9375rem;background-color:#fff;color:#ccc;margin-bottom:10px}.stages__text{font-size:1.125rem;line-height:0.9375rem;text-align:center;color:#ccc}@media (max-width: 1023px){.stagesMain{padding:0 30px}}@media (max-width: 767px){.stagesMain{padding:0 15px}}

.mapContainer{width:645px;height:374px}@media (max-width: 690px){.mapContainer{width:100%;height:500px}}

.favorite{position:relative}.favorite__btn{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:39px;height:39px;padding:0;border-radius:50%;-webkit-box-shadow:0px 4px 8px rgba(176,190,197,0.24);box-shadow:0px 4px 8px rgba(176,190,197,0.24)}.favorite__btn svg{margin-right:0}.favorite__btn_active{background-color:#234161}.favorite__btn_active svg path{fill:#fff}.favoriteForm{position:absolute;right:0;bottom:-20px;background-color:#fafafa;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,0.25);box-shadow:0px 1px 4px rgba(0,0,0,0.25);border-radius:3px;z-index:1;padding:18px 15px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);z-index:11;width:301px}@media (max-width: 767px){.favoriteForm{width:290px}}.favoriteForm__inputGroup{position:relative}.favoriteForm__inputGroup label.error{position:absolute;bottom:-75px;left:0;width:290px}.favoriteForm__triangle{width:25px;height:25px;position:absolute;top:-24px;right:9px;overflow:hidden;-webkit-box-shadow:0 16px 10px -17px rgba(0,0,0,0.5);box-shadow:0 16px 10px -17px rgba(0,0,0,0.5)}.favoriteForm__triangle:after{content:"";position:absolute;width:15px;height:15px;background:#fafafa;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:18px;left:7px;-webkit-box-shadow:-1px -1px 3px -2px rgba(0,0,0,0.5);box-shadow:-1px -1px 3px -2px rgba(0,0,0,0.5)}.favoriteForm__folders{border:1px solid #6d727c;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;width:100%;height:40px;margin-bottom:0;font-size:0.9375rem;line-height:1rem;padding-left:23px;background-color:#ffffff}@media (max-width: 767px){.favoriteForm__folders{width:100%}}.favoriteForm__folders.opened{border:2px solid #2d5ca6;outline:none}.favoriteForm__folders.opened .favoriteForm__options{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);border:none;max-height:150px;overflow:auto;opacity:1;top:calc(100% + 3px);-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;transition:opacity 0.3s, -webkit-transform 0.3s;-o-transition:opacity 0.3s, transform 0.3s;transition:opacity 0.3s, transform 0.3s;transition:opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;visibility:visible;width:100%;z-index:10}.favoriteForm__folders.opened .favoriteForm__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.favoriteForm__arrow{position:relative;height:7px;width:10px;position:absolute;right:15px;top:calc(50% - 3.5px);-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;cursor:pointer}.favoriteForm__arrow svg{position:absolute;top:0;left:0}.favoriteForm__current{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;height:100%}.favoriteForm__options{border-radius:3px;background-color:#fff;position:absolute;top:calc(100% + 10px);left:0;width:calc(100% + 1px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;opacity:0;max-height:250px;overflow-y:auto;z-index:-10;visibility:hidden;border:1px solid rgba(45,92,166,0.5)}.favoriteForm__option{color:#1d1d1b;font-size:1rem;font-weight:400;min-height:50px;line-height:1.5rem;cursor:pointer;padding:13px 15px 13px 23px;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.favoriteForm__option:hover{background:#4085bf;color:#fff}.favoriteForm__title{font-size:1.25rem;margin-bottom:15px;line-height:1.875rem;color:#1d1d1b;font-weight:600}.favoriteForm__titleDelete{text-align:center;margin-bottom:25px}.favoriteForm__close{position:absolute;right:10px;top:10px;border:none;width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:transparent;padding:0;cursor:pointer}.favoriteForm__close svg{width:100%;height:100%;margin-right:0}.favoriteForm__close:hover svg path{stroke:#f5f7fa}.favoriteForm__outer{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,0.1)}.favoriteForm__addFolder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.favoriteForm__addFolder span{font-size:1.125rem;line-height:1.25rem}.favoriteForm__addFolderAction{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.favoriteForm__addFolderBtn{width:24px;height:24px;padding:0;margin-right:15px}.favoriteForm__addFolderBtn svg{width:100%;height:100%;margin-right:0}.favoriteForm__addFolderBtn:hover svg path{stroke:#f5f7fa}.favoriteForm__input{margin:10px 0 30px 0;width:100%}.favoriteForm__submitAdd,.favoriteForm__submitCreate{width:200px;margin:0 auto}.favoriteForm__panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.favoriteForm__submitApprove,.favoriteForm__submitReject{width:120px}

.successSendRelocate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:33px 0 24px 0}.successSendRelocate__img{margin-bottom:20px}.successSendRelocate__title{margin-bottom:15px}.successSendRelocate__text{margin:0;max-width:250px}.successSendRelocate__textBody{margin-bottom:15px;max-width:500px}.successSendRelocate__btn{margin-top:30px;width:220px}

@media (any-hover: hover){.uploadedList__close:hover{cursor:pointer}}.upload{margin-bottom:35px;position:relative}.upload:last-of-type{margin-bottom:0}.upload__public{margin-bottom:35px;position:relative}.upload__public:last-of-type{margin-bottom:0}.upload__title{margin-bottom:30px;max-width:440px;position:relative;padding-left:15px}.upload__title:before{position:absolute;left:0;height:100%;content:"*";margin-right:5px;color:#1d1d1b}.upload__title p{margin:0}.upload__title_notReq{padding-left:0}.upload__title_notReq:before{display:none}.upload__type{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#2d5ca6;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:5px}.upload__icon{margin-left:5px}.upload__limits{font-size:1rem;line-height:1.3125rem;margin-bottom:20px;max-width:320px}.upload__uploadedList{margin:20px 0 0 0;max-width:320px}.upload__status{color:rgba(0,0,0,0.5);font-size:1rem;line-height:1.3125rem;max-width:320px}.upload__btn{height:50px;margin-top:50px;padding-bottom:0;padding-top:0;width:298px}.upload__btn label.error{position:absolute;bottom:-20px;height:auto;left:0}.upload__btnInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.upload__message{margin-top:5px}.upload__message_warning{color:#b10e1e}.upload__confidential{font-size:1rem;margin-top:25px;max-width:320px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.upload__confidential .checkboxLabel{margin-left:0;margin-top:0}.upload__explanation{color:rgba(0,0,0,0.5);line-height:1.5rem;margin-top:5px;width:100%}.upload__labelGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.upload__text p{margin:0;font-size:1rem;line-height:1.5rem}.uploadedList{border-bottom:1px solid rgba(0,0,0,0.2);border-top:1px solid rgba(0,0,0,0.2);padding-bottom:20px;padding-top:20px;display:none}.uploadedList__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.uploadedList__item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.uploadedList__title{font-size:1rem;line-height:1.5rem;color:#224f91;word-break:break-all}.uploadedList__date{color:rgba(0,0,0,0.5)}.uploadedList__close{background-color:transparent;border:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;outline:none;padding:0;width:24px;height:24px;margin-left:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.uploadedList__close svg{width:100%;height:100%;margin-right:0}.uploadedList__close:hover svg path{stroke:#f5f7fa}.uploadedList__close:focus{outline:none}@media (max-width: 767px){.upload__limits,.upload__status{width:100%}.upload__btn{width:288px}}

.tooltipe{position:absolute;z-index:11;right:-24px;bottom:10px}@media (max-width: 575px){.tooltipe{right:-13px}}.tooltipe__mark{cursor:pointer;width:20px;height:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:transparent;padding:0}.tooltipe__mark svg{width:100%;height:100%;margin-right:0}.tooltipe__mark:hover svg path{stroke:#f5f7fa}.tooltipe__mark:hover+.tooltipe__body{opacity:1;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;visibility:visible}.tooltipe__mark:active{background-color:#2d5ca6}.tooltipe__body{position:absolute;width:322px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;white-space:normal;font-weight:400;padding:10px;background-color:#fafafa;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.25);box-shadow:0 1px 4px rgba(0,0,0,0.25);border-radius:3px;position:absolute;color:rgba(0,0,0,0.8);font-size:0.9375rem;line-height:1.375rem;z-index:1;right:0;bottom:-55px;text-align:left}@media (max-width: 767px){.tooltipe__body{width:314px}}@media (max-width: 575px){.tooltipe__body{width:290px}}

