@font-face {
    font-family: 'Copperplate';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/CopperplateLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Copperplate';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Copperplate.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/MontserratLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MontserratRegular.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/MontserratBold.woff2') format('woff2');
}

html {
  overflow-x: hidden;
}

body {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    overflow-x: hidden;
    touch-action: pan-x pan-y;

}

textarea {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Copperplate', Arial, sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a[href^=tel] {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    outline: none;
}

input[type=text],
input[type=email],
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row_margin {
    margin-right: 0;
    margin-left: 0;
}

.cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    color: #fff;
    background: #000000;
}

.cert__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cert-content {
    width: 100%;
}

/* header */
.cert header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cert header a,
.cert header span {
    display: inline-block;
    vertical-align: baseline;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cert-header-arrow {
    padding-left: 20px;
    padding-right: 20px;
}

.header_bg-linear-gradient {
    position: relative;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
}

.cert-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cert-header-list li:not(:first-child) {
    display: none;
}

.cert-header-list a,
.cert-header-list span {
    font-size: 13px;
    line-height: 15px;
    color: #E0E0E0;
}

.cert-header-list a:hover,
.cert-header-list a:focus {
    color: #FFFFFF;
}

.cert-header-list__lang a {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.cert-header-list__lang a.cert-link-en_js,
.cert-header-list__lang a.cert-link-ru_js {
    display: none;
}

/* END header */

.cert-tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.cert-tab {
    display: inline-block;
    padding: 18px 0;
    margin: 0 0 11px 0;
    font-size: 11px;
    line-height: 14px;
    color: #E0E0E0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: transparent;
    vertical-align: baseline;
    box-shadow: 0 1px 0 #404040;
    transition: all 0.2s ease-in-out;
}

.cert-tab_active {
    color: #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF;
}

.cert-box {
    display: none;
}

.active {
    display: block !important;
    opacity: 0 !important;
}

.animation {
    opacity: 1 !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cert-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 20px 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0px 0px;
    z-index: 9999;
}

.cert-bar__dash {
    display: none;
    width: 26px;
    height: 2px;
    margin: 1px auto 9px;
    text-align: center;
    background: #BDBDBD;
}

.cert-bar__tabs {
    margin-bottom: 15px;
}

.cert-bar__tab {
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    width: 24px;
    padding: 5px;
    margin: 0 10px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #BDBDBD;
}

.cert-bar__tab_active {
    color: #4F4F4F;
    border-bottom: 1px solid #4F4F4F;
}

.cert-bar__tab_completed {
    color: #828282;
}

.cert-bar__info {
    display: none;
}

.cert-bar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cert-bar__cover {
    position: relative;
    width: 63px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #4F4F4F;
    overflow: hidden;
}

.cert-bar__cover div {
    width: 100%;
    height: 100%;
    background-color: #828282;
    background-image: url(../images/cover-NZ.svg);
    background-repeat: no-repeat;
    background-position: center;
    -o-object-position: center;
    object-position: center;
}

.cert-bar__cover img {
    width: 100%;
    /* height: auto; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cert-bar__cover span {
    position: absolute;
    bottom: -1px;
    right: -1px;
    padding: 2px 6px 2px 7px;
    font-size: 2.625px;
    line-height: 3px;
    color: #FFFFFF;
    background: rgba(134, 133, 133, 0.35);
    -webkit-backdrop-filter: blur(0.65625px);
    backdrop-filter: blur(0.65625px);
    border-radius: 4px 0 4px 0;
}

.cert-bar__row p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #4f4f4f;
}

.cert-bar__title {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4f4f4f;
}

.cert-bar__row p.cert-bar__amount {
    color: #828282;
}

.cert-bar__wrapper-cert {
    display: none;
}

.cert-bar__cert {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #1F1F1F;
    border: 1px solid #4F4F4F;
    border-radius: 10px;
}

.cert-bar__cert .cert-bar__cover {
    width: calc(100% + 2px);
    height: 100%;
    margin: -1px;
    border-radius: 10px;
}

.cert-bar__cert img {
    width: calc(100% + 6px);
    height: 100%;
    margin-bottom: -9px;
    object-position: -3px -3px;
}

.cert-bar__cert .cert-bar__cover span {
    padding: 8px 23px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px 0px;
}

.cert-bar__cert-text {
    padding: 27px 5%;
    text-align: center;
}

.cert-bar__cert-text span {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 7px;
    font-family: 'Copperplate', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.cert-bar__cert-text p {
    margin: 0 auto 10px;
    max-width: 300px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
}

.cert-bar__cert-text small {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 14x;
    color: #FFFFFF;
    float: right;
}

.cert-bar__cert-box {
    display: none;
}

.cert-form-box {
    margin-bottom: 41px;
}

.cert-form {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 45px 20px;
    color: #4F4F4F;
    background: #FFFFFF;
}

.cert-form:last-child {
    margin-bottom: 0;
}

.cert-form-step {
    display: none;
}

.cert-form__content {
  margin-bottom: 35px;
}

.cert-form__title {
    margin: 0 0 19px;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cert-form__form .cert-btn {
  margin: 0
}

.cert-form__input {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.cert-form__input:last-child {
  margin-bottom: 0;
}

.cert-form__input_inline-block {
    display: inline-block;
    vertical-align: baseline;
}

.cert-form__input_disabled {
    opacity: 0.5;
}

.cert-form__input-amount {
    margin-bottom: 15px;
}

.cert-form__input input,
.cert-form__input textarea,
.cert-form__input label {
    font-size: 11px;
    line-height: 14px;
    color: #828282;
    background: transparent;
}

.cert-form__input input,
.cert-form__input textarea {
    width: 100%;
    padding: 11px 0 12px 0;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    outline: none;
}

.cert-form__input textarea {
    min-height: 43px;
    resize: vertical;
}

.cert-form__input  p.error,
.cert-form__content-img  p.error,
.cert-form__input  p.error-text,
.errorlist li {
    font-size: 12px;
    line-height: 14px;
    color: #FF8F73;
}

.cert-form__input input.error {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    border-color: #FF8F73!important;
}

.cert-form__input input::placeholder,
.cert-form__input textarea::placeholder {
    opacity: 0;
}

.cert-form__input label {
    position: absolute;
    top: 9px;
    display: block;
    margin-bottom: 0;
    cursor: text;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.cert-form__input input:not(:placeholder-shown) ~ label {
    top: -8px;
    font-size: 12px;
}

.cert-form__input small {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
}

.cert-form__input span {
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 11px;
    line-height: 14px;
    color: #828282;
}
.cert-form__input p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.cert-form__input .iti {
    display: block;
}

.cert-form__input-tel label {
    padding-left: 52px;
}

.iti__country .iti__country-name,
.iti__country .iti__dial-code {
    display: none;
}

.cert-form__btn[disabled] {
    pointer-events: none;
}

.cert-form__btn {
  display: block;
  width: 190px;
  margin-left: 0;
  padding: 13px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
  background: transparent;
  border: 1px solid #828282;
}

.cert-form__btn:focus {
  color: #4F4F4F;
}

.cert-form__input-amount input:not(:placeholder-shown) ~ label {
    display: none;
}

.cert-form__input-amount input {
    position: relative;
    padding: 5px 0 18px 0;
    z-index: 2;
}

.cert-form__amount {
    width: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}

.cert-form__amount-item {
    margin: 10px 10px 0 0;
}

.cert-form__amount-item label {
    display: block;
    width: 85px;
    padding: 8px;
    font-size: 11px;
    line-height: 14px;
    color: #4F4F4F;
    text-align: center;
    background: #F5F4F4;
    cursor: pointer;
}

.cert-form__amount-item input[type="radio"]:not(:checked),
.cert-form__amount-item input[type="radio"]:checked {
    opacity: 0;
    position: absolute;
}

.cert-form__amount-item input[type="radio"]:checked + label {
    color: #FFFFFF;
    background: #BD944D;
}

.cert-form__box-img {
    padding-bottom: 40px;
}

.cert-form__img {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.cert-form__img_active img {
    -webkit-transform: scale(.985) translateX(-1.5px); 
    -ms-transform: scale(.985) translateX(-1.5px); 
    transform: scale(.985) translateX(-1.5px);
    border: 2px solid #BD944D;
}

.cert-form__img img {
    width: 100%;
    height: auto;
    margin-bottom: -4px;
    -o-object-fit: fill;
    object-fit: fill;
}

.cert-swiper-pagination {
    bottom: 0 !important;
}

.cert-swiper-pagination .swiper-pagination-bullet {
    background: #000000;
    opacity: 1;
}

.cert-swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

/* поздравления */
.cert-form__textarea {
    margin-bottom: 8px;
}

.cert-form__textarea textarea:not(:placeholder-shown) ~ label {
    display: none;
}

.cert-form__words {
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}

.cert-form__words span {
    padding: 0 3px;
}

.cert-form__btn-congrat {
    display: none;
    margin-bottom: 25px;
    padding: 0 0 2px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #4F4F4F;
    border-bottom: 1px solid #E0E0E0;
}

.cert-form__text-no-congrat {
    display: none;
    margin: 0 0 -5px;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #828282;
}

.cert-form__no-congrat {
    display: none;
}

.cert-form__congrat-add {
    position: relative;
    display: none;
    margin-bottom: 20px;
    padding: 0 16px 10px;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
}

.cert-form__congrat-add::before {
    content: "";
    position: absolute;
    top: 31%;
    left: 4px;
    width: 7px;
    height: 1px;
    background: #828282;
}

.cert-form__congrat-add::after {
    content: "";
    position: absolute;
    top: 31%;
    left: 4px;
    width: 7px;
    height: 1px;
    background: #828282;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.congrat {
    position: relative;
    display: none;
    margin-bottom: 35px;
}

.congrat__close {
    display: block;
    margin: 0 0 0 auto;
    padding: 16px 0 16px 16px;
}

.congrat__title {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
    text-align: center;
}

.congrat__list {
    margin-right: -5px;
    margin-left: -5px;
}

.congrat__item {
    position: relative;
    margin-bottom: 12px;
}


.congrat__item label {
    display: block;
    padding-left: 25px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #4F4F4F;
    cursor: pointer;
}

.congrat__item input[type="radio"],
.congrat__item input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.congrat__item input[type="radio"] + label::before,
.congrat__item input[type="radio"]:not(:checked) + label::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    outline: none;
}

.congrat__item input[type="radio"]:checked + label::after {
    position: absolute;
    left: 4px;
    top: 5px;
    content: "";
    width: 8px;
    height: 8px;
    background: #4F4F4F;
    border-radius: 50%;
    outline: none;
}

.congrat-btn-box {
    position: relative;
}

.congrat-btn_hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 212px;
    margin-left: 0;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #FFFFFF;
    background: #828282;
}

.cert-form__checkbox,
.cert-form__checkbox a {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
}

.cert-form__checkbox a {
  color: #000000;
}

.cert-form__checkbox {
    padding-left: 21px;
    cursor: pointer;
}

.cert-form__checkbox_nowrap {
    white-space: nowrap;
}

.cert-form__checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
}

