.accreditation { padding-left: 159px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.accreditation__list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.accreditation__item { position: relative; width: 33.33333%; padding-left: 0.8%; padding-right: 0.8%; display: flex}

.accreditation__btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; min-height: 45px; padding: 1px 3px; border: 1px solid #fff; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; font-family: "PTSans-Regular", sans-serif; font-size: 16px; color: #fff; background-color: #478882; }

.accreditation__btn:hover { color: #fff; background-color: #377882; border-color: #276872; }

.accreditation__btn:focus { color: #000; outline: thin dotted; }

.accreditation__msg { position: absolute; top: 0; left: 0; width: 300px; padding: 10px; border: 5px groove red; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; font-family: Georgia, serif; font-size: 16px; font-style: italic; background: #fff; z-index: 1; display: none; }

.accreditation__msg p { font-family: Georgia, serif; }

.accreditation__attention { text-transform: uppercase; }

@media screen and (max-width: 767px) { .accreditation__item { width: 100%; margin-bottom: 10px; } }

@media screen and (max-width: 500px) { .accreditation { padding-left: 0; } }

.announcement__text { max-width: 100%; word-wrap: break-word; width: calc(100% - 160px) }

@media screen and (max-width: 500px) { .announcement__text { max-width: 100%; word-wrap: break-word; width: 100%; } }

.modal-accred { position: relative; margin: 2.5vh auto; width: 95%; height: 95vh; background-color: #fff; }

.modal-accred__head { padding: 7px 30px; font-family: "PTSans-Bold", sans-serif; font-size: 19px; line-height: 1.6; color: #fff; background-color: #3c434d; }

.modal-accred__body { padding: 13px 30px 20px; padding-bottom: 0; height: calc(95vh - 44px); -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: auto; }

.modal-accred__title { margin-bottom: 10px; padding-bottom: 12px; border-bottom: 2px solid #478882; font-family: "PTSans-Regular", sans-serif; font-size: 24px; }

.modal-accred__title::after { display: none; }

.modal-accred__info-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 15px; }

.modal-accred__info { margin-bottom: 10px; font-family: "PTSans-Regular", sans-serif; font-size: 16px; color: #000; }

.modal-accred__info_reg { position: relative; padding-left: 25px; font-size: 14px; line-height: 1.3; }

.modal-accred__info_reg::before { content: '!'; position: absolute; left: 0; top: 0; width: 17px; height: 17px; border-radius: 50%; background: #f4da42; text-align: center; line-height: 17px; font-size: 14px; }

.modal-accred__instruction { text-align: center; font-family: 'PTSans-Italic', sans-serif; font-size: 16px; }

.modal-accred__modal-links { margin-top: 10px; text-align: center; }

.modal-accred__link { margin-top: 7px; font-family: "PTSans-Regular", sans-serif; font-size: 18px; color: #81919a; text-decoration: underline; }

.modal-accred__link:hover, .modal-accred__link:focus { color: #81919a; text-decoration: underline; }

.modal-accred__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 101.6%; margin-left: -0.8%; margin-right: -0.8%; }

.modal-accred__col-1 { width: 100%; padding-left: 0.8%; padding-right: 0.8%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.modal-accred__col-2 { margin-left: auto; margin-right: auto; width: 50%; padding-left: 0.8%; padding-right: 0.8%; }

.modal-accred__col-4 { width: 25%; padding-left: 0.8%; padding-right: 0.8%; }

.modal-accred__col-6 { width: 50%; padding-left: 0.8%; padding-right: 0.8%; margin-left: auto; margin-right: auto; }

.modal-accred__col-title { margin-bottom: 20px; padding: 21px 0; border-bottom: 7px solid #3c434d; font-family: "PTSans-Bold", sans-serif; font-size: 16px; color: #000; }

.modal-accred__alert-success, .modal-accred__alert-err { margin-bottom: 20px; padding: 8px 35px 8px 14px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; font-size: 16px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.modal-accred__alert-success { border: 1px solid #bce830; color: #488f06; background-color: #f1fbd1; }

.modal-accred__alert-err { border: 1px solid #fcaca5; color: #b50303; background-color: #fee5e2; display: none; }

.modal-accred__request { margin-bottom: 8px; width: 100%; padding: 5px 3%; border: 1px solid #81919a; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; color: #81919a; }

.modal-accred__field-block { position: relative; }

.modal-accred__field-block.valid .modal-accred__label, .modal-accred__field-block.valid .jq-selectbox__select-text { color: #488f06; }

.modal-accred__field-block.valid .modal-accred__label-checkbox { border-color: #488f06; }

.modal-accred__field-block.valid .jq-selectbox__select { outline: none; border-color: #488f06; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.modal-accred__field-block.valid .jq-selectbox.opened.focused .jq-selectbox__select { outline: none; border-color: #2f5e04; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }

.modal-accred__field-block.invalid .modal-accred__label { color: #b50303; }

.modal-accred__field-block.invalid .modal-accred__err-msg { display: block; }

.modal-accred__field-block.invalid .modal-accred__label-checkbox { border-color: #b50303; }

.modal-accred__field-block.invalid .jq-selectbox__select { outline: none; border-color: #b50303; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.modal-accred__field-block.invalid .jq-selectbox.opened.focused .jq-selectbox__select { outline: none; border-color: #830202; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }

.modal-accred__label { display: inline-block; margin-bottom: 8px; width: 100%; font-family: "PTSans-Regular", sans-serif; font-size: 18px; color: #81919a; cursor: pointer; }

.modal-accred__input, .modal-accred__textarea, .modal-accred__select { width: 100%; margin-bottom: 15px; outline: none; }

.modal-accred__input { height: 32px; }

.modal-accred__textarea { resize: none; }

.modal-accred__input, .modal-accred__textarea { padding: 4px 6px; border: 1px solid #ccc; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "PTSans-Regular", sans-serif; font-size: 16px; line-height: 22px; color: #555; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s; transition: border linear 0.2s, -webkit-box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; outline: none; overflow-y: auto; }

.modal-accred__input:focus, .modal-accred__textarea:focus { outline: none; border-color: rgba(82, 168, 236, 0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.modal-accred__input.valid, .modal-accred__textarea.valid { color: #488f06; border-color: #488f06; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.modal-accred__input.valid:focus, .modal-accred__textarea.valid:focus { border-color: #2f5e04; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }

.modal-accred__input.invalid, .modal-accred__textarea.invalid { color: #b50303; border-color: #b50303; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.modal-accred__input.invalid::-webkit-input-placeholder, .modal-accred__textarea.invalid::-webkit-input-placeholder { color: #b50303; opacity: 0.8; }

.modal-accred__input.invalid:-moz-placeholder, .modal-accred__textarea.invalid:-moz-placeholder { color: #b50303; opacity: 0.8; }

.modal-accred__input.invalid::-moz-placeholder, .modal-accred__textarea.invalid::-moz-placeholder { color: #b50303; opacity: 0.8; }

.modal-accred__input.invalid:-ms-input-placeholder, .modal-accred__textarea.invalid:-ms-input-placeholder { color: #b50303; opacity: 0.8; }

.modal-accred__input.invalid:focus, .modal-accred__textarea.invalid:focus { border-color: #830202; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }

.modal-accred__err-msg { position: absolute; left: 0; bottom: 0; font-size: 12px; color: #b50303; display: none; }

.modal-accred__captcha { position: relative; margin-bottom: 18px; }

.modal-accred__captcha-in { position: relative; display: inline-block; width: auto; }

.modal-accred__captcha-refresh { position: absolute; top: 5px; right: -20px; width: 16px; height: 16px; border: 0; background-color: transparent; background-image: url(../i/sprite2.png); background-repeat: no-repeat; background-position: 50% -307px; cursor: pointer; outline: none; }

.modal-accred__captcha-refresh:hover { opacity: 0.8; }

.modal-accred__captcha-refresh:hover + .modal-accred__captcha-tooltip { display: block; }

.modal-accred__captcha-refresh:focus { opacity: 0.8; }

.modal-accred__captcha-refresh:active { opacity: 0.8; }

.modal-accred__captcha-tooltip { position: absolute; top: -40px; right: -85px; padding: 8px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 1.4; color: #535353; background-color: #fdfaec; border: 1px solid #b0ad95; max-width: 400px; -webkit-box-shadow: 4px 4px 14px #777; box-shadow: 4px 4px 14px #777; display: none; }

.modal-accred__label-checkbox { position: absolute; top: 7px; left: 0; display: inline-block; width: 18px; height: 18px; border: 1px solid #81919a; -webkit-box-sizing: border-box; box-sizing: border-box; background: #dfe2e6; cursor: pointer; }

.modal-accred__label-checkbox::after { content: ""; position: absolute; left: 2px; top: 2px; width: 12px; height: 12px; background: #5eb8af; display: none; }

.modal-accred__checkbox-input { display: none; }

.modal-accred__checkbox-input:checked + .modal-accred__label-checkbox::after { display: block; }

.modal-accred__checkbox-input ~ .modal-accred__label { padding-left: 25px; }

.modal-accred__buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -0.8%; margin-right: -0.8%; }

.modal-accred a.modal-accred__send { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; padding-top: 10px; }

.modal-accred__send, .modal-accred__cancel, .modal-accred__close-btn { display: inline-block; vertical-align: middle; cursor: pointer; margin-top: 20px; margin-bottom: 20px; width: 100%; min-height: 45px; padding: 4px 12px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; font-family: sans-serif; font-size: 14px; line-height: 1.45; border-radius: 2px; outline: none; }

.modal-accred__send { border: 1px solid #276872; color: #3a414c; background: #478882; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.modal-accred__send:hover { background: #478882; color: #fff; }

.modal-accred__send:focus { color: #000; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.modal-accred__send:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.modal-accred__cancel, .modal-accred__close-btn { border: 1px solid #cfcfcf; border-bottom-color: #b5b5b5; color: #3a414c; background-color: #f1f1f1; background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea)); background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea); background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea); background-repeat: repeat-x; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

.modal-accred__cancel:focus, .modal-accred__close-btn:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; background-color: #eaeaea; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }

.modal-accred__cancel:active, .modal-accred__close-btn:active { background-color: #eaeaea; background-image: none; outline: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.modal-accred .required-mark { position: relative; top: 7px; font-family: "PTSans-Bold", sans-serif; font-size: 24px; color: #f4da42; }

.modal-accred button.mfp-close { top: 7px; right: 25px; width: 29px; height: 29px; font-size: 0; background-image: url(../i/sprite.png); background-position: -49px -102px; }

.modal-accred .ui-datepicker { position: absolute !important; top: 100% !important; }

.modal-accred .ui-datepicker .jq-selectbox__dropdown { opacity: 0; }

.modal-accred .ui-datepicker .jq-selectbox__dropdown li.sel.selected { background-color: #b6c4cd; color: #323a44; }

.modal-accred .ui-datepicker .jq-selectbox__select { background: transparent; -webkit-box-shadow: none; box-shadow: none; }

.modal-accred .ui-datepicker .jq-selectbox__select-text { color: #222; }

.modal-accred .ui-datepicker .jq-selectbox__trigger { background: transparent; }

.modal-accred .ui-datepicker .jq-selectbox__trigger-arrow { right: 4px; }

.modal-accred .ui-datepicker .jq-selectbox li { padding-left: 10px; }

.modal-accred .ui-datepicker .jq-selectbox.opened.focused .jq-selectbox__select { border: 0; -webkit-box-shadow: none; box-shadow: none; }

.modal-accred .ui-datepicker-trigger { position: absolute; right: 0; padding: 0; border: 0; background: 0; outline: none; cursor: pointer; }

.modal-accred .ui-datepicker-trigger img { margin-top: 2px; }

.modal-accred .jq-selectbox__select { background: #fff; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }

.modal-accred .jq-selectbox.opened.focused .jq-selectbox__select { outline: none; border-color: rgba(82, 168, 236, 0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.modal-accred .jq-selectbox__select-text { height: 100%; line-height: 30px; }

.modal-accred .jq-selectbox__trigger { background: #808f98; border: 0; }

.modal-accred .jq-selectbox__trigger-arrow { position: absolute; top: 12px; right: 12px; width: 0; height: 0; overflow: hidden; border-top: 9px solid #49525d; border-right: 6px solid transparent; border-left: 6px solid transparent; }

.modal-accred .jq-selectbox__dropdown { padding: 7px 5px; border: 1px solid #b6c4ce; -webkit-box-sizing: border-box; box-sizing: border-box; font: 14px/18px Arial, Tahoma, sans-serif; background: #dfe2e6; }

.modal-accred .jq-selectbox__dropdown::before { content: ""; position: absolute; top: -17px; right: 9px; width: 10px; height: 10px; border: 8px solid transparent; border-bottom-color: #b5c3cd; }

.modal-accred .jq-selectbox__dropdown::after { content: ""; position: absolute; top: -16px; right: 9px; width: 10px; height: 10px; border: 8px solid transparent; border-bottom-color: #dfe2e6; }

.modal-accred .jq-selectbox__search input { background-color: #fff; }

.modal-accred .jq-selectbox .jspPane { left: 0 !important; }

.modal-accred .jq-selectbox .jspHorizontalBar { display: none; }

.modal-accred .jq-selectbox li { padding: 5px 10px 6px 30px; border-bottom: 1px solid #b6c4ce; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 16px; color: #7b8084; white-space: pre-wrap; max-width: 100%; height: auto; }

.modal-accred .jq-selectbox li:last-child { border-bottom: 0; }

.modal-accred .jq-selectbox li:hover, .modal-accred .jq-selectbox li.sel.selected { background: #b6c4cd; color: #323a44; }

@media screen and (max-width: 1023px) { .modal-accred__col-4 { width: 50%; } }

@media screen and (max-width: 650px) { .modal-accred__col-2, .modal-accred__col-4 { width: 100%; }
  .modal-accred__info_reg { margin-top: 15px; } }

@media screen and (max-width: 500px) { .modal-accred__body { padding-left: 10px; padding-right: 10px; } }

.modal-accept, .modal-main { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.modal-accept_result, .modal-accept_save, .modal-main_result, .modal-main_save { display: none; }

.modal-accept_rus, .modal-main_rus { display: none; }

.modal-accept__overlay, .modal-main__overlay { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }

.modal-accept__container, .modal-main__container { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; }

.modal-accept .modal-accred_accept, .modal-accept .modal-accred_save, .modal-main .modal-accred_accept, .modal-main .modal-accred_save { text-align: left; }

.modal-accept .modal-accred_accept .modal-accred__close, .modal-accept .modal-accred_save .modal-accred__close, .modal-main .modal-accred_accept .modal-accred__close, .modal-main .modal-accred_save .modal-accred__close { position: absolute; top: 7px; right: 25px; width: 29px; height: 29px; font-size: 0; border: none; background: url(../i/sprite.png) no-repeat; background-position: -49px -102px; cursor: pointer; outline: none; }

.modal-main { text-align: left; }

.modal-main.custom-hide { visibility: hidden; }

.modal-main .modal-accred__close { position: absolute; top: 7px; right: 25px; width: 29px; height: 29px; font-size: 0; border: none; background: url(../i/sprite.png) no-repeat; background-position: -49px -102px; cursor: pointer; outline: none; }

.with-popup { overflow: hidden; margin-right: 17px; }
