/** {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}*/
/**/
.hid{
  font-size: 16px;
  font-weight: bold;
}
.hidden{
  display:none;
}
.succes{
  display:none;
}
.link-modal {
  display: block;
  width: 200px;
  height: 41px;
  text-align: center;
  background: #0e70ca;
  font-size: 18px;
  padding-top: 11px;
  color: #fff;
  font-family: 'dincyr-mediumregular';
  text-decoration: none;
  box-sizing: border-box;
}
.link-modal:hover {
  opacity: 0.8;
}
/**/
.modaal-container {
  width: auto;
}
.modaal-content-container {
  width: 575px;
  padding-top: 65px;
  padding-bottom: 40px;
}
.form-call-wrap {
  width: 575px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 40px;
  position: relative;
  display: none;
  background: #fff;
}
.form-call {
  margin: 0 auto;
  width: 420px;
  position: relative;
}
.form-call__head {
  font-size: 27.35px;
  margin-bottom: 25px;
  font-family: 'dincyr-mediumregular';
}
.date_head {
  background: transparent;
}
.form-call__label {
  display: block;
  padding-left: 20px;
  font-size: 12px;
  color: #747474;
  line-height: 17.84px;
  margin-bottom: 2px;
}
.form-call__inp {
  width: 100%;
  height: 41px;
  font-size: 16px;
  color: #3c3c3c;
  border: 2px solid #939393;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}
.form-call__inp:focus {
  border: 2px solid #0086d4;
}
/*.form-call__inp:valid {
  border: 2px solid #0086d4;
}*/
.form-call__inp.valid {
  border: 2px solid #0086d4;
  background: white;
}
.form-call__inp.error {
  color: #fc2121;
  border: 2px solid #fc2121;
}
.form-call__text {
  width: 100%;
  resize: vertical;
  border: 2px solid #939393;
  min-height: 164px;
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-top: 15px;
  background: #fff;
  box-sizing: border-box;
}
.form-call__text:focus {
  border: 2px solid #0086d4;
}
.form-call__text.valid {
  border: 2px solid #0086d4;
}
.form-call__text.error {
  color: #fc2121;
  border: 2px solid #fc2121;
}
/*.form-call__text:valid {*/
  /*border: 2px solid #0086d4;*/
/*}*/
.form-call__error-text {
  color: #fc2121;
  float: right;
  right: 0;
  bottom: -20px;
  font-size: 12px;
}
.form-call-select {
  border: 2px solid #0086d4;
  height: 54px;
  font-size: 16px;
  color: #3c3c3c;
  padding: 0 20px;
  background: #fff;
  line-height: 54px;
  margin-top: 10px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}

.select__list {
  background: #fff;
  border: 2px solid #0086d4;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.select__head::after {
  background: url("../img/icons/slide.svg") no-repeat;
  width: 14px;
  height: 8px;  
  position: absolute;
  right: 22px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: .2s ease-in;
}

.select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}
.select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
.select__item:hover{
  background-color: rgba(224, 229, 231, 0.5); 
}
.form-call-select:focus {
  border: 2px solid #0086d4;
}
.form-call-select.valid {
  border: 2px solid #0086d4;
  border-bottom: none;
}
.form-call-radio-wrapper > label {
  display: flex;
  align-items: center;
}
.form-call-radio {
  display: block !important; 
  width: 22px;
  height: 22px !important;
  margin-right: 8px;
}
.form-call-radio + label {
  background: none !important;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 2px solid #1588D1;
  box-sizing: border-box;
}
.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* .wrapper {
  position: relative;
  width: 146px;
  height: 24px;
  margin: 20px;
  overflow: hidden;
} */

.form-call__date::after {
  background: url("../img/icons/calendar.svg") no-repeat;
  width: 24px;
  height: 21px;  
  position: absolute;
  right: 22px;
  bottom: 17px;
  content: '';
  display: block;
  cursor: pointer;
  z-index: -1;
}
.form-call-check {
  padding-top: 20px;
  padding-bottom: 36px;
}
.form-call-check__check {
  display: none;
}
.form-call-check__label {
  font-size: 10px;
  line-height: 14px;
  color: #474747;
  display: inline-block;
  padding-left: 50px;
  position: relative;
  letter-spacing: 0.10px;
}
.form-call-check__label:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background: url('/img/icon-check.png') no-repeat 0 0;
}
#callback_call_confirm:checked + label:before {
  background-position: -35px 0;
}
.coal-form-items .form-call-box::before{
  top: 0;
}
.coal-form-items input {
  font-size: 18px; color:#666666;
  height: 54px; 
}
.coal-form-items input {
  font-size: 18px; color:#666666;
  height: 54px;
}
.coal-form-items  .form-call__text {
  min-height: 140px;
}
.form-call-box {
  position: relative;
  margin-bottom: 15px;
}
.form-call-box_captch {
  width: 50.71%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.form-call-box:before {
  content: '*';
  font-size: 27.35px;
  color: #0086d4;
  position: absolute;
  top: 21px;
  left: -20px;
}
.captch-box {
  display: inline-block;
  vertical-align: middle;
}
.captch-box__img {
  display: inline-block;
  vertical-align: middle;
}
.captch-box__reload {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.form-call-close {
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 25px;
}
.form-call-sbm-new {
  display: block;
  width: 208px;
  height: 41px;
  background: #0086d4;
  font-size: 24px;
  font-family: 'dincyr-mediumregular';
  color: #fff;
  border: none;
}
.form-call-sbm-new:disabled {
  opacity: 0.2;
}
.mfp-close:active {
  top: 28px !important;
}
.mfp-bg{
  background: #0086d4;
  opacity: .5;
}

.mfp-close {
  width: 31px !important;
  height: 32px !important;
  position: static !important;
}