.cert-form__checkbox input[type="checkbox"].error {
    border-color: #FF8F73;
  }

.cert-form__checkbox input[type="checkbox"]:checked {
    background: #E0E0E0;
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    background-position: center 1.2px;
}

/* дата и время отправления */
.cert-form__box-date-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cert-form__date-submit {
    width: 100%;
    max-width: 190px;
    margin: 6px 0 0;
    padding: 13px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #4F4F4F;
    text-align: center;
    background: #F5F4F4;
    cursor: pointer;
}

.cert-form__date-submit input[type="radio"]{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cert-form__date-submit_active {
    -webkit-box-shadow: 0px 2px 0px 0px #BD944D;
    -moz-box-shadow: 0px 2px 0px 0px #BD944D;
    box-shadow: 0px 2px 0px 0px #BD944D;
}

.cert-form__date-submit:first-child {
    margin-right: 10px;
}

.cert-form__dates {
    display: none;
    margin-top: 27px;
}

.cert-form__input-date::before {
  position: absolute;
  content: "";
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  background-image: url(../images/datepicker-calendar.svg);
  background-repeat: no-repeat;
}

.cert-form__input-time::before {
  position: absolute;
  content: "";
  right: 14px;
  top: 7px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-time-clock.svg);
  background-repeat: no-repeat;
}

