#certificate-modal {
    display: none;
}

.certificate-modal {
    position: fixed;
    z-index: 109;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.accept-checkbox {
    -webkit-appearance: auto;
    appearance: auto;
}

.red-border {
    border: 1px solid red;
}
.modal-box .img {
    min-width: 358px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.modal__content {
    width: 100%;
    padding: 45px 55px;
}
@media screen and (max-height: 414px){
.modal__content {
    padding: 15px;
}}
.modal__content .cross {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #e41e23;
    font-size: 30px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.modal__content .cross svg {
    margin-right: 0;
}
.nowrap .svg-icon {
    min-width: 1em;
}
.svg-icon {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
}
.modal__content h2 {
    margin-top: 0;
    font-size: 36px;
    padding-left: 0;
    padding-right: 25px;
}
.flat__input {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
}
.flat__input input, .flat__input textarea {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: 0;
}
.call-form input, .call-form textarea {
    border: 1px solid rgb(247 172 170);
    max-width: 100%;
    padding: 10px 20px 8px;
    font-size: 20px;
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 7px;
	height: 40px;
}
.flat__input .btn.btn--order {
    border: none;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    height: auto;
}
.call-form input.btn, .call-form textarea.btn {
    background: #e31e24;
    color: #fff;
    margin-top: 10px;
    padding: 6px 20px;
    width: auto;
    font-size: 16px;
    height: 40px;
}
.modal-box__inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	display: flex;
    -webkit-box-pack: justify;
}
.certificate-modal {
    position: fixed;
    z-index: 109;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-box {
    background: #fff;
    position: relative;
    z-index: 110;
    width: 1060px;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 49px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 49px rgba(0,0,0,.3);
    box-shadow: 0 2px 49px rgba(0,0,0,.3);
    max-height: -webkit-calc(100vh - 60px);
    max-height: -moz-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: auto;
}
.accept-checkbox-box {display: flex;align-content: center;}
.accept-checkbox-box .accept-checkbox {margin-right: 10px;}
.center-info .center-icon {
    margin-right: 25px;
}

@media (max-width: 992px) {
  .modal-box .img {
    display: none;
  }
}
@media (max-width: 574px) {
    .modal__content {
        padding: 15px;
    }
    .modal__content .cross {
        font-size: 18px;
      }
    .modal__content h2 {
        font-size: 20px;
        font-weight: 500;
    }
}