

/* Start:/local/components/manao/certificate.online/templates/certificate/style.css?177305921914511*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");

h2.buyer-info-title,
h2.owner-info-title {
  margin-bottom: 35px;
  font-family: Robot, sans-serif;
}

.certificate-online {
  position: relative;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.certificate-online .certificate-online__title {
  font-family: Roboto, sans-serif;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  color: #2d2d2d;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-transform: uppercase;
}

.certificate-online__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.certificate-form {
  padding-top: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form-area .input-wrapper {
  padding: 0;
}

.certificate-form input {
  padding: 5px 10px 6px;
  box-shadow: inset 0 0 5px rgba(1, 2, 2, 0.19);
  border: none;
  border-radius: 2px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  -webkit-appearance: none;
}

.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.form-area label {
  margin-bottom: 0;
  -moz-text-align-last: right;
  text-align-last: right;
  width: 35%;
  padding-right: 15px;
}

.form-area input[type="radio"],
.certificate-item-wrapper input[type="radio"] {
  display: none;
}

.definite-meaning__label,
.arbitrary-meaning__label,
.certificate-item-wrapper label {
  position: relative;
  cursor: pointer;
}

.definite-meaning__label:before,
.arbitrary-meaning__label:before,
.certificate-item-wrapper label:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 2px;
  right: 175px;
  background: url("/local/components/manao/certificate.online/templates/certificate/./images/checkbox.png") no-repeat;
}

.certificate-item-wrapper label:before {
  top: -20px;
  left: 17px;
}

.form-area input[type="radio"]:checked + label:before,
.certificate-item-wrapper input[type="radio"]:checked + label:before {
  background-position: -16px 0;
}

.form-area .input-wrapper {
  margin-bottom: 0;
  width: 35%;
}

.form-area .input-wrapper input {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.form-area .input-wrapper input::-webkit-input-placeholder {
  color: rgb(51, 51, 51, 0.3);
  font-size: 12px;
}
.form-area .input-wrapper input::-moz-placeholder {
  color: rgb(51, 51, 51, 0.3);
  font-size: 12px;
}
.form-area .input-wrapper input:-ms-input-placeholder {
  color: rgb(51, 51, 51, 0.3);
  font-size: 12px;
}
.form-area .input-wrapper input::placeholder {
  color: rgb(51, 51, 51, 0.3);
  font-size: 12px;
}

.form-area .input-wrapper input:focus {
  outline: none;
}

.owner-info {
  margin-top: 70px;
}

.arbitrary-meaning-input[readonly="readonly"] {
  opacity: 0.3;
}
.certificate-example.dark {
  background-image: url("/local/templates/mtm_2018/img/bg-dark.jpg");
  color: #ABABAB;
  }
.dark .certificate-example__title {
  color: #ABABAB;
}

.certificate-example.dark .h4,
.certificate-example.dark h4,
.certificate-example.dark .h4 span,
.certificate-example.dark h4 span,
.dark .certificate-bottom  {
  color: #ffffff;
}
.certificate-example {
  position: relative;
  padding: 67px 80px 28px 80px;
  width: 595px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/local/components/manao/certificate.online/templates/certificate/./images/certificate_background.png");
  box-shadow: 0px 0px 25px -3px #000000;
  background-size: cover;
}

.certificate-example__number {
  position: absolute;
  top: 47%;
  right: -24px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #959595;
  font-size: 18px;
}

.certificate-example__title {
  margin: 0;
  margin-bottom: 39px;
  font-weight: 600;
  font-size: 33px;
  line-height: 1.1;
  color: #2d2d2d;
}

.certificate-example h4,
.certificate-example .h4 {
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.certificate-example h4 span,
.certificate-example .h4 span {
  width: auto;
  color: #000000;
}

.certificate-example p {
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.certificate-example span {
  display: inline-block;
  width: 100%;
}

.certificate-wrapper img {
  width: 100%;
}

a.fincoff-order-link{
  display: inline-block;
  width: 161px;
  margin-right: 5px;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background-color: #ff0000;
  border: 1px solid #1c1c1c;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}

a.fincoff-order-link:hover{
  text-decoration: none;
  color: #fff;
}


.order-button-page, .order-button {
  display: inline-block;
  width: 161px;
  margin-right: 5px;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.order-button-page.red {
  background-color: red;
}

.order-button:hover {
  color: #1c1c1c;
  background-color: #ffffff;
}

.certificate-bottom span {
  font-weight: 900;
  font-size: 11px;
}

.form-area .select__item {
  position: relative;
  width: 35%;
}

.form-area .select__field {
  position: relative;
  width: 100%;
  padding: 6px 10px;
  box-shadow: inset 0 0 7px rgba(1, 2, 2, 0.19);
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  color: rgb(51, 51, 51);
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.form-area .select__field:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 6px;
  margin-top: -3px;
  background: url("https://jit.site/local/templates/mtm_2018/img/select_arrow.png")
    no-repeat;
}

.form-area .select__item .submenu {
  display: none;
  position: absolute;
  display: none;
  width: 100%;
  padding: 6px;
  background-color: #fff;
  box-shadow: inset 0 0 4px rgba(2, 2, 2, 0.26);
  z-index: 20;
}

.form-area .select__item.open-submenu .submenu {
  display: block;
  -moz-text-align-last: left;
  text-align-last: left;
}

.form-area .submenu__item {
  display: block;
  font-size: 13px;
  padding: 6px 12px 7px;
  color: #2a2a2a;
  text-decoration: none;
}

.certificate-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding-right: 50px;
}

.certificate-variants.readonly {
  pointer-events: none;
  opacity: 0.3;
}

.denomination .select__item.readonly{
  pointer-events: none;
  opacity: 0.3;
}

.certificate-item-wrapper {
  width: calc(33% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 25px;
}

.certificate-item-wrapper img {
  width: 100%;
}

.certificate-popup {
  position: fixed;
  display: none;
  z-index: 10;
  top: 40%;
  left: 50%;
  width: 450px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 0px 25px -3px #000000;
}

.certificate-popup.open {
  display: block;
}

.popup-closer {
  position: absolute;
  top: 9px;
  right: 13px;
  color: #1c1c1c;
  text-decoration: none;
  font-family: "Arimo Regular", sans-serif;
  font-size: 25px;
  text-decoration: none;
  border: none;
  background-color: transparent;
}

.popup-closer:focus {
  outline: none;
}

.certificate-popup h2 {
  margin-bottom: 20px;
}

.certificate-popup .owner-info {
  margin-top: 40px;
  margin-bottom: 45px;
}

.certificate-popup .popup-row {
  margin-bottom: 13px;
  text-align: left;
  -moz-text-align-last: center;
  text-align-last: left;
  padding-left: 50px;
}

.certificate-popup .popup-row__key {
  display: inline-block;
  -moz-text-align-last: right;
  text-align-last: right;
}

.certificate-popup .popup-row__value {
  display: inline-block;
  -moz-text-align-last: left;
  text-align-last: left;
}

.select__field.default-value {
  padding: 8px 10px;
  font-size: 12px;
  color: rgb(51, 51, 51, 0.3);
}

@media (max-width: 1420px) {
  .certificate-form {
    padding-top: 0;
  }

  .form-area label {
    width: 40%;
  }

  .form-area .input-wrapper,
  .form-area .select__item {
    width: 25%;
  }

  .certificate-online__main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .certificate-variants {
    padding-right: 0;
    width: 65%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .certificate-example {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 65px;
  }
}

@media (max-width: 695px) {
  .form-area {
    width: 80%;
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-area label {
    width: 40%;
  }

  .form-area .input-wrapper {
    width: 50%;
  }

  .form-area .select__item {
    width: 50%;
  }

  .certificate-variants {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .certificate-item-wrapper {
    width: calc(50% - 16px);
  }

  .certificate-example {
    width: 100%;
  }
}

@media(max-width: 620px){
  .certificate-example{
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    padding: 67px 80px 28px 80px;
    width: 595px;
    margin-top: -35px;
    margin-bottom: -80px;
  }
}

@media (max-width: 580px) {
  .certificate-popup {
    width: 90%;
    padding: 20px;
    padding-top: 40px;
  }

  .certificate-example {
    padding: 27px 30px 28px 30px;
  }
}

@media(max-width: 495px){
  .certificate-example{
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -85px;
    margin-bottom: -120px;
  }
}

@media (max-width: 480px) {
  .form-area label {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .form-area .input-wrapper,
  .form-area .select__item {
    width: 100%;
  }

  .certificate-item-wrapper {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .certificate-example__title {
    font-size: 28px;
  }

  .definite-meaning__label:before,
  .arbitrary-meaning__label:before {
    right: auto;
    left: -30px;
  }

  .certificate-item-wrapper label:before {
    top: 45%;
    left: -30px;
  }

  .certificate-variants {
    margin-top: 0;
  }

  .certificate-popup .popup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .certificate-popup .popup-row__key {
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .certificate-online .certificate-popup {
    text-align: left;
  }

  .certificate-popup h2 {
    font-size: 20px;
  }
}

@media(max-width: 435px){
  .certificate-example{
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: -140px;
    margin-bottom: -150px;
  }
}

@media (max-width: 380px) {
  .certificate-item-wrapper {
    width: 100%;
  }

  .certificate-example {
    padding: 17px 15px 18px 15px;
  }

  .certificate-example__title {
    font-size: 22px;
    margin-bottom: 19px;
  }

  .certificate-example p {
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
  }

  .certificate-popup .popup-row {
    padding-left: 20px;
  }
}

@media(max-width: 375px){
  .certificate-example{
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-top: -170px;
    margin-bottom: -200px;
  }
}

.form__radios {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__radios .radioBlock {
  margin: 0 10px 10px;
}

.radioBlock {
  position: relative;
  cursor: pointer;
  display: block;
}

.radioBlock__input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px
}

.radioBlock__input__input:focus-visible+.radioBlock__label {
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.5);
  box-shadow: 0 0 0 2px rgba(0,0,0,.5)
}

.radioBlock__input:checked+.radioBlock__label:after {
  opacity: 1
}

.radioBlock__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  min-height: 18px;
}

.radioBlock__label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  content: ""
}

.radioBlock__label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0F0F0F;
  opacity: 0;
  content: ""
}

@media (hover: hover) {
  .radioBlock__input:not(:checked):hover+.radioBlock__label:after {
    opacity:.5
  }
}

@media (max-width: 480px) {
  .form__radios {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.disabledbutton {
  pointer-events: none;
  opacity: 0.3;
}
.hidden{
  display: none;
}

.total_look .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.total_look .col-auto {
  float: none;
  text-align: center;
}

.total_look .col-auto img {
  display: inline-block;
  margin-bottom: 6px;
}
/* End */
/* /local/components/manao/certificate.online/templates/certificate/style.css?177305921914511 */