.cert-form__input-timezone::before {
  position: absolute;
  content: "";
  right: 14px;
  top: 7px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-timezone-world.svg);
  background-repeat: no-repeat;
}

.cert-form__input-date input:not(:placeholder-shown) ~ label,
.cert-form__input-time input:not(:placeholder-shown) ~ label {
    display: none;
}

.cert-form__input-date input,
.cert-form__input-time input,
.cert-form__input-timezone input {
    padding: 5px 0 18px 0;
    cursor: pointer;
}

.time {
    height: 266px;
    overflow-y: scroll;
}

.time,
.timezones {
    position: absolute;
    top: -270px;
    width: 295px;
    padding: 8px 0;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
}

.time[data-state="active"],
.timezones[data-state="active"] {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
}

.time input[type="radio"]:checked,
.time input[type="radio"]:not(:checked),
.timezones input[type="radio"]:checked,
.timezones input[type="radio"]:not(:checked) {
    position: absolute;
    height: 25px;
    opacity: 0;
    cursor: pointer;
}

.time label,
.time input:not(:placeholder-shown) ~ label,
.timezones label,
.timezones input:not(:placeholder-shown) ~ label {
    position: static;
    display: block;
    padding: 4px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    cursor: pointer;
}

.time input[type="radio"]:hover + label,
.timezones input[type="radio"]:hover + label,
.time input[type="radio"]:checked + label,
.timezones input[type="radio"]:checked + label {
    background: #E5E5E5;
}

.time input[type="radio"]:disabled + label {
    opacity: 0.5;
    cursor: default;
}

.cert-form__data:not(:last-child) {
  margin-bottom: 25px;
}

.cert-form__data small {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.cert-form__data p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #4f4f4f;
}

.cert-form__text {
    margin: 0 auto 25px;
    font-size: 11px;
    line-height: 16px;
    color: #4F4F4F;
}

.cert-form__text span {
    padding-left: 12px;
}

.cert-form__list {
    width: 100%;
    max-width: 286px;
    margin: 0 0 40px;
}

.cert-form__list li:not(:last-child) {
    margin-bottom: 15px;
}

.cert-btn {
    display: block;
    width: 245px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    border: 1px solid #FFFFFF;
}

.cert-btn_disabled {
    opacity: 0.3;
}

.hidden {
    display: none;
}

.cert-btn:focus {
    color: #BDBDBD;
    border-color: #E0E0E0;
    outline: none;
}

.cert-form .cert-btn {
    width: 215px;
    border: none;
}

/* календарь */
.ui-datepicker {
    width: 268px;
    height: auto;
    padding: 8px;
    font-family: 'Montserrat', Arial, sans-serif;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-widget.ui-widget-content {
    border: 1px solid #E0E0E0;
}

.ui-datepicker .ui-widget-header {
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.ui-datepicker .ui-datepicker-prev {
    top: 2px;
    left: 4px;
}

.ui-datepicker .ui-datepicker-next {
    top: 3px;
    right: 5px;
}

.ui-widget-header .ui-icon,
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/datepicker-arrow.svg);
    background-position: 4px;
}

.ui-icon-circle-triangle-e {
    transform: rotate(-180deg);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
    background: transparent;
    color: inherit;
}

.ui-datepicker table {
    width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #4F4F4F;
    margin: 0;
    border-collapse: collapse;
}

.ui-datepicker th {
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
}

.ui-datepicker td {
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    padding: 8px;
    text-align: center;
    border: none;
    background: transparent;
    color: inherit;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-default:hover {
    border: none;
    background: #BD944D;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    color: #828282;
}

.ui-datepicker-trigger {
    position: absolute;
    top: -10px;
    right: -3px;
    padding: 20px;
    cursor: pointer;
}

/* инструкция, публичная оферта, персональные данные */
.cert-info {
    padding: 5px 20px 40px;
}

.cert-info__main-title {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cert-info__title {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cert-info__title_center {
    display: block;
    text-align: center;
}

.cert-info__text {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 60px;
}

.cert-info__text li,
.cert-info__text p {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
}

.cert-info__text li a {
    color: #FFFFFF;
    border-bottom: 1px solid #828282;
}

.cert-info__text li a:hover {
    border-bottom: 1px solid #BDBDBD;
}

.cert-info-doc {
    padding-top: 10px;
    padding-bottom: 0;
}

.cert-info-doc .cert-info__title {
    display: inline;
    font-size: 14px;
    line-height: 18px;
}

.cert-info-doc .cert-info__text {
    max-width: 650px;
}

.cert-info-doc .cert-info__text li > * {
    margin: 0 0 15px;
}

.cert-info-doc ol {
    counter-reset: num;
}

.cert-info-doc ol li::before {
    counter-increment: num;
    content: counter(num) '.';
    display: inline-block;
    vertical-align: baseline;
    padding-right: 2px;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.cert-info-personal .cert-info__text > li {
    margin: 0 0 30px;
}

.cert-info-personal ol.cert-info__text > li > *:nth-child(n+1) {
    margin-top: 15px;
}

.cert-info-personal .cert-info__main-title {
    margin-bottom: 35px;
}

/* END инструкция, публичная оферта, персональные данные */

/* оплата прошла */
.cert-payment {
    padding-top: 5px;
    padding-bottom: 40px;
}

.cert-payment__wrapper {
    width: 100%;
    padding: 45px 26px;
    margin: 45px auto;
    color: #4F4F4F;
    background: #FFFFFF;
}

.cert-payment__title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cert-payment__thanks {
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
    text-align: center;
}

.cert-payment__info {
    width: 262px;
    margin: 0 auto 45px;
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    text-align: center;
}

.cert-payment__btn {
    border: none;
}
/* END оплата прошла */

.cert-promo {
    margin-bottom: 40px;
}

.cert-promo .cert-promo__card {
    width: auto;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.cert-promo .cert-bar__cover {
    width: 250px;
    height: 154px;
    margin-right: 0;
    border-radius: 10px;
}

.cert-promo .cert-bar__cover span {
    padding: 6px 16px;
    font-size: 10px;
    line-height: 12px;
    background: rgba(134, 133, 133, 0.35);
    -webkit-backdrop-filter: blur(5.83333px);
    backdrop-filter: blur(5.83333px);
    border-radius: 10px 0px;
}

.cert-promo__slider {
    /* padding: 0 3.5px; */
    margin: 15px 0 46px;
}

.cert-promo__content {
    padding: 0 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cert-promo__title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.cert-promo__text {
    width: 240px;
    margin: 0 0 30px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}

.cert-promo__btn-box {
    text-align: center;
}

.cert-promo .cert-btn {
    margin-bottom: 15px;
}

.cert-promo .cert-tab {
    padding: 15px 0;
    font-size: 12px;
    line-height: 14px;
    /* border-color: #BDBDBD; */
    border-bottom: 1px solid transparent;
    box-shadow: none !important;
}

.cert-promo .cert-tab:hover {
    border-color: #BDBDBD;
}

/* footer */
.cert .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 999;
}

.cert .footer * {
    color: #fff;
}

.footer_bg-linear-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 60%);
}

.footer_padding-bottom {
  padding-bottom: 117px;
}

.cert-footer__border {
    border-bottom: 1px solid #404040;;
}

.cert-footer__center {
    text-align: center;
}

.cert-footer__tel {
    display: inline-block;
    vertical-align: baseline;
    padding: 19px 0;
    font-size: 12px !important;
    line-height: 14px;
}

.cert-footer__year,
.cert-footer__agreement,
.cert-footer__developer {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}

.cert-footer__year {
    padding: 10px 0 5px;
}

.cert-footer__agreement {
    padding: 5px 0;
}

.cert-footer__developer {
    padding: 0 0 20px
}

.cert-footer__year svg {
    padding-left: 8px;
}

.cert-footer__developer a {
    display: inline-block;
    padding-left: 2px;
    position: relative;
    bottom: -1px;
}

/* END footer */

.consultant {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 9999;
}

.consultant__icon {
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    background-image: url(../images/consultant-icon.svg);
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

    .cert-content {
        padding: 0 20px;
    }

    .cert header {
        padding-top: 30px;
    }

    .cert-logo {
        top: 30px;
    }

    .cert-header-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .cert-header-list li:not(:first-child) {
        display: inline;
    }

    .cert-header-list li:not(:last-child) {
        margin-right: 8px;
    }

    li.cert-header-list__lang {
        margin-right: 20px !important;
    }

    .cert-header-list__lang a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cert-header-list__contact a {
        position: relative;
    }

    .cert-header-list__contact a::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 13px;
        left: 0;
        background: #828282;
    }

    .cert-header-list__contact a:hover::after {
        background: #BDBDBD;
    }

    .cert-header-arrow {
        position: relative;
        padding-left: 0;
        z-index: 999;
    }

    .cert-header-arrow::after {
        content: "назад";
        position: absolute;
        left: 30px;
        font-size: 13px;
        line-height: 15px;
        color: #FFFFFF;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .cert-header-arrow:hover::after {
        visibility: visible;
        opacity: 1;
    }

    .cert-tab-wrapper {
        margin-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #404040;
    }

    .cert-tab {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 0;
        border-bottom: none;
    }

    .cert-bar {
        position: static;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .cert-bar__tab_active {
        color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .cert-bar__tabs {
      margin-bottom: 35px;
    }

    .cert-bar .cert-bar__info {
        display: none!important;
    }

    .cert-bar__cert-box {
        display: block;
        padding-left: 20px;
    }

    .cert-bar__cert-box .cert-bar__cover-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15% 8% 12%;
        background: #333333;
        border: 1px solid #4F4F4F;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .cert-bar__cert-box .cert-bar__cover-box p {
        margin: 40px 0 0;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
    }

    .cert-bar__cover {
        width: calc(100% + 2px);
        height: 100%;
        margin: -1px;
        border-radius: 10px;
    }

    .cert-bar__cover img {
        width: calc(100% + 6px);
        height: 100%;
        margin-bottom: -9px;
        -o-object-position: -3px -3px;
        object-position: -3px -3px;
    }

    .cert-bar__cert .cert-bar__cover span,
    .cert-bar__cover span {
        padding: 15px 48px;
        font-size: 20px;
        line-height: 24px;
        border-radius: 10px 0;
        background: rgba(134, 133, 133, 0.35);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .cert-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cert-form__content {
        margin-bottom: 50px;
    }

    .cert-form__content:nth-child(2n) {
        margin-bottom: 40px;
    }

    .cert-form__box-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: -20px;
    }

    .cert-form__img {
        width: calc(50% - 10px);
        height: auto;
        padding-bottom: 0;
        margin: 0 20px 20px 0;
    }

    .cert-form__img:nth-child(2n + 1) {
        margin-right: 0;
    }

    .cert-form__img_active {
        -webkit-box-shadow: 0px 0px 0px 6px #FFFFFF, 0px 0px 0px 8px #BD944D;
        box-shadow: 0px 0px 0px 6px #FFFFFF, 0px 0px 0px 8px #BD944D;
    }

    .cert-form__img_active img {
        -webkit-transform: none; 
        -ms-transform: none; 
        transform: none;
        border: none;
    }
    
    .cert-form__date-submit:first-child {
        margin-right: 20px;
    }

    .cert-instruction {
        padding-top: 20px;
    }

    .cert-info__title {
        margin-bottom: 30px;
    }

    .cert-info__text li {
        margin-bottom: 20px;
    }

    .cert-info-doc .cert-info__main-title {
        margin-bottom: 40px;
    }

    .cert-info-personal .cert-info__text > li {
        margin: 0 0 35px;
    }

    .cert-info-doc .cert-info__text li > * {
        margin: 0 0 20px;
    }

    .cert-info-doc ol.cert-info__text > li > *:nth-child(n+1) {
        margin-top: 20px;
    }

    /* оплата прошла */
    .cert-payment {
        padding-top: 100px;
    }

    .cert-payment__wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cert-payment__amount {
        margin-bottom: 40px;
    }

    /* END оплата прошла */
    /* footer */
    .footer_padding-bottom {
        padding-bottom: 0;
    }

    .cert-footer__year,
    .cert-footer__agreement,
    .cert-footer__developer {
        padding: 15px 0 20px;
    }

    .cert-promo__slider {
        padding: 0 15px;
        margin: 30px 0 66px;
    }

    .cert-promo .cert-promo__card {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cert-promo .cert-bar__cover {
        width: 500px;
        height: 307px;
    }

    .cert-promo .cert-bar__cover span {
        padding: 15px 47px;
        font-size: 16px;
        line-height: 19px;
    }

    .cert-promo__title {
        margin: 0 0 22px;
        font-size: 16px;
        line-height: 18px;
    }
    
    .cert-promo__text {
        width: 305px;
        margin: 0 0 50px;
        font-size: 11px;
        line-height: 14px;
    }

    .cert-promo__btn-box {
        text-align: center;
    }
    
    /* .cert-promo .cert-tab {
        border-bottom: 1px solid #BDBDBD;
    } */
    
    /* END footer */
    .consultant {
        bottom: 30px;
    }
}

@media (min-width: 992px) {

    .cert-content {
        padding: 0 100px;
    }

    .cert-header-list__lang a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cert-form {
        padding-right: 65px;
        padding-left: 65px;
    }

    .cert-form__dataset {
        position: relative;
    }

    .cert-form__edit {
        position: absolute;
        right: 0;
        top: -40px;
    }

    .cert-tab:hover {
        color: #FFFFFF;
        box-shadow: 0 1px 0 #FFFFFF;
    }
}

@media (min-width: 1200px) {

    .cert-form {
        padding: 60px 105px;
    }

    .cert-bar__cert-box {
        padding-left: 45px;
    }

    .cert-bar__cert-box .cert-bar__cover-box {
        padding: 21% 10% 14%;
    }

    .cert-bar__cert-box .cert-bar__cover-box p {
        font-size: 14px;
        line-height: 18px;
    }

    .cert-bar__cert-text {
        padding: 69px 25px;
        text-align: center;
    }
    
    .cert-bar__cert-text span {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 34px;
    }
    
    .cert-bar__cert-text p {
        margin: 0 auto 20px;
        max-width: 430px;
        font-size: 18px;
        line-height: 24px;
    }
    
    .cert-bar__cert-text small {
        font-size: 15px;
        line-height: 18px;
    }

    .cert-form__checkbox-box {
        margin-top: 15px;
    }

    .cert-promo {
        height: 100%;
    }

    .cert-promo__slider {
        height: calc(100% + 15px);
        position: absolute;
        right: calc(50% + 14px);
        top: -15px;
        margin: 0 -15px -15px 0;
        overflow-y: hidden;
    } 

    .cert-promo .cert-promo__card {
        padding: 15px 0;
        height: auto;
    }

    .cert-promo .cert-bar__cover {
        margin: 0 0 0 auto;
    }

    .cert-promo__container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .cert-promo__content  {
        padding: 80px 80px 80px 120px;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cert-promo__text,
    .cert-promo__title  {
        text-align: left;
    }

    .cert-promo__btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cert-promo .cert-btn {
        margin-right: 25px;
        margin-bottom: 0;
    }
}
